diff --git a/.gitignore b/.gitignore index 4cf3196a72b..55f9203a81d 100644 --- a/.gitignore +++ b/.gitignore @@ -33,5 +33,6 @@ public/images/pokemon/icons/input/output/* public/images/character/*/ src/data/battle-anim-raw-data*.ts src/data/battle-anim-data.ts +src/overrides.ts coverage \ No newline at end of file diff --git a/index.css b/index.css index 9a507ad6766..dd47387adee 100644 --- a/index.css +++ b/index.css @@ -150,6 +150,10 @@ body { display: none; } +#touchControls:not([data-ui-mode='COMMAND']):not([data-ui-mode='FIGHT']):not([data-ui-mode='BALL']):not([data-ui-mode='TARGET_SELECT']) #apad #apadStats { + display: none; +} + #apad .apadRectBtnContainer + .apadSqBtnContainer { top: calc(var(--controls-size) * -1.9); left: calc(var(--controls-size) * -0.9); diff --git a/index.html b/index.html index bd316330a99..177a92efce6 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,9 @@
V
+
+ C +
Menu
diff --git a/package-lock.json b/package-lock.json index 5521dcc86a8..7db944a4533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,17 @@ { "name": "pokemon-rogue-battle", - "version": "1.0.1", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pokemon-rogue-battle", - "version": "1.0.1", + "version": "1.0.4", "dependencies": { "@material/material-color-utilities": "^0.2.7", "crypto-js": "^4.2.0", "i18next": "^23.11.1", + "i18next-browser-languagedetector": "^7.2.1", "json-stable-stringify": "^1.1.0", "phaser": "^3.70.0", "phaser3-rex-plugins": "^1.1.84" @@ -2772,6 +2773,14 @@ "@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==", + "dependencies": { + "@babel/runtime": "^7.23.2" + } + }, "node_modules/i18next-http-backend": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.0.tgz", diff --git a/package.json b/package.json index 47408b13730..d5ffb651f54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pokemon-rogue-battle", "private": true, - "version": "1.0.3", + "version": "1.0.4", "type": "module", "scripts": { "start": "vite", @@ -31,6 +31,7 @@ "@material/material-color-utilities": "^0.2.7", "crypto-js": "^4.2.0", "i18next": "^23.11.1", + "i18next-browser-languagedetector": "^7.2.1", "json-stable-stringify": "^1.1.0", "phaser": "^3.70.0", "phaser3-rex-plugins": "^1.1.84" diff --git a/public/images/pbinfo_stat_numbers.json b/public/images/pbinfo_stat_numbers.json new file mode 100644 index 00000000000..32170690aa0 --- /dev/null +++ b/public/images/pbinfo_stat_numbers.json @@ -0,0 +1,293 @@ +{ + "textures": [ + { + "image": "pbinfo_stat_numbers.png", + "format": "RGBA8888", + "size": { + "w": 117, + "h": 8 + }, + "scale": 1, + "frames": [ + { + "filename": "+1", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+2", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 9, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+3", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 18, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+4", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 27, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+5", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 36, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+6", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 45, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-1", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 54, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-2", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 63, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-3", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 72, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-4", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 81, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-5", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 90, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-6", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 99, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "0", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 108, + "y": 0, + "w": 9, + "h": 8 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:794aa4af3291db5abd8a2667626c1998:1a6706ad557b92f9bf099c23e02af4a6:6537c634087637bb27e8a1edb1ee2e35$" + } +} diff --git a/public/images/pokemon/1019.json b/public/images/pokemon/1019.json index 0b7bbc992fd..b9a1d141d78 100644 --- a/public/images/pokemon/1019.json +++ b/public/images/pokemon/1019.json @@ -4,30 +4,30 @@ "image": "1019.png", "format": "RGBA8888", "size": { - "w": 86, - "h": 86 + "w": 81, + "h": 81 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 71, - "h": 86 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 71, - "h": 86 + "x": 13, + "y": 7, + "w": 70, + "h": 81 }, "frame": { "x": 0, "y": 0, - "w": 71, - "h": 86 + "w": 70, + "h": 81 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "" + "smartupdate": "$TexturePacker:SmartUpdate:11370107317bd979f7506ff64ce97f23:d973af1b21e3616a0ed07b332a99654f:7f41678ca2a06ee5c2aed7357b311846$" } } diff --git a/public/images/pokemon/1019.png b/public/images/pokemon/1019.png index 5b1c97d91d6..9c11ccecb89 100644 Binary files a/public/images/pokemon/1019.png and b/public/images/pokemon/1019.png differ diff --git a/public/images/pokemon/676-dandy.png b/public/images/pokemon/676-dandy.png index f7303f7ec04..738b9eaec07 100644 Binary files a/public/images/pokemon/676-dandy.png and b/public/images/pokemon/676-dandy.png differ diff --git a/public/images/pokemon/676-debutante.png b/public/images/pokemon/676-debutante.png index b33fb39c8a8..2be51b49d14 100644 Binary files a/public/images/pokemon/676-debutante.png and b/public/images/pokemon/676-debutante.png differ diff --git a/public/images/pokemon/676-diamond.png b/public/images/pokemon/676-diamond.png index 1bd0628a543..5662825df7d 100644 Binary files a/public/images/pokemon/676-diamond.png and b/public/images/pokemon/676-diamond.png differ diff --git a/public/images/pokemon/676-heart.png b/public/images/pokemon/676-heart.png index de6d3ebb7f6..2747c376bca 100644 Binary files a/public/images/pokemon/676-heart.png and b/public/images/pokemon/676-heart.png differ diff --git a/public/images/pokemon/676-kabuki.png b/public/images/pokemon/676-kabuki.png index c402730a5e8..1a9a2ad1689 100644 Binary files a/public/images/pokemon/676-kabuki.png and b/public/images/pokemon/676-kabuki.png differ diff --git a/public/images/pokemon/676-la-reine.png b/public/images/pokemon/676-la-reine.png index b9cf78ac6a6..1ca19430e66 100644 Binary files a/public/images/pokemon/676-la-reine.png and b/public/images/pokemon/676-la-reine.png differ diff --git a/public/images/pokemon/676-matron.png b/public/images/pokemon/676-matron.png index 4f88ee06a1e..0ea64fcd55e 100644 Binary files a/public/images/pokemon/676-matron.png and b/public/images/pokemon/676-matron.png differ diff --git a/public/images/pokemon/676-pharaoh.png b/public/images/pokemon/676-pharaoh.png index 6bcc2914010..d3019440c8a 100644 Binary files a/public/images/pokemon/676-pharaoh.png and b/public/images/pokemon/676-pharaoh.png differ diff --git a/public/images/pokemon/676-star.png b/public/images/pokemon/676-star.png index 540ba4a2dba..de93346cb74 100644 Binary files a/public/images/pokemon/676-star.png and b/public/images/pokemon/676-star.png differ diff --git a/public/images/pokemon/869-caramel-swirl.json b/public/images/pokemon/869-caramel-swirl.json new file mode 100644 index 00000000000..fb8f0afb857 --- /dev/null +++ b/public/images/pokemon/869-caramel-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-caramel-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:e565b3b962f894b4de5291159fced6f2:dec57ba4f1836b6834da2da4c98c442a:a9efacddd6da069c39eca521bf0c5c93$" + } +} diff --git a/public/images/pokemon/869-caramel-swirl.png b/public/images/pokemon/869-caramel-swirl.png new file mode 100644 index 00000000000..c6bf967942f Binary files /dev/null and b/public/images/pokemon/869-caramel-swirl.png differ diff --git a/public/images/pokemon/869-lemon-cream.json b/public/images/pokemon/869-lemon-cream.json new file mode 100644 index 00000000000..419a5c70a55 --- /dev/null +++ b/public/images/pokemon/869-lemon-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-lemon-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:8a99ba9bf3bfb93bba7c6010553d9e0e:b231a3962960f61ce4d970d95bde3f3c:0284bb2fb44231f3756d5e41407b29dc$" + } +} diff --git a/public/images/pokemon/869-lemon-cream.png b/public/images/pokemon/869-lemon-cream.png new file mode 100644 index 00000000000..88e238ece14 Binary files /dev/null and b/public/images/pokemon/869-lemon-cream.png differ diff --git a/public/images/pokemon/869-matcha-cream.json b/public/images/pokemon/869-matcha-cream.json new file mode 100644 index 00000000000..aa1e47ae680 --- /dev/null +++ b/public/images/pokemon/869-matcha-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-matcha-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:713d1a6f0fbac3236c31960e722f4425:29a82de035ed4f33426b4bb6943c4036:3607dee150b69bb8409f07bf4b436c27$" + } +} diff --git a/public/images/pokemon/869-matcha-cream.png b/public/images/pokemon/869-matcha-cream.png new file mode 100644 index 00000000000..5e282236ceb Binary files /dev/null and b/public/images/pokemon/869-matcha-cream.png differ diff --git a/public/images/pokemon/869-mint-cream.json b/public/images/pokemon/869-mint-cream.json new file mode 100644 index 00000000000..3d103861c5c --- /dev/null +++ b/public/images/pokemon/869-mint-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-mint-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5deaa7830e8cbf001dce6c800a9e3da2:4c9255c2ad6d33fc00a90e447fb8a344:5a3d349b5aaedd43ed9c9acbc0c8652a$" + } +} diff --git a/public/images/pokemon/869-mint-cream.png b/public/images/pokemon/869-mint-cream.png new file mode 100644 index 00000000000..d67741eaa57 Binary files /dev/null and b/public/images/pokemon/869-mint-cream.png differ diff --git a/public/images/pokemon/869-rainbow-swirl.json b/public/images/pokemon/869-rainbow-swirl.json new file mode 100644 index 00000000000..b3ac889bcf4 --- /dev/null +++ b/public/images/pokemon/869-rainbow-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-rainbow-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:1a4d1bc0283fdcf9704523ff9c304937:8122f937b67cb25a772bdb63688456b7:5efb62c1b2c8ccb825172755b6a5956b$" + } +} diff --git a/public/images/pokemon/869-rainbow-swirl.png b/public/images/pokemon/869-rainbow-swirl.png new file mode 100644 index 00000000000..2e75b933316 Binary files /dev/null and b/public/images/pokemon/869-rainbow-swirl.png differ diff --git a/public/images/pokemon/869-ruby-cream.json b/public/images/pokemon/869-ruby-cream.json new file mode 100644 index 00000000000..f7af720c93b --- /dev/null +++ b/public/images/pokemon/869-ruby-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:e03bb56ed3208e982eb0bec819d53bf6:2c86ae79dcda2aeecdcf0c025c16d3c3:36b2afa6f1e593bd875572a5eaa54a8f$" + } +} diff --git a/public/images/pokemon/869-ruby-cream.png b/public/images/pokemon/869-ruby-cream.png new file mode 100644 index 00000000000..c699e109e08 Binary files /dev/null and b/public/images/pokemon/869-ruby-cream.png differ diff --git a/public/images/pokemon/869-ruby-swirl.json b/public/images/pokemon/869-ruby-swirl.json new file mode 100644 index 00000000000..8773a4a9b80 --- /dev/null +++ b/public/images/pokemon/869-ruby-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:3c79af909f9735d7ece0527b789506f2:0b973ea05d9bc875560323eb9df5efe3:ea7e9be6cfcdb9bb39d201b2ab117eae$" + } +} diff --git a/public/images/pokemon/869-ruby-swirl.png b/public/images/pokemon/869-ruby-swirl.png new file mode 100644 index 00000000000..3ce92c3e363 Binary files /dev/null and b/public/images/pokemon/869-ruby-swirl.png differ diff --git a/public/images/pokemon/869-salted-cream.json b/public/images/pokemon/869-salted-cream.json new file mode 100644 index 00000000000..b812a0c9823 --- /dev/null +++ b/public/images/pokemon/869-salted-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-salted-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 28, + "y": 20, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:bb169ea1db5dad0a39dcd54df8356c06:608e3745adcb907d1f382e251ad807f4:6e5c7cbfd1699b5560a39643a258e386$" + } +} diff --git a/public/images/pokemon/869-salted-cream.png b/public/images/pokemon/869-salted-cream.png new file mode 100644 index 00000000000..d8f495476fe Binary files /dev/null and b/public/images/pokemon/869-salted-cream.png differ diff --git a/public/images/pokemon/890-eternamax.json b/public/images/pokemon/890-eternamax.json index 4555295b172..98cb6f20446 100644 --- a/public/images/pokemon/890-eternamax.json +++ b/public/images/pokemon/890-eternamax.json @@ -4,30 +4,744 @@ "image": "890-eternamax.png", "format": "RGBA8888", "size": { - "w": 96, - "h": 96 + "w": 579, + "h": 579 }, "scale": 1, "frames": [ { - "filename": "0001.png", + "filename": "0035.png", "rotated": false, - "trimmed": false, + "trimmed": true, "sourceSize": { - "w": 96, - "h": 96 + "w": 112, + "h": 112 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 96, - "h": 96 + "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 } } ] @@ -36,6 +750,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:2f58479d6e423d47c2e020de79121c9e:2b0d210cee7325446481599b7b95c52b:4db8b375066b8984bad6ce8eed9a5f6f$" + "smartupdate": "$TexturePacker:SmartUpdate:8fd9e1830200ec8e4aac8571cc2d27a6:c966e3efce03c7bae43d7bca6d6dfa62:cedd2711a12bbacba5623505fe88bd92$" } } diff --git a/public/images/pokemon/890-eternamax.png b/public/images/pokemon/890-eternamax.png index 65552024ac6..33c8f5f9631 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/1018.json b/public/images/pokemon/back/1018.json index d6d139421fb..0a922a9b064 100644 --- a/public/images/pokemon/back/1018.json +++ b/public/images/pokemon/back/1018.json @@ -4,30 +4,30 @@ "image": "1018.png", "format": "RGBA8888", "size": { - "w": 83, - "h": 83 + "w": 93, + "h": 93 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 72, - "h": 83 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 72, - "h": 83 + "x": 9, + "y": 1, + "w": 77, + "h": 93 }, "frame": { "x": 0, "y": 0, - "w": 72, - "h": 83 + "w": 77, + "h": 93 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "" + "smartupdate": "$TexturePacker:SmartUpdate:7bcbd22c0ec7417e78bd928f1dd199ef:729a751331cdd4c61b8bc4b78a19a5ec:12f4e8cc755bd0ab0f220a63428f3ba3$" } } diff --git a/public/images/pokemon/back/1018.png b/public/images/pokemon/back/1018.png index 00f38c27af1..67c458a9973 100644 Binary files a/public/images/pokemon/back/1018.png and b/public/images/pokemon/back/1018.png differ diff --git a/public/images/pokemon/back/1019.json b/public/images/pokemon/back/1019.json index eb95065ecbd..1b1dcf05a24 100644 --- a/public/images/pokemon/back/1019.json +++ b/public/images/pokemon/back/1019.json @@ -4,30 +4,30 @@ "image": "1019.png", "format": "RGBA8888", "size": { - "w": 88, - "h": 88 + "w": 84, + "h": 84 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 60, - "h": 88 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 88 + "x": 19, + "y": 6, + "w": 57, + "h": 84 }, "frame": { "x": 0, "y": 0, - "w": 60, - "h": 88 + "w": 57, + "h": 84 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "" + "smartupdate": "$TexturePacker:SmartUpdate:fa22ad6f533362429e5f16082dee27ef:8dac5b6219bd93d6b6b186a6e5da1962:7f41678ca2a06ee5c2aed7357b311846$" } } diff --git a/public/images/pokemon/back/1019.png b/public/images/pokemon/back/1019.png index e15a6ce36f0..ece50558c8c 100644 Binary files a/public/images/pokemon/back/1019.png and b/public/images/pokemon/back/1019.png differ diff --git a/public/images/pokemon/back/869-caramel-swirl.json b/public/images/pokemon/back/869-caramel-swirl.json new file mode 100644 index 00000000000..edf2b5a9a76 --- /dev/null +++ b/public/images/pokemon/back/869-caramel-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-caramel-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2e4ddfde96ab312ce7d94315e5d95a9c:7f74b65259ec1e4bcb1f62f02643d8a7:a9efacddd6da069c39eca521bf0c5c93$" + } +} diff --git a/public/images/pokemon/back/869-caramel-swirl.png b/public/images/pokemon/back/869-caramel-swirl.png new file mode 100644 index 00000000000..74556910bc1 Binary files /dev/null and b/public/images/pokemon/back/869-caramel-swirl.png differ diff --git a/public/images/pokemon/back/869-lemon-cream.json b/public/images/pokemon/back/869-lemon-cream.json new file mode 100644 index 00000000000..7e8eb3f1f08 --- /dev/null +++ b/public/images/pokemon/back/869-lemon-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-lemon-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:003640cdcb017af6d6fb7cce7ae5e1df:4dc2b3e45490e0868ac99d9aa7102c07:0284bb2fb44231f3756d5e41407b29dc$" + } +} diff --git a/public/images/pokemon/back/869-lemon-cream.png b/public/images/pokemon/back/869-lemon-cream.png new file mode 100644 index 00000000000..749e7c7aa65 Binary files /dev/null and b/public/images/pokemon/back/869-lemon-cream.png differ diff --git a/public/images/pokemon/back/869-matcha-cream.json b/public/images/pokemon/back/869-matcha-cream.json new file mode 100644 index 00000000000..261272c0247 --- /dev/null +++ b/public/images/pokemon/back/869-matcha-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-matcha-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:78c1fa20bd0f496a72dacd28367a66ad:96033ef5b7aeeb9456771109824bd27d:3607dee150b69bb8409f07bf4b436c27$" + } +} diff --git a/public/images/pokemon/back/869-matcha-cream.png b/public/images/pokemon/back/869-matcha-cream.png new file mode 100644 index 00000000000..32570610f13 Binary files /dev/null and b/public/images/pokemon/back/869-matcha-cream.png differ diff --git a/public/images/pokemon/back/869-mint-cream.json b/public/images/pokemon/back/869-mint-cream.json new file mode 100644 index 00000000000..23db1b920ea --- /dev/null +++ b/public/images/pokemon/back/869-mint-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-mint-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:567b2cbeb4dd05e9ea75a9745678a661:daa4e8bd833c1f1b8fcef7664611a23f:5a3d349b5aaedd43ed9c9acbc0c8652a$" + } +} diff --git a/public/images/pokemon/back/869-mint-cream.png b/public/images/pokemon/back/869-mint-cream.png new file mode 100644 index 00000000000..ec1976d3568 Binary files /dev/null and b/public/images/pokemon/back/869-mint-cream.png differ diff --git a/public/images/pokemon/back/869-rainbow-swirl.json b/public/images/pokemon/back/869-rainbow-swirl.json new file mode 100644 index 00000000000..f19a4443388 --- /dev/null +++ b/public/images/pokemon/back/869-rainbow-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-rainbow-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:3be6ab13976cde5a336b4186625bf386:e472d87a989050125ac960a9e53d8c77:5efb62c1b2c8ccb825172755b6a5956b$" + } +} diff --git a/public/images/pokemon/back/869-rainbow-swirl.png b/public/images/pokemon/back/869-rainbow-swirl.png new file mode 100644 index 00000000000..5454202ef27 Binary files /dev/null and b/public/images/pokemon/back/869-rainbow-swirl.png differ diff --git a/public/images/pokemon/back/869-ruby-cream.json b/public/images/pokemon/back/869-ruby-cream.json new file mode 100644 index 00000000000..ac2e4e0fa1d --- /dev/null +++ b/public/images/pokemon/back/869-ruby-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5e1a2e975f94fce84da322e45069c702:68247ca18f9dd3e2bc269dc772ad069d:36b2afa6f1e593bd875572a5eaa54a8f$" + } +} diff --git a/public/images/pokemon/back/869-ruby-cream.png b/public/images/pokemon/back/869-ruby-cream.png new file mode 100644 index 00000000000..00cbd472026 Binary files /dev/null and b/public/images/pokemon/back/869-ruby-cream.png differ diff --git a/public/images/pokemon/back/869-ruby-swirl.json b/public/images/pokemon/back/869-ruby-swirl.json new file mode 100644 index 00000000000..ac2d6213f18 --- /dev/null +++ b/public/images/pokemon/back/869-ruby-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:74597d1dd20480b7437d63ffff36fdc6:712fef9349381ad34ea1cf553353507e:ea7e9be6cfcdb9bb39d201b2ab117eae$" + } +} diff --git a/public/images/pokemon/back/869-ruby-swirl.png b/public/images/pokemon/back/869-ruby-swirl.png new file mode 100644 index 00000000000..96f91ba6c52 Binary files /dev/null and b/public/images/pokemon/back/869-ruby-swirl.png differ diff --git a/public/images/pokemon/back/869-salted-cream.json b/public/images/pokemon/back/869-salted-cream.json new file mode 100644 index 00000000000..995a0769f15 --- /dev/null +++ b/public/images/pokemon/back/869-salted-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-salted-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 30, + "y": 20, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:e2389a610f198709cf6d31d9265f1dec:150abb49e4602321790850b291b4a7fb:6e5c7cbfd1699b5560a39643a258e386$" + } +} diff --git a/public/images/pokemon/back/869-salted-cream.png b/public/images/pokemon/back/869-salted-cream.png new file mode 100644 index 00000000000..7b81e6e7fa3 Binary files /dev/null and b/public/images/pokemon/back/869-salted-cream.png differ diff --git a/public/images/pokemon/back/shiny/1018.json b/public/images/pokemon/back/shiny/1018.json index d6d139421fb..46647b102f6 100644 --- a/public/images/pokemon/back/shiny/1018.json +++ b/public/images/pokemon/back/shiny/1018.json @@ -4,30 +4,30 @@ "image": "1018.png", "format": "RGBA8888", "size": { - "w": 83, - "h": 83 + "w": 93, + "h": 93 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 72, - "h": 83 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 72, - "h": 83 + "x": 9, + "y": 1, + "w": 77, + "h": 93 }, "frame": { "x": 0, "y": 0, - "w": 72, - "h": 83 + "w": 77, + "h": 93 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "" + "smartupdate": "$TexturePacker:SmartUpdate:19cb90b37890ea754c5d1edca5326abb:e99262614bcac2d671e12ed0bc4eb1d2:12f4e8cc755bd0ab0f220a63428f3ba3$" } } diff --git a/public/images/pokemon/back/shiny/1018.png b/public/images/pokemon/back/shiny/1018.png index e6b429763c0..a1dbb2f558f 100644 Binary files a/public/images/pokemon/back/shiny/1018.png and b/public/images/pokemon/back/shiny/1018.png differ diff --git a/public/images/pokemon/back/shiny/1019.json b/public/images/pokemon/back/shiny/1019.json index eb95065ecbd..5ee6f7f85cd 100644 --- a/public/images/pokemon/back/shiny/1019.json +++ b/public/images/pokemon/back/shiny/1019.json @@ -4,30 +4,30 @@ "image": "1019.png", "format": "RGBA8888", "size": { - "w": 88, - "h": 88 + "w": 84, + "h": 84 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 60, - "h": 88 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 60, - "h": 88 + "x": 19, + "y": 6, + "w": 57, + "h": 84 }, "frame": { "x": 0, "y": 0, - "w": 60, - "h": 88 + "w": 57, + "h": 84 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "" + "smartupdate": "$TexturePacker:SmartUpdate:583d46caa69d701c444b02879c33295e:5c81ac32256868d5970b2442ad4a700c:7f41678ca2a06ee5c2aed7357b311846$" } } diff --git a/public/images/pokemon/back/shiny/1019.png b/public/images/pokemon/back/shiny/1019.png index af93cd23c0d..a2c32635078 100644 Binary files a/public/images/pokemon/back/shiny/1019.png and b/public/images/pokemon/back/shiny/1019.png differ diff --git a/public/images/pokemon/back/shiny/676-dandy.json b/public/images/pokemon/back/shiny/676-dandy.json index c2bbb272d46..b13560feb7d 100644 --- a/public/images/pokemon/back/shiny/676-dandy.json +++ b/public/images/pokemon/back/shiny/676-dandy.json @@ -4,30 +4,30 @@ "image": "676-dandy.png", "format": "RGBA8888", "size": { - "w": 72, - "h": 72 + "w": 66, + "h": 66 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 62, - "h": 72 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 62, - "h": 72 + "x": 20, + "y": 14, + "w": 56, + "h": 66 }, "frame": { "x": 0, "y": 0, - "w": 62, - "h": 72 + "w": 56, + "h": 66 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:9a72775f436bbda574bf3721630310fb:f01538e7a19ca3d0d2fea48cd27d8a4c:b5a287256e260744fe6660dc2ceefd11$" + "smartupdate": "$TexturePacker:SmartUpdate:30c2972a226f8e360e323bea40a8005e:232a9bbcc4dba00a033204f1ec06cffd:b5a287256e260744fe6660dc2ceefd11$" } } diff --git a/public/images/pokemon/back/shiny/676-dandy.png b/public/images/pokemon/back/shiny/676-dandy.png index 634a2b0c8a9..f8c77d88326 100644 Binary files a/public/images/pokemon/back/shiny/676-dandy.png and b/public/images/pokemon/back/shiny/676-dandy.png differ diff --git a/public/images/pokemon/back/shiny/676-debutante.json b/public/images/pokemon/back/shiny/676-debutante.json index b1067eed9f9..0469fb6702b 100644 --- a/public/images/pokemon/back/shiny/676-debutante.json +++ b/public/images/pokemon/back/shiny/676-debutante.json @@ -4,30 +4,30 @@ "image": "676-debutante.png", "format": "RGBA8888", "size": { - "w": 68, - "h": 68 + "w": 62, + "h": 62 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 57, - "h": 68 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 57, - "h": 68 + "x": 25, + "y": 18, + "w": 51, + "h": 62 }, "frame": { "x": 0, "y": 0, - "w": 57, - "h": 68 + "w": 51, + "h": 62 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:6d038d8d188d6e545741353c2dd5b812:6f39eb82deb32d251df708f5d4edc9f1:bf2f862a1c8881133f9f3ffbf44602fa$" + "smartupdate": "$TexturePacker:SmartUpdate:5a68081e37dfebc3935ecf4a4fbee3ad:71cbee6966c08512b0617eba3ce34a49:bf2f862a1c8881133f9f3ffbf44602fa$" } } diff --git a/public/images/pokemon/back/shiny/676-debutante.png b/public/images/pokemon/back/shiny/676-debutante.png index 3a7a0d7abc2..965e0aaf86d 100644 Binary files a/public/images/pokemon/back/shiny/676-debutante.png and b/public/images/pokemon/back/shiny/676-debutante.png differ diff --git a/public/images/pokemon/back/shiny/676-diamond.json b/public/images/pokemon/back/shiny/676-diamond.json index 2df54c70a2d..50319863eb3 100644 --- a/public/images/pokemon/back/shiny/676-diamond.json +++ b/public/images/pokemon/back/shiny/676-diamond.json @@ -4,30 +4,30 @@ "image": "676-diamond.png", "format": "RGBA8888", "size": { - "w": 74, - "h": 74 + "w": 68, + "h": 68 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 51, - "h": 74 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 51, - "h": 74 + "x": 27, + "y": 12, + "w": 45, + "h": 68 }, "frame": { "x": 0, "y": 0, - "w": 51, - "h": 74 + "w": 45, + "h": 68 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:6e2189160ebb9fff02e9a051ee296d91:47037a1746645a551e31781cb8262e1f:88c467fc09249b0d2f579d44eacd528d$" + "smartupdate": "$TexturePacker:SmartUpdate:2d32af44d56592301808b561e6fa22f6:c70b6710f9c7ebb5268979a777193386:88c467fc09249b0d2f579d44eacd528d$" } } diff --git a/public/images/pokemon/back/shiny/676-diamond.png b/public/images/pokemon/back/shiny/676-diamond.png index d737c62b507..9ea8ff97838 100644 Binary files a/public/images/pokemon/back/shiny/676-diamond.png and b/public/images/pokemon/back/shiny/676-diamond.png differ diff --git a/public/images/pokemon/back/shiny/676-heart.json b/public/images/pokemon/back/shiny/676-heart.json index 6ebd9b679e9..6202b4b2050 100644 --- a/public/images/pokemon/back/shiny/676-heart.json +++ b/public/images/pokemon/back/shiny/676-heart.json @@ -4,30 +4,30 @@ "image": "676-heart.png", "format": "RGBA8888", "size": { - "w": 71, - "h": 71 + "w": 65, + "h": 65 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 52, - "h": 71 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 52, - "h": 71 + "x": 26, + "y": 15, + "w": 46, + "h": 65 }, "frame": { "x": 0, "y": 0, - "w": 52, - "h": 71 + "w": 46, + "h": 65 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:bd54cfc49b95a12709696441044b115c:dce25f0e6474cad17709f18c96ffb3e5:e11d4dd16bff2ef69bc5ca683c44ca7c$" + "smartupdate": "$TexturePacker:SmartUpdate:e936d451ba0b36434d6444cb1b80f4d9:0b0d0b49e11fcc790a20130e3ab18ca5:e11d4dd16bff2ef69bc5ca683c44ca7c$" } } diff --git a/public/images/pokemon/back/shiny/676-heart.png b/public/images/pokemon/back/shiny/676-heart.png index fac541f4438..e44c8218aba 100644 Binary files a/public/images/pokemon/back/shiny/676-heart.png and b/public/images/pokemon/back/shiny/676-heart.png differ diff --git a/public/images/pokemon/back/shiny/676-kabuki.json b/public/images/pokemon/back/shiny/676-kabuki.json index 140e74be3b3..87bcba2e93c 100644 --- a/public/images/pokemon/back/shiny/676-kabuki.json +++ b/public/images/pokemon/back/shiny/676-kabuki.json @@ -4,30 +4,30 @@ "image": "676-kabuki.png", "format": "RGBA8888", "size": { - "w": 71, - "h": 71 + "w": 65, + "h": 65 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 55, - "h": 71 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 71 + "x": 23, + "y": 15, + "w": 49, + "h": 65 }, "frame": { "x": 0, "y": 0, - "w": 55, - "h": 71 + "w": 49, + "h": 65 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:5bd5ad9678c59b2b1d85a6af103ba1ba:2f6c7f2792f64728b478333fc2c65138:c3cad56aa65d2ee971ceebc435a14ee6$" + "smartupdate": "$TexturePacker:SmartUpdate:517d96cd6baa5b7616a51e8c4fed7a55:0a0f239ab3df60459410fab5eba8a4e6:c3cad56aa65d2ee971ceebc435a14ee6$" } } diff --git a/public/images/pokemon/back/shiny/676-kabuki.png b/public/images/pokemon/back/shiny/676-kabuki.png index bbb1a776ece..e81aada06bd 100644 Binary files a/public/images/pokemon/back/shiny/676-kabuki.png and b/public/images/pokemon/back/shiny/676-kabuki.png differ diff --git a/public/images/pokemon/back/shiny/676-la-reine.json b/public/images/pokemon/back/shiny/676-la-reine.json index 88ddfdc23ac..a5b408946b3 100644 --- a/public/images/pokemon/back/shiny/676-la-reine.json +++ b/public/images/pokemon/back/shiny/676-la-reine.json @@ -4,30 +4,30 @@ "image": "676-la-reine.png", "format": "RGBA8888", "size": { - "w": 69, - "h": 69 + "w": 63, + "h": 63 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 54, - "h": 69 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 54, - "h": 69 + "x": 24, + "y": 17, + "w": 48, + "h": 63 }, "frame": { "x": 0, "y": 0, - "w": 54, - "h": 69 + "w": 48, + "h": 63 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:e01297ffc2dd40460e87b64750997ca6:3261fa54b4c9574937d670de782ca3e8:b99821e87dffda3297dd25a224a9029f$" + "smartupdate": "$TexturePacker:SmartUpdate:e2179e3c9dfa079f84af302283187a80:518e57f1e0614d1aedad1d9826def3d4:b99821e87dffda3297dd25a224a9029f$" } } diff --git a/public/images/pokemon/back/shiny/676-la-reine.png b/public/images/pokemon/back/shiny/676-la-reine.png index e4d699e5fe8..78e43bc30af 100644 Binary files a/public/images/pokemon/back/shiny/676-la-reine.png and b/public/images/pokemon/back/shiny/676-la-reine.png differ diff --git a/public/images/pokemon/back/shiny/676-matron.json b/public/images/pokemon/back/shiny/676-matron.json index 6bf6d37dd2a..b24180fa85e 100644 --- a/public/images/pokemon/back/shiny/676-matron.json +++ b/public/images/pokemon/back/shiny/676-matron.json @@ -4,30 +4,30 @@ "image": "676-matron.png", "format": "RGBA8888", "size": { - "w": 68, - "h": 68 + "w": 62, + "h": 62 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 53, - "h": 68 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 53, - "h": 68 + "x": 26, + "y": 18, + "w": 47, + "h": 62 }, "frame": { "x": 0, "y": 0, - "w": 53, - "h": 68 + "w": 47, + "h": 62 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:262f28877dc9ef9e7920282c4b36b8dd:18b55adc9c377d1b24d6b236e1f39177:020798583d07c479020bb0af34cf8bb6$" + "smartupdate": "$TexturePacker:SmartUpdate:6c9b45763eb4fedb5ec7099762f23606:884e9813686e91cf2a2cd9f51652a875:020798583d07c479020bb0af34cf8bb6$" } } diff --git a/public/images/pokemon/back/shiny/676-matron.png b/public/images/pokemon/back/shiny/676-matron.png index 1867cf457aa..0324b0baf94 100644 Binary files a/public/images/pokemon/back/shiny/676-matron.png and b/public/images/pokemon/back/shiny/676-matron.png differ diff --git a/public/images/pokemon/back/shiny/676-pharaoh.json b/public/images/pokemon/back/shiny/676-pharaoh.json index da483501127..9b18b969754 100644 --- a/public/images/pokemon/back/shiny/676-pharaoh.json +++ b/public/images/pokemon/back/shiny/676-pharaoh.json @@ -4,30 +4,30 @@ "image": "676-pharaoh.png", "format": "RGBA8888", "size": { - "w": 70, - "h": 70 + "w": 64, + "h": 64 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 53, - "h": 70 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 53, - "h": 70 + "x": 25, + "y": 16, + "w": 47, + "h": 64 }, "frame": { "x": 0, "y": 0, - "w": 53, - "h": 70 + "w": 47, + "h": 64 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:a5d56fc494b2194036a8d6d1d876a296:6260eeb9aa48a1047c8ec12842ac28c6:904b7ab6f57249c96beea4b5f72deb53$" + "smartupdate": "$TexturePacker:SmartUpdate:5143f43786377eae745a9355e5e1cc24:158aa35a349be4cf7c56820170aa4546:904b7ab6f57249c96beea4b5f72deb53$" } } diff --git a/public/images/pokemon/back/shiny/676-pharaoh.png b/public/images/pokemon/back/shiny/676-pharaoh.png index 4c139a498d2..563c2f93e21 100644 Binary files a/public/images/pokemon/back/shiny/676-pharaoh.png and b/public/images/pokemon/back/shiny/676-pharaoh.png differ diff --git a/public/images/pokemon/back/shiny/676-star.json b/public/images/pokemon/back/shiny/676-star.json index 1ef3e6a6111..6ca9f42e5c3 100644 --- a/public/images/pokemon/back/shiny/676-star.json +++ b/public/images/pokemon/back/shiny/676-star.json @@ -4,30 +4,30 @@ "image": "676-star.png", "format": "RGBA8888", "size": { - "w": 72, - "h": 72 + "w": 66, + "h": 66 }, - "scale": 1, + "scale": 0.333, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 54, - "h": 72 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 54, - "h": 72 + "x": 24, + "y": 14, + "w": 48, + "h": 66 }, "frame": { "x": 0, "y": 0, - "w": 54, - "h": 72 + "w": 48, + "h": 66 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:6be66775c485bf44d69f7cd44e346324:c9e3d3db02b6ea0720a20b9bbd159d79:dd7fedf66b493b0bbdef5d25e0041dd8$" + "smartupdate": "$TexturePacker:SmartUpdate:d9af00245cb6498c9dec7508ed563454:12f19bad174b64678e8b8be8455f2b5a:dd7fedf66b493b0bbdef5d25e0041dd8$" } } diff --git a/public/images/pokemon/back/shiny/676-star.png b/public/images/pokemon/back/shiny/676-star.png index 0ad91515631..0f388480b4f 100644 Binary files a/public/images/pokemon/back/shiny/676-star.png and b/public/images/pokemon/back/shiny/676-star.png differ diff --git a/public/images/pokemon/back/shiny/678.json b/public/images/pokemon/back/shiny/678.json index 98341ac8e5c..14101a5b062 100644 --- a/public/images/pokemon/back/shiny/678.json +++ b/public/images/pokemon/back/shiny/678.json @@ -4,219 +4,30 @@ "image": "678.png", "format": "RGBA8888", "size": { - "w": 157, - "h": 157 + "w": 55, + "h": 55 }, - "scale": 1, + "scale": 0.333, "frames": [ - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 25, - "y": 16, - "w": 54, - "h": 60 - }, - "frame": { - "x": 0, - "y": 0, - "w": 54, - "h": 60 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 25, - "y": 16, - "w": 54, - "h": 60 - }, - "frame": { - "x": 0, - "y": 0, - "w": 54, - "h": 60 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 25, - "y": 15, - "w": 53, - "h": 61 - }, - "frame": { - "x": 54, - "y": 0, - "w": 53, - "h": 61 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 25, - "y": 15, - "w": 53, - "h": 61 - }, - "frame": { - "x": 54, - "y": 0, - "w": 53, - "h": 61 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 24, - "y": 15, - "w": 52, - "h": 61 - }, - "frame": { - "x": 0, - "y": 60, - "w": 52, - "h": 61 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 24, - "y": 15, - "w": 52, - "h": 61 - }, - "frame": { - "x": 0, - "y": 60, - "w": 52, - "h": 61 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 26, - "y": 16, - "w": 54, - "h": 60 - }, - "frame": { - "x": 52, - "y": 61, - "w": 54, - "h": 60 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 24, - "y": 17, - "w": 51, - "h": 59 - }, - "frame": { - "x": 106, - "y": 61, - "w": 51, - "h": 59 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 96, - "h": 96 - }, - "spriteSourceSize": { - "x": 24, - "y": 17, - "w": 51, - "h": 59 - }, - "frame": { - "x": 106, - "y": 61, - "w": 51, - "h": 59 - } - }, { "filename": "0001.png", "rotated": false, - "trimmed": true, + "trimmed": false, "sourceSize": { "w": 96, "h": 96 }, "spriteSourceSize": { - "x": 23, - "y": 19, - "w": 50, - "h": 57 + "x": 25, + "y": 20, + "w": 46, + "h": 55 }, "frame": { - "x": 107, + "x": 0, "y": 0, - "w": 50, - "h": 57 + "w": 46, + "h": 55 } } ] @@ -225,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ab77ad452685ab677c7e5e70a386e880:27bb9b07316cb5c401e67e15e2b0f06a:887aa14e4a3a3e9141c6ae460f968db1$" + "smartupdate": "$TexturePacker:SmartUpdate:7b46b2656390e5ddac94370837e7cdaa:7f76286d5acb65066eff0c2532fa7fea:887aa14e4a3a3e9141c6ae460f968db1$" } } diff --git a/public/images/pokemon/back/shiny/678.png b/public/images/pokemon/back/shiny/678.png index 7bb6cfc0b88..3e9d72b066e 100644 Binary files a/public/images/pokemon/back/shiny/678.png and b/public/images/pokemon/back/shiny/678.png differ diff --git a/public/images/pokemon/back/shiny/869-caramel-swirl.json b/public/images/pokemon/back/shiny/869-caramel-swirl.json new file mode 100644 index 00000000000..c189169e6c0 --- /dev/null +++ b/public/images/pokemon/back/shiny/869-caramel-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-caramel-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-caramel-swirl.png b/public/images/pokemon/back/shiny/869-caramel-swirl.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-caramel-swirl.png differ diff --git a/public/images/pokemon/back/shiny/869-lemon-cream.json b/public/images/pokemon/back/shiny/869-lemon-cream.json new file mode 100644 index 00000000000..51ea7fa51ae --- /dev/null +++ b/public/images/pokemon/back/shiny/869-lemon-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-lemon-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-lemon-cream.png b/public/images/pokemon/back/shiny/869-lemon-cream.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-lemon-cream.png differ diff --git a/public/images/pokemon/back/shiny/869-matcha-cream.json b/public/images/pokemon/back/shiny/869-matcha-cream.json new file mode 100644 index 00000000000..344546032ff --- /dev/null +++ b/public/images/pokemon/back/shiny/869-matcha-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-matcha-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-matcha-cream.png b/public/images/pokemon/back/shiny/869-matcha-cream.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-matcha-cream.png differ diff --git a/public/images/pokemon/back/shiny/869-mint-cream.json b/public/images/pokemon/back/shiny/869-mint-cream.json new file mode 100644 index 00000000000..21eaa4e016c --- /dev/null +++ b/public/images/pokemon/back/shiny/869-mint-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-mint-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-mint-cream.png b/public/images/pokemon/back/shiny/869-mint-cream.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-mint-cream.png differ diff --git a/public/images/pokemon/back/shiny/869-rainbow-swirl.json b/public/images/pokemon/back/shiny/869-rainbow-swirl.json new file mode 100644 index 00000000000..cb5a4c26c96 --- /dev/null +++ b/public/images/pokemon/back/shiny/869-rainbow-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-rainbow-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-rainbow-swirl.png b/public/images/pokemon/back/shiny/869-rainbow-swirl.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-rainbow-swirl.png differ diff --git a/public/images/pokemon/back/shiny/869-ruby-cream.json b/public/images/pokemon/back/shiny/869-ruby-cream.json new file mode 100644 index 00000000000..bd3277d2dd4 --- /dev/null +++ b/public/images/pokemon/back/shiny/869-ruby-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-ruby-cream.png b/public/images/pokemon/back/shiny/869-ruby-cream.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-ruby-cream.png differ diff --git a/public/images/pokemon/back/shiny/869-ruby-swirl.json b/public/images/pokemon/back/shiny/869-ruby-swirl.json new file mode 100644 index 00000000000..8a487e00562 --- /dev/null +++ b/public/images/pokemon/back/shiny/869-ruby-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-ruby-swirl.png b/public/images/pokemon/back/shiny/869-ruby-swirl.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-ruby-swirl.png differ diff --git a/public/images/pokemon/back/shiny/869-salted-cream.json b/public/images/pokemon/back/shiny/869-salted-cream.json new file mode 100644 index 00000000000..e3aeb125b45 --- /dev/null +++ b/public/images/pokemon/back/shiny/869-salted-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-salted-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 36, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 36, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:9282a977590712360ae72153b51f6d19:8a8b13830aca0ac27048eddc715c72bd:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/back/shiny/869-salted-cream.png b/public/images/pokemon/back/shiny/869-salted-cream.png new file mode 100644 index 00000000000..5407d6e73de Binary files /dev/null and b/public/images/pokemon/back/shiny/869-salted-cream.png differ diff --git a/public/images/pokemon/icons/869s-caramel-swirl.png b/public/images/pokemon/icons/869s-caramel-swirl.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-caramel-swirl.png differ diff --git a/public/images/pokemon/icons/869s-lemon-cream.png b/public/images/pokemon/icons/869s-lemon-cream.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-lemon-cream.png differ diff --git a/public/images/pokemon/icons/869s-matcha-cream.png b/public/images/pokemon/icons/869s-matcha-cream.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-matcha-cream.png differ diff --git a/public/images/pokemon/icons/869s-mint-cream.png b/public/images/pokemon/icons/869s-mint-cream.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-mint-cream.png differ diff --git a/public/images/pokemon/icons/869s-rainbow-swirl.png b/public/images/pokemon/icons/869s-rainbow-swirl.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-rainbow-swirl.png differ diff --git a/public/images/pokemon/icons/869s-ruby-cream.png b/public/images/pokemon/icons/869s-ruby-cream.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-ruby-cream.png differ diff --git a/public/images/pokemon/icons/869s-ruby-swirl.png b/public/images/pokemon/icons/869s-ruby-swirl.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-ruby-swirl.png differ diff --git a/public/images/pokemon/icons/869s-salted-cream.png b/public/images/pokemon/icons/869s-salted-cream.png new file mode 100644 index 00000000000..32cb4cc7d56 Binary files /dev/null and b/public/images/pokemon/icons/869s-salted-cream.png differ diff --git a/public/images/pokemon/icons/variant/1/118_2.png b/public/images/pokemon/icons/variant/1/118_2.png new file mode 100644 index 00000000000..4a04afddbba Binary files /dev/null and b/public/images/pokemon/icons/variant/1/118_2.png differ diff --git a/public/images/pokemon/icons/variant/1/118_3.png b/public/images/pokemon/icons/variant/1/118_3.png new file mode 100644 index 00000000000..a1e0173d2d7 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/118_3.png differ diff --git a/public/images/pokemon/icons/variant/1/119_1.png b/public/images/pokemon/icons/variant/1/119_1.png new file mode 100644 index 00000000000..abc2f0727ae Binary files /dev/null and b/public/images/pokemon/icons/variant/1/119_1.png differ diff --git a/public/images/pokemon/icons/variant/1/119_2.png b/public/images/pokemon/icons/variant/1/119_2.png new file mode 100644 index 00000000000..37d8dee0fd6 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/119_2.png differ diff --git a/public/images/pokemon/icons/variant/1/119_3.png b/public/images/pokemon/icons/variant/1/119_3.png new file mode 100644 index 00000000000..e71c46a0291 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/119_3.png differ diff --git a/public/images/pokemon/icons/variant/1/150-mega-x_2.png b/public/images/pokemon/icons/variant/1/150-mega-x_2.png new file mode 100644 index 00000000000..9a5f568b512 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/150-mega-x_2.png differ diff --git a/public/images/pokemon/icons/variant/1/150-mega-x_3.png b/public/images/pokemon/icons/variant/1/150-mega-x_3.png new file mode 100644 index 00000000000..100f82659ee Binary files /dev/null and b/public/images/pokemon/icons/variant/1/150-mega-x_3.png differ diff --git a/public/images/pokemon/icons/variant/1/150-mega-y_2.png b/public/images/pokemon/icons/variant/1/150-mega-y_2.png new file mode 100644 index 00000000000..fb101253459 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/150-mega-y_2.png differ diff --git a/public/images/pokemon/icons/variant/1/150-mega-y_3.png b/public/images/pokemon/icons/variant/1/150-mega-y_3.png new file mode 100644 index 00000000000..0a8f15ba290 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/150-mega-y_3.png differ diff --git a/public/images/pokemon/icons/variant/1/29_2.png b/public/images/pokemon/icons/variant/1/29_2.png new file mode 100644 index 00000000000..12d66fb1579 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/29_2.png differ diff --git a/public/images/pokemon/icons/variant/1/29_3.png b/public/images/pokemon/icons/variant/1/29_3.png new file mode 100644 index 00000000000..c5f1f4aae94 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/29_3.png differ diff --git a/public/images/pokemon/icons/variant/1/30_2.png b/public/images/pokemon/icons/variant/1/30_2.png new file mode 100644 index 00000000000..29e97832b44 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/30_2.png differ diff --git a/public/images/pokemon/icons/variant/1/30_3.png b/public/images/pokemon/icons/variant/1/30_3.png new file mode 100644 index 00000000000..5d292322fee Binary files /dev/null and b/public/images/pokemon/icons/variant/1/30_3.png differ diff --git a/public/images/pokemon/icons/variant/1/31_2.png b/public/images/pokemon/icons/variant/1/31_2.png new file mode 100644 index 00000000000..709a6e7bbbf Binary files /dev/null and b/public/images/pokemon/icons/variant/1/31_2.png differ diff --git a/public/images/pokemon/icons/variant/1/31_3.png b/public/images/pokemon/icons/variant/1/31_3.png new file mode 100644 index 00000000000..020c42185e9 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/31_3.png differ diff --git a/public/images/pokemon/icons/variant/1/41_1.png b/public/images/pokemon/icons/variant/1/41_1.png new file mode 100644 index 00000000000..78867f99c6c Binary files /dev/null and b/public/images/pokemon/icons/variant/1/41_1.png differ diff --git a/public/images/pokemon/icons/variant/1/41_2.png b/public/images/pokemon/icons/variant/1/41_2.png new file mode 100644 index 00000000000..c73a279ff4d Binary files /dev/null and b/public/images/pokemon/icons/variant/1/41_2.png differ diff --git a/public/images/pokemon/icons/variant/1/41_3.png b/public/images/pokemon/icons/variant/1/41_3.png new file mode 100644 index 00000000000..e82afadc93d Binary files /dev/null and b/public/images/pokemon/icons/variant/1/41_3.png differ diff --git a/public/images/pokemon/icons/variant/1/42_1.png b/public/images/pokemon/icons/variant/1/42_1.png new file mode 100644 index 00000000000..17c82d9dd9e Binary files /dev/null and b/public/images/pokemon/icons/variant/1/42_1.png differ diff --git a/public/images/pokemon/icons/variant/1/42_2.png b/public/images/pokemon/icons/variant/1/42_2.png new file mode 100644 index 00000000000..2ecf6caa41e Binary files /dev/null and b/public/images/pokemon/icons/variant/1/42_2.png differ diff --git a/public/images/pokemon/icons/variant/1/42_3.png b/public/images/pokemon/icons/variant/1/42_3.png new file mode 100644 index 00000000000..7975ca4b1f6 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/42_3.png differ diff --git a/public/images/pokemon/icons/variant/1/77_2.png b/public/images/pokemon/icons/variant/1/77_2.png new file mode 100644 index 00000000000..3088fa45ba9 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/77_2.png differ diff --git a/public/images/pokemon/icons/variant/1/77_3.png b/public/images/pokemon/icons/variant/1/77_3.png new file mode 100644 index 00000000000..a2446036162 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/77_3.png differ diff --git a/public/images/pokemon/icons/variant/1/78_2.png b/public/images/pokemon/icons/variant/1/78_2.png new file mode 100644 index 00000000000..c071090fe57 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/78_2.png differ diff --git a/public/images/pokemon/icons/variant/1/78_3.png b/public/images/pokemon/icons/variant/1/78_3.png new file mode 100644 index 00000000000..1e80c8189d8 Binary files /dev/null and b/public/images/pokemon/icons/variant/1/78_3.png differ diff --git a/public/images/pokemon/icons/variant/2/169_1.png b/public/images/pokemon/icons/variant/2/169_1.png new file mode 100644 index 00000000000..1f4bceba846 Binary files /dev/null and b/public/images/pokemon/icons/variant/2/169_1.png differ diff --git a/public/images/pokemon/icons/variant/2/169_2.png b/public/images/pokemon/icons/variant/2/169_2.png new file mode 100644 index 00000000000..48b0dfb09fc Binary files /dev/null and b/public/images/pokemon/icons/variant/2/169_2.png differ diff --git a/public/images/pokemon/icons/variant/2/169_3.png b/public/images/pokemon/icons/variant/2/169_3.png new file mode 100644 index 00000000000..86f8ddd9b74 Binary files /dev/null and b/public/images/pokemon/icons/variant/2/169_3.png differ diff --git a/public/images/pokemon/icons/variant/2/173_3.png b/public/images/pokemon/icons/variant/2/173_3.png new file mode 100644 index 00000000000..5d24a29f9d9 Binary files /dev/null and b/public/images/pokemon/icons/variant/2/173_3.png differ diff --git a/public/images/pokemon/icons/variant/2/226_2.png b/public/images/pokemon/icons/variant/2/226_2.png new file mode 100644 index 00000000000..8eea84d7002 Binary files /dev/null and b/public/images/pokemon/icons/variant/2/226_2.png differ diff --git a/public/images/pokemon/icons/variant/2/226_3.png b/public/images/pokemon/icons/variant/2/226_3.png new file mode 100644 index 00000000000..655ce9e32a7 Binary files /dev/null and b/public/images/pokemon/icons/variant/2/226_3.png differ diff --git a/public/images/pokemon/icons/variant/3/290_1.png b/public/images/pokemon/icons/variant/3/290_1.png new file mode 100644 index 00000000000..579e4b838ed Binary files /dev/null and b/public/images/pokemon/icons/variant/3/290_1.png differ diff --git a/public/images/pokemon/icons/variant/3/290_2.png b/public/images/pokemon/icons/variant/3/290_2.png new file mode 100644 index 00000000000..659f57722eb Binary files /dev/null and b/public/images/pokemon/icons/variant/3/290_2.png differ diff --git a/public/images/pokemon/icons/variant/3/290_3.png b/public/images/pokemon/icons/variant/3/290_3.png new file mode 100644 index 00000000000..962386bea49 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/290_3.png differ diff --git a/public/images/pokemon/icons/variant/3/291_1.png b/public/images/pokemon/icons/variant/3/291_1.png new file mode 100644 index 00000000000..ab56b0f6763 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/291_1.png differ diff --git a/public/images/pokemon/icons/variant/3/291_2.png b/public/images/pokemon/icons/variant/3/291_2.png new file mode 100644 index 00000000000..55706b1ad44 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/291_2.png differ diff --git a/public/images/pokemon/icons/variant/3/291_3.png b/public/images/pokemon/icons/variant/3/291_3.png new file mode 100644 index 00000000000..4e4a5aa421b Binary files /dev/null and b/public/images/pokemon/icons/variant/3/291_3.png differ diff --git a/public/images/pokemon/icons/variant/3/292_1.png b/public/images/pokemon/icons/variant/3/292_1.png new file mode 100644 index 00000000000..b03645b1550 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/292_1.png differ diff --git a/public/images/pokemon/icons/variant/3/292_2.png b/public/images/pokemon/icons/variant/3/292_2.png new file mode 100644 index 00000000000..2b3a097c067 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/292_2.png differ diff --git a/public/images/pokemon/icons/variant/3/292_3.png b/public/images/pokemon/icons/variant/3/292_3.png new file mode 100644 index 00000000000..d8cd945026a Binary files /dev/null and b/public/images/pokemon/icons/variant/3/292_3.png differ diff --git a/public/images/pokemon/icons/variant/3/304_1.png b/public/images/pokemon/icons/variant/3/304_1.png new file mode 100644 index 00000000000..a32ec0a4a33 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/304_1.png differ diff --git a/public/images/pokemon/icons/variant/3/304_2.png b/public/images/pokemon/icons/variant/3/304_2.png new file mode 100644 index 00000000000..c670ee0ee21 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/304_2.png differ diff --git a/public/images/pokemon/icons/variant/3/304_3.png b/public/images/pokemon/icons/variant/3/304_3.png new file mode 100644 index 00000000000..e83399a5ff7 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/304_3.png differ diff --git a/public/images/pokemon/icons/variant/3/305_1.png b/public/images/pokemon/icons/variant/3/305_1.png new file mode 100644 index 00000000000..c98222a0bdd Binary files /dev/null and b/public/images/pokemon/icons/variant/3/305_1.png differ diff --git a/public/images/pokemon/icons/variant/3/305_2.png b/public/images/pokemon/icons/variant/3/305_2.png new file mode 100644 index 00000000000..d1db8f49dcc Binary files /dev/null and b/public/images/pokemon/icons/variant/3/305_2.png differ diff --git a/public/images/pokemon/icons/variant/3/305_3.png b/public/images/pokemon/icons/variant/3/305_3.png new file mode 100644 index 00000000000..404d304f493 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/305_3.png differ diff --git a/public/images/pokemon/icons/variant/3/306-mega_1.png b/public/images/pokemon/icons/variant/3/306-mega_1.png new file mode 100644 index 00000000000..c2a5bde0654 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/306-mega_1.png differ diff --git a/public/images/pokemon/icons/variant/3/306-mega_2.png b/public/images/pokemon/icons/variant/3/306-mega_2.png new file mode 100644 index 00000000000..87eb1a366b7 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/306-mega_2.png differ diff --git a/public/images/pokemon/icons/variant/3/306-mega_3.png b/public/images/pokemon/icons/variant/3/306-mega_3.png new file mode 100644 index 00000000000..5a87dae0a45 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/306-mega_3.png differ diff --git a/public/images/pokemon/icons/variant/3/306_1.png b/public/images/pokemon/icons/variant/3/306_1.png new file mode 100644 index 00000000000..dc4cdd8fb54 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/306_1.png differ diff --git a/public/images/pokemon/icons/variant/3/306_2.png b/public/images/pokemon/icons/variant/3/306_2.png new file mode 100644 index 00000000000..4d5ed76f0c5 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/306_2.png differ diff --git a/public/images/pokemon/icons/variant/3/306_3.png b/public/images/pokemon/icons/variant/3/306_3.png new file mode 100644 index 00000000000..de5e70eb4e6 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/306_3.png differ diff --git a/public/images/pokemon/icons/variant/3/309_2.png b/public/images/pokemon/icons/variant/3/309_2.png new file mode 100644 index 00000000000..96321bed7b4 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/309_2.png differ diff --git a/public/images/pokemon/icons/variant/3/309_3.png b/public/images/pokemon/icons/variant/3/309_3.png new file mode 100644 index 00000000000..a186f8caf08 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/309_3.png differ diff --git a/public/images/pokemon/icons/variant/3/310-mega_2.png b/public/images/pokemon/icons/variant/3/310-mega_2.png new file mode 100644 index 00000000000..0d5e9c9d949 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/310-mega_2.png differ diff --git a/public/images/pokemon/icons/variant/3/310-mega_3.png b/public/images/pokemon/icons/variant/3/310-mega_3.png new file mode 100644 index 00000000000..0bf7151a167 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/310-mega_3.png differ diff --git a/public/images/pokemon/icons/variant/3/310_2.png b/public/images/pokemon/icons/variant/3/310_2.png new file mode 100644 index 00000000000..9740c5d90bd Binary files /dev/null and b/public/images/pokemon/icons/variant/3/310_2.png differ diff --git a/public/images/pokemon/icons/variant/3/310_3.png b/public/images/pokemon/icons/variant/3/310_3.png new file mode 100644 index 00000000000..d6c98bd3345 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/310_3.png differ diff --git a/public/images/pokemon/icons/variant/3/334-mega_2.png b/public/images/pokemon/icons/variant/3/334-mega_2.png index 221b5e3c6c4..dbd6e0d6d2e 100644 Binary files a/public/images/pokemon/icons/variant/3/334-mega_2.png and b/public/images/pokemon/icons/variant/3/334-mega_2.png differ diff --git a/public/images/pokemon/icons/variant/3/334-mega_3.png b/public/images/pokemon/icons/variant/3/334-mega_3.png index cf9f34e70f1..6386fd580a5 100644 Binary files a/public/images/pokemon/icons/variant/3/334-mega_3.png and b/public/images/pokemon/icons/variant/3/334-mega_3.png differ diff --git a/public/images/pokemon/icons/variant/3/351-rainy_2.png b/public/images/pokemon/icons/variant/3/351-rainy_2.png new file mode 100644 index 00000000000..87617e2761e Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351-rainy_2.png differ diff --git a/public/images/pokemon/icons/variant/3/351-rainy_3.png b/public/images/pokemon/icons/variant/3/351-rainy_3.png new file mode 100644 index 00000000000..9be0fd449ae Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351-rainy_3.png differ diff --git a/public/images/pokemon/icons/variant/3/351-snowy_2.png b/public/images/pokemon/icons/variant/3/351-snowy_2.png new file mode 100644 index 00000000000..22ee53ee9e9 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351-snowy_2.png differ diff --git a/public/images/pokemon/icons/variant/3/351-snowy_3.png b/public/images/pokemon/icons/variant/3/351-snowy_3.png new file mode 100644 index 00000000000..af0437e2599 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351-snowy_3.png differ diff --git a/public/images/pokemon/icons/variant/3/351-sunny_2.png b/public/images/pokemon/icons/variant/3/351-sunny_2.png new file mode 100644 index 00000000000..cb1584e4c69 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351-sunny_2.png differ diff --git a/public/images/pokemon/icons/variant/3/351-sunny_3.png b/public/images/pokemon/icons/variant/3/351-sunny_3.png new file mode 100644 index 00000000000..6c92a04864b Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351-sunny_3.png differ diff --git a/public/images/pokemon/icons/variant/3/351_2.png b/public/images/pokemon/icons/variant/3/351_2.png new file mode 100644 index 00000000000..f318301a31b Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351_2.png differ diff --git a/public/images/pokemon/icons/variant/3/351_3.png b/public/images/pokemon/icons/variant/3/351_3.png new file mode 100644 index 00000000000..9035c6243ad Binary files /dev/null and b/public/images/pokemon/icons/variant/3/351_3.png differ diff --git a/public/images/pokemon/icons/variant/3/382-primal_2.png b/public/images/pokemon/icons/variant/3/382-primal_2.png new file mode 100644 index 00000000000..2380442f03d Binary files /dev/null and b/public/images/pokemon/icons/variant/3/382-primal_2.png differ diff --git a/public/images/pokemon/icons/variant/3/382-primal_3.png b/public/images/pokemon/icons/variant/3/382-primal_3.png new file mode 100644 index 00000000000..4a2eba5f6c9 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/382-primal_3.png differ diff --git a/public/images/pokemon/icons/variant/3/382_2.png b/public/images/pokemon/icons/variant/3/382_2.png new file mode 100644 index 00000000000..040d5b47203 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/382_2.png differ diff --git a/public/images/pokemon/icons/variant/3/382_3.png b/public/images/pokemon/icons/variant/3/382_3.png new file mode 100644 index 00000000000..6765d49f856 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/382_3.png differ diff --git a/public/images/pokemon/icons/variant/3/383-primal_2.png b/public/images/pokemon/icons/variant/3/383-primal_2.png new file mode 100644 index 00000000000..32abb4b9132 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/383-primal_2.png differ diff --git a/public/images/pokemon/icons/variant/3/383-primal_3.png b/public/images/pokemon/icons/variant/3/383-primal_3.png new file mode 100644 index 00000000000..952e08e33d2 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/383-primal_3.png differ diff --git a/public/images/pokemon/icons/variant/3/383_2.png b/public/images/pokemon/icons/variant/3/383_2.png new file mode 100644 index 00000000000..3f5353822a1 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/383_2.png differ diff --git a/public/images/pokemon/icons/variant/3/383_3.png b/public/images/pokemon/icons/variant/3/383_3.png new file mode 100644 index 00000000000..2549558a301 Binary files /dev/null and b/public/images/pokemon/icons/variant/3/383_3.png differ diff --git a/public/images/pokemon/icons/variant/4/458_2.png b/public/images/pokemon/icons/variant/4/458_2.png new file mode 100644 index 00000000000..9d4114f8263 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/458_2.png differ diff --git a/public/images/pokemon/icons/variant/4/458_3.png b/public/images/pokemon/icons/variant/4/458_3.png new file mode 100644 index 00000000000..6cf77428ebe Binary files /dev/null and b/public/images/pokemon/icons/variant/4/458_3.png differ diff --git a/public/images/pokemon/icons/variant/4/480_1.png b/public/images/pokemon/icons/variant/4/480_1.png new file mode 100644 index 00000000000..3b9a496e3f9 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/480_1.png differ diff --git a/public/images/pokemon/icons/variant/4/480_2.png b/public/images/pokemon/icons/variant/4/480_2.png new file mode 100644 index 00000000000..5db1971cb61 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/480_2.png differ diff --git a/public/images/pokemon/icons/variant/4/480_3.png b/public/images/pokemon/icons/variant/4/480_3.png new file mode 100644 index 00000000000..e7ca3ff5bc8 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/480_3.png differ diff --git a/public/images/pokemon/icons/variant/4/481_1.png b/public/images/pokemon/icons/variant/4/481_1.png new file mode 100644 index 00000000000..382851af42b Binary files /dev/null and b/public/images/pokemon/icons/variant/4/481_1.png differ diff --git a/public/images/pokemon/icons/variant/4/481_2.png b/public/images/pokemon/icons/variant/4/481_2.png new file mode 100644 index 00000000000..8c62541d898 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/481_2.png differ diff --git a/public/images/pokemon/icons/variant/4/481_3.png b/public/images/pokemon/icons/variant/4/481_3.png new file mode 100644 index 00000000000..c42845e9ed7 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/481_3.png differ diff --git a/public/images/pokemon/icons/variant/4/482_1.png b/public/images/pokemon/icons/variant/4/482_1.png new file mode 100644 index 00000000000..3e479c3c1c6 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/482_1.png differ diff --git a/public/images/pokemon/icons/variant/4/482_2.png b/public/images/pokemon/icons/variant/4/482_2.png new file mode 100644 index 00000000000..a636973b33a Binary files /dev/null and b/public/images/pokemon/icons/variant/4/482_2.png differ diff --git a/public/images/pokemon/icons/variant/4/482_3.png b/public/images/pokemon/icons/variant/4/482_3.png new file mode 100644 index 00000000000..28ec6f85f47 Binary files /dev/null and b/public/images/pokemon/icons/variant/4/482_3.png differ diff --git a/public/images/pokemon/icons/variant/5/562_2.png b/public/images/pokemon/icons/variant/5/562_2.png new file mode 100644 index 00000000000..93b69b1b0d3 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/562_2.png differ diff --git a/public/images/pokemon/icons/variant/5/562_3.png b/public/images/pokemon/icons/variant/5/562_3.png new file mode 100644 index 00000000000..094cf780759 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/562_3.png differ diff --git a/public/images/pokemon/icons/variant/5/563_2.png b/public/images/pokemon/icons/variant/5/563_2.png new file mode 100644 index 00000000000..f29fa7cca6c Binary files /dev/null and b/public/images/pokemon/icons/variant/5/563_2.png differ diff --git a/public/images/pokemon/icons/variant/5/563_3.png b/public/images/pokemon/icons/variant/5/563_3.png new file mode 100644 index 00000000000..ae3bf60d3b3 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/563_3.png differ diff --git a/public/images/pokemon/icons/variant/5/649-burn_2.png b/public/images/pokemon/icons/variant/5/649-burn_2.png new file mode 100644 index 00000000000..a83d3f7a763 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-burn_2.png differ diff --git a/public/images/pokemon/icons/variant/5/649-burn_3.png b/public/images/pokemon/icons/variant/5/649-burn_3.png new file mode 100644 index 00000000000..03fbbf0839e Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-burn_3.png differ diff --git a/public/images/pokemon/icons/variant/5/649-chill_2.png b/public/images/pokemon/icons/variant/5/649-chill_2.png new file mode 100644 index 00000000000..9a2c22d19aa Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-chill_2.png differ diff --git a/public/images/pokemon/icons/variant/5/649-chill_3.png b/public/images/pokemon/icons/variant/5/649-chill_3.png new file mode 100644 index 00000000000..05ba7fbc5c8 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-chill_3.png differ diff --git a/public/images/pokemon/icons/variant/5/649-douse_2.png b/public/images/pokemon/icons/variant/5/649-douse_2.png new file mode 100644 index 00000000000..c4f1b3b3d17 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-douse_2.png differ diff --git a/public/images/pokemon/icons/variant/5/649-douse_3.png b/public/images/pokemon/icons/variant/5/649-douse_3.png new file mode 100644 index 00000000000..9a6323e4cc5 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-douse_3.png differ diff --git a/public/images/pokemon/icons/variant/5/649-shock_2.png b/public/images/pokemon/icons/variant/5/649-shock_2.png new file mode 100644 index 00000000000..62591edf309 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-shock_2.png differ diff --git a/public/images/pokemon/icons/variant/5/649-shock_3.png b/public/images/pokemon/icons/variant/5/649-shock_3.png new file mode 100644 index 00000000000..545df9a6171 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649-shock_3.png differ diff --git a/public/images/pokemon/icons/variant/5/649_2.png b/public/images/pokemon/icons/variant/5/649_2.png new file mode 100644 index 00000000000..f22c8bf4f8e Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649_2.png differ diff --git a/public/images/pokemon/icons/variant/5/649_3.png b/public/images/pokemon/icons/variant/5/649_3.png new file mode 100644 index 00000000000..4cdca15d9a9 Binary files /dev/null and b/public/images/pokemon/icons/variant/5/649_3.png differ diff --git a/public/images/pokemon/icons/variant/6/653_2.png b/public/images/pokemon/icons/variant/6/653_2.png new file mode 100644 index 00000000000..74fc7fe34fa Binary files /dev/null and b/public/images/pokemon/icons/variant/6/653_2.png differ diff --git a/public/images/pokemon/icons/variant/6/653_3.png b/public/images/pokemon/icons/variant/6/653_3.png new file mode 100644 index 00000000000..0a1b589e244 Binary files /dev/null and b/public/images/pokemon/icons/variant/6/653_3.png differ diff --git a/public/images/pokemon/icons/variant/6/654_2.png b/public/images/pokemon/icons/variant/6/654_2.png new file mode 100644 index 00000000000..ca0060cab01 Binary files /dev/null and b/public/images/pokemon/icons/variant/6/654_2.png differ diff --git a/public/images/pokemon/icons/variant/6/654_3.png b/public/images/pokemon/icons/variant/6/654_3.png new file mode 100644 index 00000000000..489faa127ac Binary files /dev/null and b/public/images/pokemon/icons/variant/6/654_3.png differ diff --git a/public/images/pokemon/icons/variant/6/655_2.png b/public/images/pokemon/icons/variant/6/655_2.png new file mode 100644 index 00000000000..0e99195d0d8 Binary files /dev/null and b/public/images/pokemon/icons/variant/6/655_2.png differ diff --git a/public/images/pokemon/icons/variant/6/655_3.png b/public/images/pokemon/icons/variant/6/655_3.png new file mode 100644 index 00000000000..6e340b68616 Binary files /dev/null and b/public/images/pokemon/icons/variant/6/655_3.png differ diff --git a/public/images/pokemon/icons/variant/6/690_2.png b/public/images/pokemon/icons/variant/6/690_2.png new file mode 100644 index 00000000000..d26f19ffeae Binary files /dev/null and b/public/images/pokemon/icons/variant/6/690_2.png differ diff --git a/public/images/pokemon/icons/variant/6/690_3.png b/public/images/pokemon/icons/variant/6/690_3.png new file mode 100644 index 00000000000..44f1dc8b129 Binary files /dev/null and b/public/images/pokemon/icons/variant/6/690_3.png differ diff --git a/public/images/pokemon/icons/variant/6/691_2.png b/public/images/pokemon/icons/variant/6/691_2.png new file mode 100644 index 00000000000..0e941c2ec90 Binary files /dev/null and b/public/images/pokemon/icons/variant/6/691_2.png differ diff --git a/public/images/pokemon/icons/variant/6/691_3.png b/public/images/pokemon/icons/variant/6/691_3.png new file mode 100644 index 00000000000..6c1f254636e Binary files /dev/null and b/public/images/pokemon/icons/variant/6/691_3.png differ diff --git a/public/images/pokemon/icons/variant/7/771_2.png b/public/images/pokemon/icons/variant/7/771_2.png new file mode 100644 index 00000000000..1a0337f6d96 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/771_2.png differ diff --git a/public/images/pokemon/icons/variant/7/771_3.png b/public/images/pokemon/icons/variant/7/771_3.png new file mode 100644 index 00000000000..3c7c95b6d16 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/771_3.png differ diff --git a/public/images/pokemon/icons/variant/7/789_2.png b/public/images/pokemon/icons/variant/7/789_2.png new file mode 100644 index 00000000000..40723d16b01 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/789_2.png differ diff --git a/public/images/pokemon/icons/variant/7/789_3.png b/public/images/pokemon/icons/variant/7/789_3.png new file mode 100644 index 00000000000..b7010acfb66 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/789_3.png differ diff --git a/public/images/pokemon/icons/variant/7/790_2.png b/public/images/pokemon/icons/variant/7/790_2.png new file mode 100644 index 00000000000..c0ba96c45c2 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/790_2.png differ diff --git a/public/images/pokemon/icons/variant/7/790_3.png b/public/images/pokemon/icons/variant/7/790_3.png new file mode 100644 index 00000000000..c46edca22e3 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/790_3.png differ diff --git a/public/images/pokemon/icons/variant/7/791_2.png b/public/images/pokemon/icons/variant/7/791_2.png new file mode 100644 index 00000000000..98ebb49dad4 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/791_2.png differ diff --git a/public/images/pokemon/icons/variant/7/791_3.png b/public/images/pokemon/icons/variant/7/791_3.png new file mode 100644 index 00000000000..6df5930b0ef Binary files /dev/null and b/public/images/pokemon/icons/variant/7/791_3.png differ diff --git a/public/images/pokemon/icons/variant/7/792_2.png b/public/images/pokemon/icons/variant/7/792_2.png new file mode 100644 index 00000000000..21c69bac01f Binary files /dev/null and b/public/images/pokemon/icons/variant/7/792_2.png differ diff --git a/public/images/pokemon/icons/variant/7/792_3.png b/public/images/pokemon/icons/variant/7/792_3.png new file mode 100644 index 00000000000..81e59050764 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/792_3.png differ diff --git a/public/images/pokemon/icons/variant/7/793_2.png b/public/images/pokemon/icons/variant/7/793_2.png new file mode 100644 index 00000000000..c4c8977c807 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/793_2.png differ diff --git a/public/images/pokemon/icons/variant/7/793_3.png b/public/images/pokemon/icons/variant/7/793_3.png new file mode 100644 index 00000000000..f64877f3e52 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/793_3.png differ diff --git a/public/images/pokemon/icons/variant/7/800-dawn-wings_2.png b/public/images/pokemon/icons/variant/7/800-dawn-wings_2.png new file mode 100644 index 00000000000..b0c4d306f03 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800-dawn-wings_2.png differ diff --git a/public/images/pokemon/icons/variant/7/800-dawn-wings_3.png b/public/images/pokemon/icons/variant/7/800-dawn-wings_3.png new file mode 100644 index 00000000000..bef8e4ee52e Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800-dawn-wings_3.png differ diff --git a/public/images/pokemon/icons/variant/7/800-dusk-mane_2.png b/public/images/pokemon/icons/variant/7/800-dusk-mane_2.png new file mode 100644 index 00000000000..571cf4736e3 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800-dusk-mane_2.png differ diff --git a/public/images/pokemon/icons/variant/7/800-dusk-mane_3.png b/public/images/pokemon/icons/variant/7/800-dusk-mane_3.png new file mode 100644 index 00000000000..96c309e8b15 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800-dusk-mane_3.png differ diff --git a/public/images/pokemon/icons/variant/7/800-ultra_2.png b/public/images/pokemon/icons/variant/7/800-ultra_2.png new file mode 100644 index 00000000000..75ee17fa2f3 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800-ultra_2.png differ diff --git a/public/images/pokemon/icons/variant/7/800-ultra_3.png b/public/images/pokemon/icons/variant/7/800-ultra_3.png new file mode 100644 index 00000000000..d4d35bbfb9d Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800-ultra_3.png differ diff --git a/public/images/pokemon/icons/variant/7/800_2.png b/public/images/pokemon/icons/variant/7/800_2.png new file mode 100644 index 00000000000..b107563964f Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800_2.png differ diff --git a/public/images/pokemon/icons/variant/7/800_3.png b/public/images/pokemon/icons/variant/7/800_3.png new file mode 100644 index 00000000000..a726b890756 Binary files /dev/null and b/public/images/pokemon/icons/variant/7/800_3.png differ diff --git a/public/images/pokemon/icons/variant/8/4077_2.png b/public/images/pokemon/icons/variant/8/4077_2.png new file mode 100644 index 00000000000..628a55fadc8 Binary files /dev/null and b/public/images/pokemon/icons/variant/8/4077_2.png differ diff --git a/public/images/pokemon/icons/variant/8/4077_3.png b/public/images/pokemon/icons/variant/8/4077_3.png new file mode 100644 index 00000000000..dd7f3dd8c3e Binary files /dev/null and b/public/images/pokemon/icons/variant/8/4077_3.png differ diff --git a/public/images/pokemon/icons/variant/8/4078_2.png b/public/images/pokemon/icons/variant/8/4078_2.png new file mode 100644 index 00000000000..24b2de2ebd1 Binary files /dev/null and b/public/images/pokemon/icons/variant/8/4078_2.png differ diff --git a/public/images/pokemon/icons/variant/8/4078_3.png b/public/images/pokemon/icons/variant/8/4078_3.png new file mode 100644 index 00000000000..4149c013238 Binary files /dev/null and b/public/images/pokemon/icons/variant/8/4078_3.png differ diff --git a/public/images/pokemon/icons/variant/8/829_2.png b/public/images/pokemon/icons/variant/8/829_2.png new file mode 100644 index 00000000000..350d90c1269 Binary files /dev/null and b/public/images/pokemon/icons/variant/8/829_2.png differ diff --git a/public/images/pokemon/icons/variant/8/829_3.png b/public/images/pokemon/icons/variant/8/829_3.png new file mode 100644 index 00000000000..5fcba4d0bc9 Binary files /dev/null and b/public/images/pokemon/icons/variant/8/829_3.png differ diff --git a/public/images/pokemon/icons/variant/8/830_2.png b/public/images/pokemon/icons/variant/8/830_2.png new file mode 100644 index 00000000000..dad419af7f3 Binary files /dev/null and b/public/images/pokemon/icons/variant/8/830_2.png differ diff --git a/public/images/pokemon/icons/variant/8/830_3.png b/public/images/pokemon/icons/variant/8/830_3.png new file mode 100644 index 00000000000..a50fbb04f8f Binary files /dev/null and b/public/images/pokemon/icons/variant/8/830_3.png differ diff --git a/public/images/pokemon/icons/variant/9/932_2.png b/public/images/pokemon/icons/variant/9/932_2.png new file mode 100644 index 00000000000..5b0e2583b5a Binary files /dev/null and b/public/images/pokemon/icons/variant/9/932_2.png differ diff --git a/public/images/pokemon/icons/variant/9/932_3.png b/public/images/pokemon/icons/variant/9/932_3.png new file mode 100644 index 00000000000..a2e6774971c Binary files /dev/null and b/public/images/pokemon/icons/variant/9/932_3.png differ diff --git a/public/images/pokemon/icons/variant/9/933_2.png b/public/images/pokemon/icons/variant/9/933_2.png new file mode 100644 index 00000000000..55a0fb6c895 Binary files /dev/null and b/public/images/pokemon/icons/variant/9/933_2.png differ diff --git a/public/images/pokemon/icons/variant/9/933_3.png b/public/images/pokemon/icons/variant/9/933_3.png new file mode 100644 index 00000000000..ec521be73ad Binary files /dev/null and b/public/images/pokemon/icons/variant/9/933_3.png differ diff --git a/public/images/pokemon/icons/variant/9/934_2.png b/public/images/pokemon/icons/variant/9/934_2.png new file mode 100644 index 00000000000..f414aa2e46a Binary files /dev/null and b/public/images/pokemon/icons/variant/9/934_2.png differ diff --git a/public/images/pokemon/icons/variant/9/934_3.png b/public/images/pokemon/icons/variant/9/934_3.png new file mode 100644 index 00000000000..5e6ae63978a Binary files /dev/null and b/public/images/pokemon/icons/variant/9/934_3.png differ diff --git a/public/images/pokemon/icons/variant/9/948_2.png b/public/images/pokemon/icons/variant/9/948_2.png new file mode 100644 index 00000000000..410f808a465 Binary files /dev/null and b/public/images/pokemon/icons/variant/9/948_2.png differ diff --git a/public/images/pokemon/icons/variant/9/948_3.png b/public/images/pokemon/icons/variant/9/948_3.png new file mode 100644 index 00000000000..7fc4d7b32e4 Binary files /dev/null and b/public/images/pokemon/icons/variant/9/948_3.png differ diff --git a/public/images/pokemon/icons/variant/9/949_2.png b/public/images/pokemon/icons/variant/9/949_2.png new file mode 100644 index 00000000000..ef70b3d7d96 Binary files /dev/null and b/public/images/pokemon/icons/variant/9/949_2.png differ diff --git a/public/images/pokemon/icons/variant/9/949_3.png b/public/images/pokemon/icons/variant/9/949_3.png new file mode 100644 index 00000000000..4d0175d939e Binary files /dev/null and b/public/images/pokemon/icons/variant/9/949_3.png differ diff --git a/public/images/pokemon/icons/variant/9/967_3_GENERATED.png b/public/images/pokemon/icons/variant/9/967_3.png similarity index 100% rename from public/images/pokemon/icons/variant/9/967_3_GENERATED.png rename to public/images/pokemon/icons/variant/9/967_3.png diff --git a/public/images/pokemon/icons/variant/9/994_2.png b/public/images/pokemon/icons/variant/9/994_2.png new file mode 100644 index 00000000000..00f5180e5b2 Binary files /dev/null and b/public/images/pokemon/icons/variant/9/994_2.png differ diff --git a/public/images/pokemon/icons/variant/9/994_3.png b/public/images/pokemon/icons/variant/9/994_3.png new file mode 100644 index 00000000000..71ce48efa26 Binary files /dev/null and b/public/images/pokemon/icons/variant/9/994_3.png differ diff --git a/public/images/pokemon/input/sheet.bat b/public/images/pokemon/input/sheet.bat new file mode 100644 index 00000000000..53db168fc6e --- /dev/null +++ b/public/images/pokemon/input/sheet.bat @@ -0,0 +1,3 @@ +SET "PATH=C:/Program Files/CodeAndWeb/TexturePacker/bin;%PATH%" + +forfiles /s /m *.gif /c "cmd /c mkdir @FNAME && ffmpeg -i "@FILE" @FNAME/%%04d.png" \ No newline at end of file diff --git a/public/images/pokemon/shiny/1019.json b/public/images/pokemon/shiny/1019.json index 0b7bbc992fd..af764f6a951 100644 --- a/public/images/pokemon/shiny/1019.json +++ b/public/images/pokemon/shiny/1019.json @@ -4,30 +4,30 @@ "image": "1019.png", "format": "RGBA8888", "size": { - "w": 86, - "h": 86 + "w": 81, + "h": 81 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 71, - "h": 86 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 71, - "h": 86 + "x": 13, + "y": 7, + "w": 70, + "h": 81 }, "frame": { "x": 0, "y": 0, - "w": 71, - "h": 86 + "w": 70, + "h": 81 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "" + "smartupdate": "$TexturePacker:SmartUpdate:61191d386d2653b1f8840eb84f7a28d3:0ee88bddc2950bec02599b46f9b482ae:7f41678ca2a06ee5c2aed7357b311846$" } } diff --git a/public/images/pokemon/shiny/1019.png b/public/images/pokemon/shiny/1019.png index 30a0c6d91e3..29b939436b9 100644 Binary files a/public/images/pokemon/shiny/1019.png and b/public/images/pokemon/shiny/1019.png differ diff --git a/public/images/pokemon/shiny/676-dandy.json b/public/images/pokemon/shiny/676-dandy.json index 2bb36e87e27..770db5763b3 100644 --- a/public/images/pokemon/shiny/676-dandy.json +++ b/public/images/pokemon/shiny/676-dandy.json @@ -4,30 +4,30 @@ "image": "676-dandy.png", "format": "RGBA8888", "size": { - "w": 71, - "h": 71 + "w": 65, + "h": 65 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 56, - "h": 71 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 71 + "x": 22, + "y": 15, + "w": 50, + "h": 65 }, "frame": { "x": 0, "y": 0, - "w": 56, - "h": 71 + "w": 50, + "h": 65 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:cd88917bff3fae3d6ff808096f539d70:17a1912fd81d23ce8a7209e27ad3e9ed:b5a287256e260744fe6660dc2ceefd11$" + "smartupdate": "$TexturePacker:SmartUpdate:30639f5b87709c77f1b970be4078abf4:7b6183e776852f811a1e5c3fa15805fc:b5a287256e260744fe6660dc2ceefd11$" } } diff --git a/public/images/pokemon/shiny/676-dandy.png b/public/images/pokemon/shiny/676-dandy.png index f7303f7ec04..d0e19946a24 100644 Binary files a/public/images/pokemon/shiny/676-dandy.png and b/public/images/pokemon/shiny/676-dandy.png differ diff --git a/public/images/pokemon/shiny/676-debutante.json b/public/images/pokemon/shiny/676-debutante.json index fa4859812ed..720b39294e4 100644 --- a/public/images/pokemon/shiny/676-debutante.json +++ b/public/images/pokemon/shiny/676-debutante.json @@ -4,30 +4,30 @@ "image": "676-debutante.png", "format": "RGBA8888", "size": { - "w": 67, - "h": 67 + "w": 61, + "h": 61 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 56, - "h": 67 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 67 + "x": 20, + "y": 19, + "w": 50, + "h": 61 }, "frame": { "x": 0, "y": 0, - "w": 56, - "h": 67 + "w": 50, + "h": 61 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:68f3a2720b7b1e5e59f628f021cac698:07d06d321fff31976e1b993edb972e4f:bf2f862a1c8881133f9f3ffbf44602fa$" + "smartupdate": "$TexturePacker:SmartUpdate:2ccaadba59ae7a3f23287601b725067d:18ae045d433354fd8b461b528bba113d:bf2f862a1c8881133f9f3ffbf44602fa$" } } diff --git a/public/images/pokemon/shiny/676-debutante.png b/public/images/pokemon/shiny/676-debutante.png index b33fb39c8a8..ff8d8d76dbe 100644 Binary files a/public/images/pokemon/shiny/676-debutante.png and b/public/images/pokemon/shiny/676-debutante.png differ diff --git a/public/images/pokemon/shiny/676-diamond.json b/public/images/pokemon/shiny/676-diamond.json index 9098c46140e..8ceec5a6f3a 100644 --- a/public/images/pokemon/shiny/676-diamond.json +++ b/public/images/pokemon/shiny/676-diamond.json @@ -4,30 +4,30 @@ "image": "676-diamond.png", "format": "RGBA8888", "size": { - "w": 74, - "h": 74 + "w": 68, + "h": 68 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 53, - "h": 74 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 53, - "h": 74 + "x": 24, + "y": 12, + "w": 47, + "h": 68 }, "frame": { "x": 0, "y": 0, - "w": 53, - "h": 74 + "w": 47, + "h": 68 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:e054ccb4d021c87a6a02c6728403d87a:c7e104da9393ec52b9e6d37f92fc20d9:88c467fc09249b0d2f579d44eacd528d$" + "smartupdate": "$TexturePacker:SmartUpdate:bd55e138e32873b99b7a1a2e237d5278:befb394d45c46c22e2711f4c6d5d9623:88c467fc09249b0d2f579d44eacd528d$" } } diff --git a/public/images/pokemon/shiny/676-diamond.png b/public/images/pokemon/shiny/676-diamond.png index 1bd0628a543..a29257968a3 100644 Binary files a/public/images/pokemon/shiny/676-diamond.png and b/public/images/pokemon/shiny/676-diamond.png differ diff --git a/public/images/pokemon/shiny/676-heart.json b/public/images/pokemon/shiny/676-heart.json index 43f03c195eb..a330e953d10 100644 --- a/public/images/pokemon/shiny/676-heart.json +++ b/public/images/pokemon/shiny/676-heart.json @@ -4,30 +4,30 @@ "image": "676-heart.png", "format": "RGBA8888", "size": { - "w": 72, - "h": 72 + "w": 66, + "h": 66 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 54, - "h": 72 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 54, - "h": 72 + "x": 24, + "y": 14, + "w": 48, + "h": 66 }, "frame": { "x": 0, "y": 0, - "w": 54, - "h": 72 + "w": 48, + "h": 66 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:adb921bf32ae497738fbecc12e2aab07:421a40542b16cdb2cc154c85e963b40d:e11d4dd16bff2ef69bc5ca683c44ca7c$" + "smartupdate": "$TexturePacker:SmartUpdate:6a000209d8789ed27cdd0700711ccc27:75157608bd339b63c9a7ce68e259b3b7:e11d4dd16bff2ef69bc5ca683c44ca7c$" } } diff --git a/public/images/pokemon/shiny/676-heart.png b/public/images/pokemon/shiny/676-heart.png index de6d3ebb7f6..39c7e8b900c 100644 Binary files a/public/images/pokemon/shiny/676-heart.png and b/public/images/pokemon/shiny/676-heart.png differ diff --git a/public/images/pokemon/shiny/676-kabuki.json b/public/images/pokemon/shiny/676-kabuki.json index 7121f0b3030..a892c23d256 100644 --- a/public/images/pokemon/shiny/676-kabuki.json +++ b/public/images/pokemon/shiny/676-kabuki.json @@ -4,30 +4,30 @@ "image": "676-kabuki.png", "format": "RGBA8888", "size": { - "w": 70, - "h": 70 + "w": 64, + "h": 64 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 58, - "h": 70 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 58, - "h": 70 + "x": 22, + "y": 16, + "w": 52, + "h": 64 }, "frame": { "x": 0, "y": 0, - "w": 58, - "h": 70 + "w": 52, + "h": 64 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ef8ecfc1b406aa668e3f8daf0dfbaae7:08eecd31f557298e1570ec3490acffe2:c3cad56aa65d2ee971ceebc435a14ee6$" + "smartupdate": "$TexturePacker:SmartUpdate:cd44f74e9b1dc4a581bd72f235552344:1404c36e03543b4eb1d1a4d5916a6652:c3cad56aa65d2ee971ceebc435a14ee6$" } } diff --git a/public/images/pokemon/shiny/676-kabuki.png b/public/images/pokemon/shiny/676-kabuki.png index c402730a5e8..d11cff6c87e 100644 Binary files a/public/images/pokemon/shiny/676-kabuki.png and b/public/images/pokemon/shiny/676-kabuki.png differ diff --git a/public/images/pokemon/shiny/676-la-reine.json b/public/images/pokemon/shiny/676-la-reine.json index dc3c4d596a1..24299b06187 100644 --- a/public/images/pokemon/shiny/676-la-reine.json +++ b/public/images/pokemon/shiny/676-la-reine.json @@ -4,30 +4,30 @@ "image": "676-la-reine.png", "format": "RGBA8888", "size": { - "w": 69, - "h": 69 + "w": 63, + "h": 63 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 55, - "h": 69 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 55, - "h": 69 + "x": 23, + "y": 17, + "w": 49, + "h": 63 }, "frame": { "x": 0, "y": 0, - "w": 55, - "h": 69 + "w": 49, + "h": 63 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:6ba780e3e4c772966f8fa209410a9370:c56ae957d7acb10c7373b842af3a8786:b99821e87dffda3297dd25a224a9029f$" + "smartupdate": "$TexturePacker:SmartUpdate:1982df9d4acf87f005bb76829bd78a65:e3590ee437367a91742856b3887339a8:b99821e87dffda3297dd25a224a9029f$" } } diff --git a/public/images/pokemon/shiny/676-la-reine.png b/public/images/pokemon/shiny/676-la-reine.png index b9cf78ac6a6..7eed3ef20a2 100644 Binary files a/public/images/pokemon/shiny/676-la-reine.png and b/public/images/pokemon/shiny/676-la-reine.png differ diff --git a/public/images/pokemon/shiny/676-matron.json b/public/images/pokemon/shiny/676-matron.json index fac13c6551f..def3de9d349 100644 --- a/public/images/pokemon/shiny/676-matron.json +++ b/public/images/pokemon/shiny/676-matron.json @@ -4,30 +4,30 @@ "image": "676-matron.png", "format": "RGBA8888", "size": { - "w": 68, - "h": 68 + "w": 62, + "h": 62 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 52, - "h": 68 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 52, - "h": 68 + "x": 23, + "y": 18, + "w": 46, + "h": 62 }, "frame": { "x": 0, "y": 0, - "w": 52, - "h": 68 + "w": 46, + "h": 62 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:89ab717076c514df8295db07981b18e9:72a9977db421d061829c639e3b50a617:020798583d07c479020bb0af34cf8bb6$" + "smartupdate": "$TexturePacker:SmartUpdate:e2bcb6e27807980dfb68c17e65a7e8bd:d2409a3631a4a2263717bf5aa7e273b2:020798583d07c479020bb0af34cf8bb6$" } } diff --git a/public/images/pokemon/shiny/676-matron.png b/public/images/pokemon/shiny/676-matron.png index 4f88ee06a1e..14e31ce77b7 100644 Binary files a/public/images/pokemon/shiny/676-matron.png and b/public/images/pokemon/shiny/676-matron.png differ diff --git a/public/images/pokemon/shiny/676-pharaoh.json b/public/images/pokemon/shiny/676-pharaoh.json index 6acf62a9f31..0cb4f035c81 100644 --- a/public/images/pokemon/shiny/676-pharaoh.json +++ b/public/images/pokemon/shiny/676-pharaoh.json @@ -4,30 +4,30 @@ "image": "676-pharaoh.png", "format": "RGBA8888", "size": { - "w": 69, - "h": 69 + "w": 63, + "h": 63 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 52, - "h": 69 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 52, - "h": 69 + "x": 25, + "y": 17, + "w": 46, + "h": 63 }, "frame": { "x": 0, "y": 0, - "w": 52, - "h": 69 + "w": 46, + "h": 63 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:85c709f8538d07088a17e53a7c85afa0:623b4bc6698ef1a984b6bad42e68115b:904b7ab6f57249c96beea4b5f72deb53$" + "smartupdate": "$TexturePacker:SmartUpdate:bdf2959fe7e2556fe6d031d7de04fc6c:fbff7f59a6ed25ee3eef955cbb3b9a56:904b7ab6f57249c96beea4b5f72deb53$" } } diff --git a/public/images/pokemon/shiny/676-pharaoh.png b/public/images/pokemon/shiny/676-pharaoh.png index 6bcc2914010..32b78156f7d 100644 Binary files a/public/images/pokemon/shiny/676-pharaoh.png and b/public/images/pokemon/shiny/676-pharaoh.png differ diff --git a/public/images/pokemon/shiny/676-star.json b/public/images/pokemon/shiny/676-star.json index 0686d348789..db4d10dde76 100644 --- a/public/images/pokemon/shiny/676-star.json +++ b/public/images/pokemon/shiny/676-star.json @@ -4,30 +4,30 @@ "image": "676-star.png", "format": "RGBA8888", "size": { - "w": 72, - "h": 72 + "w": 66, + "h": 66 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, "trimmed": false, "sourceSize": { - "w": 56, - "h": 72 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 56, - "h": 72 + "x": 24, + "y": 14, + "w": 50, + "h": 66 }, "frame": { "x": 0, "y": 0, - "w": 56, - "h": 72 + "w": 50, + "h": 66 } } ] @@ -36,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:56c2df4ee634b690a816b79120bc3600:d7eefc05e299310d05d389e05997e449:dd7fedf66b493b0bbdef5d25e0041dd8$" + "smartupdate": "$TexturePacker:SmartUpdate:a3f92eef83bcae7716ee78c669738785:156a85da733d2e878a00be0efc1c4d38:dd7fedf66b493b0bbdef5d25e0041dd8$" } } diff --git a/public/images/pokemon/shiny/676-star.png b/public/images/pokemon/shiny/676-star.png index 540ba4a2dba..d7a327566b9 100644 Binary files a/public/images/pokemon/shiny/676-star.png and b/public/images/pokemon/shiny/676-star.png differ diff --git a/public/images/pokemon/shiny/678.json b/public/images/pokemon/shiny/678.json index 3b0b49acd46..681f8466719 100644 --- a/public/images/pokemon/shiny/678.json +++ b/public/images/pokemon/shiny/678.json @@ -4,240 +4,30 @@ "image": "678.png", "format": "RGBA8888", "size": { - "w": 130, - "h": 130 + "w": 56, + "h": 56 }, - "scale": 1, + "scale": 0.5, "frames": [ { "filename": "0001.png", "rotated": false, - "trimmed": true, + "trimmed": false, "sourceSize": { - "w": 80, - "h": 80 + "w": 96, + "h": 96 }, "spriteSourceSize": { - "x": 18, - "y": 11, - "w": 44, - "h": 57 + "x": 25, + "y": 20, + "w": 45, + "h": 56 }, "frame": { "x": 0, "y": 0, - "w": 44, - "h": 57 - } - }, - { - "filename": "0002.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 18, - "y": 11, - "w": 44, - "h": 57 - }, - "frame": { - "x": 0, - "y": 57, - "w": 44, - "h": 57 - } - }, - { - "filename": "0011.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 18, - "y": 11, - "w": 44, - "h": 57 - }, - "frame": { - "x": 0, - "y": 57, - "w": 44, - "h": 57 - } - }, - { - "filename": "0006.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 21, - "y": 15, - "w": 44, - "h": 53 - }, - "frame": { - "x": 44, - "y": 0, - "w": 44, - "h": 53 - } - }, - { - "filename": "0007.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 21, - "y": 15, - "w": 44, - "h": 53 - }, - "frame": { - "x": 44, - "y": 0, - "w": 44, - "h": 53 - } - }, - { - "filename": "0004.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 24, - "y": 12, - "w": 42, + "w": 45, "h": 56 - }, - "frame": { - "x": 88, - "y": 0, - "w": 42, - "h": 56 - } - }, - { - "filename": "0009.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 24, - "y": 12, - "w": 42, - "h": 56 - }, - "frame": { - "x": 88, - "y": 0, - "w": 42, - "h": 56 - } - }, - { - "filename": "0003.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 20, - "y": 11, - "w": 43, - "h": 57 - }, - "frame": { - "x": 44, - "y": 53, - "w": 43, - "h": 57 - } - }, - { - "filename": "0010.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 20, - "y": 11, - "w": 43, - "h": 57 - }, - "frame": { - "x": 44, - "y": 53, - "w": 43, - "h": 57 - } - }, - { - "filename": "0005.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 22, - "y": 13, - "w": 43, - "h": 55 - }, - "frame": { - "x": 87, - "y": 56, - "w": 43, - "h": 55 - } - }, - { - "filename": "0008.png", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 80, - "h": 80 - }, - "spriteSourceSize": { - "x": 22, - "y": 13, - "w": 43, - "h": 55 - }, - "frame": { - "x": 87, - "y": 56, - "w": 43, - "h": 55 } } ] @@ -246,6 +36,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:9579cbb834c4127f905679ba92633a05:64ed3d991add5e47034b1ca9aad80a4c:887aa14e4a3a3e9141c6ae460f968db1$" + "smartupdate": "$TexturePacker:SmartUpdate:ee6cbb7807c28f4b3f12e8dcf4da4888:77056356d7cbf2a4fb20508f50dbd3ce:887aa14e4a3a3e9141c6ae460f968db1$" } } diff --git a/public/images/pokemon/shiny/678.png b/public/images/pokemon/shiny/678.png index f41018c9838..a2ec8d89519 100644 Binary files a/public/images/pokemon/shiny/678.png and b/public/images/pokemon/shiny/678.png differ diff --git a/public/images/pokemon/shiny/869-caramel-swirl.json b/public/images/pokemon/shiny/869-caramel-swirl.json new file mode 100644 index 00000000000..d08055197ee --- /dev/null +++ b/public/images/pokemon/shiny/869-caramel-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-caramel-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-caramel-swirl.png b/public/images/pokemon/shiny/869-caramel-swirl.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-caramel-swirl.png differ diff --git a/public/images/pokemon/shiny/869-lemon-cream.json b/public/images/pokemon/shiny/869-lemon-cream.json new file mode 100644 index 00000000000..1160af92907 --- /dev/null +++ b/public/images/pokemon/shiny/869-lemon-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-lemon-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-lemon-cream.png b/public/images/pokemon/shiny/869-lemon-cream.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-lemon-cream.png differ diff --git a/public/images/pokemon/shiny/869-matcha-cream.json b/public/images/pokemon/shiny/869-matcha-cream.json new file mode 100644 index 00000000000..149ee6e1077 --- /dev/null +++ b/public/images/pokemon/shiny/869-matcha-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-matcha-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-matcha-cream.png b/public/images/pokemon/shiny/869-matcha-cream.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-matcha-cream.png differ diff --git a/public/images/pokemon/shiny/869-mint-cream.json b/public/images/pokemon/shiny/869-mint-cream.json new file mode 100644 index 00000000000..aac46fcf4c1 --- /dev/null +++ b/public/images/pokemon/shiny/869-mint-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-mint-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-mint-cream.png b/public/images/pokemon/shiny/869-mint-cream.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-mint-cream.png differ diff --git a/public/images/pokemon/shiny/869-rainbow-swirl.json b/public/images/pokemon/shiny/869-rainbow-swirl.json new file mode 100644 index 00000000000..195e1077d76 --- /dev/null +++ b/public/images/pokemon/shiny/869-rainbow-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-rainbow-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-rainbow-swirl.png b/public/images/pokemon/shiny/869-rainbow-swirl.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-rainbow-swirl.png differ diff --git a/public/images/pokemon/shiny/869-ruby-cream.json b/public/images/pokemon/shiny/869-ruby-cream.json new file mode 100644 index 00000000000..1b2b9f59acc --- /dev/null +++ b/public/images/pokemon/shiny/869-ruby-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-ruby-cream.png b/public/images/pokemon/shiny/869-ruby-cream.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-ruby-cream.png differ diff --git a/public/images/pokemon/shiny/869-ruby-swirl.json b/public/images/pokemon/shiny/869-ruby-swirl.json new file mode 100644 index 00000000000..384a8d9f362 --- /dev/null +++ b/public/images/pokemon/shiny/869-ruby-swirl.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-ruby-swirl.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-ruby-swirl.png b/public/images/pokemon/shiny/869-ruby-swirl.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-ruby-swirl.png differ diff --git a/public/images/pokemon/shiny/869-salted-cream.json b/public/images/pokemon/shiny/869-salted-cream.json new file mode 100644 index 00000000000..b3e92c77f8c --- /dev/null +++ b/public/images/pokemon/shiny/869-salted-cream.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "869-salted-cream.png", + "format": "RGBA8888", + "size": { + "w": 55, + "h": 55 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 39, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 39, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05eade73b3ac133b2b6bfabb37d329b4:51719e2b4400ad80a2715f69594d3317:18cea997ef38e1531596f96f8db4f25e$" + } +} diff --git a/public/images/pokemon/shiny/869-salted-cream.png b/public/images/pokemon/shiny/869-salted-cream.png new file mode 100644 index 00000000000..803686aed5d Binary files /dev/null and b/public/images/pokemon/shiny/869-salted-cream.png differ diff --git a/public/images/pokemon/shiny/890-eternamax.json b/public/images/pokemon/shiny/890-eternamax.json index a6acc7b8ba1..26813186ba8 100644 --- a/public/images/pokemon/shiny/890-eternamax.json +++ b/public/images/pokemon/shiny/890-eternamax.json @@ -4,30 +4,744 @@ "image": "890-eternamax.png", "format": "RGBA8888", "size": { - "w": 96, - "h": 96 + "w": 579, + "h": 579 }, "scale": 1, "frames": [ { - "filename": "0001.png", + "filename": "0035.png", "rotated": false, - "trimmed": false, + "trimmed": true, "sourceSize": { - "w": 96, - "h": 96 + "w": 112, + "h": 112 }, "spriteSourceSize": { - "x": 0, - "y": 0, - "w": 96, - "h": 96 + "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 } } ] @@ -36,6 +750,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:0cac0dd79f7ca3a2c1898bd0fe75b738:8407b6d20dfa128fb562fb521b0ce248:4db8b375066b8984bad6ce8eed9a5f6f$" + "smartupdate": "$TexturePacker:SmartUpdate:1eb3f67ba4e434995b4589c97560f1be:539129d777c30d08fa799dcebaeb523e:cf277fd83435e8c90cd46073c543568b$" } } diff --git a/public/images/pokemon/shiny/890-eternamax.png b/public/images/pokemon/shiny/890-eternamax.png index 711cab67f2a..3e7b5c1721f 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/118.json b/public/images/pokemon/variant/118.json new file mode 100644 index 00000000000..19f98fd8911 --- /dev/null +++ b/public/images/pokemon/variant/118.json @@ -0,0 +1,53 @@ +{ + "0": { + "52525a": "734733", + "ffffff": "fff7ee", + "101010": "101010", + "8c8c94": "966f58", + "ceb57b": "ceb57b", + "efefef": "e7d7c9", + "d6d6de": "cbb7aa", + "ffc57b": "ffda73", + "ef7b42": "ffbe23", + "d64210": "cf8a0a", + "ad1000": "804700", + "006b63": "5015c3", + "42ada5": "6943ec", + "ad5273": "aa4318", + "f7848c": "de8248" + }, + "1": { + "52525a": "492d5c", + "ffffff": "e7d1ea", + "101010": "101010", + "8c8c94": "6c5277", + "ceb57b": "7e3eb1", + "efefef": "b9a0bf", + "d6d6de": "947c9c", + "ffc57b": "ba82d9", + "ef7b42": "9e5fcb", + "d64210": "582488", + "ad1000": "330f5d", + "006b63": "22bb24", + "42ada5": "6ae853", + "ad5273": "3a1a4e", + "f7848c": "7c50c4" + }, + "2": { + "52525a": "2b4a54", + "ffffff": "d5e6e4", + "101010": "101010", + "8c8c94": "526d71", + "ceb57b": "45895b", + "efefef": "aecac8", + "d6d6de": "84a0a1", + "ffc57b": "92c494", + "ef7b42": "5fad67", + "d64210": "32723f", + "ad1000": "0e3c1e", + "006b63": "bb4f32", + "42ada5": "d98156", + "ad5273": "102c45", + "f7848c": "295774" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/119.json b/public/images/pokemon/variant/119.json new file mode 100644 index 00000000000..9c211993e1f --- /dev/null +++ b/public/images/pokemon/variant/119.json @@ -0,0 +1,53 @@ +{ + "0": { + "8c7b84": "966f58", + "f7f7ff": "fff7ee", + "dedee6": "e7d7c9", + "5a5a63": "734733", + "52525a": "522b23", + "cec5c5": "e1caba", + "101010": "101010", + "943119": "8c5003", + "e67342": "f5c767", + "f79463": "ffe499", + "c54229": "d6952e", + "ffdebd": "e4d3c5", + "f77b5a": "de8248", + "ffc5ce": "f7ae6f", + "a53a42": "aa4318" + }, + "1": { + "8c7b84": "947c9c", + "f7f7ff": "e7d1ea", + "dedee6": "b9a0bf", + "5a5a63": "6c5277", + "52525a": "39195d", + "cec5c5": "ac90b2", + "101010": "101010", + "943119": "582488", + "e67342": "9e5fcb", + "f79463": "ba82d9", + "c54229": "7e3eb1", + "ffdebd": "bd9fc6", + "f77b5a": "7c50c4", + "ffc5ce": "9c7be5", + "a53a42": "3a1a4e" + }, + "2": { + "8c7b84": "84a0a1", + "f7f7ff": "d5e6e4", + "dedee6": "aecac8", + "5a5a63": "526d71", + "52525a": "2b4a54", + "cec5c5": "9ab8b8", + "101010": "101010", + "943119": "0e3c1e", + "e67342": "5fad67", + "f79463": "92c494", + "c54229": "32723f", + "ffdebd": "b8cecd", + "f77b5a": "295774", + "ffc5ce": "528b9d", + "a53a42": "0b2e52" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/135.json b/public/images/pokemon/variant/135.json index 4f3620bc696..9203e23b72e 100644 --- a/public/images/pokemon/variant/135.json +++ b/public/images/pokemon/variant/135.json @@ -30,10 +30,10 @@ "5a4a10": "2c3182", "cead4a": "47b4e9", "ad8c3a": "4351d7", - "846b29": "5576f9", + "846b29": "3249a6", "ffff8c": "d0fffc", "ffde52": "90ecee", - "4a087b": "304243", + "4a087b": "7b2817", "525252": "83809a", "ffffff": "cdcfe1", "c5c5c5": "a19fb8" diff --git a/public/images/pokemon/variant/150-mega-x.json b/public/images/pokemon/variant/150-mega-x.json new file mode 100644 index 00000000000..b25e997cab9 --- /dev/null +++ b/public/images/pokemon/variant/150-mega-x.json @@ -0,0 +1,32 @@ +{ + "1": { + "837b9c": "a66b8e", + "393952": "5a2952", + "b4acc5": "db8aaf", + "ded5e6": "ffb5d6", + "eee6ee": "ffd6ef", + "101010": "101010", + "6a319c": "196b5b", + "9441bd": "4bac9a", + "2b68b3": "4bac9a", + "fdfdfd": "fdfdfd", + "b44aee": "c4fff4", + "57acdf": "89cabe", + "392052": "105144" + }, + "2": { + "837b9c": "d68f40", + "393952": "884c17", + "b4acc5": "edaf5b", + "ded5e6": "ffdd98", + "eee6ee": "ffeeb6", + "101010": "101010", + "6a319c": "6b2619", + "9441bd": "ac4f4b", + "2b68b3": "da2e29", + "fdfdfd": "fdfdfd", + "b44aee": "ffffff", + "57acdf": "ea5f5b", + "392052": "531b10" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/150-mega-y.json b/public/images/pokemon/variant/150-mega-y.json new file mode 100644 index 00000000000..0a13977e42d --- /dev/null +++ b/public/images/pokemon/variant/150-mega-y.json @@ -0,0 +1,32 @@ +{ + "1": { + "837b9c": "a66b8e", + "eee6ee": "ffd6ef", + "ded5e6": "ffb5d6", + "b4acc5": "db8aaf", + "393952": "5a2952", + "6a319c": "196b5b", + "9441bd": "4bac9a", + "fdfdfd": "fdfdfd", + "c83535": "4bac9a", + "101010": "101010", + "ea5f5b": "89cabe", + "392052": "12493f", + "b44aee": "c4fff4" + }, + "2": { + "837b9c": "d68f40", + "eee6ee": "ffeeb6", + "ded5e6": "ffdd98", + "b4acc5": "edaf5b", + "393952": "884c17", + "6a319c": "6b2619", + "9441bd": "ac4f4b", + "fdfdfd": "fdfdfd", + "c83535": "da2e29", + "101010": "101010", + "ea5f5b": "ea5f5b", + "392052": "491b12", + "b44aee": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/169.json b/public/images/pokemon/variant/169.json new file mode 100644 index 00000000000..92577fd0c34 --- /dev/null +++ b/public/images/pokemon/variant/169.json @@ -0,0 +1,47 @@ +{ + "0": { + "7b4a9c": "323f81", + "63197b": "142557", + "a55ace": "6265b4", + "101010": "101010", + "b57bce": "99a3ee", + "08426b": "277eb2", + "ce0021": "ce0021", + "ffd600": "ffc3f4", + "d69400": "ff61e2", + "216b94": "4aa6ce", + "ffffff": "ffffff", + "a5a5a5": "a5a5a5", + "6b6b6b": "6b6b6b" + }, + "1": { + "7b4a9c": "2f2a5f", + "63197b": "14093b", + "a55ace": "3d4381", + "101010": "101010", + "b57bce": "666fb4", + "08426b": "b06130", + "ce0021": "1200b5", + "ffd600": "20e0ff", + "d69400": "099ac3", + "216b94": "ffb049", + "ffffff": "ffffff", + "a5a5a5": "a5a5a5", + "6b6b6b": "6b6b6b" + }, + "2": { + "7b4a9c": "80607b", + "63197b": "3c1e39", + "a55ace": "b49db2", + "101010": "101010", + "b57bce": "c8b6c2", + "08426b": "901606", + "ce0021": "ce0021", + "ffd600": "ffa028", + "d69400": "ff7b00", + "216b94": "b52c0c", + "ffffff": "ffffff", + "a5a5a5": "a5a5a5", + "6b6b6b": "6b6b6b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/173_3.json b/public/images/pokemon/variant/173_3.json new file mode 100644 index 00000000000..b7e271b71dd --- /dev/null +++ b/public/images/pokemon/variant/173_3.json @@ -0,0 +1,1532 @@ +{ + "textures": [ + { + "image": "173_3.png", + "format": "RGBA8888", + "size": { + "w": 170, + "h": 170 + }, + "scale": 1, + "frames": [ + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 30, + "h": 28 + }, + "frame": { + "x": 0, + "y": 0, + "w": 30, + "h": 28 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 30, + "h": 28 + }, + "frame": { + "x": 0, + "y": 0, + "w": 30, + "h": 28 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 28, + "h": 28 + }, + "frame": { + "x": 30, + "y": 0, + "w": 28, + "h": 28 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 28, + "h": 28 + }, + "frame": { + "x": 30, + "y": 0, + "w": 28, + "h": 28 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 28, + "h": 28 + }, + "frame": { + "x": 30, + "y": 0, + "w": 28, + "h": 28 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 28, + "h": 28 + }, + "frame": { + "x": 30, + "y": 0, + "w": 28, + "h": 28 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 28, + "h": 28 + }, + "frame": { + "x": 30, + "y": 0, + "w": 28, + "h": 28 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 27, + "h": 28 + }, + "frame": { + "x": 58, + "y": 0, + "w": 27, + "h": 28 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 27, + "h": 28 + }, + "frame": { + "x": 58, + "y": 0, + "w": 27, + "h": 28 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 27, + "h": 28 + }, + "frame": { + "x": 85, + "y": 0, + "w": 27, + "h": 28 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 28, + "h": 29 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 29, + "h": 29 + }, + "frame": { + "x": 140, + "y": 0, + "w": 29, + "h": 29 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 29, + "h": 29 + }, + "frame": { + "x": 140, + "y": 0, + "w": 29, + "h": 29 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 28, + "h": 29 + }, + "frame": { + "x": 0, + "y": 28, + "w": 28, + "h": 29 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 28, + "h": 29 + }, + "frame": { + "x": 0, + "y": 28, + "w": 28, + "h": 29 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 28, + "y": 28, + "w": 29, + "h": 29 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 28, + "y": 28, + "w": 29, + "h": 29 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 57, + "y": 28, + "w": 29, + "h": 29 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 57, + "y": 28, + "w": 29, + "h": 29 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 32, + "h": 29 + }, + "frame": { + "x": 86, + "y": 29, + "w": 32, + "h": 29 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 32, + "h": 29 + }, + "frame": { + "x": 86, + "y": 29, + "w": 32, + "h": 29 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 32, + "h": 29 + }, + "frame": { + "x": 86, + "y": 29, + "w": 32, + "h": 29 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 31, + "h": 29 + }, + "frame": { + "x": 118, + "y": 29, + "w": 31, + "h": 29 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 31, + "h": 29 + }, + "frame": { + "x": 118, + "y": 29, + "w": 31, + "h": 29 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 31, + "h": 29 + }, + "frame": { + "x": 0, + "y": 57, + "w": 31, + "h": 29 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 30, + "h": 29 + }, + "frame": { + "x": 31, + "y": 57, + "w": 30, + "h": 29 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 61, + "y": 58, + "w": 27, + "h": 29 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 61, + "y": 58, + "w": 27, + "h": 29 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 61, + "y": 58, + "w": 27, + "h": 29 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 88, + "y": 58, + "w": 27, + "h": 29 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 88, + "y": 58, + "w": 27, + "h": 29 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 115, + "y": 58, + "w": 27, + "h": 29 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 142, + "y": 58, + "w": 28, + "h": 29 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 142, + "y": 58, + "w": 28, + "h": 29 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 142, + "y": 58, + "w": 28, + "h": 29 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 142, + "y": 58, + "w": 28, + "h": 29 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 0, + "y": 86, + "w": 29, + "h": 29 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 0, + "y": 86, + "w": 29, + "h": 29 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 29, + "y": 86, + "w": 27, + "h": 29 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 56, + "y": 87, + "w": 29, + "h": 29 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 56, + "y": 87, + "w": 29, + "h": 29 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 85, + "y": 87, + "w": 29, + "h": 29 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 29, + "h": 29 + }, + "frame": { + "x": 85, + "y": 87, + "w": 29, + "h": 29 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 114, + "y": 87, + "w": 27, + "h": 29 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 141, + "y": 87, + "w": 28, + "h": 29 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 141, + "y": 87, + "w": 28, + "h": 29 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 141, + "y": 87, + "w": 28, + "h": 29 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 29 + }, + "frame": { + "x": 0, + "y": 115, + "w": 27, + "h": 29 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 28, + "h": 29 + }, + "frame": { + "x": 27, + "y": 115, + "w": 28, + "h": 29 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 6, + "y": 1, + "w": 28, + "h": 30 + }, + "frame": { + "x": 55, + "y": 116, + "w": 28, + "h": 30 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 6, + "y": 1, + "w": 28, + "h": 30 + }, + "frame": { + "x": 55, + "y": 116, + "w": 28, + "h": 30 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 29, + "h": 30 + }, + "frame": { + "x": 83, + "y": 116, + "w": 29, + "h": 30 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 29, + "h": 30 + }, + "frame": { + "x": 83, + "y": 116, + "w": 29, + "h": 30 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 29, + "h": 30 + }, + "frame": { + "x": 83, + "y": 116, + "w": 29, + "h": 30 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 29, + "h": 30 + }, + "frame": { + "x": 112, + "y": 116, + "w": 29, + "h": 30 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 37, + "h": 33 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 28, + "h": 30 + }, + "frame": { + "x": 141, + "y": 116, + "w": 28, + "h": 30 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:8ef07a6cc276d1c3629185de740aa6d2:973a959f857cf0722f951f705ecfaeec:1742ce7439a2e0f56804c3cb7a8a80af$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/173_3.png b/public/images/pokemon/variant/173_3.png new file mode 100644 index 00000000000..5cb3abbaaec Binary files /dev/null and b/public/images/pokemon/variant/173_3.png differ diff --git a/public/images/pokemon/variant/226_2.json b/public/images/pokemon/variant/226_2.json new file mode 100644 index 00000000000..90b13913952 --- /dev/null +++ b/public/images/pokemon/variant/226_2.json @@ -0,0 +1,3548 @@ +{ + "textures": [ + { + "image": "226_2.png", + "format": "RGBA8888", + "size": { + "w": 263, + "h": 263 + }, + "scale": 1, + "frames": [ + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0168.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:addcf7cb00b7678482b92fd4e528b514:8beb90997888d4b53f2152f37827d025:3a8dd1ba53bfe8db54d436adbdaea9e9$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/226_2.png b/public/images/pokemon/variant/226_2.png new file mode 100644 index 00000000000..770f77e7154 Binary files /dev/null and b/public/images/pokemon/variant/226_2.png differ diff --git a/public/images/pokemon/variant/226_3.json b/public/images/pokemon/variant/226_3.json new file mode 100644 index 00000000000..7e3d4d43ff8 --- /dev/null +++ b/public/images/pokemon/variant/226_3.json @@ -0,0 +1,3548 @@ +{ + "textures": [ + { + "image": "226_3.png", + "format": "RGBA8888", + "size": { + "w": 263, + "h": 263 + }, + "scale": 1, + "frames": [ + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + }, + "frame": { + "x": 0, + "y": 0, + "w": 78, + "h": 64 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 64, + "w": 78, + "h": 61 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 78, + "h": 61 + }, + "frame": { + "x": 0, + "y": 125, + "w": 78, + "h": 61 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 0, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 76, + "h": 59 + }, + "frame": { + "x": 76, + "y": 186, + "w": 76, + "h": 59 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0168.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 75, + "h": 57 + }, + "frame": { + "x": 78, + "y": 0, + "w": 75, + "h": 57 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 26, + "w": 75, + "h": 49 + }, + "frame": { + "x": 78, + "y": 57, + "w": 75, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 10, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 73, + "h": 56 + }, + "frame": { + "x": 152, + "y": 106, + "w": 73, + "h": 56 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 14, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 74, + "h": 55 + }, + "frame": { + "x": 78, + "y": 106, + "w": 74, + "h": 55 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 18, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 17, + "w": 73, + "h": 53 + }, + "frame": { + "x": 152, + "y": 162, + "w": 73, + "h": 53 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 152, + "y": 215, + "w": 75, + "h": 48 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 22, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 21, + "w": 74, + "h": 52 + }, + "frame": { + "x": 153, + "y": 0, + "w": 74, + "h": 52 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 83, + "h": 76 + }, + "spriteSourceSize": { + "x": 8, + "y": 28, + "w": 75, + "h": 48 + }, + "frame": { + "x": 153, + "y": 52, + "w": 75, + "h": 48 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:addcf7cb00b7678482b92fd4e528b514:8beb90997888d4b53f2152f37827d025:3a8dd1ba53bfe8db54d436adbdaea9e9$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/226_3.png b/public/images/pokemon/variant/226_3.png new file mode 100644 index 00000000000..eff63a19224 Binary files /dev/null and b/public/images/pokemon/variant/226_3.png differ diff --git a/public/images/pokemon/variant/278.json b/public/images/pokemon/variant/278.json new file mode 100644 index 00000000000..201aa0450ab --- /dev/null +++ b/public/images/pokemon/variant/278.json @@ -0,0 +1,47 @@ +{ + "0": { + "525252": "542b2b", + "000000": "000000", + "ffffff": "ecd8d4", + "d6cee6": "ba928c", + "296b94": "3f4c13", + "73adff": "68965b", + "319cd6": "3c7a2d", + "949494": "855854", + "424242": "5d1f1f", + "8c5210": "420b0c", + "ffad31": "c66f68", + "313131": "2f1010", + "de8400": "af5457" + }, + "1": { + "525252": "2b3e68", + "000000": "000000", + "ffffff": "c7dff4", + "d6cee6": "80a2d0", + "296b94": "143a72", + "73adff": "657ddf", + "319cd6": "4060bc", + "949494": "3d5982", + "424242": "5a5aad", + "8c5210": "201838", + "ffad31": "5b5481", + "313131": "4b4a60", + "de8400": "473d6f" + }, + "2": { + "525252": "732a22", + "000000": "000000", + "ffffff": "f5e1d1", + "d6cee6": "d19e92", + "296b94": "5d0803", + "73adff": "be3d2f", + "319cd6": "892722", + "949494": "b97f6f", + "424242": "472929", + "8c5210": "5a0700", + "ffad31": "f16f40", + "313131": "2f1010", + "de8400": "bc4524" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/279_1.json b/public/images/pokemon/variant/279_1.json new file mode 100644 index 00000000000..3f884262e14 --- /dev/null +++ b/public/images/pokemon/variant/279_1.json @@ -0,0 +1,3611 @@ +{ + "textures": [ + { + "image": "279_1.png", + "format": "RGBA8888", + "size": { + "w": 422, + "h": 422 + }, + "scale": 1, + "frames": [ + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0168.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 96, + "h": 52 + }, + "frame": { + "x": 192, + "y": 0, + "w": 96, + "h": 52 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 96, + "h": 52 + }, + "frame": { + "x": 192, + "y": 0, + "w": 96, + "h": 52 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 94, + "h": 53 + }, + "frame": { + "x": 288, + "y": 0, + "w": 94, + "h": 53 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 94, + "h": 53 + }, + "frame": { + "x": 288, + "y": 0, + "w": 94, + "h": 53 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 82, + "h": 60 + }, + "frame": { + "x": 186, + "y": 158, + "w": 82, + "h": 60 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 94, + "h": 52 + }, + "frame": { + "x": 268, + "y": 159, + "w": 94, + "h": 52 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 57, + "h": 68 + }, + "frame": { + "x": 362, + "y": 159, + "w": 57, + "h": 68 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 57, + "h": 68 + }, + "frame": { + "x": 362, + "y": 159, + "w": 57, + "h": 68 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 68, + "h": 63 + }, + "frame": { + "x": 349, + "y": 227, + "w": 68, + "h": 63 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 68, + "h": 63 + }, + "frame": { + "x": 349, + "y": 227, + "w": 68, + "h": 63 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 81, + "h": 60 + }, + "frame": { + "x": 0, + "y": 159, + "w": 81, + "h": 60 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0169.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 67, + "h": 63 + }, + "frame": { + "x": 0, + "y": 282, + "w": 67, + "h": 63 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 67, + "h": 63 + }, + "frame": { + "x": 0, + "y": 282, + "w": 67, + "h": 63 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0170.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0171.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 63, + "h": 66 + }, + "frame": { + "x": 160, + "y": 322, + "w": 63, + "h": 66 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 63, + "h": 66 + }, + "frame": { + "x": 160, + "y": 322, + "w": 63, + "h": 66 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:37124082e206aa3cddb045440ab1e9cf:8d64288649efa3066ed9b372190e868f:b1d275d5bba320dd22d2f2c7e56d52ec$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/279_1.png b/public/images/pokemon/variant/279_1.png new file mode 100644 index 00000000000..f2aa7b8ac3a Binary files /dev/null and b/public/images/pokemon/variant/279_1.png differ diff --git a/public/images/pokemon/variant/279_2.json b/public/images/pokemon/variant/279_2.json new file mode 100644 index 00000000000..441f7841115 --- /dev/null +++ b/public/images/pokemon/variant/279_2.json @@ -0,0 +1,3611 @@ +{ + "textures": [ + { + "image": "279_2.png", + "format": "RGBA8888", + "size": { + "w": 422, + "h": 422 + }, + "scale": 1, + "frames": [ + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0168.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 96, + "h": 52 + }, + "frame": { + "x": 192, + "y": 0, + "w": 96, + "h": 52 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 96, + "h": 52 + }, + "frame": { + "x": 192, + "y": 0, + "w": 96, + "h": 52 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 94, + "h": 53 + }, + "frame": { + "x": 288, + "y": 0, + "w": 94, + "h": 53 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 94, + "h": 53 + }, + "frame": { + "x": 288, + "y": 0, + "w": 94, + "h": 53 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 82, + "h": 60 + }, + "frame": { + "x": 186, + "y": 158, + "w": 82, + "h": 60 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 94, + "h": 52 + }, + "frame": { + "x": 268, + "y": 159, + "w": 94, + "h": 52 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 57, + "h": 68 + }, + "frame": { + "x": 362, + "y": 159, + "w": 57, + "h": 68 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 57, + "h": 68 + }, + "frame": { + "x": 362, + "y": 159, + "w": 57, + "h": 68 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 68, + "h": 63 + }, + "frame": { + "x": 349, + "y": 227, + "w": 68, + "h": 63 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 68, + "h": 63 + }, + "frame": { + "x": 349, + "y": 227, + "w": 68, + "h": 63 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 81, + "h": 60 + }, + "frame": { + "x": 0, + "y": 159, + "w": 81, + "h": 60 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0169.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 67, + "h": 63 + }, + "frame": { + "x": 0, + "y": 282, + "w": 67, + "h": 63 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 67, + "h": 63 + }, + "frame": { + "x": 0, + "y": 282, + "w": 67, + "h": 63 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0170.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0171.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 63, + "h": 66 + }, + "frame": { + "x": 160, + "y": 322, + "w": 63, + "h": 66 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 63, + "h": 66 + }, + "frame": { + "x": 160, + "y": 322, + "w": 63, + "h": 66 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:37124082e206aa3cddb045440ab1e9cf:8d64288649efa3066ed9b372190e868f:b1d275d5bba320dd22d2f2c7e56d52ec$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/279_2.png b/public/images/pokemon/variant/279_2.png new file mode 100644 index 00000000000..cde1727d123 Binary files /dev/null and b/public/images/pokemon/variant/279_2.png differ diff --git a/public/images/pokemon/variant/279_3.json b/public/images/pokemon/variant/279_3.json new file mode 100644 index 00000000000..e2415bee4cd --- /dev/null +++ b/public/images/pokemon/variant/279_3.json @@ -0,0 +1,3611 @@ +{ + "textures": [ + { + "image": "279_3.png", + "format": "RGBA8888", + "size": { + "w": 422, + "h": 422 + }, + "scale": 1, + "frames": [ + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 96, + "h": 53 + }, + "frame": { + "x": 0, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0168.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 96, + "h": 53 + }, + "frame": { + "x": 96, + "y": 0, + "w": 96, + "h": 53 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 96, + "h": 52 + }, + "frame": { + "x": 192, + "y": 0, + "w": 96, + "h": 52 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 96, + "h": 52 + }, + "frame": { + "x": 192, + "y": 0, + "w": 96, + "h": 52 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 94, + "h": 53 + }, + "frame": { + "x": 288, + "y": 0, + "w": 94, + "h": 53 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 94, + "h": 53 + }, + "frame": { + "x": 288, + "y": 0, + "w": 94, + "h": 53 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 93, + "h": 53 + }, + "frame": { + "x": 192, + "y": 52, + "w": 93, + "h": 53 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 93, + "h": 53 + }, + "frame": { + "x": 285, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 53, + "w": 93, + "h": 53 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 186, + "y": 105, + "w": 93, + "h": 53 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 93, + "h": 53 + }, + "frame": { + "x": 279, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 0, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 93, + "h": 53 + }, + "frame": { + "x": 93, + "y": 106, + "w": 93, + "h": 53 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 9, + "w": 82, + "h": 60 + }, + "frame": { + "x": 186, + "y": 158, + "w": 82, + "h": 60 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 94, + "h": 52 + }, + "frame": { + "x": 268, + "y": 159, + "w": 94, + "h": 52 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 57, + "h": 68 + }, + "frame": { + "x": 362, + "y": 159, + "w": 57, + "h": 68 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 57, + "h": 68 + }, + "frame": { + "x": 362, + "y": 159, + "w": 57, + "h": 68 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 81, + "h": 60 + }, + "frame": { + "x": 268, + "y": 211, + "w": 81, + "h": 60 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 68, + "h": 63 + }, + "frame": { + "x": 349, + "y": 227, + "w": 68, + "h": 63 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 68, + "h": 63 + }, + "frame": { + "x": 349, + "y": 227, + "w": 68, + "h": 63 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 81, + "h": 60 + }, + "frame": { + "x": 0, + "y": 159, + "w": 81, + "h": 60 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 82, + "h": 59 + }, + "frame": { + "x": 81, + "y": 159, + "w": 82, + "h": 59 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 93, + "h": 52 + }, + "frame": { + "x": 81, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0169.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 68, + "h": 63 + }, + "frame": { + "x": 0, + "y": 219, + "w": 68, + "h": 63 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 93, + "h": 52 + }, + "frame": { + "x": 174, + "y": 218, + "w": 93, + "h": 52 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 93, + "h": 52 + }, + "frame": { + "x": 68, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 67, + "h": 63 + }, + "frame": { + "x": 0, + "y": 282, + "w": 67, + "h": 63 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 67, + "h": 63 + }, + "frame": { + "x": 0, + "y": 282, + "w": 67, + "h": 63 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 93, + "h": 52 + }, + "frame": { + "x": 161, + "y": 270, + "w": 93, + "h": 52 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 93, + "h": 52 + }, + "frame": { + "x": 254, + "y": 271, + "w": 93, + "h": 52 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0170.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 3, + "w": 63, + "h": 66 + }, + "frame": { + "x": 347, + "y": 290, + "w": 63, + "h": 66 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 2, + "y": 11, + "w": 93, + "h": 52 + }, + "frame": { + "x": 67, + "y": 322, + "w": 93, + "h": 52 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0171.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 345, + "w": 63, + "h": 66 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 63, + "h": 66 + }, + "frame": { + "x": 160, + "y": 322, + "w": 63, + "h": 66 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 63, + "h": 66 + }, + "frame": { + "x": 160, + "y": 322, + "w": 63, + "h": 66 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 67, + "h": 62 + }, + "frame": { + "x": 223, + "y": 323, + "w": 67, + "h": 62 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 9, + "w": 57, + "h": 67 + }, + "frame": { + "x": 290, + "y": 323, + "w": 57, + "h": 67 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 96, + "h": 76 + }, + "spriteSourceSize": { + "x": 14, + "y": 7, + "w": 62, + "h": 66 + }, + "frame": { + "x": 347, + "y": 356, + "w": 62, + "h": 66 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:37124082e206aa3cddb045440ab1e9cf:8d64288649efa3066ed9b372190e868f:b1d275d5bba320dd22d2f2c7e56d52ec$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/279_3.png b/public/images/pokemon/variant/279_3.png new file mode 100644 index 00000000000..a3b93047551 Binary files /dev/null and b/public/images/pokemon/variant/279_3.png differ diff --git a/public/images/pokemon/variant/29.json b/public/images/pokemon/variant/29.json new file mode 100644 index 00000000000..51b8fb15bec --- /dev/null +++ b/public/images/pokemon/variant/29.json @@ -0,0 +1,30 @@ +{ + "0": { + "424284": "6b1524", + "7384ad": "a53038", + "d6d6ff": "f28566", + "adadce": "c94d40", + "efefff": "fed0aa", + "101010": "101010", + "bd314a": "2141ac", + "ff5242": "386ecf", + "ffffff": "ffffff", + "199c94": "668cdd", + "3a6b94": "3750a4", + "dedede": "dedede" + }, + "2": { + "424284": "371e5d", + "7384ad": "4b2c8c", + "d6d6ff": "8175d6", + "adadce": "6044ac", + "efefff": "b0abff", + "101010": "101010", + "bd314a": "c54910", + "ff5242": "da781a", + "ffffff": "ffffff", + "199c94": "e5b471", + "3a6b94": "c77d3a", + "dedede": "dedede" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/290.json b/public/images/pokemon/variant/290.json new file mode 100644 index 00000000000..d290ab1fef2 --- /dev/null +++ b/public/images/pokemon/variant/290.json @@ -0,0 +1,53 @@ +{ + "0": { + "427b52": "0e5502", + "000000": "000000", + "b5de73": "77ce53", + "6b6b63": "803b0b", + "73ad5a": "1e7709", + "ffffef": "f8d57f", + "848484": "a75f18", + "bdc5c5": "be7626", + "fffff7": "fff3ba", + "524a4a": "692a05", + "cedece": "e5af4f", + "634a42": "634a42", + "cebd9c": "f7ecd7", + "9c8473": "bfa483", + "ad947b": "e8d6b6" + }, + "1": { + "427b52": "7a4f7c", + "000000": "000000", + "b5de73": "c3b4c0", + "6b6b63": "060931", + "73ad5a": "886883", + "ffffef": "68478c", + "848484": "371647", + "bdc5c5": "44215b", + "fffff7": "9b7cca", + "524a4a": "2a0b34", + "cedece": "553275", + "634a42": "a34014", + "cebd9c": "ffcc81", + "9c8473": "cf6c26", + "ad947b": "f2a44d" + }, + "2": { + "427b52": "88134e", + "000000": "000000", + "b5de73": "d9537b", + "6b6b63": "125460", + "73ad5a": "ac265e", + "ffffef": "9cf4d2", + "848484": "1e767e", + "bdc5c5": "35a69f", + "fffff7": "e4fff5", + "524a4a": "052e3c", + "cedece": "5cc7bb", + "634a42": "181438", + "cebd9c": "5f5f82", + "9c8473": "282752", + "ad947b": "474773" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/291_1.json b/public/images/pokemon/variant/291_1.json new file mode 100644 index 00000000000..914cef13e28 --- /dev/null +++ b/public/images/pokemon/variant/291_1.json @@ -0,0 +1,1595 @@ +{ + "textures": [ + { + "image": "291_1.png", + "format": "RGBA8888", + "size": { + "w": 183, + "h": 183 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 57, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 57, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 114, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 114, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 57, + "h": 46 + }, + "frame": { + "x": 51, + "y": 47, + "w": 57, + "h": 46 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 44 + }, + "frame": { + "x": 108, + "y": 47, + "w": 57, + "h": 44 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 44 + }, + "frame": { + "x": 108, + "y": 47, + "w": 57, + "h": 44 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 51, + "h": 46 + }, + "frame": { + "x": 57, + "y": 93, + "w": 51, + "h": 46 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 51, + "h": 46 + }, + "frame": { + "x": 57, + "y": 93, + "w": 51, + "h": 46 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 49, + "h": 44 + }, + "frame": { + "x": 57, + "y": 139, + "w": 49, + "h": 44 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 49, + "h": 44 + }, + "frame": { + "x": 57, + "y": 139, + "w": 49, + "h": 44 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 47, + "h": 44 + }, + "frame": { + "x": 106, + "y": 139, + "w": 47, + "h": 44 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 47, + "h": 44 + }, + "frame": { + "x": 106, + "y": 139, + "w": 47, + "h": 44 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5ae85dfe613e8d443b84207368f320bb:c4804949ff1b7e19d1a501dd743205fd:a24984da4a63ffd6020a6740ab1ba69e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/291_1.png b/public/images/pokemon/variant/291_1.png new file mode 100644 index 00000000000..fea63c6c27c Binary files /dev/null and b/public/images/pokemon/variant/291_1.png differ diff --git a/public/images/pokemon/variant/291_2.json b/public/images/pokemon/variant/291_2.json new file mode 100644 index 00000000000..15a100331fd --- /dev/null +++ b/public/images/pokemon/variant/291_2.json @@ -0,0 +1,1595 @@ +{ + "textures": [ + { + "image": "291_2.png", + "format": "RGBA8888", + "size": { + "w": 183, + "h": 183 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 57, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 57, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 114, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 114, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 57, + "h": 46 + }, + "frame": { + "x": 51, + "y": 47, + "w": 57, + "h": 46 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 44 + }, + "frame": { + "x": 108, + "y": 47, + "w": 57, + "h": 44 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 44 + }, + "frame": { + "x": 108, + "y": 47, + "w": 57, + "h": 44 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 51, + "h": 46 + }, + "frame": { + "x": 57, + "y": 93, + "w": 51, + "h": 46 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 51, + "h": 46 + }, + "frame": { + "x": 57, + "y": 93, + "w": 51, + "h": 46 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 49, + "h": 44 + }, + "frame": { + "x": 57, + "y": 139, + "w": 49, + "h": 44 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 49, + "h": 44 + }, + "frame": { + "x": 57, + "y": 139, + "w": 49, + "h": 44 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 47, + "h": 44 + }, + "frame": { + "x": 106, + "y": 139, + "w": 47, + "h": 44 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 47, + "h": 44 + }, + "frame": { + "x": 106, + "y": 139, + "w": 47, + "h": 44 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5ae85dfe613e8d443b84207368f320bb:c4804949ff1b7e19d1a501dd743205fd:a24984da4a63ffd6020a6740ab1ba69e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/291_2.png b/public/images/pokemon/variant/291_2.png new file mode 100644 index 00000000000..b7b771acb30 Binary files /dev/null and b/public/images/pokemon/variant/291_2.png differ diff --git a/public/images/pokemon/variant/291_3.json b/public/images/pokemon/variant/291_3.json new file mode 100644 index 00000000000..7f5fbb90d0d --- /dev/null +++ b/public/images/pokemon/variant/291_3.json @@ -0,0 +1,1595 @@ +{ + "textures": [ + { + "image": "291_3.png", + "format": "RGBA8888", + "size": { + "w": 183, + "h": 183 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 57, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 57, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 47 + }, + "frame": { + "x": 114, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 47 + }, + "frame": { + "x": 114, + "y": 0, + "w": 57, + "h": 47 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 47 + }, + "frame": { + "x": 0, + "y": 47, + "w": 51, + "h": 47 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 57, + "h": 46 + }, + "frame": { + "x": 0, + "y": 94, + "w": 57, + "h": 46 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 57, + "h": 46 + }, + "frame": { + "x": 51, + "y": 47, + "w": 57, + "h": 46 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 57, + "h": 44 + }, + "frame": { + "x": 108, + "y": 47, + "w": 57, + "h": 44 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 57, + "h": 44 + }, + "frame": { + "x": 108, + "y": 47, + "w": 57, + "h": 44 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 51, + "h": 46 + }, + "frame": { + "x": 108, + "y": 91, + "w": 51, + "h": 46 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 51, + "h": 46 + }, + "frame": { + "x": 57, + "y": 93, + "w": 51, + "h": 46 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 51, + "h": 46 + }, + "frame": { + "x": 57, + "y": 93, + "w": 51, + "h": 46 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 49, + "h": 44 + }, + "frame": { + "x": 57, + "y": 139, + "w": 49, + "h": 44 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 49, + "h": 44 + }, + "frame": { + "x": 57, + "y": 139, + "w": 49, + "h": 44 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 47, + "h": 44 + }, + "frame": { + "x": 106, + "y": 139, + "w": 47, + "h": 44 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 57, + "h": 51 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 47, + "h": 44 + }, + "frame": { + "x": 106, + "y": 139, + "w": 47, + "h": 44 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5ae85dfe613e8d443b84207368f320bb:c4804949ff1b7e19d1a501dd743205fd:a24984da4a63ffd6020a6740ab1ba69e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/291_3.png b/public/images/pokemon/variant/291_3.png new file mode 100644 index 00000000000..72d28c371f2 Binary files /dev/null and b/public/images/pokemon/variant/291_3.png differ diff --git a/public/images/pokemon/variant/292.json b/public/images/pokemon/variant/292.json new file mode 100644 index 00000000000..13e73ded788 --- /dev/null +++ b/public/images/pokemon/variant/292.json @@ -0,0 +1,17 @@ +{ + "1": { + "a5a5ce": "cf6c26", + "8494ad": "90410b", + "ffffff": "ffcc81", + "d6d6e6": "f2a44d", + "5a5242": "261846", + "deb573": "5f4c7a", + "b5945a": "443859", + "101010": "101010", + "f7d684": "8467a4", + "94847b": "594684", + "736b5a": "1a103b", + "bdb5ad": "a588c3", + "ad9c8c": "826ba6" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/292_1.json b/public/images/pokemon/variant/292_1.json new file mode 100644 index 00000000000..b5a7aaac1f0 --- /dev/null +++ b/public/images/pokemon/variant/292_1.json @@ -0,0 +1,587 @@ +{ + "textures": [ + { + "image": "292_1.png", + "format": "RGBA8888", + "size": { + "w": 129, + "h": 129 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 0, + "y": 47, + "w": 43, + "h": 46 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 0, + "y": 47, + "w": 43, + "h": 46 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 0, + "y": 47, + "w": 43, + "h": 46 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 43, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 43, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 43, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:cecf125433dbab1ae69b03688f3549f0:ce304b04639c88d6f97d575325216e54:fd7e18c91600a68a6dd3ddcc13a39d50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/292_1.png b/public/images/pokemon/variant/292_1.png new file mode 100644 index 00000000000..118bfe79542 Binary files /dev/null and b/public/images/pokemon/variant/292_1.png differ diff --git a/public/images/pokemon/variant/292_3.json b/public/images/pokemon/variant/292_3.json new file mode 100644 index 00000000000..e17f8c1eacc --- /dev/null +++ b/public/images/pokemon/variant/292_3.json @@ -0,0 +1,587 @@ +{ + "textures": [ + { + "image": "292_3.png", + "format": "RGBA8888", + "size": { + "w": 129, + "h": 129 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 47 + }, + "frame": { + "x": 0, + "y": 0, + "w": 43, + "h": 47 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 0, + "y": 47, + "w": 43, + "h": 46 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 0, + "y": 47, + "w": 43, + "h": 46 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 0, + "y": 47, + "w": 43, + "h": 46 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 43, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 43, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 43, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 46 + }, + "frame": { + "x": 86, + "y": 0, + "w": 43, + "h": 46 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 43, + "h": 48 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 43, + "h": 45 + }, + "frame": { + "x": 43, + "y": 46, + "w": 43, + "h": 45 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:cecf125433dbab1ae69b03688f3549f0:ce304b04639c88d6f97d575325216e54:fd7e18c91600a68a6dd3ddcc13a39d50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/292_3.png b/public/images/pokemon/variant/292_3.png new file mode 100644 index 00000000000..6b5f128fdd6 Binary files /dev/null and b/public/images/pokemon/variant/292_3.png differ diff --git a/public/images/pokemon/variant/30.json b/public/images/pokemon/variant/30.json new file mode 100644 index 00000000000..d7ebdb40b48 --- /dev/null +++ b/public/images/pokemon/variant/30.json @@ -0,0 +1,34 @@ +{ + "1": { + "5a94b5": "a53038", + "c5e6ef": "f28566", + "3a5a63": "6b1524", + "8cc5ce": "c94d40", + "101010": "101010", + "193a73": "3750a4", + "1063b5": "131f65", + "4a84f7": "668cdd", + "ffffff": "ffffff", + "c52110": "2141ac", + "ff9c8c": "65a4e7", + "ef4a3a": "386ecf", + "d6d6d6": "d6d6d6", + "848484": "848484" + }, + "2": { + "5a94b5": "402489", + "c5e6ef": "8175d6", + "3a5a63": "260f4a", + "8cc5ce": "6044ac", + "101010": "101010", + "193a73": "c77d3a", + "1063b5": "883f16", + "4a84f7": "e5b471", + "ffffff": "ffffff", + "c52110": "c54910", + "ff9c8c": "f2ae45", + "ef4a3a": "da781a", + "d6d6d6": "d6d6d6", + "848484": "848484" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/304.json b/public/images/pokemon/variant/304.json new file mode 100644 index 00000000000..7b03cc133f1 --- /dev/null +++ b/public/images/pokemon/variant/304.json @@ -0,0 +1,38 @@ +{ + "0": { + "525a6b": "6c5440", + "ceced6": "cbc4a2", + "8c949c": "bca88c", + "3a3a4a": "122919", + "ffffff": "fff2e5", + "000000": "000000", + "316b9c": "8acc0e", + "6bbdff": "d6ff42", + "525263": "2c4531", + "737b94": "43894b" + }, + "1": { + "525a6b": "2b265d", + "ceced6": "91a1e3", + "8c949c": "686dc0", + "3a3a4a": "371219", + "ffffff": "cdd9fa", + "000000": "000000", + "316b9c": "e9a217", + "6bbdff": "ffcf47", + "525263": "611f26", + "737b94": "c2584c" + }, + "2": { + "525a6b": "722f15", + "ceced6": "d2954e", + "8c949c": "a45f34", + "3a3a4a": "192c45", + "ffffff": "ffcc7d", + "000000": "000000", + "316b9c": "05b1ad", + "6bbdff": "2aebcf", + "525263": "2c4368", + "737b94": "6a87bb" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/305.json b/public/images/pokemon/variant/305.json new file mode 100644 index 00000000000..13ceb93336c --- /dev/null +++ b/public/images/pokemon/variant/305.json @@ -0,0 +1,50 @@ +{ + "0": { + "6b6b7b": "6c5440", + "7b8494": "947d63", + "ffffff": "fff2e5", + "000000": "000000", + "c5ced6": "cbc4a2", + "424a52": "825d3f", + "9c9cad": "bca88c", + "424242": "1c3725", + "6b6b6b": "2c4531", + "adadad": "43894b", + "8c8c8c": "3e6244", + "6bbdff": "d6ff42", + "ad3a4a": "7a343e", + "de6b6b": "dc7777" + }, + "1": { + "6b6b7b": "2b265d", + "7b8494": "3d3c8c", + "ffffff": "cdd9fa", + "000000": "000000", + "c5ced6": "91a1e3", + "424a52": "433f93", + "9c9cad": "686dc0", + "424242": "431b22", + "6b6b6b": "611f26", + "adadad": "c2584c", + "8c8c8c": "7f363b", + "6bbdff": "ffcf47", + "ad3a4a": "ad3a89", + "de6b6b": "de6bb1" + }, + "2": { + "6b6b7b": "722f15", + "7b8494": "89441f", + "ffffff": "ffcc7d", + "000000": "000000", + "c5ced6": "d2954e", + "424a52": "7c3619", + "9c9cad": "a45f34", + "424242": "192c45", + "6b6b6b": "2c4368", + "adadad": "6a87bb", + "8c8c8c": "4c5f89", + "6bbdff": "2aebcf", + "ad3a4a": "871a29", + "de6b6b": "bb3e3e" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/306-mega.json b/public/images/pokemon/variant/306-mega.json new file mode 100644 index 00000000000..d729c252e2d --- /dev/null +++ b/public/images/pokemon/variant/306-mega.json @@ -0,0 +1,47 @@ +{ + "0": { + "52524a": "15321e", + "6a6a6a": "224228", + "101010": "101010", + "5a5a62": "4b382a", + "acacac": "69ad6c", + "838394": "a48d76", + "fefefe": "fff2e5", + "8b8b8b": "3e6244", + "cdcdcd": "cbc4a2", + "a4a4ac": "bca88c", + "6abdff": "ff78fa", + "9c3141": "9c3141", + "de5252": "de5252" + }, + "1": { + "52524a": "47121b", + "6a6a6a": "6e1e26", + "101010": "101010", + "5a5a62": "2b265d", + "acacac": "d4857c", + "838394": "3d3c8c", + "fefefe": "cdd9fa", + "8b8b8b": "8b312e", + "cdcdcd": "91a1e3", + "a4a4ac": "686dc0", + "6abdff": "ffcf47", + "9c3141": "bc2d51", + "de5252": "de5291" + }, + "2": { + "52524a": "0e213a", + "6a6a6a": "1d365e", + "101010": "101010", + "5a5a62": "722f15", + "acacac": "7d95bf", + "838394": "833d19", + "fefefe": "ffcc7d", + "8b8b8b": "385594", + "cdcdcd": "d48e3c", + "a4a4ac": "a45f34", + "6abdff": "2aebcf", + "9c3141": "9c3141", + "de5252": "de5252" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/306.json b/public/images/pokemon/variant/306.json new file mode 100644 index 00000000000..931059f334b --- /dev/null +++ b/public/images/pokemon/variant/306.json @@ -0,0 +1,47 @@ +{ + "0": { + "848494": "947d63", + "5a5a63": "6c5440", + "000000": "000000", + "ffffff": "fff2e5", + "cecece": "cbc4a2", + "a5a5ad": "bca88c", + "adadad": "43894b", + "8c8c8c": "3e6244", + "6b6b6b": "2c4531", + "6bbdff": "d6ff42", + "52524a": "1c3725", + "9c3142": "7a343e", + "de5252": "dc7777" + }, + "1": { + "848494": "3d3c8c", + "5a5a63": "2b265d", + "000000": "000000", + "ffffff": "cdd9fa", + "cecece": "91a1e3", + "a5a5ad": "686dc0", + "adadad": "c2584c", + "8c8c8c": "7f363b", + "6b6b6b": "611f26", + "6bbdff": "ffcf47", + "52524a": "431b22", + "9c3142": "ad3a89", + "de5252": "de6bb1" + }, + "2": { + "848494": "89441f", + "5a5a63": "722f15", + "000000": "000000", + "ffffff": "ffcc7d", + "cecece": "d48e3c", + "a5a5ad": "a45f34", + "adadad": "6a87bb", + "8c8c8c": "4c5f89", + "6b6b6b": "2c4368", + "6bbdff": "2aebcf", + "52524a": "192c45", + "9c3142": "871a29", + "de5252": "bb3e3e" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/309.json b/public/images/pokemon/variant/309.json new file mode 100644 index 00000000000..1a0ff287a78 --- /dev/null +++ b/public/images/pokemon/variant/309.json @@ -0,0 +1,32 @@ +{ + "1": { + "846b42": "a50d24", + "ffef42": "ff4039", + "101010": "101010", + "639c63": "1a3269", + "3a5a52": "091545", + "b5ef9c": "6692c4", + "84d67b": "3e6194", + "cea53a": "d11a2d", + "63bd63": "314f86", + "bdbdc5": "bdbdc5", + "ffffff": "ffffff", + "844a63": "73033e", + "e66ba5": "a40e49" + }, + "2": { + "846b42": "b818ab", + "ffef42": "ef60c5", + "101010": "101010", + "639c63": "a78ab3", + "3a5a52": "593c6c", + "b5ef9c": "f9e7ee", + "84d67b": "d5c1d9", + "cea53a": "d03ab2", + "63bd63": "c4abcb", + "bdbdc5": "bdbdc5", + "ffffff": "ffffff", + "844a63": "5f2971", + "e66ba5": "9954a4" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/31.json b/public/images/pokemon/variant/31.json new file mode 100644 index 00000000000..53f16a10671 --- /dev/null +++ b/public/images/pokemon/variant/31.json @@ -0,0 +1,50 @@ +{ + "0": { + "638cad": "9561a0", + "5ab5ce": "bd94c5", + "314a4a": "5f366d", + "9cd6de": "eed3f3", + "101010": "101010", + "c5ad5a": "c5c5a4", + "735a29": "73735a", + "ffffff": "ffffff", + "d6cece": "d6cece", + "a52942": "a52942", + "efe6a5": "ffffff", + "ce6b6b": "ce6b6b", + "e6ce8c": "e6e6d5", + "ff9c8c": "ff9c8c" + }, + "1": { + "638cad": "88241f", + "5ab5ce": "be4234", + "314a4a": "441327", + "9cd6de": "e58060", + "101010": "101010", + "c5ad5a": "c29f9a", + "735a29": "734b48", + "ffffff": "ffffff", + "d6cece": "d6cece", + "a52942": "6c1a33", + "efe6a5": "ffede7", + "ce6b6b": "b34d28", + "e6ce8c": "e3ccc7", + "ff9c8c": "eca16c" + }, + "2": { + "638cad": "472976", + "5ab5ce": "5f4897", + "314a4a": "210d3b", + "9cd6de": "8770c7", + "101010": "101010", + "c5ad5a": "eab56b", + "735a29": "ad5923", + "ffffff": "ffffff", + "d6cece": "d6cece", + "a52942": "1c3666", + "efe6a5": "fff6d6", + "ce6b6b": "445fd7", + "e6ce8c": "ffd999", + "ff9c8c": "729df5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/310-mega.json b/public/images/pokemon/variant/310-mega.json new file mode 100644 index 00000000000..ad22fc10dd0 --- /dev/null +++ b/public/images/pokemon/variant/310-mega.json @@ -0,0 +1,30 @@ +{ + "1": { + "8f6841": "630013", + "101010": "101010", + "fff06d": "d4302a", + "d0a446": "a6101a", + "3d4a75": "0d1843", + "b50b0b": "c0610e", + "fcfcfc": "fcfcfc", + "4b75a1": "1a3269", + "f44242": "ffc058", + "52a8d4": "3e6194", + "90cce7": "4c7da6", + "4690c4": "284781" + }, + "2": { + "8f6841": "810040", + "101010": "101010", + "fff06d": "e545b6", + "d0a446": "c32574", + "3d4a75": "3f5476", + "b50b0b": "4a0698", + "fcfcfc": "fcfcfc", + "4b75a1": "6f8caa", + "f44242": "893edf", + "52a8d4": "c1ddeb", + "90cce7": "dceff6", + "4690c4": "92b4cb" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/310.json b/public/images/pokemon/variant/310.json new file mode 100644 index 00000000000..a41c1e0b66d --- /dev/null +++ b/public/images/pokemon/variant/310.json @@ -0,0 +1,34 @@ +{ + "1": { + "101010": "101010", + "736352": "550010", + "ffef63": "d7231c", + "c5ad5a": "9b0c24", + "a57b5a": "ae192c", + "4a525a": "0d1843", + "73b5d6": "3e6194", + "639cc5": "284781", + "5a84ad": "1a3269", + "ce2121": "c0610e", + "ffffff": "ffffff", + "ff7373": "ffc058", + "94cede": "5e8fb8", + "bdbde6": "bdbde6" + }, + "2": { + "101010": "101010", + "736352": "810040", + "ffef63": "e545b6", + "c5ad5a": "c32574", + "a57b5a": "97004f", + "4a525a": "4c3a63", + "73b5d6": "d5d6ee", + "639cc5": "c4bfd9", + "5a84ad": "a399bd", + "ce2121": "893edf", + "ffffff": "ffffff", + "ff7373": "9663ef", + "94cede": "e2e7f9", + "bdbde6": "bdbde6" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/320.json b/public/images/pokemon/variant/320.json new file mode 100644 index 00000000000..51967d7420d --- /dev/null +++ b/public/images/pokemon/variant/320.json @@ -0,0 +1,34 @@ +{ + "1": { + "314a73": "660219", + "639cce": "f5796d", + "4a84b5": "ce323d", + "315a94": "a4172f", + "21314a": "510019", + "000000": "000000", + "b5bdc5": "b5bdc5", + "6b634a": "6c3f51", + "ffffff": "ffffff", + "efd6a5": "ffe6f8", + "848c9c": "848c9c", + "ffefce": "ffeef7", + "ceb584": "cba6b8", + "9c8c63": "986a7a" + }, + "2": { + "314a73": "22123a", + "639cce": "8f69a3", + "4a84b5": "503769", + "315a94": "34224b", + "21314a": "1a0a30", + "000000": "000000", + "b5bdc5": "b5bdc5", + "6b634a": "4d4056", + "ffffff": "ffffff", + "efd6a5": "eed9ef", + "848c9c": "848c9c", + "ffefce": "fcebf6", + "ceb584": "b7a3bf", + "9c8c63": "8c7897" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/321.json b/public/images/pokemon/variant/321.json new file mode 100644 index 00000000000..946b3d5278a --- /dev/null +++ b/public/images/pokemon/variant/321.json @@ -0,0 +1,32 @@ +{ + "1": { + "293a9c": "660219", + "1052ce": "a4172f", + "313a5a": "510019", + "5a84ef": "e64f4f", + "2173de": "ce323d", + "847384": "804d5e", + "b5adb5": "aa7f8d", + "d6cede": "d3b5c4", + "94adff": "f5796d", + "524a4a": "5c263d", + "efe6ff": "ffe6f8", + "101010": "101010", + "29527b": "29527b" + }, + "2": { + "293a9c": "22123a", + "1052ce": "34224b", + "313a5a": "170a2d", + "5a84ef": "8f69a3", + "2173de": "503769", + "847384": "7d6589", + "b5adb5": "b7a3bf", + "d6cede": "eed9ef", + "94adff": "b484ce", + "524a4a": "563564", + "efe6ff": "fcebf6", + "101010": "101010", + "29527b": "29527b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351-rainy_2.json b/public/images/pokemon/variant/351-rainy_2.json new file mode 100644 index 00000000000..c839a5c9fab --- /dev/null +++ b/public/images/pokemon/variant/351-rainy_2.json @@ -0,0 +1,1847 @@ +{ + "textures": [ + { + "image": "351-rainy_2.png", + "format": "RGBA8888", + "size": { + "w": 196, + "h": 196 + }, + "scale": 1, + "frames": [ + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 1, + "w": 33, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 33, + "h": 57 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 1, + "w": 33, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 33, + "h": 57 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 55 + }, + "frame": { + "x": 0, + "y": 57, + "w": 33, + "h": 55 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 55 + }, + "frame": { + "x": 0, + "y": 57, + "w": 33, + "h": 55 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 7, + "w": 33, + "h": 53 + }, + "frame": { + "x": 0, + "y": 112, + "w": 33, + "h": 53 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 7, + "w": 33, + "h": 53 + }, + "frame": { + "x": 0, + "y": 112, + "w": 33, + "h": 53 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 34, + "h": 48 + }, + "frame": { + "x": 33, + "y": 0, + "w": 34, + "h": 48 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 34, + "h": 48 + }, + "frame": { + "x": 33, + "y": 0, + "w": 34, + "h": 48 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 52 + }, + "frame": { + "x": 33, + "y": 48, + "w": 33, + "h": 52 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 52 + }, + "frame": { + "x": 33, + "y": 48, + "w": 33, + "h": 52 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 33, + "y": 100, + "w": 33, + "h": 51 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 33, + "y": 100, + "w": 33, + "h": 51 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 67, + "y": 0, + "w": 33, + "h": 51 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 67, + "y": 0, + "w": 33, + "h": 51 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 51, + "w": 33, + "h": 49 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 51, + "w": 33, + "h": 49 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 100, + "w": 33, + "h": 49 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 100, + "w": 33, + "h": 49 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 14, + "w": 33, + "h": 47 + }, + "frame": { + "x": 66, + "y": 149, + "w": 33, + "h": 47 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 14, + "w": 33, + "h": 47 + }, + "frame": { + "x": 66, + "y": 149, + "w": 33, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 146, + "w": 33, + "h": 48 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 146, + "w": 33, + "h": 48 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:e8c477a9ec3b47922f5b69f9def04a15:4c7ca9cc26b5ff65a663fdb8e54f7f33:b5eea07b88a4a6f5cbe1ec3c39765ac2$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351-rainy_2.png b/public/images/pokemon/variant/351-rainy_2.png new file mode 100644 index 00000000000..0b3f403c1ff Binary files /dev/null and b/public/images/pokemon/variant/351-rainy_2.png differ diff --git a/public/images/pokemon/variant/351-rainy_3.json b/public/images/pokemon/variant/351-rainy_3.json new file mode 100644 index 00000000000..57e6701dee1 --- /dev/null +++ b/public/images/pokemon/variant/351-rainy_3.json @@ -0,0 +1,1847 @@ +{ + "textures": [ + { + "image": "351-rainy_3.png", + "format": "RGBA8888", + "size": { + "w": 196, + "h": 196 + }, + "scale": 1, + "frames": [ + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 1, + "w": 33, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 33, + "h": 57 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 1, + "w": 33, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 33, + "h": 57 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 55 + }, + "frame": { + "x": 0, + "y": 57, + "w": 33, + "h": 55 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 55 + }, + "frame": { + "x": 0, + "y": 57, + "w": 33, + "h": 55 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 7, + "w": 33, + "h": 53 + }, + "frame": { + "x": 0, + "y": 112, + "w": 33, + "h": 53 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 7, + "w": 33, + "h": 53 + }, + "frame": { + "x": 0, + "y": 112, + "w": 33, + "h": 53 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 34, + "h": 48 + }, + "frame": { + "x": 33, + "y": 0, + "w": 34, + "h": 48 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 34, + "h": 48 + }, + "frame": { + "x": 33, + "y": 0, + "w": 34, + "h": 48 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 52 + }, + "frame": { + "x": 33, + "y": 48, + "w": 33, + "h": 52 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 33, + "h": 52 + }, + "frame": { + "x": 33, + "y": 48, + "w": 33, + "h": 52 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 33, + "y": 100, + "w": 33, + "h": 51 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 33, + "y": 100, + "w": 33, + "h": 51 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 67, + "y": 0, + "w": 33, + "h": 51 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 33, + "h": 51 + }, + "frame": { + "x": 67, + "y": 0, + "w": 33, + "h": 51 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 0, + "w": 33, + "h": 49 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 100, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 51, + "w": 33, + "h": 49 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 51, + "w": 33, + "h": 49 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 133, + "y": 49, + "w": 33, + "h": 49 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 100, + "w": 33, + "h": 49 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 33, + "h": 49 + }, + "frame": { + "x": 66, + "y": 100, + "w": 33, + "h": 49 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 14, + "w": 33, + "h": 47 + }, + "frame": { + "x": 66, + "y": 149, + "w": 33, + "h": 47 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 14, + "w": 33, + "h": 47 + }, + "frame": { + "x": 66, + "y": 149, + "w": 33, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 98, + "w": 32, + "h": 49 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 32, + "h": 49 + }, + "frame": { + "x": 99, + "y": 147, + "w": 32, + "h": 49 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 98, + "w": 33, + "h": 48 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 146, + "w": 33, + "h": 48 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 61 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 33, + "h": 48 + }, + "frame": { + "x": 131, + "y": 146, + "w": 33, + "h": 48 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:e8c477a9ec3b47922f5b69f9def04a15:4c7ca9cc26b5ff65a663fdb8e54f7f33:b5eea07b88a4a6f5cbe1ec3c39765ac2$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351-rainy_3.png b/public/images/pokemon/variant/351-rainy_3.png new file mode 100644 index 00000000000..fc163d23ddf Binary files /dev/null and b/public/images/pokemon/variant/351-rainy_3.png differ diff --git a/public/images/pokemon/variant/351-snowy.json b/public/images/pokemon/variant/351-snowy.json index 2b88d676571..a5d57b3d9b0 100644 --- a/public/images/pokemon/variant/351-snowy.json +++ b/public/images/pokemon/variant/351-snowy.json @@ -13,5 +13,35 @@ "4a524a": "4a524a", "ffffff": "ffffff", "9c9cc5": "c8c87a" + }, + "1": { + "73a58c": "99b5b8", + "bde6e6": "eeebff", + "8ccead": "c4dcdc", + "29523a": "335c68", + "52736b": "688e94", + "191919": "191919", + "634a73": "1f2567", + "8c73d6": "3f59a0", + "c5b5ff": "c5b5ff", + "7b52bd": "323e85", + "4a524a": "2f3355", + "ffffff": "ffffff", + "9c9cc5": "9c9cc5" + }, + "2": { + "73a58c": "245b68", + "bde6e6": "68c7c4", + "8ccead": "47989e", + "29523a": "15364b", + "52736b": "5e98a5", + "191919": "191919", + "634a73": "2f4954", + "8c73d6": "b6e7e8", + "c5b5ff": "535c85", + "7b52bd": "7eafbf", + "4a524a": "27255c", + "ffffff": "ffffff", + "9c9cc5": "464d85" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/351-sunny_2.json b/public/images/pokemon/variant/351-sunny_2.json new file mode 100644 index 00000000000..6fa5ba94951 --- /dev/null +++ b/public/images/pokemon/variant/351-sunny_2.json @@ -0,0 +1,2204 @@ +{ + "textures": [ + { + "image": "351-sunny_2.png", + "format": "RGBA8888", + "size": { + "w": 195, + "h": 195 + }, + "scale": 1, + "frames": [ + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 48 + }, + "frame": { + "x": 0, + "y": 147, + "w": 41, + "h": 48 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 48 + }, + "frame": { + "x": 0, + "y": 147, + "w": 41, + "h": 48 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 48 + }, + "frame": { + "x": 0, + "y": 147, + "w": 41, + "h": 48 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 81, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 81, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 81, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 81, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 121, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 121, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 121, + "y": 49, + "w": 40, + "h": 48 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5b65fc62f1e0766f69830b9d7e65dc34:0cbb6b5d7a100e970969b150e4280482:c97b4066ce946120141efa696168f735$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351-sunny_2.png b/public/images/pokemon/variant/351-sunny_2.png new file mode 100644 index 00000000000..6fc85cb6094 Binary files /dev/null and b/public/images/pokemon/variant/351-sunny_2.png differ diff --git a/public/images/pokemon/variant/351-sunny_3.json b/public/images/pokemon/variant/351-sunny_3.json new file mode 100644 index 00000000000..805ed7f5889 --- /dev/null +++ b/public/images/pokemon/variant/351-sunny_3.json @@ -0,0 +1,2204 @@ +{ + "textures": [ + { + "image": "351-sunny_3.png", + "format": "RGBA8888", + "size": { + "w": 195, + "h": 195 + }, + "scale": 1, + "frames": [ + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 49 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 48 + }, + "frame": { + "x": 0, + "y": 147, + "w": 41, + "h": 48 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 48 + }, + "frame": { + "x": 0, + "y": 147, + "w": 41, + "h": 48 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 48 + }, + "frame": { + "x": 0, + "y": 147, + "w": 41, + "h": 48 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 40, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 40, + "h": 48 + }, + "frame": { + "x": 41, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 49, + "w": 40, + "h": 49 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 81, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 80, + "y": 98, + "w": 40, + "h": 49 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 81, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 81, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 81, + "y": 147, + "w": 40, + "h": 48 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 121, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 40, + "h": 49 + }, + "frame": { + "x": 121, + "y": 0, + "w": 40, + "h": 49 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 40, + "h": 48 + }, + "frame": { + "x": 121, + "y": 49, + "w": 40, + "h": 48 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 39, + "h": 49 + }, + "frame": { + "x": 120, + "y": 97, + "w": 39, + "h": 49 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 39, + "h": 49 + }, + "frame": { + "x": 121, + "y": 146, + "w": 39, + "h": 49 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5b65fc62f1e0766f69830b9d7e65dc34:0cbb6b5d7a100e970969b150e4280482:c97b4066ce946120141efa696168f735$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351-sunny_3.png b/public/images/pokemon/variant/351-sunny_3.png new file mode 100644 index 00000000000..e21f7627d1f Binary files /dev/null and b/public/images/pokemon/variant/351-sunny_3.png differ diff --git a/public/images/pokemon/variant/351_2.json b/public/images/pokemon/variant/351_2.json new file mode 100644 index 00000000000..e7a73e8daa5 --- /dev/null +++ b/public/images/pokemon/variant/351_2.json @@ -0,0 +1,1805 @@ +{ + "textures": [ + { + "image": "351_2.png", + "format": "RGBA8888", + "size": { + "w": 123, + "h": 123 + }, + "scale": 1, + "frames": [ + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 12, + "w": 26, + "h": 35 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 35 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 12, + "w": 26, + "h": 35 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 35 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 71, + "w": 25, + "h": 36 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 71, + "w": 25, + "h": 36 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 25, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 25, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 25, + "y": 71, + "w": 25, + "h": 35 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 25, + "y": 71, + "w": 25, + "h": 35 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 98, + "y": 68, + "w": 25, + "h": 34 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 98, + "y": 68, + "w": 25, + "h": 34 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 14, + "w": 25, + "h": 33 + }, + "frame": { + "x": 76, + "y": 0, + "w": 25, + "h": 33 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 14, + "w": 25, + "h": 33 + }, + "frame": { + "x": 76, + "y": 0, + "w": 25, + "h": 33 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:987a7e4404397d13ae4d8b468479198c:121faa97587fc72ab98a2d35e7b6c39c:0f6809f1155e7e4e85ebe31edde969bb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351_2.png b/public/images/pokemon/variant/351_2.png new file mode 100644 index 00000000000..c9369b2bef2 Binary files /dev/null and b/public/images/pokemon/variant/351_2.png differ diff --git a/public/images/pokemon/variant/351_3.json b/public/images/pokemon/variant/351_3.json new file mode 100644 index 00000000000..963cbae4b99 --- /dev/null +++ b/public/images/pokemon/variant/351_3.json @@ -0,0 +1,1805 @@ +{ + "textures": [ + { + "image": "351_3.png", + "format": "RGBA8888", + "size": { + "w": 123, + "h": 123 + }, + "scale": 1, + "frames": [ + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 12, + "w": 26, + "h": 35 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 35 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 12, + "w": 26, + "h": 35 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 35 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 71, + "w": 25, + "h": 36 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 0, + "y": 71, + "w": 25, + "h": 36 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 25, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 25, + "h": 36 + }, + "frame": { + "x": 25, + "y": 35, + "w": 25, + "h": 36 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 25, + "h": 35 + }, + "frame": { + "x": 26, + "y": 0, + "w": 25, + "h": 35 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 25, + "y": 71, + "w": 25, + "h": 35 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 14, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 25, + "y": 71, + "w": 25, + "h": 35 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 25, + "h": 35 + }, + "frame": { + "x": 50, + "y": 35, + "w": 25, + "h": 35 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 51, + "y": 0, + "w": 25, + "h": 34 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 24, + "h": 36 + }, + "frame": { + "x": 50, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 24, + "h": 36 + }, + "frame": { + "x": 74, + "y": 70, + "w": 24, + "h": 36 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 11, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 75, + "y": 34, + "w": 25, + "h": 34 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 98, + "y": 68, + "w": 25, + "h": 34 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 25, + "h": 34 + }, + "frame": { + "x": 98, + "y": 68, + "w": 25, + "h": 34 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 14, + "w": 25, + "h": 33 + }, + "frame": { + "x": 76, + "y": 0, + "w": 25, + "h": 33 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 47, + "h": 47 + }, + "spriteSourceSize": { + "x": 12, + "y": 14, + "w": 25, + "h": 33 + }, + "frame": { + "x": 76, + "y": 0, + "w": 25, + "h": 33 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:987a7e4404397d13ae4d8b468479198c:121faa97587fc72ab98a2d35e7b6c39c:0f6809f1155e7e4e85ebe31edde969bb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/351_3.png b/public/images/pokemon/variant/351_3.png new file mode 100644 index 00000000000..ba77333aa28 Binary files /dev/null and b/public/images/pokemon/variant/351_3.png differ diff --git a/public/images/pokemon/variant/382-primal.json b/public/images/pokemon/variant/382-primal.json new file mode 100644 index 00000000000..ec1b34be70f --- /dev/null +++ b/public/images/pokemon/variant/382-primal.json @@ -0,0 +1,36 @@ +{ + "1": { + "082a78": "d96714", + "101010": "101010", + "768ac4": "ffb44c", + "c7eafe": "f6e4e0", + "101c4c": "791309", + "95c5db": "eac3b9", + "034ea3": "f49230", + "fab672": "a2ee62", + "fff493": "e1ff9f", + "f8d58b": "91d37f", + "64626c": "64626c", + "fbfbfb": "fff7f4", + "00bfec": "ff3200", + "0788d6": "c5253a", + "f05c96": "b43308" + }, + "2": { + "082a78": "780613", + "101010": "101010", + "768ac4": "ea512b", + "c7eafe": "f2d9dc", + "101c4c": "3c0818", + "95c5db": "e2adb9", + "034ea3": "a90e14", + "fab672": "67a6f4", + "fff493": "90ffde", + "f8d58b": "5ad6ef", + "64626c": "64626c", + "fbfbfb": "ffe9e6", + "00bfec": "ffc546", + "0788d6": "ea7c18", + "f05c96": "3346d0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/382.json b/public/images/pokemon/variant/382.json new file mode 100644 index 00000000000..0cd69afd0ab --- /dev/null +++ b/public/images/pokemon/variant/382.json @@ -0,0 +1,36 @@ +{ + "1": { + "101010": "101010", + "5a526b": "5a526b", + "313a73": "d85c0d", + "dedede": "fff7f4", + "4a84d6": "ffa938", + "295294": "e37a1c", + "3a63b5": "f79330", + "cebdce": "f6e4e0", + "9c8c94": "eac3b9", + "f71010": "ff3200", + "a53163": "c5253a", + "5aa5ff": "ffc95c", + "73293a": "791309", + "84ceff": "fff3d2", + "ffce31": "30ff6d" + }, + "2": { + "101010": "101010", + "5a526b": "5a526b", + "313a73": "6a0515", + "dedede": "ffe9e6", + "4a84d6": "ce3118", + "295294": "890713", + "3a63b5": "a90e14", + "cebdce": "d7bbd7", + "9c8c94": "ba9abc", + "f71010": "ffc546", + "a53163": "ea7c18", + "5aa5ff": "ea512b", + "73293a": "481021", + "84ceff": "ff8a5e", + "ffce31": "88ffe8" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/383-primal.json b/public/images/pokemon/variant/383-primal.json new file mode 100644 index 00000000000..da20585cc60 --- /dev/null +++ b/public/images/pokemon/variant/383-primal.json @@ -0,0 +1,34 @@ +{ + "1": { + "9d2929": "11421e", + "fe736b": "279930", + "010101": "010101", + "fe2129": "2b5b32", + "fab672": "ff8571", + "fff493": "ffd493", + "7c2129": "011e0b", + "fe6336": "ff203f", + "272324": "272324", + "3f3b3c": "383540", + "595355": "625769", + "64626c": "64626c", + "fbfbfb": "fff6de", + "cdccd0": "e5d4b6" + }, + "2": { + "9d2929": "20516c", + "fe736b": "68cfd0", + "010101": "010101", + "fe2129": "3e8b9f", + "fab672": "61ee93", + "fff493": "d2ff93", + "7c2129": "0a2c43", + "fe6336": "fe6336", + "272324": "272324", + "3f3b3c": "2b3c4e", + "595355": "4e5169", + "64626c": "7373a6", + "fbfbfb": "e5fdff", + "cdccd0": "a6adcc" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/383.json b/public/images/pokemon/variant/383.json new file mode 100644 index 00000000000..c3db9af1fec --- /dev/null +++ b/public/images/pokemon/variant/383.json @@ -0,0 +1,36 @@ +{ + "1": { + "7b2129": "032a10", + "000000": "000000", + "9c2929": "11421e", + "ffbdbd": "35b93b", + "ff2129": "2b5b32", + "ff736b": "279930", + "bd3131": "135121", + "736363": "383540", + "ffce31": "ff435d", + "ffffff": "fff6de", + "bdbdd6": "e5d4b6", + "9c6b31": "d51b3e", + "3a3a3a": "211827", + "94848c": "625769", + "ad9ca5": "72798b" + }, + "2": { + "7b2129": "123953", + "000000": "000000", + "9c2929": "20516c", + "ffbdbd": "73e7e8", + "ff2129": "3e8b9f", + "ff736b": "4daab4", + "bd3131": "2f6e85", + "736363": "2b3c4e", + "ffce31": "ffaa5e", + "ffffff": "e5fdff", + "bdbdd6": "a6adcc", + "9c6b31": "ec802e", + "3a3a3a": "0b212e", + "94848c": "4e5169", + "ad9ca5": "a6adcc" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/4077.json b/public/images/pokemon/variant/4077.json new file mode 100644 index 00000000000..f80e6124c18 --- /dev/null +++ b/public/images/pokemon/variant/4077.json @@ -0,0 +1,36 @@ +{ + "1": { + "64c2d7": "e5992d", + "1577c8": "cc5114", + "80fffc": "ffe14c", + "c973e6": "cc4328", + "de9fff": "ff884c", + "d2daff": "ffb44c", + "59237e": "312c49", + "101010": "101010", + "78499b": "514766", + "ffffe3": "8cd8ff", + "646357": "192666", + "ded5ae": "5b93cc", + "8e39c1": "990c00", + "a3a49f": "355699", + "fdfdfd": "fdfdfd" + }, + "2": { + "64c2d7": "cc1e83", + "1577c8": "990774", + "80fffc": "ff3f92", + "c973e6": "282866", + "de9fff": "483e7c", + "d2daff": "b247a0", + "59237e": "312c49", + "101010": "101010", + "78499b": "514766", + "ffffe3": "ff99dd", + "646357": "361e66", + "ded5ae": "cc66cc", + "8e39c1": "161f4c", + "a3a49f": "7a3d99", + "fdfdfd": "fdfdfd" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/4078.json b/public/images/pokemon/variant/4078.json new file mode 100644 index 00000000000..a57e9d6f066 --- /dev/null +++ b/public/images/pokemon/variant/4078.json @@ -0,0 +1,40 @@ +{ + "1": { + "0c0c0c": "0c0c0c", + "44bf75": "cc9470", + "737ba4": "514766", + "85fabf": "ffd9a5", + "2b3055": "2b3055", + "109865": "995944", + "ffffe3": "8cd8ff", + "636357": "192666", + "c566e3": "cc4328", + "b1ab8b": "355699", + "eef3fa": "8cd8ff", + "de9fff": "ff884c", + "8e38c1": "990c00", + "ded5ae": "5b93cc", + "414a83": "312c49", + "ffffff": "8cd8ff", + "4ed68b": "cc9470" + }, + "2": { + "0c0c0c": "0c0c0c", + "44bf75": "cc1e4c", + "737ba4": "514766", + "85fabf": "ff3255", + "2b3055": "2b3055", + "109865": "990f3d", + "ffffe3": "ff99dd", + "636357": "361e66", + "c566e3": "282866", + "b1ab8b": "7a3d99", + "eef3fa": "ff99dd", + "de9fff": "483e7c", + "8e38c1": "161f4c", + "ded5ae": "cc66cc", + "414a83": "312c49", + "ffffff": "ff99dd", + "4ed68b": "66004c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/41.json b/public/images/pokemon/variant/41.json new file mode 100644 index 00000000000..7dc9c6bb227 --- /dev/null +++ b/public/images/pokemon/variant/41.json @@ -0,0 +1,41 @@ +{ + "0": { + "101010": "101010", + "637bb5": "323f81", + "4a427b": "1b2255", + "bdceff": "959ee9", + "8cb5ef": "6569c0", + "b5529c": "348cc1", + "73215a": "196297", + "d673bd": "61b6da", + "ffffff": "ffffff", + "d6d6d6": "d6d6d6", + "636363": "636363" + }, + "1": { + "101010": "101010", + "637bb5": "37326f", + "4a427b": "14093b", + "bdceff": "868ecc", + "8cb5ef": "4e538f", + "b5529c": "cc7b32", + "73215a": "b6591e", + "d673bd": "f0ad57", + "ffffff": "ffffff", + "d6d6d6": "d6d6d6", + "636363": "636363" + }, + "2": { + "101010": "101010", + "637bb5": "866881", + "4a427b": "4d3259", + "bdceff": "dfcddd", + "8cb5ef": "c1aec0", + "b5529c": "94241c", + "73215a": "670f10", + "d673bd": "bc3b1d", + "ffffff": "ffffff", + "d6d6d6": "d6d6d6", + "636363": "636363" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/42.json b/public/images/pokemon/variant/42.json new file mode 100644 index 00000000000..4ae5bf088cf --- /dev/null +++ b/public/images/pokemon/variant/42.json @@ -0,0 +1,44 @@ +{ + "0": { + "3a3a7b": "142557", + "5aadef": "6265b4", + "6384ce": "323f81", + "631052": "093263", + "ce6bb5": "61b6da", + "adceff": "99a3ee", + "000000": "000000", + "ad52ad": "348cc1", + "636363": "636363", + "ffffff": "ffffff", + "d6d6d6": "d6d6d6", + "943a7b": "175990" + }, + "1": { + "3a3a7b": "1d0f4e", + "5aadef": "3d4381", + "6384ce": "2f2a5f", + "631052": "892d03", + "ce6bb5": "f1a139", + "adceff": "666fb4", + "000000": "000000", + "ad52ad": "d5711b", + "636363": "636363", + "ffffff": "ffffff", + "d6d6d6": "d6d6d6", + "943a7b": "af4e0c" + }, + "2": { + "3a3a7b": "584055", + "5aadef": "c1aec0", + "6384ce": "866881", + "631052": "54070c", + "ce6bb5": "bc3b1d", + "adceff": "dfcddd", + "000000": "000000", + "ad52ad": "94241c", + "636363": "636363", + "ffffff": "ffffff", + "d6d6d6": "d6d6d6", + "943a7b": "670f10" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/458.json b/public/images/pokemon/variant/458.json new file mode 100644 index 00000000000..cac7ad8d381 --- /dev/null +++ b/public/images/pokemon/variant/458.json @@ -0,0 +1,28 @@ +{ + "1": { + "103a7b": "af5605", + "3a73c5": "ed9a2a", + "1052ad": "d98223", + "639cd6": "ffbe49", + "102952": "4b1e00", + "000000": "000000", + "9cb5de": "cebea5", + "b5deff": "eae0cb", + "7b94a5": "a48e76", + "ffffff": "ffffff", + "4a6373": "8d6c43" + }, + "2": { + "103a7b": "5c841b", + "3a73c5": "b0d16b", + "1052ad": "9ec050", + "639cd6": "c6e188", + "102952": "233e05", + "000000": "000000", + "9cb5de": "e5ca9c", + "b5deff": "f3e6cc", + "7b94a5": "cbaa7a", + "ffffff": "ffffff", + "4a6373": "8d6c43" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/480.json b/public/images/pokemon/variant/480.json new file mode 100644 index 00000000000..d65bc170282 --- /dev/null +++ b/public/images/pokemon/variant/480.json @@ -0,0 +1,47 @@ +{ + "0": { + "735a42": "86340d", + "101010": "101010", + "f7c573": "e8824f", + "ffde9c": "ffb376", + "ad8c42": "ba5327", + "7b7394": "8e523a", + "b5cef7": "f2cbb0", + "424242": "542416", + "ef4242": "e141ed", + "5a3a42": "440e8c", + "ffffff": "ffffff", + "949cc5": "d49472", + "ad4242": "ad2dd7" + }, + "1": { + "735a42": "0b1f51", + "101010": "101010", + "f7c573": "3675ba", + "ffde9c": "5099d9", + "ad8c42": "1e4891", + "7b7394": "425db2", + "b5cef7": "86adee", + "424242": "162460", + "ef4242": "ffbd73", + "5a3a42": "aa4e1c", + "ffffff": "ffffff", + "949cc5": "6085d4", + "ad4242": "ef8d45" + }, + "2": { + "735a42": "123723", + "101010": "101010", + "f7c573": "4d967d", + "ffde9c": "92dabb", + "ad8c42": "24594a", + "7b7394": "698c70", + "b5cef7": "d4e4d5", + "424242": "47684e", + "ef4242": "c45cec", + "5a3a42": "5f1c68", + "ffffff": "ffffff", + "949cc5": "a5bca8", + "ad4242": "ab32ce" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/481.json b/public/images/pokemon/variant/481.json new file mode 100644 index 00000000000..54a3e938751 --- /dev/null +++ b/public/images/pokemon/variant/481.json @@ -0,0 +1,53 @@ +{ + "0": { + "101010": "101010", + "84426b": "691149", + "ef73ad": "b35596", + "b55284": "93397b", + "ff94ce": "e17ea7", + "ef4242": "ffa85f", + "5a3a42": "bf5614", + "7b7394": "8d4275", + "ffffff": "ffffff", + "b5cef7": "fbc8e1", + "949cc5": "d295b9", + "ad4242": "ef8134", + "ffb521": "3dd3db", + "ad8c42": "27bac2", + "424242": "591c4b" + }, + "1": { + "101010": "101010", + "84426b": "371959", + "ef73ad": "785194", + "b55284": "59367e", + "ff94ce": "ac61db", + "ef4242": "28c75c", + "5a3a42": "076033", + "7b7394": "6b4b75", + "ffffff": "ffffff", + "b5cef7": "e7d6ea", + "949cc5": "b89cbb", + "ad4242": "17a352", + "ffb521": "d26725", + "ad8c42": "9e3b0f", + "424242": "51385c" + }, + "2": { + "101010": "101010", + "84426b": "813401", + "ef73ad": "ebab24", + "b55284": "d97e2b", + "ff94ce": "ffd96f", + "ef4242": "ce569c", + "5a3a42": "7c2060", + "7b7394": "896149", + "ffffff": "ffffff", + "b5cef7": "f7e0b5", + "949cc5": "c5ac94", + "ad4242": "bb3e8d", + "ffb521": "30ae62", + "ad8c42": "1e854c", + "424242": "633826" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/482.json b/public/images/pokemon/variant/482.json new file mode 100644 index 00000000000..8665895fa59 --- /dev/null +++ b/public/images/pokemon/variant/482.json @@ -0,0 +1,53 @@ +{ + "0": { + "7b7394": "5d7cad", + "3a4a73": "03436b", + "b5cef7": "c5e1ef", + "424242": "3e5a9d", + "5a94c5": "27bac2", + "101010": "101010", + "426394": "0f7293", + "949cc5": "86abcc", + "5a3a42": "500c66", + "ef4242": "a045e1", + "ad4242": "7c1caa", + "73ade6": "44e9e1", + "ffffff": "ffffff", + "ffb521": "ffb521", + "ad8c42": "ad8c42" + }, + "1": { + "7b7394": "5d8e91", + "3a4a73": "23472c", + "b5cef7": "b5f7df", + "424242": "3c6268", + "5a94c5": "488356", + "101010": "101010", + "426394": "32613b", + "949cc5": "7ab5ad", + "5a3a42": "9e3b0f", + "ef4242": "eb914d", + "ad4242": "d26725", + "73ade6": "82be84", + "ffffff": "ffffff", + "ffb521": "553178", + "ad8c42": "9c5fb8" + }, + "2": { + "7b7394": "8967a7", + "3a4a73": "62114e", + "b5cef7": "dbc6e6", + "424242": "573d79", + "5a94c5": "ce569c", + "101010": "101010", + "426394": "a4327e", + "949cc5": "ae8bc7", + "5a3a42": "845104", + "ef4242": "dfb132", + "ad4242": "cb901d", + "73ade6": "ec84be", + "ffffff": "ffffff", + "ffb521": "2acf53", + "ad8c42": "52e589" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/485.json b/public/images/pokemon/variant/485.json new file mode 100644 index 00000000000..91ff1824b7a --- /dev/null +++ b/public/images/pokemon/variant/485.json @@ -0,0 +1,34 @@ +{ + "1": { + "737373": "737373", + "5a3131": "313f5a", + "e6e6ef": "ffffff", + "c5c5c5": "e3e3e3", + "191919": "2f2f2f", + "84425a": "425884", + "ad5a42": "4266ad", + "949494": "bfa9a9", + "ce8429": "29ce5a", + "ffa510": "10ff6b", + "ffffff": "ffffff", + "525252": "767676", + "b54229": "b5a529", + "ff523a": "fcff3a" + }, + "2": { + "737373": "737373", + "5a3131": "462151", + "e6e6ef": "b0b0b0", + "c5c5c5": "949494", + "191919": "1e1822", + "84425a": "633372", + "ad5a42": "7836a7", + "949494": "636363", + "ce8429": "ce2988", + "ffa510": "f110ff", + "ffffff": "ffffff", + "525252": "514949", + "b54229": "4ab529", + "ff523a": "7aff3a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/562.json b/public/images/pokemon/variant/562.json new file mode 100644 index 00000000000..07dafa01aa7 --- /dev/null +++ b/public/images/pokemon/variant/562.json @@ -0,0 +1,28 @@ +{ + "1": { + "313131": "741136", + "525252": "a63051", + "101010": "101010", + "ad0000": "4fe0b6", + "ff0000": "a0f7ff", + "5a0000": "5a0000", + "8c5a21": "551f1d", + "ffde7b": "d29887", + "f7ad29": "ae6a5d", + "ce8410": "90493f", + "dedede": "dedede" + }, + "2": { + "313131": "2a895c", + "525252": "49bc7a", + "101010": "101010", + "ad0000": "e5b7e7", + "ff0000": "ffd8ef", + "5a0000": "955b85", + "8c5a21": "64471e", + "ffde7b": "e4f49e", + "f7ad29": "d9e878", + "ce8410": "b99d4c", + "dedede": "f6ffe1" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/563_2.json b/public/images/pokemon/variant/563_2.json new file mode 100644 index 00000000000..2b619fc1086 --- /dev/null +++ b/public/images/pokemon/variant/563_2.json @@ -0,0 +1,3485 @@ +{ + "textures": [ + { + "image": "563_2.png", + "format": "RGBA8888", + "size": { + "w": 500, + "h": 500 + }, + "scale": 1, + "frames": [ + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 0, + "w": 103, + "h": 88 + }, + "frame": { + "x": 0, + "y": 81, + "w": 103, + "h": 88 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 0, + "w": 103, + "h": 88 + }, + "frame": { + "x": 0, + "y": 81, + "w": 103, + "h": 88 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 0, + "w": 103, + "h": 88 + }, + "frame": { + "x": 0, + "y": 81, + "w": 103, + "h": 88 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 99, + "h": 81 + }, + "frame": { + "x": 0, + "y": 250, + "w": 99, + "h": 81 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 99, + "h": 81 + }, + "frame": { + "x": 0, + "y": 250, + "w": 99, + "h": 81 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 99, + "h": 81 + }, + "frame": { + "x": 0, + "y": 250, + "w": 99, + "h": 81 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 0, + "y": 10, + "w": 108, + "h": 72 + }, + "frame": { + "x": 232, + "y": 0, + "w": 108, + "h": 72 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 0, + "y": 10, + "w": 108, + "h": 72 + }, + "frame": { + "x": 232, + "y": 0, + "w": 108, + "h": 72 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 0, + "y": 10, + "w": 108, + "h": 72 + }, + "frame": { + "x": 232, + "y": 0, + "w": 108, + "h": 72 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 104, + "h": 67 + }, + "frame": { + "x": 328, + "y": 72, + "w": 104, + "h": 67 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 104, + "h": 67 + }, + "frame": { + "x": 328, + "y": 72, + "w": 104, + "h": 67 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 104, + "h": 67 + }, + "frame": { + "x": 328, + "y": 72, + "w": 104, + "h": 67 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 98, + "h": 73 + }, + "frame": { + "x": 205, + "y": 140, + "w": 98, + "h": 73 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 98, + "h": 73 + }, + "frame": { + "x": 205, + "y": 140, + "w": 98, + "h": 73 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 98, + "h": 73 + }, + "frame": { + "x": 205, + "y": 140, + "w": 98, + "h": 73 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 94, + "h": 75 + }, + "frame": { + "x": 197, + "y": 213, + "w": 94, + "h": 75 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 94, + "h": 75 + }, + "frame": { + "x": 197, + "y": 213, + "w": 94, + "h": 75 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 94, + "h": 75 + }, + "frame": { + "x": 197, + "y": 213, + "w": 94, + "h": 75 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 98, + "y": 358, + "w": 93, + "h": 78 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 98, + "y": 358, + "w": 93, + "h": 78 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 191, + "y": 366, + "w": 93, + "h": 78 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 18, + "w": 73, + "h": 64 + }, + "frame": { + "x": 96, + "y": 436, + "w": 73, + "h": 64 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 28, + "y": 17, + "w": 52, + "h": 65 + }, + "frame": { + "x": 446, + "y": 0, + "w": 52, + "h": 65 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 93, + "h": 79 + }, + "frame": { + "x": 303, + "y": 140, + "w": 93, + "h": 79 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 291, + "y": 219, + "w": 93, + "h": 78 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 291, + "y": 219, + "w": 93, + "h": 78 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 93, + "h": 77 + }, + "frame": { + "x": 286, + "y": 297, + "w": 93, + "h": 77 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 85, + "h": 73 + }, + "frame": { + "x": 284, + "y": 374, + "w": 85, + "h": 73 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 16, + "y": 5, + "w": 75, + "h": 79 + }, + "frame": { + "x": 396, + "y": 139, + "w": 75, + "h": 79 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 85, + "h": 79 + }, + "frame": { + "x": 384, + "y": 219, + "w": 85, + "h": 79 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 16, + "y": 15, + "w": 78, + "h": 67 + }, + "frame": { + "x": 379, + "y": 298, + "w": 78, + "h": 67 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 16, + "y": 15, + "w": 78, + "h": 67 + }, + "frame": { + "x": 379, + "y": 298, + "w": 78, + "h": 67 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 66, + "h": 76 + }, + "frame": { + "x": 369, + "y": 374, + "w": 66, + "h": 76 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 66, + "h": 76 + }, + "frame": { + "x": 369, + "y": 374, + "w": 66, + "h": 76 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 25, + "y": 12, + "w": 59, + "h": 70 + }, + "frame": { + "x": 435, + "y": 365, + "w": 59, + "h": 70 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 25, + "y": 19, + "w": 66, + "h": 63 + }, + "frame": { + "x": 432, + "y": 72, + "w": 66, + "h": 63 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 29, + "y": 20, + "w": 60, + "h": 62 + }, + "frame": { + "x": 435, + "y": 435, + "w": 60, + "h": 62 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 29, + "y": 20, + "w": 60, + "h": 62 + }, + "frame": { + "x": 435, + "y": 435, + "w": 60, + "h": 62 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 14, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 14, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 15, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 15, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:a1c52466e8cdc83633a9fbd5b8675ca7:19652e451f806ac9b4bbb01e17b071df:12f3eae8283ab6c8e555ff3e46b7d8dc$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/563_2.png b/public/images/pokemon/variant/563_2.png new file mode 100644 index 00000000000..3a0e775d833 Binary files /dev/null and b/public/images/pokemon/variant/563_2.png differ diff --git a/public/images/pokemon/variant/563_3.json b/public/images/pokemon/variant/563_3.json new file mode 100644 index 00000000000..9f6a43a4a97 --- /dev/null +++ b/public/images/pokemon/variant/563_3.json @@ -0,0 +1,3485 @@ +{ + "textures": [ + { + "image": "563_3.png", + "format": "RGBA8888", + "size": { + "w": 500, + "h": 500 + }, + "scale": 1, + "frames": [ + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 116, + "h": 81 + }, + "frame": { + "x": 0, + "y": 0, + "w": 116, + "h": 81 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 0, + "w": 103, + "h": 88 + }, + "frame": { + "x": 0, + "y": 81, + "w": 103, + "h": 88 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 0, + "w": 103, + "h": 88 + }, + "frame": { + "x": 0, + "y": 81, + "w": 103, + "h": 88 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 0, + "w": 103, + "h": 88 + }, + "frame": { + "x": 0, + "y": 81, + "w": 103, + "h": 88 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 116, + "h": 69 + }, + "frame": { + "x": 116, + "y": 0, + "w": 116, + "h": 69 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 101, + "h": 81 + }, + "frame": { + "x": 0, + "y": 169, + "w": 101, + "h": 81 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 99, + "h": 81 + }, + "frame": { + "x": 0, + "y": 250, + "w": 99, + "h": 81 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 99, + "h": 81 + }, + "frame": { + "x": 0, + "y": 250, + "w": 99, + "h": 81 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 99, + "h": 81 + }, + "frame": { + "x": 0, + "y": 250, + "w": 99, + "h": 81 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 98, + "h": 81 + }, + "frame": { + "x": 0, + "y": 331, + "w": 98, + "h": 81 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 96, + "h": 81 + }, + "frame": { + "x": 0, + "y": 412, + "w": 96, + "h": 81 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 0, + "y": 10, + "w": 108, + "h": 72 + }, + "frame": { + "x": 232, + "y": 0, + "w": 108, + "h": 72 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 0, + "y": 10, + "w": 108, + "h": 72 + }, + "frame": { + "x": 232, + "y": 0, + "w": 108, + "h": 72 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 0, + "y": 10, + "w": 108, + "h": 72 + }, + "frame": { + "x": 232, + "y": 0, + "w": 108, + "h": 72 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 106, + "h": 72 + }, + "frame": { + "x": 340, + "y": 0, + "w": 106, + "h": 72 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 107, + "h": 68 + }, + "frame": { + "x": 116, + "y": 69, + "w": 107, + "h": 68 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 15, + "w": 105, + "h": 68 + }, + "frame": { + "x": 223, + "y": 72, + "w": 105, + "h": 68 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 104, + "h": 67 + }, + "frame": { + "x": 328, + "y": 72, + "w": 104, + "h": 67 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 104, + "h": 67 + }, + "frame": { + "x": 328, + "y": 72, + "w": 104, + "h": 67 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 104, + "h": 67 + }, + "frame": { + "x": 328, + "y": 72, + "w": 104, + "h": 67 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 102, + "h": 68 + }, + "frame": { + "x": 103, + "y": 137, + "w": 102, + "h": 68 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 98, + "h": 73 + }, + "frame": { + "x": 205, + "y": 140, + "w": 98, + "h": 73 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 98, + "h": 73 + }, + "frame": { + "x": 205, + "y": 140, + "w": 98, + "h": 73 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 9, + "w": 98, + "h": 73 + }, + "frame": { + "x": 205, + "y": 140, + "w": 98, + "h": 73 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 96, + "h": 75 + }, + "frame": { + "x": 101, + "y": 205, + "w": 96, + "h": 75 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 94, + "h": 75 + }, + "frame": { + "x": 197, + "y": 213, + "w": 94, + "h": 75 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 94, + "h": 75 + }, + "frame": { + "x": 197, + "y": 213, + "w": 94, + "h": 75 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 94, + "h": 75 + }, + "frame": { + "x": 197, + "y": 213, + "w": 94, + "h": 75 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 94, + "h": 78 + }, + "frame": { + "x": 99, + "y": 280, + "w": 94, + "h": 78 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 193, + "y": 288, + "w": 93, + "h": 78 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 98, + "y": 358, + "w": 93, + "h": 78 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 98, + "y": 358, + "w": 93, + "h": 78 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 191, + "y": 366, + "w": 93, + "h": 78 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 19, + "y": 18, + "w": 73, + "h": 64 + }, + "frame": { + "x": 96, + "y": 436, + "w": 73, + "h": 64 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 28, + "y": 17, + "w": 52, + "h": 65 + }, + "frame": { + "x": 446, + "y": 0, + "w": 52, + "h": 65 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 93, + "h": 79 + }, + "frame": { + "x": 303, + "y": 140, + "w": 93, + "h": 79 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 291, + "y": 219, + "w": 93, + "h": 78 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 93, + "h": 78 + }, + "frame": { + "x": 291, + "y": 219, + "w": 93, + "h": 78 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 93, + "h": 77 + }, + "frame": { + "x": 286, + "y": 297, + "w": 93, + "h": 77 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 85, + "h": 73 + }, + "frame": { + "x": 284, + "y": 374, + "w": 85, + "h": 73 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 16, + "y": 5, + "w": 75, + "h": 79 + }, + "frame": { + "x": 396, + "y": 139, + "w": 75, + "h": 79 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 85, + "h": 79 + }, + "frame": { + "x": 384, + "y": 219, + "w": 85, + "h": 79 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 16, + "y": 15, + "w": 78, + "h": 67 + }, + "frame": { + "x": 379, + "y": 298, + "w": 78, + "h": 67 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 16, + "y": 15, + "w": 78, + "h": 67 + }, + "frame": { + "x": 379, + "y": 298, + "w": 78, + "h": 67 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 66, + "h": 76 + }, + "frame": { + "x": 369, + "y": 374, + "w": 66, + "h": 76 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 66, + "h": 76 + }, + "frame": { + "x": 369, + "y": 374, + "w": 66, + "h": 76 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 25, + "y": 12, + "w": 59, + "h": 70 + }, + "frame": { + "x": 435, + "y": 365, + "w": 59, + "h": 70 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 25, + "y": 19, + "w": 66, + "h": 63 + }, + "frame": { + "x": 432, + "y": 72, + "w": 66, + "h": 63 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 29, + "y": 20, + "w": 60, + "h": 62 + }, + "frame": { + "x": 435, + "y": 435, + "w": 60, + "h": 62 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 29, + "y": 20, + "w": 60, + "h": 62 + }, + "frame": { + "x": 435, + "y": 435, + "w": 60, + "h": 62 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 14, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 14, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 15, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 15, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 16, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 17, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 122, + "h": 88 + }, + "spriteSourceSize": { + "x": 37, + "y": 20, + "w": 37, + "h": 61 + }, + "frame": { + "x": 457, + "y": 298, + "w": 37, + "h": 61 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:a1c52466e8cdc83633a9fbd5b8675ca7:19652e451f806ac9b4bbb01e17b071df:12f3eae8283ab6c8e555ff3e46b7d8dc$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/563_3.png b/public/images/pokemon/variant/563_3.png new file mode 100644 index 00000000000..d7988d44d23 Binary files /dev/null and b/public/images/pokemon/variant/563_3.png differ diff --git a/public/images/pokemon/variant/592.json b/public/images/pokemon/variant/592.json new file mode 100644 index 00000000000..2307621e36e --- /dev/null +++ b/public/images/pokemon/variant/592.json @@ -0,0 +1,13 @@ +{ + "1": { + "3a5a6b": "933b94", + "101010": "101010", + "b5c5e6": "e3b8ec", + "d6e6ff": "fee8ff", + "5aa5c5": "c35ec7", + "84d6ff": "ef94eb", + "ffffff": "ffffff", + "3a63c5": "981741", + "de2910": "de4a29" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/592_3.json b/public/images/pokemon/variant/592_3.json new file mode 100644 index 00000000000..58b897fed85 --- /dev/null +++ b/public/images/pokemon/variant/592_3.json @@ -0,0 +1,3527 @@ +{ + "textures": [ + { + "image": "592_3.png", + "format": "RGBA8888", + "size": { + "w": 439, + "h": 439 + }, + "scale": 1, + "frames": [ + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 65, + "h": 67 + }, + "frame": { + "x": 0, + "y": 0, + "w": 65, + "h": 67 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 65, + "h": 67 + }, + "frame": { + "x": 0, + "y": 0, + "w": 65, + "h": 67 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 65, + "h": 66 + }, + "frame": { + "x": 0, + "y": 67, + "w": 65, + "h": 66 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 65, + "h": 66 + }, + "frame": { + "x": 65, + "y": 0, + "w": 65, + "h": 66 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 65, + "h": 66 + }, + "frame": { + "x": 65, + "y": 0, + "w": 65, + "h": 66 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 64, + "h": 67 + }, + "frame": { + "x": 0, + "y": 133, + "w": 64, + "h": 67 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 64, + "h": 67 + }, + "frame": { + "x": 0, + "y": 133, + "w": 64, + "h": 67 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 64, + "h": 66 + }, + "frame": { + "x": 65, + "y": 66, + "w": 64, + "h": 66 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 64, + "h": 66 + }, + "frame": { + "x": 130, + "y": 0, + "w": 64, + "h": 66 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 64, + "h": 66 + }, + "frame": { + "x": 130, + "y": 0, + "w": 64, + "h": 66 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 63, + "h": 66 + }, + "frame": { + "x": 0, + "y": 200, + "w": 63, + "h": 66 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 6, + "w": 63, + "h": 65 + }, + "frame": { + "x": 129, + "y": 66, + "w": 63, + "h": 65 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 6, + "w": 63, + "h": 65 + }, + "frame": { + "x": 129, + "y": 66, + "w": 63, + "h": 65 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 62, + "h": 65 + }, + "frame": { + "x": 194, + "y": 0, + "w": 62, + "h": 65 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 62, + "h": 65 + }, + "frame": { + "x": 194, + "y": 0, + "w": 62, + "h": 65 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 0, + "y": 266, + "w": 61, + "h": 65 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 256, + "y": 0, + "w": 61, + "h": 65 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 256, + "y": 0, + "w": 61, + "h": 65 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 256, + "y": 0, + "w": 61, + "h": 65 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 256, + "y": 0, + "w": 61, + "h": 65 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 256, + "y": 0, + "w": 61, + "h": 65 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 61, + "h": 65 + }, + "frame": { + "x": 256, + "y": 0, + "w": 61, + "h": 65 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 62, + "h": 64 + }, + "frame": { + "x": 317, + "y": 0, + "w": 62, + "h": 64 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 62, + "h": 64 + }, + "frame": { + "x": 317, + "y": 0, + "w": 62, + "h": 64 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 60, + "h": 65 + }, + "frame": { + "x": 379, + "y": 0, + "w": 60, + "h": 65 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 60, + "h": 65 + }, + "frame": { + "x": 379, + "y": 0, + "w": 60, + "h": 65 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 65 + }, + "frame": { + "x": 0, + "y": 331, + "w": 60, + "h": 65 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 65 + }, + "frame": { + "x": 0, + "y": 331, + "w": 60, + "h": 65 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 59, + "h": 65 + }, + "frame": { + "x": 192, + "y": 66, + "w": 59, + "h": 65 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 62, + "h": 63 + }, + "frame": { + "x": 251, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 62, + "h": 63 + }, + "frame": { + "x": 251, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 62, + "h": 63 + }, + "frame": { + "x": 251, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 62, + "h": 63 + }, + "frame": { + "x": 251, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 62, + "h": 63 + }, + "frame": { + "x": 251, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 59, + "h": 63 + }, + "frame": { + "x": 313, + "y": 65, + "w": 59, + "h": 63 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 59, + "h": 63 + }, + "frame": { + "x": 313, + "y": 65, + "w": 59, + "h": 63 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 59, + "h": 63 + }, + "frame": { + "x": 313, + "y": 65, + "w": 59, + "h": 63 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 59, + "h": 63 + }, + "frame": { + "x": 313, + "y": 65, + "w": 59, + "h": 63 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 59, + "h": 63 + }, + "frame": { + "x": 313, + "y": 65, + "w": 59, + "h": 63 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 62, + "h": 63 + }, + "frame": { + "x": 372, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 62, + "h": 63 + }, + "frame": { + "x": 372, + "y": 65, + "w": 62, + "h": 63 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 55 + }, + "frame": { + "x": 251, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 55 + }, + "frame": { + "x": 251, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 55 + }, + "frame": { + "x": 251, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 55 + }, + "frame": { + "x": 251, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 55 + }, + "frame": { + "x": 251, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 65, + "h": 55 + }, + "frame": { + "x": 316, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 65, + "h": 55 + }, + "frame": { + "x": 316, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 65, + "h": 55 + }, + "frame": { + "x": 316, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 65, + "h": 55 + }, + "frame": { + "x": 316, + "y": 128, + "w": 65, + "h": 55 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 58, + "h": 64 + }, + "frame": { + "x": 381, + "y": 128, + "w": 58, + "h": 64 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 58, + "h": 64 + }, + "frame": { + "x": 381, + "y": 128, + "w": 58, + "h": 64 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 54 + }, + "frame": { + "x": 129, + "y": 131, + "w": 65, + "h": 54 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 54 + }, + "frame": { + "x": 129, + "y": 131, + "w": 65, + "h": 54 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 54 + }, + "frame": { + "x": 129, + "y": 131, + "w": 65, + "h": 54 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 54 + }, + "frame": { + "x": 129, + "y": 131, + "w": 65, + "h": 54 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 54 + }, + "frame": { + "x": 129, + "y": 131, + "w": 65, + "h": 54 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 54 + }, + "frame": { + "x": 129, + "y": 131, + "w": 65, + "h": 54 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 57, + "h": 62 + }, + "frame": { + "x": 194, + "y": 131, + "w": 57, + "h": 62 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 57, + "h": 62 + }, + "frame": { + "x": 194, + "y": 131, + "w": 57, + "h": 62 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 57, + "h": 62 + }, + "frame": { + "x": 194, + "y": 131, + "w": 57, + "h": 62 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 57, + "h": 62 + }, + "frame": { + "x": 194, + "y": 131, + "w": 57, + "h": 62 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 57, + "h": 62 + }, + "frame": { + "x": 194, + "y": 131, + "w": 57, + "h": 62 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 57, + "h": 62 + }, + "frame": { + "x": 194, + "y": 131, + "w": 57, + "h": 62 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 12, + "w": 64, + "h": 59 + }, + "frame": { + "x": 65, + "y": 132, + "w": 64, + "h": 59 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 12, + "w": 64, + "h": 59 + }, + "frame": { + "x": 65, + "y": 132, + "w": 64, + "h": 59 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 12, + "w": 64, + "h": 59 + }, + "frame": { + "x": 65, + "y": 132, + "w": 64, + "h": 59 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 12, + "w": 64, + "h": 59 + }, + "frame": { + "x": 65, + "y": 132, + "w": 64, + "h": 59 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 17, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 185, + "w": 65, + "h": 53 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 17, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 185, + "w": 65, + "h": 53 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 17, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 185, + "w": 65, + "h": 53 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 17, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 185, + "w": 65, + "h": 53 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 17, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 185, + "w": 65, + "h": 53 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 19, + "w": 65, + "h": 51 + }, + "frame": { + "x": 64, + "y": 191, + "w": 65, + "h": 51 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 19, + "w": 65, + "h": 51 + }, + "frame": { + "x": 64, + "y": 191, + "w": 65, + "h": 51 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 19, + "w": 65, + "h": 51 + }, + "frame": { + "x": 64, + "y": 191, + "w": 65, + "h": 51 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 19, + "w": 65, + "h": 51 + }, + "frame": { + "x": 64, + "y": 191, + "w": 65, + "h": 51 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 9, + "w": 62, + "h": 62 + }, + "frame": { + "x": 194, + "y": 193, + "w": 62, + "h": 62 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 9, + "w": 62, + "h": 62 + }, + "frame": { + "x": 194, + "y": 193, + "w": 62, + "h": 62 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 9, + "w": 62, + "h": 62 + }, + "frame": { + "x": 194, + "y": 193, + "w": 62, + "h": 62 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 9, + "w": 62, + "h": 62 + }, + "frame": { + "x": 194, + "y": 193, + "w": 62, + "h": 62 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 10, + "w": 62, + "h": 61 + }, + "frame": { + "x": 256, + "y": 183, + "w": 62, + "h": 61 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 10, + "w": 62, + "h": 61 + }, + "frame": { + "x": 256, + "y": 183, + "w": 62, + "h": 61 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 10, + "w": 62, + "h": 61 + }, + "frame": { + "x": 256, + "y": 183, + "w": 62, + "h": 61 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 10, + "w": 62, + "h": 61 + }, + "frame": { + "x": 256, + "y": 183, + "w": 62, + "h": 61 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 10, + "w": 62, + "h": 61 + }, + "frame": { + "x": 256, + "y": 183, + "w": 62, + "h": 61 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 10, + "w": 62, + "h": 61 + }, + "frame": { + "x": 256, + "y": 183, + "w": 62, + "h": 61 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 318, + "y": 183, + "w": 63, + "h": 59 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 318, + "y": 183, + "w": 63, + "h": 59 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 318, + "y": 183, + "w": 63, + "h": 59 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 318, + "y": 183, + "w": 63, + "h": 59 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 318, + "y": 183, + "w": 63, + "h": 59 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 12, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 192, + "w": 58, + "h": 60 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 12, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 192, + "w": 58, + "h": 60 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 12, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 192, + "w": 58, + "h": 60 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 12, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 192, + "w": 58, + "h": 60 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 12, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 192, + "w": 58, + "h": 60 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 21, + "w": 65, + "h": 50 + }, + "frame": { + "x": 63, + "y": 242, + "w": 65, + "h": 50 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 21, + "w": 65, + "h": 50 + }, + "frame": { + "x": 63, + "y": 242, + "w": 65, + "h": 50 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 21, + "w": 65, + "h": 50 + }, + "frame": { + "x": 63, + "y": 242, + "w": 65, + "h": 50 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 21, + "w": 65, + "h": 50 + }, + "frame": { + "x": 63, + "y": 242, + "w": 65, + "h": 50 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 21, + "w": 65, + "h": 50 + }, + "frame": { + "x": 63, + "y": 242, + "w": 65, + "h": 50 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 21, + "w": 65, + "h": 50 + }, + "frame": { + "x": 63, + "y": 242, + "w": 65, + "h": 50 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 20, + "w": 65, + "h": 50 + }, + "frame": { + "x": 61, + "y": 292, + "w": 65, + "h": 50 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 20, + "w": 65, + "h": 50 + }, + "frame": { + "x": 61, + "y": 292, + "w": 65, + "h": 50 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 20, + "w": 65, + "h": 50 + }, + "frame": { + "x": 61, + "y": 292, + "w": 65, + "h": 50 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 20, + "w": 65, + "h": 50 + }, + "frame": { + "x": 61, + "y": 292, + "w": 65, + "h": 50 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 20, + "w": 65, + "h": 50 + }, + "frame": { + "x": 61, + "y": 292, + "w": 65, + "h": 50 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 55 + }, + "frame": { + "x": 60, + "y": 342, + "w": 65, + "h": 55 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 55 + }, + "frame": { + "x": 60, + "y": 342, + "w": 65, + "h": 55 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 55 + }, + "frame": { + "x": 60, + "y": 342, + "w": 65, + "h": 55 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 55 + }, + "frame": { + "x": 60, + "y": 342, + "w": 65, + "h": 55 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 55 + }, + "frame": { + "x": 60, + "y": 342, + "w": 65, + "h": 55 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 65, + "h": 55 + }, + "frame": { + "x": 60, + "y": 342, + "w": 65, + "h": 55 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 238, + "w": 65, + "h": 53 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 238, + "w": 65, + "h": 53 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 238, + "w": 65, + "h": 53 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 65, + "h": 53 + }, + "frame": { + "x": 129, + "y": 238, + "w": 65, + "h": 53 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 194, + "y": 255, + "w": 64, + "h": 57 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 194, + "y": 255, + "w": 64, + "h": 57 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 194, + "y": 255, + "w": 64, + "h": 57 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 194, + "y": 255, + "w": 64, + "h": 57 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 194, + "y": 255, + "w": 64, + "h": 57 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 194, + "y": 255, + "w": 64, + "h": 57 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 59, + "h": 64 + }, + "frame": { + "x": 258, + "y": 244, + "w": 59, + "h": 64 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 59, + "h": 64 + }, + "frame": { + "x": 258, + "y": 244, + "w": 59, + "h": 64 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 59, + "h": 64 + }, + "frame": { + "x": 258, + "y": 244, + "w": 59, + "h": 64 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 59, + "h": 64 + }, + "frame": { + "x": 258, + "y": 244, + "w": 59, + "h": 64 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 64, + "h": 56 + }, + "frame": { + "x": 317, + "y": 244, + "w": 64, + "h": 56 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 64, + "h": 56 + }, + "frame": { + "x": 317, + "y": 244, + "w": 64, + "h": 56 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 64, + "h": 56 + }, + "frame": { + "x": 317, + "y": 244, + "w": 64, + "h": 56 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 64, + "h": 56 + }, + "frame": { + "x": 317, + "y": 244, + "w": 64, + "h": 56 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 64, + "h": 56 + }, + "frame": { + "x": 317, + "y": 244, + "w": 64, + "h": 56 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 252, + "w": 58, + "h": 60 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 58, + "h": 60 + }, + "frame": { + "x": 381, + "y": 252, + "w": 58, + "h": 60 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 14, + "w": 62, + "h": 57 + }, + "frame": { + "x": 317, + "y": 300, + "w": 62, + "h": 57 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 14, + "w": 62, + "h": 57 + }, + "frame": { + "x": 317, + "y": 300, + "w": 62, + "h": 57 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 14, + "w": 62, + "h": 57 + }, + "frame": { + "x": 317, + "y": 300, + "w": 62, + "h": 57 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 14, + "w": 62, + "h": 57 + }, + "frame": { + "x": 317, + "y": 300, + "w": 62, + "h": 57 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 62 + }, + "frame": { + "x": 379, + "y": 312, + "w": 60, + "h": 62 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 58, + "h": 59 + }, + "frame": { + "x": 258, + "y": 308, + "w": 58, + "h": 59 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 13, + "w": 60, + "h": 59 + }, + "frame": { + "x": 316, + "y": 357, + "w": 60, + "h": 59 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 13, + "w": 60, + "h": 59 + }, + "frame": { + "x": 316, + "y": 357, + "w": 60, + "h": 59 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 13, + "w": 60, + "h": 59 + }, + "frame": { + "x": 316, + "y": 357, + "w": 60, + "h": 59 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 13, + "w": 60, + "h": 59 + }, + "frame": { + "x": 316, + "y": 357, + "w": 60, + "h": 59 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 13, + "w": 60, + "h": 59 + }, + "frame": { + "x": 316, + "y": 357, + "w": 60, + "h": 59 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 13, + "w": 60, + "h": 59 + }, + "frame": { + "x": 316, + "y": 357, + "w": 60, + "h": 59 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 61 + }, + "frame": { + "x": 376, + "y": 374, + "w": 60, + "h": 61 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 61 + }, + "frame": { + "x": 376, + "y": 374, + "w": 60, + "h": 61 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 57, + "h": 64 + }, + "frame": { + "x": 128, + "y": 291, + "w": 57, + "h": 64 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 57, + "h": 64 + }, + "frame": { + "x": 128, + "y": 291, + "w": 57, + "h": 64 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 56, + "h": 62 + }, + "frame": { + "x": 125, + "y": 355, + "w": 56, + "h": 62 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 56, + "h": 62 + }, + "frame": { + "x": 125, + "y": 355, + "w": 56, + "h": 62 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 56, + "h": 63 + }, + "frame": { + "x": 185, + "y": 312, + "w": 56, + "h": 63 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 11, + "w": 55, + "h": 61 + }, + "frame": { + "x": 181, + "y": 375, + "w": 55, + "h": 61 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 11, + "w": 55, + "h": 61 + }, + "frame": { + "x": 181, + "y": 375, + "w": 55, + "h": 61 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 11, + "w": 55, + "h": 61 + }, + "frame": { + "x": 181, + "y": 375, + "w": 55, + "h": 61 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 11, + "w": 55, + "h": 61 + }, + "frame": { + "x": 181, + "y": 375, + "w": 55, + "h": 61 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 55, + "h": 63 + }, + "frame": { + "x": 236, + "y": 375, + "w": 55, + "h": 63 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 65, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 55, + "h": 63 + }, + "frame": { + "x": 236, + "y": 375, + "w": 55, + "h": 63 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:3688950943722ad9d6fc04124f73000f:d12e04ae800e047f4f163fb2920702c8:261e3085a7fb66364051dc8137f6fb32$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/592_3.png b/public/images/pokemon/variant/592_3.png new file mode 100644 index 00000000000..e7694c4c5cf Binary files /dev/null and b/public/images/pokemon/variant/592_3.png differ diff --git a/public/images/pokemon/variant/593.json b/public/images/pokemon/variant/593.json new file mode 100644 index 00000000000..88dc5472de5 --- /dev/null +++ b/public/images/pokemon/variant/593.json @@ -0,0 +1,24 @@ +{ + "1": { + "213a6b": "6a236f", + "9cadd6": "e3b8ec", + "101010": "101010", + "d6e6ff": "fee8ff", + "29529c": "933b94", + "3a84ce": "c35ec7", + "3ac5f7": "ef94eb", + "de4a29": "de4a29", + "ffffff": "ffffff" + }, + "2": { + "213a6b": "6e1b12", + "9cadd6": "d24d25", + "101010": "101010", + "d6e6ff": "ec7542", + "29529c": "8e2b16", + "3a84ce": "cb7048", + "3ac5f7": "ffc195", + "de4a29": "de4a29", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/619.json b/public/images/pokemon/variant/619.json new file mode 100644 index 00000000000..8c813beccb4 --- /dev/null +++ b/public/images/pokemon/variant/619.json @@ -0,0 +1,30 @@ +{ + "1": { + "947b52": "72533f", + "f7f78c": "e8dac0", + "cebd7b": "cbb59b", + "634a29": "5b3724", + "ad9c4a": "9d8169", + "7b7b7b": "572821", + "000000": "000000", + "a54252": "b64619", + "de637b": "dd7736", + "7b213a": "922308", + "ffffff": "ffffff", + "73293a": "73293a" + }, + "2": { + "947b52": "8d3e21", + "f7f78c": "efb085", + "cebd7b": "d17e54", + "634a29": "722611", + "ad9c4a": "b15932", + "7b7b7b": "552136", + "000000": "000000", + "a54252": "56307f", + "de637b": "764ebb", + "7b213a": "3e0a70", + "ffffff": "ffffff", + "73293a": "3c0c6a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/620.json b/public/images/pokemon/variant/620.json new file mode 100644 index 00000000000..15546e0ced1 --- /dev/null +++ b/public/images/pokemon/variant/620.json @@ -0,0 +1,36 @@ +{ + "1": { + "5a4231": "2a5a8c", + "ce8c52": "4a86c5", + "000000": "000000", + "735263": "855348", + "b59c9c": "ddb2a5", + "e6d6d6": "f3d9ce", + "524263": "901a28", + "8463ad": "b82f34", + "ad8cc5": "db6059", + "a52121": "e1811a", + "4a2121": "4a2121", + "ffad63": "abe5ff", + "ffffff": "ffffff", + "424242": "63332d", + "bda5a5": "e4c3b7" + }, + "2": { + "5a4231": "8c0224", + "ce8c52": "e61b42", + "000000": "000000", + "735263": "654162", + "b59c9c": "ba89a1", + "e6d6d6": "e2b7db", + "524263": "15244d", + "8463ad": "2f4c81", + "ad8cc5": "3979ad", + "a52121": "7b25cf", + "4a2121": "4a2121", + "ffad63": "ff425d", + "ffffff": "ffffff", + "424242": "3a193c", + "bda5a5": "d39dda" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/636.json b/public/images/pokemon/variant/636.json new file mode 100644 index 00000000000..f5f532f1d09 --- /dev/null +++ b/public/images/pokemon/variant/636.json @@ -0,0 +1,36 @@ +{ + "1": { + "6b2100": "7a5264", + "ad2908": "a9828d", + "d63a19": "c3afb2", + "101019": "27131d", + "84848c": "b5a68f", + "ffffff": "f3ece6", + "b5b5b5": "d1c3af", + "52525a": "5c4245", + "dedee6": "ded4c5", + "00d6ff": "ffd98d", + "008cde": "ffbd67", + "5a4210": "ae582c", + "8c6329": "bd773f", + "b57b3a": "d8a059", + "31313a": "42282e" + }, + "2": { + "6b2100": "e3a32f", + "ad2908": "f2c54b", + "d63a19": "fff181", + "101019": "0a0710", + "84848c": "2b2330", + "ffffff": "504353", + "b5b5b5": "231b2a", + "52525a": "292133", + "dedee6": "3e3342", + "00d6ff": "ee70ef", + "008cde": "bd46cc", + "5a4210": "5d3474", + "8c6329": "765280", + "b57b3a": "89698b", + "31313a": "17111f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/637.json b/public/images/pokemon/variant/637.json new file mode 100644 index 00000000000..03655565558 --- /dev/null +++ b/public/images/pokemon/variant/637.json @@ -0,0 +1,36 @@ +{ + "1": { + "a52908": "aa8e77", + "c54a42": "c2b095", + "7b2100": "85745f", + "31313a": "39292c", + "191921": "130d0f", + "636363": "534041", + "b5b5b5": "d1c3af", + "ef7319": "dbcfbf", + "e6e6e6": "f3ece6", + "006ba5": "ffbd67", + "00c5ff": "ffd98d", + "195263": "f59a3e", + "52949c": "ffbf5b", + "94ced6": "ffcc67", + "3a7384": "ffb14c" + }, + "2": { + "a52908": "ffc74f", + "c54a42": "ffdd75", + "7b2100": "f29f1e", + "31313a": "181125", + "191921": "000000", + "636363": "251e2d", + "b5b5b5": "312b36", + "ef7319": "fff6b0", + "e6e6e6": "423745", + "006ba5": "714688", + "00c5ff": "9959a6", + "195263": "4e3a62", + "52949c": "624e6b", + "94ced6": "795882", + "3a7384": "4e3a59" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/649-burn.json b/public/images/pokemon/variant/649-burn.json new file mode 100644 index 00000000000..ba34e8ba203 --- /dev/null +++ b/public/images/pokemon/variant/649-burn.json @@ -0,0 +1,34 @@ +{ + "1": { + "52294a": "19469d", + "73428c": "4084c0", + "9c5ac5": "7baec3", + "101010": "081662", + "ceb5ff": "87feff", + "5a2110": "5a2110", + "ef2100": "ef2100", + "a53121": "a53121", + "a584bd": "62c4e6", + "733129": "26a624", + "f75221": "ddffb0", + "b54221": "97e083", + "ffffff": "ffffff", + "737373": "737373" + }, + "2": { + "52294a": "1e1d33", + "73428c": "312f42", + "9c5ac5": "484553", + "101010": "000000", + "ceb5ff": "f56e6e", + "5a2110": "5a2110", + "ef2100": "ef2100", + "a53121": "a53121", + "a584bd": "b72852", + "733129": "91283b", + "f75221": "ff9b90", + "b54221": "c9514e", + "ffffff": "ffffff", + "737373": "737373" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/649-chill.json b/public/images/pokemon/variant/649-chill.json new file mode 100644 index 00000000000..acdb58ceb61 --- /dev/null +++ b/public/images/pokemon/variant/649-chill.json @@ -0,0 +1,32 @@ +{ + "1": { + "52294a": "19469d", + "73428c": "4084c0", + "9c5ac5": "7baec3", + "101010": "081662", + "ceb5ff": "87feff", + "42423a": "42423a", + "ffffff": "ffffff", + "a5a5ad": "a5a5ad", + "a584bd": "62c4e6", + "733129": "26a624", + "f75221": "ddffb0", + "b54221": "97e083", + "737373": "737373" + }, + "2": { + "52294a": "1e1d33", + "73428c": "312f42", + "9c5ac5": "484553", + "101010": "000000", + "ceb5ff": "ccf7fe", + "42423a": "42423a", + "ffffff": "ffffff", + "a5a5ad": "a5a5ad", + "a584bd": "8dc7e3", + "733129": "4b8fba", + "f75221": "aafaff", + "b54221": "7cc9e0", + "737373": "737373" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/649-douse.json b/public/images/pokemon/variant/649-douse.json new file mode 100644 index 00000000000..b3796b6ac79 --- /dev/null +++ b/public/images/pokemon/variant/649-douse.json @@ -0,0 +1,34 @@ +{ + "1": { + "52294a": "19469d", + "73428c": "4084c0", + "9c5ac5": "7baec3", + "101010": "081662", + "ceb5ff": "87feff", + "00424a": "00424a", + "00ceff": "00ceff", + "0084b5": "0084b5", + "a584bd": "62c4e6", + "733129": "26a624", + "f75221": "ddffb0", + "b54221": "97e083", + "ffffff": "ffffff", + "737373": "737373" + }, + "2": { + "52294a": "1e1d33", + "73428c": "312f42", + "9c5ac5": "484553", + "101010": "000000", + "ceb5ff": "7bbde3", + "00424a": "00424a", + "00ceff": "00ceff", + "0084b5": "0084b5", + "a584bd": "4994da", + "733129": "2048bd", + "f75221": "a4c8ff", + "b54221": "6c92e0", + "ffffff": "ffffff", + "737373": "737373" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/649-shock.json b/public/images/pokemon/variant/649-shock.json new file mode 100644 index 00000000000..5e9fab695c2 --- /dev/null +++ b/public/images/pokemon/variant/649-shock.json @@ -0,0 +1,34 @@ +{ + "1": { + "52294a": "19469d", + "73428c": "4084c0", + "9c5ac5": "7baec3", + "101010": "081662", + "ceb5ff": "87feff", + "4a4208": "4a4208", + "deff00": "deff00", + "b5b500": "b5b500", + "a584bd": "62c4e6", + "733129": "26a624", + "f75221": "ddffb0", + "b54221": "97e083", + "ffffff": "ffffff", + "737373": "737373" + }, + "2": { + "52294a": "1e1d33", + "73428c": "312f42", + "9c5ac5": "484553", + "101010": "000000", + "ceb5ff": "ffee5e", + "4a4208": "4a4208", + "deff00": "deff00", + "b5b500": "b5b500", + "a584bd": "ecb549", + "733129": "c69634", + "f75221": "fff7aa", + "b54221": "eccc67", + "ffffff": "ffffff", + "737373": "737373" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/649.json b/public/images/pokemon/variant/649.json new file mode 100644 index 00000000000..8dd2e6919e1 --- /dev/null +++ b/public/images/pokemon/variant/649.json @@ -0,0 +1,34 @@ +{ + "1": { + "52294a": "19469d", + "73428c": "4084c0", + "9c5ac5": "7baec3", + "101010": "081662", + "ceb5ff": "87feff", + "6b4a08": "6b4a08", + "efbd00": "efbd00", + "c58400": "c58400", + "a584bd": "62c4e6", + "733129": "26a624", + "f75221": "ddffb0", + "b54221": "97e083", + "ffffff": "ffffff", + "737373": "737373" + }, + "2": { + "52294a": "1e1d33", + "73428c": "312f42", + "9c5ac5": "484553", + "101010": "000000", + "ceb5ff": "f7ae6a", + "6b4a08": "6b4a08", + "efbd00": "efbd00", + "c58400": "c58400", + "a584bd": "e2854c", + "733129": "c6684b", + "f75221": "fbba7f", + "b54221": "e0875a", + "ffffff": "ffffff", + "737373": "737373" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/653.json b/public/images/pokemon/variant/653.json new file mode 100644 index 00000000000..be967d6c9c2 --- /dev/null +++ b/public/images/pokemon/variant/653.json @@ -0,0 +1,28 @@ +{ + "1": { + "101010": "101010", + "736028": "9f398a", + "ffd659": "e190c3", + "ccab47": "c35ba3", + "732e17": "3c195c", + "f26130": "794cb7", + "b34724": "502c81", + "737373": "68326b", + "f8f8f8": "fbecff", + "bfbfbf": "c093c3", + "404040": "404040" + }, + "2": { + "101010": "101010", + "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/654.json b/public/images/pokemon/variant/654.json new file mode 100644 index 00000000000..ce87bf218fb --- /dev/null +++ b/public/images/pokemon/variant/654.json @@ -0,0 +1,32 @@ +{ + "1": { + "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" + }, + "2": { + "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" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/655.json b/public/images/pokemon/variant/655.json new file mode 100644 index 00000000000..9b4721929c1 --- /dev/null +++ b/public/images/pokemon/variant/655.json @@ -0,0 +1,36 @@ +{ + "1": { + "b9401b": "6231a5", + "f95a26": "ab6ce0", + "ffcf1b": "f681ff", + "79280f": "491679", + "816528": "331035", + "ffda5a": "e7caef", + "deb048": "c093c3", + "101010": "101010", + "a7673a": "7a4b9f", + "f8f8f8": "ffeef1", + "bfbfbf": "d2b3ba", + "6e6d6a": "c18b9a", + "62211b": "550c28", + "ae3d32": "b55390", + "893027": "872b59" + }, + "2": { + "b9401b": "0aaa77", + "f95a26": "21d170", + "ffcf1b": "4fff80", + "79280f": "005646", + "816528": "75553c", + "ffda5a": "fff2dd", + "deb048": "d4b996", + "101010": "101010", + "a7673a": "098794", + "f8f8f8": "f8f8f8", + "bfbfbf": "bfbfbf", + "6e6d6a": "6e6d6a", + "62211b": "061530", + "ae3d32": "215679", + "893027": "13325b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/690.json b/public/images/pokemon/variant/690.json new file mode 100644 index 00000000000..bc38775de62 --- /dev/null +++ b/public/images/pokemon/variant/690.json @@ -0,0 +1,30 @@ +{ + "1": { + "4d341b": "181243", + "3f6273": "310511", + "a6703a": "3e44a2", + "a6e1ff": "792a48", + "101010": "101010", + "7ec3e5": "6b1f42", + "734d28": "22287b", + "cc8f52": "6673c0", + "b186bf": "af65e4", + "f23d3d": "15c428", + "e0aaf2": "bb95ff", + "6a5073": "732793" + }, + "2": { + "4d341b": "042431", + "3f6273": "340628", + "a6703a": "2c5d64", + "a6e1ff": "633060", + "101010": "101010", + "7ec3e5": "481a42", + "734d28": "123c47", + "cc8f52": "37797c", + "b186bf": "dc9432", + "f23d3d": "ea4cb6", + "e0aaf2": "efcf68", + "6a5073": "ad5d0c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/691.json b/public/images/pokemon/variant/691.json new file mode 100644 index 00000000000..91435005b4f --- /dev/null +++ b/public/images/pokemon/variant/691.json @@ -0,0 +1,34 @@ +{ + "1": { + "4e4f26": "31246d", + "101010": "101010", + "8b8c62": "403c94", + "751e2a": "310511", + "dc3d51": "5a152f", + "a92d3e": "470b1e", + "3a1b10": "0e0834", + "8b5737": "3e44a2", + "563020": "1f1b71", + "87508a": "9740d5", + "a63749": "099b4a", + "603962": "732793", + "d9475e": "15c428", + "c48fc7": "ad71ed" + }, + "2": { + "4e4f26": "0a2129", + "101010": "031a22", + "8b8c62": "1d4952", + "751e2a": "031a22", + "dc3d51": "633060", + "a92d3e": "481a42", + "3a1b10": "07262e", + "8b5737": "267376", + "563020": "1d484e", + "87508a": "dc9432", + "a63749": "a50d7c", + "603962": "ad5d0c", + "d9475e": "ea4cb6", + "c48fc7": "efcf68" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/77.json b/public/images/pokemon/variant/77.json new file mode 100644 index 00000000000..e988ee2ef1b --- /dev/null +++ b/public/images/pokemon/variant/77.json @@ -0,0 +1,34 @@ +{ + "1": { + "e65a29": "cc9966", + "ff9c19": "e0c388", + "ffde52": "fff2b2", + "ef3131": "995b3d", + "8c5231": "65597f", + "733131": "2b2333", + "ffefce": "ffffff", + "000000": "000000", + "e6ce8c": "cecee5", + "c59c6b": "948eb2", + "ffffff": "ffffff", + "424a84": "191933", + "737ba5": "312c49", + "c5c5d6": "514766" + }, + "2": { + "e65a29": "cc5114", + "ff9c19": "e5992d", + "ffde52": "ffe14c", + "ef3131": "990c00", + "8c5231": "090b16", + "733131": "03060c", + "ffefce": "514766", + "000000": "000000", + "e6ce8c": "312c49", + "c59c6b": "191933", + "ffffff": "ffffff", + "424a84": "59497a", + "737ba5": "857cb2", + "c5c5d6": "b5b5e2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/771.json b/public/images/pokemon/variant/771.json new file mode 100644 index 00000000000..6540f79d3dd --- /dev/null +++ b/public/images/pokemon/variant/771.json @@ -0,0 +1,28 @@ +{ + "1": { + "73223d": "570a00", + "992e52": "c95340", + "d94174": "de884b", + "101010": "101010", + "404040": "731b33", + "737373": "b5284a", + "262626": "4a1a30", + "595959": "bd5e49", + "f8f8f8": "dec890", + "1a1a1a": "1a1a1a", + "bfbfbf": "e07f47" + }, + "2": { + "73223d": "b94114", + "992e52": "db7b43", + "d94174": "ead059", + "101010": "101010", + "404040": "dacece", + "737373": "f5ede4", + "262626": "b8a197", + "595959": "1c1c2d", + "f8f8f8": "4d4d65", + "1a1a1a": "1a1a1a", + "bfbfbf": "383850" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/78.json b/public/images/pokemon/variant/78.json new file mode 100644 index 00000000000..610f15ed2df --- /dev/null +++ b/public/images/pokemon/variant/78.json @@ -0,0 +1,34 @@ +{ + "1": { + "e66329": "cc9966", + "ff9c19": "e0c388", + "ffde52": "fff2b2", + "733131": "2b2333", + "8c5231": "65597f", + "ffe6c5": "ffffff", + "de1010": "995b3d", + "c5946b": "948eb2", + "efc58c": "cecee5", + "000000": "000000", + "c5c5c5": "514766", + "ffffff": "ffffff", + "424a52": "191933", + "737b84": "312c49" + }, + "2": { + "e66329": "990c00", + "ff9c19": "cc4328", + "ffde52": "ff884c", + "733131": "03060c", + "8c5231": "090b16", + "ffe6c5": "514766", + "de1010": "660011", + "c5946b": "191933", + "efc58c": "312c49", + "000000": "000000", + "c5c5c5": "b5b5e2", + "ffffff": "ffffff", + "424a52": "59497a", + "737b84": "857cb2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/789.json b/public/images/pokemon/variant/789.json index bfd49471258..79e0e78b047 100644 --- a/public/images/pokemon/variant/789.json +++ b/public/images/pokemon/variant/789.json @@ -15,5 +15,39 @@ "34c3fa": "34c3fa", "8c49a9": "dc48a7", "e2629f": "f77247" + }, + "1": { + "4e5cc7": "f6a42d", + "169fda": "ffdf49", + "34eef8": "fff695", + "fdfdfd": "fdfdfd", + "422d66": "830000", + "101010": "101010", + "503896": "eb5b2a", + "9d5f00": "6a738f", + "f8f229": "e5efff", + "283937": "391c21", + "ba953e": "b0b9d3", + "1484de": "4230c2", + "34c3fa": "695fe3", + "8c49a9": "e52518", + "e2629f": "ff4079" + }, + "2": { + "4e5cc7": "3dc7e0", + "169fda": "71ffd8", + "34eef8": "c9ffe2", + "fdfdfd": "fdfdfd", + "422d66": "030038", + "101010": "101010", + "503896": "007ecc", + "9d5f00": "61061f", + "f8f229": "c22741", + "283937": "1f1155", + "ba953e": "760a26", + "1484de": "ee3283", + "34c3fa": "ff66ba", + "8c49a9": "122795", + "e2629f": "7e13bf" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/790.json b/public/images/pokemon/variant/790.json new file mode 100644 index 00000000000..cbc8fda0072 --- /dev/null +++ b/public/images/pokemon/variant/790.json @@ -0,0 +1,34 @@ +{ + "1": { + "101010": "101010", + "8a5911": "545d9e", + "c87522": "7b89c4", + "faf54e": "e5efff", + "e8a61e": "aebde2", + "fdfdfd": "fdfdfd", + "1d3e89": "a20b02", + "169fda": "ffdf49", + "764394": "ff4079", + "2c5fab": "eb5b2a", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "1f4294": "1f4294", + "e2629f": "f6a42d" + }, + "2": { + "101010": "101010", + "8a5911": "730627", + "c87522": "890425", + "faf54e": "d4314c", + "e8a61e": "ae1a3d", + "fdfdfd": "ffa3bb", + "1d3e89": "0f2388", + "169fda": "71ffd8", + "764394": "7e13bf", + "2c5fab": "3dc7e0", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "1f4294": "1f4294", + "e2629f": "3dc7e0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/791-radiant-sun.json b/public/images/pokemon/variant/791-radiant-sun.json new file mode 100644 index 00000000000..dd95b0e1a09 --- /dev/null +++ b/public/images/pokemon/variant/791-radiant-sun.json @@ -0,0 +1,28 @@ +{ + "1": { + "aa8735": "c72453", + "f9f190": "ff7899", + "151515": "151515", + "dcb75f": "f35785", + "c2c7c6": "da6e40", + "52525a": "062139", + "f8f8f8": "ffcf88", + "1d2787": "810300", + "5aacec": "4ba4ff", + "fefefe": "fefefe", + "868e8d": "a5381c" + }, + "2": { + "aa8735": "730627", + "f9f190": "c22741", + "151515": "151515", + "dcb75f": "890425", + "c2c7c6": "322e6c", + "52525a": "062139", + "f8f8f8": "584193", + "1d2787": "1a224a", + "5aacec": "f3633f", + "fefefe": "fefefe", + "868e8d": "0b1f45" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/791.json b/public/images/pokemon/variant/791.json new file mode 100644 index 00000000000..cc5d499152d --- /dev/null +++ b/public/images/pokemon/variant/791.json @@ -0,0 +1,36 @@ +{ + "1": { + "91510b": "7a80ab", + "080808": "080808", + "efe85a": "edf4ff", + "ab1605": "b51140", + "52525a": "4c0200", + "ee7318": "f14f77", + "d29e31": "bdc5de", + "fbf7ee": "ffbe60", + "c2c7c6": "da6e40", + "313139": "7c0004", + "5c5c65": "b72011", + "868e8d": "a5381c", + "0900a8": "810300", + "5aacec": "677dff", + "fefefe": "fefefe" + }, + "2": { + "91510b": "5b021d", + "080808": "080808", + "efe85a": "ae1a3d", + "ab1605": "d36d00", + "52525a": "062139", + "ee7318": "ffcd6e", + "d29e31": "890425", + "fbf7ee": "584193", + "c2c7c6": "322e6c", + "313139": "03123e", + "5c5c65": "0b2b57", + "868e8d": "0b1f45", + "0900a8": "1a224a", + "5aacec": "d51d3c", + "fefefe": "fefefe" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/792-full-moon.json b/public/images/pokemon/variant/792-full-moon.json new file mode 100644 index 00000000000..f5717506c7b --- /dev/null +++ b/public/images/pokemon/variant/792-full-moon.json @@ -0,0 +1,36 @@ +{ + "1": { + "aa8735": "624427", + "f9f190": "e6ded2", + "151515": "151515", + "59b3c6": "971283", + "acebf0": "ff87d1", + "dcb75f": "afa191", + "fffef2": "fffef2", + "fefefe": "ffdda2", + "85d0e0": "de37cf", + "cbc6ce": "ffa255", + "7b807e": "811500", + "240f62": "240f62", + "510d8e": "510d8e", + "fcfcfc": "fcfcfc", + "ff268f": "5290ff" + }, + "2": { + "aa8735": "6b0420", + "f9f190": "c22741", + "151515": "151515", + "59b3c6": "2460ac", + "acebf0": "58cbe9", + "dcb75f": "980f2a", + "fffef2": "ff6d74", + "fefefe": "ffd1d1", + "85d0e0": "3797d0", + "cbc6ce": "e19096", + "7b807e": "7e343d", + "240f62": "240f62", + "510d8e": "510d8e", + "fcfcfc": "fcfcfc", + "ff268f": "ff26f0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/792.json b/public/images/pokemon/variant/792.json new file mode 100644 index 00000000000..3f1e077e0be --- /dev/null +++ b/public/images/pokemon/variant/792.json @@ -0,0 +1,36 @@ +{ + "1": { + "665d14": "675340", + "e5da7f": "e6ded2", + "080808": "080808", + "a69e5c": "afa191", + "7b807e": "864110", + "fefefe": "ffd386", + "6046d8": "eb422a", + "240f62": "60000c", + "45348e": "bc1836", + "bcb5c1": "d39143", + "fdfce8": "fdfce8", + "510d8e": "53101c", + "fcfcfc": "fcfcfc", + "ff268f": "5290ff", + "73e6cd": "ff31e0" + }, + "2": { + "665d14": "6b0420", + "e5da7f": "c22741", + "080808": "080808", + "a69e5c": "980f2a", + "7b807e": "7e343d", + "fefefe": "ffd1d1", + "6046d8": "1550a1", + "240f62": "240f62", + "45348e": "1a3186", + "bcb5c1": "e19096", + "fdfce8": "ff6d74", + "510d8e": "510d8e", + "fcfcfc": "fcfcfc", + "ff268f": "ff26f0", + "73e6cd": "58cbe9" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/793.json b/public/images/pokemon/variant/793.json new file mode 100644 index 00000000000..198e1081425 --- /dev/null +++ b/public/images/pokemon/variant/793.json @@ -0,0 +1,24 @@ +{ + "1": { + "adbec5": "b8412e", + "9ba0b6": "902522", + "e9efee": "e89449", + "c4d6da": "d65d37", + "308ebc": "1ecb76", + "26507d": "109d6a", + "6b868f": "47090d", + "53b0d9": "40ffcc", + "101010": "101010" + }, + "2": { + "adbec5": "5128c3", + "9ba0b6": "1f1b9c", + "e9efee": "bd6ffd", + "c4d6da": "8542ea", + "308ebc": "24a7b0", + "26507d": "2368b1", + "6b868f": "120d6b", + "53b0d9": "6bebff", + "101010": "101010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/800-dawn-wings.json b/public/images/pokemon/variant/800-dawn-wings.json new file mode 100644 index 00000000000..b54a0e54903 --- /dev/null +++ b/public/images/pokemon/variant/800-dawn-wings.json @@ -0,0 +1,36 @@ +{ + "1": { + "305fb6": "624427", + "82c5f7": "e6ded2", + "080808": "080808", + "6197e9": "afa191", + "7b807e": "86102d", + "fefefe": "ffd386", + "bdf0f4": "eb422a", + "1b2021": "3a001c", + "afd2da": "bc1836", + "768188": "c8245d", + "424a50": "890425", + "2b3233": "5f0021", + "18f013": "69fff0", + "fd2b2b": "453ef2", + "ffa6f9": "a266eb" + }, + "2": { + "305fb6": "3b0015", + "82c5f7": "970b22", + "080808": "080808", + "6197e9": "5b0318", + "7b807e": "041243", + "fefefe": "ffd1d1", + "bdf0f4": "1550a1", + "1b2021": "240842", + "afd2da": "1a3186", + "768188": "f66fdc", + "424a50": "602483", + "2b3233": "3e135f", + "18f013": "ffcb49", + "fd2b2b": "e73c37", + "ffa6f9": "ff759c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/800-dusk-mane.json b/public/images/pokemon/variant/800-dusk-mane.json new file mode 100644 index 00000000000..fe21d5d0b98 --- /dev/null +++ b/public/images/pokemon/variant/800-dusk-mane.json @@ -0,0 +1,36 @@ +{ + "1": { + "1b2021": "3a001c", + "080808": "080808", + "424a50": "890425", + "2b3233": "5f0021", + "ae6200": "7a80ab", + "f3cf55": "edf4ff", + "89704b": "6a0200", + "d38a2b": "7c0004", + "fdf8e1": "ffbe60", + "dbcc8f": "da6e40", + "768188": "c8245d", + "fd2b2b": "35d5e8", + "18f013": "9d63ff", + "53f2f2": "453ef2", + "fdfcf8": "fdfcf8" + }, + "2": { + "1b2021": "240842", + "080808": "080808", + "424a50": "602483", + "2b3233": "3e135f", + "ae6200": "5b021d", + "f3cf55": "ae1a3d", + "89704b": "062139", + "d38a2b": "03123e", + "fdf8e1": "584193", + "dbcc8f": "322e6c", + "768188": "b13dc8", + "fd2b2b": "ffcb49", + "18f013": "e73c37", + "53f2f2": "fd852b", + "fdfcf8": "fdfcf8" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/800-ultra.json b/public/images/pokemon/variant/800-ultra.json new file mode 100644 index 00000000000..cf4a0d16f07 --- /dev/null +++ b/public/images/pokemon/variant/800-ultra.json @@ -0,0 +1,30 @@ +{ + "1": { + "a08f6d": "d96b23", + "505050": "b43c06", + "faf9ef": "ffe1b8", + "dacf8f": "ffbf79", + "bc912c": "8e0021", + "fefac2": "ff7e75", + "fcf167": "ee2033", + "dcb92c": "bc0125", + "8e6924": "770031", + "151515": "151515", + "fd2b2b": "fd2b2b", + "00c2d2": "00c2d2" + }, + "2": { + "a08f6d": "e552ec", + "505050": "b021c5", + "faf9ef": "ffe2ed", + "dacf8f": "ffb9f9", + "bc912c": "900090", + "fefac2": "ff8ae9", + "fcf167": "ff49e7", + "dcb92c": "d10cc7", + "8e6924": "510059", + "151515": "151515", + "fd2b2b": "900090", + "00c2d2": "00c2d2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/800.json b/public/images/pokemon/variant/800.json new file mode 100644 index 00000000000..0c0baf8d973 --- /dev/null +++ b/public/images/pokemon/variant/800.json @@ -0,0 +1,32 @@ +{ + "1": { + "1b2021": "3a001c", + "424a50": "890425", + "2b3233": "5f0021", + "768188": "c8245d", + "080808": "080808", + "5fcfbe": "453ef2", + "fd2b2b": "35d5e8", + "ec925b": "9d63ff", + "0a5ec5": "0a5ec5", + "9965c9": "6219a8", + "18f013": "69fff0", + "b5bbbf": "a266eb", + "fbfbfb": "e8e7ff" + }, + "2": { + "1b2021": "240842", + "424a50": "602483", + "2b3233": "3e135f", + "768188": "b13dc8", + "080808": "080808", + "5fcfbe": "b71334", + "fd2b2b": "fd2bc1", + "ec925b": "e73c37", + "0a5ec5": "fd852b", + "9965c9": "dc297a", + "18f013": "ffcb49", + "b5bbbf": "f66fdc", + "fbfbfb": "ffb8c9" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/829.json b/public/images/pokemon/variant/829.json new file mode 100644 index 00000000000..b4fbd7f76dc --- /dev/null +++ b/public/images/pokemon/variant/829.json @@ -0,0 +1,36 @@ +{ + "1": { + "9a632c": "0a6290", + "f4d626": "4aebe3", + "101010": "101010", + "e09b24": "1da3c2", + "fef54b": "84fff5", + "fef1a7": "96ffe0", + "841d1a": "3b0122", + "fb472f": "7b2640", + "cf301f": "601335", + "43d68f": "d590d9", + "3fad71": "b56cb4", + "fef0a0": "d8d4bb", + "6d6649": "4e1b0f", + "ab9b65": "ab9970", + "397558": "813277" + }, + "2": { + "9a632c": "472359", + "f4d626": "bc77ff", + "101010": "101010", + "e09b24": "8236c0", + "fef54b": "e8aaff", + "fef1a7": "f6e6ff", + "841d1a": "14103b", + "fb472f": "2f335d", + "cf301f": "24244b", + "43d68f": "5e9abe", + "3fad71": "41658c", + "fef0a0": "ede9d3", + "6d6649": "4b1a5a", + "ab9b65": "ab9b65", + "397558": "1d396f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/830.json b/public/images/pokemon/variant/830.json new file mode 100644 index 00000000000..8c1e9dfdfb6 --- /dev/null +++ b/public/images/pokemon/variant/830.json @@ -0,0 +1,34 @@ +{ + "1": { + "89593b": "0f274e", + "c2aba0": "6597b0", + "fcf8e9": "dbeff7", + "e8d5c6": "a2d2e7", + "828a3f": "358699", + "b6b23d": "8be8e4", + "101010": "101010", + "fef0a0": "ece7c8", + "bab743": "c38ec6", + "9f6137": "3b0122", + "e3a42d": "601335", + "f4d626": "7b2640", + "8a9247": "9d6aa5", + "5c6738": "6f3e7b" + }, + "2": { + "89593b": "442664", + "c2aba0": "9471ae", + "fcf8e9": "edd3f7", + "e8d5c6": "d5aee9", + "828a3f": "8243b6", + "b6b23d": "b87def", + "101010": "101010", + "fef0a0": "f4f1de", + "bab743": "6a9cbb", + "9f6137": "14103b", + "e3a42d": "24244b", + "f4d626": "2f335d", + "8a9247": "3c627e", + "5c6738": "133049" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/890-eternamax_2.json b/public/images/pokemon/variant/890-eternamax_2.json new file mode 100644 index 00000000000..895a2f27841 --- /dev/null +++ b/public/images/pokemon/variant/890-eternamax_2.json @@ -0,0 +1,755 @@ +{ + "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 diff --git a/public/images/pokemon/variant/890-eternamax_2.png b/public/images/pokemon/variant/890-eternamax_2.png new file mode 100644 index 00000000000..eade2d6c3c9 Binary files /dev/null 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 new file mode 100644 index 00000000000..ecc084c689f --- /dev/null +++ b/public/images/pokemon/variant/890-eternamax_3.json @@ -0,0 +1,755 @@ +{ + "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 diff --git a/public/images/pokemon/variant/890-eternamax_3.png b/public/images/pokemon/variant/890-eternamax_3.png new file mode 100644 index 00000000000..0381080b24b Binary files /dev/null and b/public/images/pokemon/variant/890-eternamax_3.png differ diff --git a/public/images/pokemon/variant/932.json b/public/images/pokemon/variant/932.json new file mode 100644 index 00000000000..cadab6eeec4 --- /dev/null +++ b/public/images/pokemon/variant/932.json @@ -0,0 +1,16 @@ +{ + "1": { + "998694": "966480", + "564d57": "564d57", + "fcfcfc": "f9c2cd", + "8e5f57": "9ba7b0", + "724747": "76828b", + "bfb4ba": "bc8296", + "c0937c": "deeaf3", + "472727": "3d4952", + "e4c2b6": "f9ffff", + "0f0f0f": "0f0f0f", + "765c4b": "703e4c", + "eeac31": "ed3336" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/932_3.json b/public/images/pokemon/variant/932_3.json new file mode 100644 index 00000000000..a22eb3974c4 --- /dev/null +++ b/public/images/pokemon/variant/932_3.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "932_3.png", + "format": "RGBA8888", + "size": { + "w": 29, + "h": 29 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 34, + "y": 34, + "w": 29, + "h": 27 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 27 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:44013b321cec0a56ea34d0f9bff18a08:5e21a9875b6ebc8d85662a565a62f7a7:ac6592b1ff7d7b5afb4c4b933cec3f50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/932_3.png b/public/images/pokemon/variant/932_3.png new file mode 100644 index 00000000000..84fdb55aff4 Binary files /dev/null and b/public/images/pokemon/variant/932_3.png differ diff --git a/public/images/pokemon/variant/933.json b/public/images/pokemon/variant/933.json new file mode 100644 index 00000000000..e63b668cc87 --- /dev/null +++ b/public/images/pokemon/variant/933.json @@ -0,0 +1,32 @@ +{ + "1": { + "564d57": "564d57", + "64514d": "6d7982", + "fcfcfc": "f9c2cd", + "bfb4ba": "bc8296", + "96675a": "adbac3", + "c3927b": "d8e9f5", + "e4d1c8": "f3ffff", + "998694": "966480", + "8a7367": "a0acb6", + "eeac31": "ed3336", + "f6e21a": "ffe8f3", + "44332e": "3a464f", + "0f0f0f": "0f0f0f" + }, + "2": { + "564d57": "444251", + "64514d": "3d5e47", + "fcfcfc": "9ba0a0", + "bfb4ba": "5d5d63", + "96675a": "5d9157", + "c3927b": "7fc17c", + "e4d1c8": "b5e2b5", + "998694": "444251", + "8a7367": "608263", + "eeac31": "551d8f", + "f6e21a": "e1b1fb", + "44332e": "2b3f3f", + "0f0f0f": "0f0f0f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/934.json b/public/images/pokemon/variant/934.json new file mode 100644 index 00000000000..4710c813afe --- /dev/null +++ b/public/images/pokemon/variant/934.json @@ -0,0 +1,34 @@ +{ + "1": { + "7c797c": "77595f", + "c1b5bd": "bc808c", + "fcfcfc": "f9c2cd", + "565053": "543f4d", + "96675a": "adbac3", + "8a7367": "949fa8", + "c3927b": "d8e9f5", + "0f0f0f": "0f0f0f", + "44332e": "3a464f", + "64514d": "6d7982", + "ea881c": "d63e6e", + "f6e21a": "ffe8f3", + "58493e": "563d41", + "e4d1c8": "f3ffff" + }, + "2": { + "7c797c": "444251", + "c1b5bd": "6a6a72", + "fcfcfc": "9ba0a0", + "565053": "302e3f", + "96675a": "5d9157", + "8a7367": "608263", + "c3927b": "7fc17c", + "0f0f0f": "0f0f0f", + "44332e": "2b3f3f", + "64514d": "3d5e47", + "ea881c": "551d8f", + "f6e21a": "e1b1fb", + "58493e": "444f47", + "e4d1c8": "b5e2b5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/935_1.json b/public/images/pokemon/variant/935_1.json new file mode 100644 index 00000000000..ee77bec9edf --- /dev/null +++ b/public/images/pokemon/variant/935_1.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "935_1.png", + "format": "RGBA8888", + "size": { + "w": 56, + "h": 56 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 36, + "y": 20, + "w": 24, + "h": 56 + }, + "frame": { + "x": 0, + "y": 0, + "w": 24, + "h": 56 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:8b940b9c90f17fd0f857102337826e7f:a0d33b928bb25f3d589e84aa050a56b8:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/935_1.png b/public/images/pokemon/variant/935_1.png new file mode 100644 index 00000000000..a00535047a2 Binary files /dev/null and b/public/images/pokemon/variant/935_1.png differ diff --git a/public/images/pokemon/variant/935_2.json b/public/images/pokemon/variant/935_2.json new file mode 100644 index 00000000000..458ce60a075 --- /dev/null +++ b/public/images/pokemon/variant/935_2.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "935_2.png", + "format": "RGBA8888", + "size": { + "w": 56, + "h": 56 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 36, + "y": 20, + "w": 24, + "h": 56 + }, + "frame": { + "x": 0, + "y": 0, + "w": 24, + "h": 56 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:8b940b9c90f17fd0f857102337826e7f:a0d33b928bb25f3d589e84aa050a56b8:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/935_2.png b/public/images/pokemon/variant/935_2.png new file mode 100644 index 00000000000..d97e26df37f Binary files /dev/null and b/public/images/pokemon/variant/935_2.png differ diff --git a/public/images/pokemon/variant/935_3.json b/public/images/pokemon/variant/935_3.json new file mode 100644 index 00000000000..e6d4e680f38 --- /dev/null +++ b/public/images/pokemon/variant/935_3.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "935_3.png", + "format": "RGBA8888", + "size": { + "w": 56, + "h": 56 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 36, + "y": 20, + "w": 24, + "h": 56 + }, + "frame": { + "x": 0, + "y": 0, + "w": 24, + "h": 56 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:8b940b9c90f17fd0f857102337826e7f:a0d33b928bb25f3d589e84aa050a56b8:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/935_3.png b/public/images/pokemon/variant/935_3.png new file mode 100644 index 00000000000..b24c1fafbbc Binary files /dev/null and b/public/images/pokemon/variant/935_3.png differ diff --git a/public/images/pokemon/variant/936_1.json b/public/images/pokemon/variant/936_1.json new file mode 100644 index 00000000000..b73c0d6dada --- /dev/null +++ b/public/images/pokemon/variant/936_1.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "936_1.png", + "format": "RGBA8888", + "size": { + "w": 78, + "h": 78 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 25, + "y": 9, + "w": 47, + "h": 78 + }, + "frame": { + "x": 0, + "y": 0, + "w": 47, + "h": 78 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:c2304ba0df7a792271c26b29b20c75a6:9ad73d68525788c8536fb741a133e6b8:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/936_1.png b/public/images/pokemon/variant/936_1.png new file mode 100644 index 00000000000..404fb29a5d7 Binary files /dev/null and b/public/images/pokemon/variant/936_1.png differ diff --git a/public/images/pokemon/variant/936_2.json b/public/images/pokemon/variant/936_2.json new file mode 100644 index 00000000000..d43cdc6d48b --- /dev/null +++ b/public/images/pokemon/variant/936_2.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "936_2.png", + "format": "RGBA8888", + "size": { + "w": 78, + "h": 78 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 25, + "y": 9, + "w": 47, + "h": 78 + }, + "frame": { + "x": 0, + "y": 0, + "w": 47, + "h": 78 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:c2304ba0df7a792271c26b29b20c75a6:9ad73d68525788c8536fb741a133e6b8:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/936_2.png b/public/images/pokemon/variant/936_2.png new file mode 100644 index 00000000000..c54398e858e Binary files /dev/null and b/public/images/pokemon/variant/936_2.png differ diff --git a/public/images/pokemon/variant/936_3.json b/public/images/pokemon/variant/936_3.json new file mode 100644 index 00000000000..237a8ad595e --- /dev/null +++ b/public/images/pokemon/variant/936_3.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "936_3.png", + "format": "RGBA8888", + "size": { + "w": 78, + "h": 78 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 25, + "y": 9, + "w": 47, + "h": 78 + }, + "frame": { + "x": 0, + "y": 0, + "w": 47, + "h": 78 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:c2304ba0df7a792271c26b29b20c75a6:9ad73d68525788c8536fb741a133e6b8:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/936_3.png b/public/images/pokemon/variant/936_3.png new file mode 100644 index 00000000000..2492838dc09 Binary files /dev/null and b/public/images/pokemon/variant/936_3.png differ diff --git a/public/images/pokemon/variant/937_1.json b/public/images/pokemon/variant/937_1.json new file mode 100644 index 00000000000..31333b42910 --- /dev/null +++ b/public/images/pokemon/variant/937_1.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "937_1.png", + "format": "RGBA8888", + "size": { + "w": 80, + "h": 80 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 73, + "h": 80 + }, + "frame": { + "x": 0, + "y": 0, + "w": 73, + "h": 80 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:48f256cb22bd4cd2fd5fb4ccc216c86e:106502df6734651905652ac176ecb067:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/937_1.png b/public/images/pokemon/variant/937_1.png new file mode 100644 index 00000000000..688aaca491d Binary files /dev/null and b/public/images/pokemon/variant/937_1.png differ diff --git a/public/images/pokemon/variant/937_2.json b/public/images/pokemon/variant/937_2.json new file mode 100644 index 00000000000..4b9cd27d549 --- /dev/null +++ b/public/images/pokemon/variant/937_2.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "937_2.png", + "format": "RGBA8888", + "size": { + "w": 80, + "h": 80 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 73, + "h": 80 + }, + "frame": { + "x": 0, + "y": 0, + "w": 73, + "h": 80 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:48f256cb22bd4cd2fd5fb4ccc216c86e:106502df6734651905652ac176ecb067:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/937_2.png b/public/images/pokemon/variant/937_2.png new file mode 100644 index 00000000000..589777fe489 Binary files /dev/null and b/public/images/pokemon/variant/937_2.png differ diff --git a/public/images/pokemon/variant/937_3.json b/public/images/pokemon/variant/937_3.json new file mode 100644 index 00000000000..fddf5299a0a --- /dev/null +++ b/public/images/pokemon/variant/937_3.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "937_3.png", + "format": "RGBA8888", + "size": { + "w": 80, + "h": 80 + }, + "scale": 0.5, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 73, + "h": 80 + }, + "frame": { + "x": 0, + "y": 0, + "w": 73, + "h": 80 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:48f256cb22bd4cd2fd5fb4ccc216c86e:106502df6734651905652ac176ecb067:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/937_3.png b/public/images/pokemon/variant/937_3.png new file mode 100644 index 00000000000..fbad4efbcc6 Binary files /dev/null and b/public/images/pokemon/variant/937_3.png differ diff --git a/public/images/pokemon/variant/948.json b/public/images/pokemon/variant/948.json new file mode 100644 index 00000000000..01b0e57a61d --- /dev/null +++ b/public/images/pokemon/variant/948.json @@ -0,0 +1,28 @@ +{ + "1": { + "dd967d": "383c79", + "ae6857": "1d2464", + "f8d3c2": "8b91c8", + "f2b69f": "6d6ba4", + "976924": "a50927", + "ffec37": "ff6237", + "fef8f5": "fff4f1", + "000000": "000000", + "eaba2b": "b9352b", + "d2bbac": "e2bea6", + "886b59": "8d5740" + }, + "2": { + "dd967d": "972534", + "ae6857": "7d1227", + "f8d3c2": "eb9a93", + "f2b69f": "ce4847", + "976924": "254087", + "ffec37": "4b86bd", + "fef8f5": "ffede5", + "000000": "000000", + "eaba2b": "2e609b", + "d2bbac": "d8bdab", + "886b59": "ad927b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/949.json b/public/images/pokemon/variant/949.json new file mode 100644 index 00000000000..efda1b10f0b --- /dev/null +++ b/public/images/pokemon/variant/949.json @@ -0,0 +1,40 @@ +{ + "1": { + "404040": "4b3073", + "282828": "33134d", + "5f5f5f": "7462ad", + "000000": "000000", + "ede652": "1672a1", + "86433c": "a50927", + "ca7268": "d41929", + "d6938b": "ff4737", + "e7bcb8": "ff9d6d", + "ffffff": "ffffff", + "cdae52": "0c4a83", + "c2ae83": "b29785", + "f5f9b9": "d6c1b1", + "f9f1b9": "f9f1b9", + "94724b": "60473c", + "936839": "042259", + "bdbdbd": "bdbdbd" + }, + "2": { + "404040": "70150e", + "282828": "460001", + "5f5f5f": "c64d30", + "000000": "000000", + "ede652": "dd7731", + "86433c": "401e54", + "ca7268": "613a8a", + "d6938b": "8e65c1", + "e7bcb8": "dd9dff", + "ffffff": "ffffff", + "cdae52": "af3610", + "c2ae83": "d9b591", + "f5f9b9": "ffe8d6", + "f9f1b9": "f9f1b9", + "94724b": "6f492c", + "936839": "7e1200", + "bdbdbd": "bdbdbd" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/994.json b/public/images/pokemon/variant/994.json new file mode 100644 index 00000000000..aeb03ed5d63 --- /dev/null +++ b/public/images/pokemon/variant/994.json @@ -0,0 +1,36 @@ +{ + "1": { + "794926": "018d1b", + "c77923": "05c328", + "f29c46": "00f02c", + "fac173": "8bffa0", + "626262": "696983", + "5e2d4e": "ae7a24", + "be5a83": "fdc263", + "181820": "181820", + "874070": "d79a38", + "313139": "313139", + "959595": "9b9bb6", + "dbdadc": "d9d9ea", + "36485a": "3f357c", + "6a8795": "867bc8", + "94cdd5": "b0a4f8" + }, + "2": { + "794926": "0a5763", + "c77923": "00759b", + "f29c46": "00bfe1", + "fac173": "7bf2ff", + "626262": "626262", + "5e2d4e": "6e2140", + "be5a83": "ff5e5e", + "181820": "181820", + "874070": "e72158", + "313139": "313139", + "959595": "959595", + "dbdadc": "e9dac7", + "36485a": "664338", + "6a8795": "ff926c", + "94cdd5": "ffc28c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json index 5ab4d37b6a8..1f8b274f51f 100644 --- a/public/images/pokemon/variant/_masterlist.json +++ b/public/images/pokemon/variant/_masterlist.json @@ -1,8 +1,18 @@ { - "31": [ - 2, + "29": [ + 1, 0, - 0 + 1 + ], + "30": [ + 0, + 1, + 1 + ], + "31": [ + 1, + 1, + 1 ], "35": [ 0, @@ -14,6 +24,16 @@ 1, 1 ], + "41": [ + 1, + 1, + 1 + ], + "42": [ + 1, + 1, + 1 + ], "46": [ 1, 1, @@ -54,6 +74,16 @@ 1, 1 ], + "77": [ + 0, + 1, + 1 + ], + "78": [ + 0, + 1, + 1 + ], "86": [ 1, 1, @@ -94,6 +124,16 @@ 2, 2 ], + "118": [ + 1, + 1, + 1 + ], + "119": [ + 1, + 1, + 1 + ], "123": [ 1, 1, @@ -159,6 +199,16 @@ 1, 1 ], + "150-mega-x": [ + 0, + 1, + 1 + ], + "150-mega-y": [ + 0, + 1, + 1 + ], "150": [ 0, 1, @@ -169,10 +219,15 @@ 1, 1 ], + "169": [ + 1, + 1, + 1 + ], "173": [ 0, 1, - 0 + 2 ], "175": [ 1, @@ -229,6 +284,11 @@ 1, 1 ], + "226": [ + 0, + 2, + 2 + ], "242": [ 2, 2, @@ -274,6 +334,16 @@ 1, 1 ], + "278": [ + 1, + 1, + 1 + ], + "279": [ + 2, + 2, + 2 + ], "280": [ 0, 1, @@ -304,6 +374,21 @@ 1, 1 ], + "290": [ + 1, + 1, + 1 + ], + "291": [ + 2, + 2, + 2 + ], + "292": [ + 2, + 1, + 2 + ], "303-mega": [ 1, 1, @@ -314,6 +399,26 @@ 1, 1 ], + "304": [ + 1, + 1, + 1 + ], + "305": [ + 1, + 1, + 1 + ], + "306-mega": [ + 1, + 1, + 1 + ], + "306": [ + 1, + 1, + 1 + ], "307": [ 0, 1, @@ -329,6 +434,31 @@ 2, 1 ], + "309": [ + 0, + 1, + 1 + ], + "310-mega": [ + 0, + 1, + 1 + ], + "310": [ + 0, + 1, + 1 + ], + "320": [ + 0, + 1, + 1 + ], + "321": [ + 0, + 1, + 1 + ], "328": [ 0, 1, @@ -361,18 +491,23 @@ ], "351-rainy": [ 1, - 0, - 0 + 2, + 2 ], "351-snowy": [ 1, - 0, - 0 + 1, + 1 ], "351-sunny": [ 1, + 2, + 2 + ], + "351": [ 0, - 0 + 2, + 2 ], "352": [ 1, @@ -404,6 +539,26 @@ 1, 1 ], + "382-primal": [ + 0, + 1, + 1 + ], + "382": [ + 0, + 1, + 1 + ], + "383-primal": [ + 0, + 1, + 1 + ], + "383": [ + 0, + 1, + 1 + ], "384-mega": [ 0, 2, @@ -509,6 +664,11 @@ 1, 1 ], + "458": [ + 0, + 1, + 1 + ], "468": [ 1, 1, @@ -534,6 +694,26 @@ 1, 1 ], + "480": [ + 1, + 1, + 1 + ], + "481": [ + 1, + 1, + 1 + ], + "482": [ + 1, + 1, + 1 + ], + "485": [ + 0, + 1, + 1 + ], "487-altered": [ 0, 1, @@ -649,6 +829,16 @@ 1, 1 ], + "562": [ + 0, + 1, + 1 + ], + "563": [ + 0, + 2, + 2 + ], "570": [ 0, 1, @@ -719,6 +909,16 @@ 0, 0 ], + "592": [ + 0, + 1, + 2 + ], + "593": [ + 0, + 1, + 1 + ], "607": [ 0, 1, @@ -734,6 +934,26 @@ 1, 1 ], + "619": [ + 0, + 1, + 1 + ], + "620": [ + 0, + 1, + 1 + ], + "636": [ + 0, + 1, + 1 + ], + "637": [ + 0, + 1, + 1 + ], "641-incarnate": [ 1, 0, @@ -774,6 +994,56 @@ 1, 1 ], + "649-burn": [ + 0, + 1, + 1 + ], + "649-chill": [ + 0, + 1, + 1 + ], + "649-douse": [ + 0, + 1, + 1 + ], + "649-shock": [ + 0, + 1, + 1 + ], + "649": [ + 0, + 1, + 1 + ], + "653": [ + 0, + 1, + 1 + ], + "654": [ + 0, + 1, + 1 + ], + "655": [ + 0, + 1, + 1 + ], + "690": [ + 0, + 1, + 1 + ], + "691": [ + 0, + 1, + 1 + ], "700": [ 0, 1, @@ -844,21 +1114,81 @@ 1, 2 ], + "771": [ + 0, + 1, + 1 + ], "789": [ 1, + 1, + 1 + ], + "790": [ 0, - 0 + 1, + 1 + ], + "791-radiant-sun": [ + 0, + 1, + 1 ], "791": [ 2, + 1, + 1 + ], + "792-full-moon": [ 0, - 0 + 1, + 1 + ], + "792": [ + 0, + 1, + 1 + ], + "793": [ + 0, + 1, + 1 + ], + "800-dawn-wings": [ + 0, + 1, + 1 + ], + "800-dusk-mane": [ + 0, + 1, + 1 + ], + "800-ultra": [ + 0, + 1, + 1 + ], + "800": [ + 0, + 1, + 1 ], "802": [ 1, 1, 1 ], + "829": [ + 0, + 1, + 1 + ], + "830": [ + 0, + 1, + 1 + ], "850": [ 0, 1, @@ -931,8 +1261,8 @@ ], "890-eternamax": [ 0, - 1, - 1 + 2, + 2 ], "890": [ 0, @@ -969,6 +1299,46 @@ 1, 1 ], + "932": [ + 0, + 1, + 2 + ], + "933": [ + 0, + 1, + 1 + ], + "934": [ + 0, + 1, + 1 + ], + "935": [ + 2, + 2, + 2 + ], + "936": [ + 2, + 2, + 2 + ], + "937": [ + 2, + 2, + 2 + ], + "948": [ + 0, + 1, + 1 + ], + "949": [ + 0, + 1, + 1 + ], "962": [ 1, 1, @@ -994,6 +1364,11 @@ 1, 2 ], + "994": [ + 0, + 1, + 1 + ], "999": [ 1, 1, @@ -1014,6 +1389,16 @@ 1, 1 ], + "4077": [ + 0, + 1, + 1 + ], + "4078": [ + 0, + 1, + 1 + ], "4263": [ 0, 1, @@ -1055,6 +1440,16 @@ 1, 1 ], + "399": [ + 0, + 1, + 1 + ], + "400": [ + 0, + 1, + 1 + ], "443": [ 1, 1, @@ -1069,13 +1464,33 @@ 1, 1, 1 + ], + "592": [ + 1, + 1, + 1 + ], + "593": [ + 1, + 1, + 1 ] }, "back": { + "29": [ + 0, + 1, + 1 + ], + "30": [ + 0, + 1, + 1 + ], "31": [ 1, - 0, - 0 + 1, + 1 ], "35": [ 0, @@ -1087,6 +1502,16 @@ 2, 1 ], + "41": [ + 1, + 1, + 1 + ], + "42": [ + 1, + 1, + 1 + ], "46": [ 1, 1, @@ -1127,6 +1552,16 @@ 1, 1 ], + "77": [ + 0, + 1, + 1 + ], + "78": [ + 0, + 1, + 1 + ], "86": [ 1, 1, @@ -1167,6 +1602,16 @@ 1, 1 ], + "118": [ + 1, + 1, + 1 + ], + "119": [ + 1, + 1, + 1 + ], "123": [ 1, 1, @@ -1192,6 +1637,11 @@ 1, 1 ], + "135": [ + 1, + 1, + 1 + ], "136": [ 1, 1, @@ -1227,6 +1677,16 @@ 1, 1 ], + "150-mega-x": [ + 0, + 1, + 1 + ], + "150-mega-y": [ + 0, + 1, + 0 + ], "150": [ 0, 1, @@ -1237,10 +1697,15 @@ 1, 1 ], + "169": [ + 1, + 1, + 1 + ], "173": [ 0, 1, - 0 + 1 ], "175": [ 1, @@ -1297,6 +1762,11 @@ 1, 1 ], + "226": [ + 0, + 1, + 1 + ], "242": [ 1, 1, @@ -1342,6 +1812,16 @@ 1, 1 ], + "278": [ + 1, + 1, + 1 + ], + "279": [ + 1, + 1, + 1 + ], "280": [ 0, 1, @@ -1372,6 +1852,21 @@ 1, 1 ], + "290": [ + 1, + 1, + 1 + ], + "291": [ + 2, + 2, + 2 + ], + "292": [ + 2, + 2, + 2 + ], "303-mega": [ 1, 1, @@ -1382,6 +1877,26 @@ 1, 1 ], + "304": [ + 1, + 1, + 1 + ], + "305": [ + 1, + 1, + 1 + ], + "306-mega": [ + 1, + 1, + 1 + ], + "306": [ + 1, + 1, + 1 + ], "307": [ 0, 1, @@ -1397,6 +1912,31 @@ 1, 1 ], + "309": [ + 0, + 1, + 1 + ], + "310-mega": [ + 0, + 1, + 1 + ], + "310": [ + 0, + 1, + 1 + ], + "320": [ + 0, + 1, + 1 + ], + "321": [ + 0, + 1, + 1 + ], "328": [ 0, 1, @@ -1429,18 +1969,23 @@ ], "351-rainy": [ 1, - 0, - 0 + 1, + 1 ], "351-snowy": [ 1, - 0, - 0 + 1, + 1 ], "351-sunny": [ 1, + 1, + 2 + ], + "351": [ 0, - 0 + 1, + 1 ], "352": [ 1, @@ -1472,6 +2017,26 @@ 1, 1 ], + "382-primal": [ + 0, + 1, + 1 + ], + "382": [ + 0, + 1, + 1 + ], + "383-primal": [ + 0, + 1, + 1 + ], + "383": [ + 0, + 2, + 1 + ], "384-mega": [ 0, 1, @@ -1488,9 +2053,9 @@ 1 ], "399": [ - 1, + 0, 2, - 0 + 1 ], "400": [ 0, @@ -1505,7 +2070,7 @@ "426": [ 0, 1, - 2 + 1 ], "427": [ 0, @@ -1577,6 +2142,11 @@ 1, 1 ], + "458": [ + 0, + 2, + 2 + ], "468": [ 1, 1, @@ -1602,6 +2172,26 @@ 1, 1 ], + "480": [ + 1, + 1, + 1 + ], + "481": [ + 1, + 1, + 1 + ], + "482": [ + 1, + 1, + 1 + ], + "485": [ + 0, + 1, + 1 + ], "487-altered": [ 0, 1, @@ -1717,6 +2307,16 @@ 1, 1 ], + "562": [ + 0, + 1, + 1 + ], + "563": [ + 0, + 1, + 1 + ], "570": [ 0, 1, @@ -1787,6 +2387,16 @@ 0, 0 ], + "592": [ + 0, + 1, + 2 + ], + "593": [ + 0, + 1, + 1 + ], "607": [ 0, 1, @@ -1802,6 +2412,26 @@ 1, 1 ], + "619": [ + 0, + 1, + 1 + ], + "620": [ + 0, + 1, + 1 + ], + "636": [ + 0, + 1, + 1 + ], + "637": [ + 0, + 1, + 1 + ], "641-incarnate": [ 1, 0, @@ -1842,6 +2472,56 @@ 1, 1 ], + "649-burn": [ + 0, + 1, + 1 + ], + "649-chill": [ + 0, + 1, + 1 + ], + "649-douse": [ + 0, + 1, + 1 + ], + "649-shock": [ + 0, + 1, + 1 + ], + "649": [ + 0, + 1, + 1 + ], + "653": [ + 0, + 1, + 1 + ], + "654": [ + 0, + 1, + 1 + ], + "655": [ + 0, + 1, + 1 + ], + "690": [ + 0, + 1, + 1 + ], + "691": [ + 0, + 1, + 1 + ], "700": [ 0, 1, @@ -1912,21 +2592,81 @@ 1, 1 ], + "771": [ + 0, + 1, + 1 + ], "789": [ 1, + 1, + 1 + ], + "790": [ 0, - 0 + 1, + 1 + ], + "791-radiant-sun": [ + 0, + 1, + 1 ], "791": [ 2, + 1, + 1 + ], + "792-full-moon": [ 0, - 0 + 1, + 1 + ], + "792": [ + 0, + 1, + 1 + ], + "793": [ + 0, + 1, + 1 + ], + "800-dawn-wings": [ + 0, + 1, + 1 + ], + "800-dusk-mane": [ + 0, + 1, + 1 + ], + "800-ultra": [ + 0, + 1, + 1 + ], + "800": [ + 0, + 1, + 1 ], "802": [ 1, 1, 1 ], + "829": [ + 0, + 1, + 1 + ], + "830": [ + 0, + 1, + 1 + ], "850": [ 0, 1, @@ -2037,6 +2777,46 @@ 1, 1 ], + "932": [ + 0, + 1, + 1 + ], + "933": [ + 0, + 1, + 1 + ], + "934": [ + 0, + 1, + 1 + ], + "935": [ + 2, + 2, + 2 + ], + "936": [ + 1, + 1, + 1 + ], + "937": [ + 1, + 1, + 1 + ], + "948": [ + 0, + 1, + 1 + ], + "949": [ + 0, + 1, + 1 + ], "962": [ 1, 1, @@ -2062,6 +2842,11 @@ 1, 1 ], + "994": [ + 0, + 1, + 1 + ], "999": [ 1, 1, @@ -2082,6 +2867,16 @@ 1, 1 ], + "4077": [ + 0, + 1, + 1 + ], + "4078": [ + 0, + 1, + 1 + ], "4263": [ 0, 1, @@ -2123,6 +2918,16 @@ 1, 1 ], + "399": [ + 0, + 1, + 1 + ], + "400": [ + 0, + 1, + 1 + ], "443": [ 1, 1, @@ -2137,6 +2942,16 @@ 1, 1, 1 + ], + "592": [ + 1, + 1, + 1 + ], + "593": [ + 1, + 1, + 1 ] } }, @@ -2146,6 +2961,16 @@ 2, 2 ], + "150-mega-x": [ + 0, + 1, + 1 + ], + "150-mega-y": [ + 0, + 1, + 1 + ], "181-mega": [ 0, 1, @@ -2166,6 +2991,11 @@ 1, 1 ], + "310-mega": [ + 0, + 1, + 1 + ], "334-mega": [ 0, 2, @@ -2176,6 +3006,16 @@ 1, 1 ], + "382-primal": [ + 0, + 1, + 1 + ], + "383-primal": [ + 0, + 1, + 1 + ], "384-mega": [ 0, 2, @@ -2201,6 +3041,31 @@ 2, 2 ], + "653": [ + 0, + 1, + 1 + ], + "654": [ + 0, + 1, + 1 + ], + "655": [ + 0, + 1, + 1 + ], + "690": [ + 0, + 1, + 1 + ], + "691": [ + 0, + 1, + 1 + ], "700": [ 0, 1, @@ -2251,6 +3116,11 @@ 1, 1 ], + "748": [ + 0, + 1, + 1 + ], "755": [ 0, 1, @@ -2261,21 +3131,71 @@ 1, 1 ], + "771": [ + 0, + 1, + 2 + ], "789": [ 1, + 1, + 1 + ], + "790": [ 0, - 0 + 1, + 1 ], "791": [ 2, + 1, + 1 + ], + "792": [ 0, - 0 + 1, + 1 + ], + "793": [ + 0, + 2, + 2 + ], + "800-dawn-wings": [ + 0, + 1, + 1 + ], + "800-dusk-mane": [ + 0, + 1, + 1 + ], + "800-ultra": [ + 0, + 1, + 1 + ], + "800": [ + 0, + 1, + 1 ], "802": [ 1, 1, 1 ], + "829": [ + 0, + 1, + 1 + ], + "830": [ + 0, + 1, + 1 + ], "856": [ 0, 1, @@ -2361,6 +3281,46 @@ 2, 2 ], + "932": [ + 0, + 2, + 2 + ], + "933": [ + 0, + 2, + 2 + ], + "934": [ + 0, + 1, + 1 + ], + "935": [ + 1, + 1, + 2 + ], + "936": [ + 2, + 2, + 2 + ], + "937": [ + 2, + 2, + 2 + ], + "948": [ + 0, + 1, + 1 + ], + "949": [ + 0, + 1, + 1 + ], "962": [ 1, 1, @@ -2386,6 +3346,11 @@ 1, 2 ], + "994": [ + 0, + 1, + 2 + ], "999": [ 2, 1, @@ -2406,6 +3371,16 @@ 1, 1 ], + "4077": [ + 0, + 1, + 1 + ], + "4078": [ + 0, + 1, + 1 + ], "4263": [ 0, 1, @@ -2448,6 +3423,16 @@ 1, 1 ], + "150-mega-x": [ + 0, + 1, + 1 + ], + "150-mega-y": [ + 0, + 1, + 1 + ], "181-mega": [ 0, 1, @@ -2468,6 +3453,11 @@ 1, 1 ], + "310-mega": [ + 0, + 1, + 1 + ], "334-mega": [ 0, 1, @@ -2478,6 +3468,16 @@ 1, 1 ], + "382-primal": [ + 0, + 1, + 1 + ], + "383-primal": [ + 0, + 1, + 1 + ], "384-mega": [ 0, 1, @@ -2503,6 +3503,31 @@ 2, 2 ], + "653": [ + 0, + 1, + 1 + ], + "654": [ + 0, + 1, + 1 + ], + "655": [ + 0, + 1, + 1 + ], + "690": [ + 0, + 1, + 1 + ], + "691": [ + 0, + 1, + 1 + ], "700": [ 0, 1, @@ -2553,6 +3578,11 @@ 1, 1 ], + "748": [ + 0, + 1, + 1 + ], "755": [ 0, 1, @@ -2563,21 +3593,71 @@ 1, 1 ], + "771": [ + 0, + 1, + 1 + ], "789": [ 1, + 1, + 1 + ], + "790": [ 0, - 0 + 1, + 1 ], "791": [ 1, + 1, + 1 + ], + "792": [ 0, - 0 + 1, + 1 + ], + "793": [ + 0, + 1, + 1 + ], + "800-dawn-wings": [ + 0, + 1, + 1 + ], + "800-dusk-mane": [ + 0, + 1, + 1 + ], + "800-ultra": [ + 0, + 1, + 1 + ], + "800": [ + 0, + 1, + 1 ], "802": [ 1, 1, 1 ], + "829": [ + 0, + 1, + 1 + ], + "830": [ + 0, + 1, + 1 + ], "856": [ 0, 1, @@ -2663,6 +3743,46 @@ 2, 2 ], + "932": [ + 0, + 1, + 1 + ], + "933": [ + 0, + 1, + 1 + ], + "934": [ + 0, + 1, + 1 + ], + "935": [ + 2, + 2, + 2 + ], + "936": [ + 2, + 2, + 2 + ], + "937": [ + 2, + 2, + 2 + ], + "948": [ + 0, + 1, + 1 + ], + "949": [ + 0, + 1, + 1 + ], "962": [ 1, 1, @@ -2688,6 +3808,11 @@ 1, 1 ], + "994": [ + 0, + 1, + 1 + ], "999": [ 1, 1, @@ -2708,6 +3833,16 @@ 1, 1 ], + "4077": [ + 0, + 1, + 1 + ], + "4078": [ + 0, + 1, + 1 + ], "4263": [ 0, 1, diff --git a/public/images/pokemon/variant/back/118.json b/public/images/pokemon/variant/back/118.json new file mode 100644 index 00000000000..9f221892b82 --- /dev/null +++ b/public/images/pokemon/variant/back/118.json @@ -0,0 +1,47 @@ +{ + "0": { + "52525a": "734733", + "ffffff": "fff7ee", + "101010": "101010", + "8c8c94": "966f58", + "efefef": "e7d7c9", + "d6d6de": "cbb7aa", + "ceb57b": "e0a034", + "ad1000": "804700", + "ffc57b": "ffda73", + "ef7b42": "ffbe23", + "d64210": "cf8a0a", + "42ada5": "6943ec", + "006b63": "5015c3" + }, + "1": { + "52525a": "492d5c", + "ffffff": "e7d1ea", + "101010": "101010", + "8c8c94": "6c5277", + "efefef": "b9a0bf", + "d6d6de": "947c9c", + "ceb57b": "7e3eb1", + "ad1000": "330f5d", + "ffc57b": "ba82d9", + "ef7b42": "9e5fcb", + "d64210": "582488", + "42ada5": "6ae853", + "006b63": "22bb24" + }, + "2": { + "52525a": "2b4a54", + "ffffff": "d5e6e4", + "101010": "101010", + "8c8c94": "526d71", + "efefef": "aecac8", + "d6d6de": "84a0a1", + "ceb57b": "45895b", + "ad1000": "0e3c1e", + "ffc57b": "92c494", + "ef7b42": "5fad67", + "d64210": "32723f", + "42ada5": "d98156", + "006b63": "bb4f32" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/119.json b/public/images/pokemon/variant/back/119.json new file mode 100644 index 00000000000..058ebc50e1c --- /dev/null +++ b/public/images/pokemon/variant/back/119.json @@ -0,0 +1,44 @@ +{ + "0": { + "8c7b84": "966f58", + "f7f7ff": "fff7ee", + "dedee6": "e7d7c9", + "ffdebd": "ffdebd", + "101010": "101010", + "943119": "794708", + "c54229": "d6952e", + "52525a": "522b23", + "e67342": "f5c767", + "5a5a63": "734733", + "ffc5ce": "f7ae6f", + "f77b5a": "de8248" + }, + "1": { + "8c7b84": "6c5277", + "f7f7ff": "e7d1ea", + "dedee6": "b9a0bf", + "ffdebd": "bd9fc6", + "101010": "101010", + "943119": "39195d", + "c54229": "7e3eb1", + "52525a": "39195d", + "e67342": "9e5fcb", + "5a5a63": "6c5277", + "ffc5ce": "9c7be5", + "f77b5a": "7c50c4" + }, + "2": { + "8c7b84": "688586", + "f7f7ff": "d5e6e4", + "dedee6": "aecac8", + "ffdebd": "b8cecd", + "101010": "101010", + "943119": "174027", + "c54229": "32723f", + "52525a": "2b4a54", + "e67342": "92c494", + "5a5a63": "526d71", + "ffc5ce": "528b9d", + "f77b5a": "295774" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/135.json b/public/images/pokemon/variant/back/135.json new file mode 100644 index 00000000000..d54215466ac --- /dev/null +++ b/public/images/pokemon/variant/back/135.json @@ -0,0 +1,41 @@ +{ + "0": { + "ad8c3a": "975720", + "846b29": "b87130", + "ffde52": "eecc94", + "000000": "000000", + "cead4a": "e4a254", + "5a4a10": "894d17", + "4a087b": "126746", + "84848c": "84848c", + "525252": "3b3f50", + "ffffff": "effffd", + "c5c5c5": "aacbc7" + }, + "1": { + "ad8c3a": "7a6f96", + "846b29": "404076", + "ffde52": "a8a2c1", + "000000": "000000", + "cead4a": "7f7ba7", + "5a4a10": "202046", + "4a087b": "c08336", + "84848c": "84848c", + "525252": "30486d", + "ffffff": "c7cedb", + "c5c5c5": "8e99b5" + }, + "2": { + "ad8c3a": "4351d7", + "846b29": "3249a6", + "ffde52": "90ecee", + "000000": "000000", + "cead4a": "47b4e9", + "5a4a10": "1f2478", + "4a087b": "7b2817", + "84848c": "84848c", + "525252": "525252", + "ffffff": "ffffff", + "c5c5c5": "c5c5c5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/150-mega-x.json b/public/images/pokemon/variant/back/150-mega-x.json new file mode 100644 index 00000000000..0d3cbf49951 --- /dev/null +++ b/public/images/pokemon/variant/back/150-mega-x.json @@ -0,0 +1,26 @@ +{ + "1": { + "7a7a99": "a66b8e", + "101010": "101010", + "dadaf2": "ffb5d6", + "36364d": "5a2952", + "acacbf": "db8aaf", + "461f59": "105144", + "9643bf": "379e8a", + "f8f8f8": "f8f8f8", + "55a4f2": "55a4f2", + "6e318c": "1d6153" + }, + "2": { + "7a7a99": "d68f40", + "101010": "101010", + "dadaf2": "ffdd98", + "36364d": "884c17", + "acacbf": "edaf5b", + "461f59": "6b2619", + "9643bf": "ac4f4b", + "f8f8f8": "f8f8f8", + "55a4f2": "da2e29", + "6e318c": "6b2619" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/150-mega-y.json b/public/images/pokemon/variant/back/150-mega-y.json new file mode 100644 index 00000000000..d00e44e0579 --- /dev/null +++ b/public/images/pokemon/variant/back/150-mega-y.json @@ -0,0 +1,15 @@ +{ + "1": { + "7a7a99": "a66b8e", + "dadaf2": "ffb5d6", + "36364d": "5a2952", + "acacbf": "db8aaf", + "101010": "101010", + "9643bf": "43bfbd", + "be55f2": "55f2e1", + "461f59": "1f5859", + "6e318c": "318c8a", + "f8f8f8": "f8f8f8", + "f25555": "4bac9a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/169.json b/public/images/pokemon/variant/back/169.json new file mode 100644 index 00000000000..637c129554e --- /dev/null +++ b/public/images/pokemon/variant/back/169.json @@ -0,0 +1,29 @@ +{ + "0": { + "63197b": "142557", + "a55ace": "6265b4", + "7b4a9c": "323f81", + "b57bce": "99a3ee", + "101010": "101010", + "08426b": "206f9e", + "216b94": "4aa6ce" + }, + "1": { + "63197b": "14093b", + "a55ace": "3d4381", + "7b4a9c": "2f2a5f", + "b57bce": "666fb4", + "101010": "101010", + "08426b": "b06130", + "216b94": "ffb049" + }, + "2": { + "63197b": "3c1e39", + "a55ace": "b5a3b3", + "7b4a9c": "958093", + "b57bce": "d4c3d1", + "101010": "101010", + "08426b": "901606", + "216b94": "b52c0c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/173.json b/public/images/pokemon/variant/back/173.json index d7ef3a74f41..f181872451c 100644 --- a/public/images/pokemon/variant/back/173.json +++ b/public/images/pokemon/variant/back/173.json @@ -10,5 +10,17 @@ "6b4a31": "494299", "a56b00": "647cb3", "c58c29": "5ca3bf" + }, + "2": { + "c54a42": "8a50ab", + "ffc5ad": "d9ffff", + "632119": "5e519e", + "de7b6b": "95aeff", + "ffa594": "b2d6ff", + "523100": "912676", + "101010": "101010", + "6b4a31": "b35783", + "a56b00": "f28aa4", + "c58c29": "ffc5e3" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/226.json b/public/images/pokemon/variant/back/226.json new file mode 100644 index 00000000000..50a96e73d3b --- /dev/null +++ b/public/images/pokemon/variant/back/226.json @@ -0,0 +1,24 @@ +{ + "1": { + "313a5a": "862a10", + "5a6bde": "e27b36", + "101010": "101010", + "4a5294": "aa4514", + "525a6b": "642f21", + "adb5ce": "b9783a", + "7b73ad": "c2764a", + "ad9cc5": "d5b094", + "ffffff": "e09339" + }, + "2": { + "313a5a": "1e3405", + "5a6bde": "b1cf6b", + "101010": "101010", + "4a5294": "6d9729", + "525a6b": "174306", + "adb5ce": "2e5f10", + "7b73ad": "a2a136", + "ad9cc5": "d5b094", + "ffffff": "568920" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/278.json b/public/images/pokemon/variant/back/278.json new file mode 100644 index 00000000000..d5b6652f719 --- /dev/null +++ b/public/images/pokemon/variant/back/278.json @@ -0,0 +1,47 @@ +{ + "0": { + "000000": "000000", + "525252": "542b2b", + "ffffff": "ecd8d4", + "d6cee6": "ba928c", + "296b94": "3f4c13", + "73adff": "68965b", + "319cd6": "3c7a2d", + "8c5210": "420b0c", + "949494": "855854", + "424242": "5d1f1f", + "de8400": "af5457", + "ffad31": "c66f68", + "313131": "2f1010" + }, + "1": { + "000000": "201838", + "525252": "2b3e68", + "ffffff": "c7dff4", + "d6cee6": "80a2d0", + "296b94": "143a72", + "73adff": "657ddf", + "319cd6": "4060bc", + "8c5210": "201838", + "949494": "3d5982", + "424242": "424242", + "de8400": "473d6f", + "ffad31": "5b5481", + "313131": "313131" + }, + "2": { + "000000": "000000", + "525252": "732a22", + "ffffff": "f5e1d1", + "d6cee6": "d19e92", + "296b94": "5d0803", + "73adff": "be3d2f", + "319cd6": "892722", + "8c5210": "5a0700", + "949494": "b97f6f", + "424242": "472929", + "de8400": "bc4524", + "ffad31": "f16f40", + "313131": "2f1010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/279.json b/public/images/pokemon/variant/back/279.json new file mode 100644 index 00000000000..1e9870d772b --- /dev/null +++ b/public/images/pokemon/variant/back/279.json @@ -0,0 +1,53 @@ +{ + "0": { + "31638c": "324a26", + "101010": "101010", + "5aa5ce": "40683c", + "7bceef": "789c6e", + "a5e6ff": "b6d9ac", + "ced6ef": "c09e99", + "737384": "674442", + "9cb5c5": "715550", + "ffffff": "f1dcd8", + "8c4231": "420b0c", + "ffde4a": "c66f68", + "c57b31": "551917", + "ffffad": "f4bfb6", + "f7b531": "af5457", + "ce4252": "af2c4f" + }, + "1": { + "31638c": "31638c", + "101010": "101010", + "5aa5ce": "4060bc", + "7bceef": "657ddf", + "a5e6ff": "b4b3ff", + "ced6ef": "ced6ef", + "737384": "737384", + "9cb5c5": "9cb5c5", + "ffffff": "ffffff", + "8c4231": "17103f", + "ffde4a": "534e72", + "c57b31": "2a1f50", + "ffffad": "87879b", + "f7b531": "3d325e", + "ce4252": "b75558" + }, + "2": { + "31638c": "6f1314", + "101010": "101010", + "5aa5ce": "892722", + "7bceef": "be3d2f", + "a5e6ff": "dd533a", + "ced6ef": "d19e92", + "737384": "884c43", + "9cb5c5": "b58076", + "ffffff": "f5e1d1", + "8c4231": "5a0700", + "ffde4a": "f16f40", + "c57b31": "761c03", + "ffffad": "ffb274", + "f7b531": "bc4524", + "ce4252": "215991" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/29.json b/public/images/pokemon/variant/back/29.json new file mode 100644 index 00000000000..c7cdff7491d --- /dev/null +++ b/public/images/pokemon/variant/back/29.json @@ -0,0 +1,30 @@ +{ + "1": { + "7384ad": "a53038", + "424284": "6b1524", + "d6d6ff": "f28566", + "adadce": "c94d40", + "101010": "101010", + "efefff": "fed0aa", + "ffffff": "ffffff", + "ff5242": "386ecf", + "bd314a": "2141ac", + "dedede": "dedede", + "3a6b94": "3750a4", + "199c94": "668cdd" + }, + "2": { + "7384ad": "4b2c8c", + "424284": "2e1752", + "d6d6ff": "8175d6", + "adadce": "6044ac", + "101010": "101010", + "efefff": "b0abff", + "ffffff": "ffffff", + "ff5242": "da781a", + "bd314a": "c54910", + "dedede": "dedede", + "3a6b94": "c77d3a", + "199c94": "e5b471" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/290.json b/public/images/pokemon/variant/back/290.json new file mode 100644 index 00000000000..fcff6dbdc90 --- /dev/null +++ b/public/images/pokemon/variant/back/290.json @@ -0,0 +1,53 @@ +{ + "0": { + "427b52": "0e5502", + "000000": "000000", + "b5de73": "77ce53", + "73ad5a": "1e7709", + "848484": "a75f18", + "524a4a": "692a05", + "cedece": "e5af4f", + "ffffef": "f8d57f", + "fffff7": "fff3ba", + "6b6b63": "7e400b", + "634a42": "634a42", + "ad947b": "e8d6b6", + "cebd9c": "f7ecd7", + "9c8473": "bfa483", + "bdc5c5": "a75f18" + }, + "1": { + "427b52": "7a4f7c", + "000000": "000000", + "b5de73": "c3b4c0", + "73ad5a": "886883", + "848484": "2a0b34", + "524a4a": "190319", + "cedece": "44215b", + "ffffef": "68478c", + "fffff7": "9b7cca", + "6b6b63": "3c0b44", + "634a42": "a34014", + "ad947b": "f2a44d", + "cebd9c": "ffcc81", + "9c8473": "cf6c26", + "bdc5c5": "331440" + }, + "2": { + "427b52": "88134e", + "000000": "000000", + "b5de73": "d9537b", + "73ad5a": "ac265e", + "848484": "125a60", + "524a4a": "0a4550", + "cedece": "35a69f", + "ffffef": "9cf4d2", + "fffff7": "e7fff1", + "6b6b63": "156067", + "634a42": "181438", + "ad947b": "474773", + "cebd9c": "5f5f82", + "9c8473": "282752", + "bdc5c5": "27928b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/291_1.json b/public/images/pokemon/variant/back/291_1.json new file mode 100644 index 00000000000..3daaf8825e9 --- /dev/null +++ b/public/images/pokemon/variant/back/291_1.json @@ -0,0 +1,1595 @@ +{ + "textures": [ + { + "image": "291_1.png", + "format": "RGBA8888", + "size": { + "w": 167, + "h": 167 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 43, + "w": 55, + "h": 43 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 43, + "w": 55, + "h": 43 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 86, + "w": 55, + "h": 43 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 86, + "w": 55, + "h": 43 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 55, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 55, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 85, + "w": 55, + "h": 42 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 42, + "w": 48, + "h": 42 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 42, + "w": 48, + "h": 42 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 84, + "w": 48, + "h": 42 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 84, + "w": 48, + "h": 42 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 48, + "h": 41 + }, + "frame": { + "x": 110, + "y": 126, + "w": 48, + "h": 41 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 48, + "h": 41 + }, + "frame": { + "x": 110, + "y": 126, + "w": 48, + "h": 41 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:4d02a3397f0fe587e5a9cfd44bbfcc99:922886524d79c19a343301ebe82571ac:a24984da4a63ffd6020a6740ab1ba69e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/291_1.png b/public/images/pokemon/variant/back/291_1.png new file mode 100644 index 00000000000..dad69ed24af Binary files /dev/null and b/public/images/pokemon/variant/back/291_1.png differ diff --git a/public/images/pokemon/variant/back/291_2.json b/public/images/pokemon/variant/back/291_2.json new file mode 100644 index 00000000000..a383b579bce --- /dev/null +++ b/public/images/pokemon/variant/back/291_2.json @@ -0,0 +1,1595 @@ +{ + "textures": [ + { + "image": "291_2.png", + "format": "RGBA8888", + "size": { + "w": 167, + "h": 167 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 43, + "w": 55, + "h": 43 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 43, + "w": 55, + "h": 43 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 86, + "w": 55, + "h": 43 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 86, + "w": 55, + "h": 43 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 55, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 55, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 85, + "w": 55, + "h": 42 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 42, + "w": 48, + "h": 42 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 42, + "w": 48, + "h": 42 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 84, + "w": 48, + "h": 42 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 84, + "w": 48, + "h": 42 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 48, + "h": 41 + }, + "frame": { + "x": 110, + "y": 126, + "w": 48, + "h": 41 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 48, + "h": 41 + }, + "frame": { + "x": 110, + "y": 126, + "w": 48, + "h": 41 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:4d02a3397f0fe587e5a9cfd44bbfcc99:922886524d79c19a343301ebe82571ac:a24984da4a63ffd6020a6740ab1ba69e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/291_2.png b/public/images/pokemon/variant/back/291_2.png new file mode 100644 index 00000000000..d3005597f60 Binary files /dev/null and b/public/images/pokemon/variant/back/291_2.png differ diff --git a/public/images/pokemon/variant/back/291_3.json b/public/images/pokemon/variant/back/291_3.json new file mode 100644 index 00000000000..f3030761ba9 --- /dev/null +++ b/public/images/pokemon/variant/back/291_3.json @@ -0,0 +1,1595 @@ +{ + "textures": [ + { + "image": "291_3.png", + "format": "RGBA8888", + "size": { + "w": 167, + "h": 167 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 43, + "w": 55, + "h": 43 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 43, + "w": 55, + "h": 43 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 86, + "w": 55, + "h": 43 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 0, + "y": 86, + "w": 55, + "h": 43 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 55, + "h": 43 + }, + "frame": { + "x": 55, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 55, + "h": 43 + }, + "frame": { + "x": 55, + "y": 0, + "w": 55, + "h": 43 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 43, + "w": 55, + "h": 42 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 55, + "h": 42 + }, + "frame": { + "x": 55, + "y": 85, + "w": 55, + "h": 42 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 0, + "w": 48, + "h": 42 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 42, + "w": 48, + "h": 42 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 42, + "w": 48, + "h": 42 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 84, + "w": 48, + "h": 42 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 48, + "h": 42 + }, + "frame": { + "x": 110, + "y": 84, + "w": 48, + "h": 42 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 48, + "h": 41 + }, + "frame": { + "x": 110, + "y": 126, + "w": 48, + "h": 41 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 55, + "h": 47 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 48, + "h": 41 + }, + "frame": { + "x": 110, + "y": 126, + "w": 48, + "h": 41 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:4d02a3397f0fe587e5a9cfd44bbfcc99:922886524d79c19a343301ebe82571ac:a24984da4a63ffd6020a6740ab1ba69e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/291_3.png b/public/images/pokemon/variant/back/291_3.png new file mode 100644 index 00000000000..9c62398a5fc Binary files /dev/null and b/public/images/pokemon/variant/back/291_3.png differ diff --git a/public/images/pokemon/variant/back/292_1.json b/public/images/pokemon/variant/back/292_1.json new file mode 100644 index 00000000000..f3fe2d6b045 --- /dev/null +++ b/public/images/pokemon/variant/back/292_1.json @@ -0,0 +1,587 @@ +{ + "textures": [ + { + "image": "292_1.png", + "format": "RGBA8888", + "size": { + "w": 135, + "h": 135 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:1808d8cc64b73c8aa8a522a4d8f67a00:fe601ddf6ac9a8f0276c5c4d9f82bec0:fd7e18c91600a68a6dd3ddcc13a39d50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/292_1.png b/public/images/pokemon/variant/back/292_1.png new file mode 100644 index 00000000000..ae99178d90a Binary files /dev/null and b/public/images/pokemon/variant/back/292_1.png differ diff --git a/public/images/pokemon/variant/back/292_2.json b/public/images/pokemon/variant/back/292_2.json new file mode 100644 index 00000000000..97f929a815f --- /dev/null +++ b/public/images/pokemon/variant/back/292_2.json @@ -0,0 +1,587 @@ +{ + "textures": [ + { + "image": "292_2.png", + "format": "RGBA8888", + "size": { + "w": 135, + "h": 135 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:1808d8cc64b73c8aa8a522a4d8f67a00:fe601ddf6ac9a8f0276c5c4d9f82bec0:fd7e18c91600a68a6dd3ddcc13a39d50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/292_2.png b/public/images/pokemon/variant/back/292_2.png new file mode 100644 index 00000000000..fc3d4090a1d Binary files /dev/null and b/public/images/pokemon/variant/back/292_2.png differ diff --git a/public/images/pokemon/variant/back/292_3.json b/public/images/pokemon/variant/back/292_3.json new file mode 100644 index 00000000000..fb6b5880f1a --- /dev/null +++ b/public/images/pokemon/variant/back/292_3.json @@ -0,0 +1,587 @@ +{ + "textures": [ + { + "image": "292_3.png", + "format": "RGBA8888", + "size": { + "w": 135, + "h": 135 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 45, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 45, + "h": 48 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 45, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 48 + }, + "frame": { + "x": 90, + "y": 0, + "w": 45, + "h": 48 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 45, + "h": 50 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 47 + }, + "frame": { + "x": 45, + "y": 48, + "w": 45, + "h": 47 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:1808d8cc64b73c8aa8a522a4d8f67a00:fe601ddf6ac9a8f0276c5c4d9f82bec0:fd7e18c91600a68a6dd3ddcc13a39d50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/292_3.png b/public/images/pokemon/variant/back/292_3.png new file mode 100644 index 00000000000..1ebe95bb1b5 Binary files /dev/null and b/public/images/pokemon/variant/back/292_3.png differ diff --git a/public/images/pokemon/variant/back/30.json b/public/images/pokemon/variant/back/30.json new file mode 100644 index 00000000000..5ddd63925f4 --- /dev/null +++ b/public/images/pokemon/variant/back/30.json @@ -0,0 +1,34 @@ +{ + "1": { + "5a94b5": "a53038", + "3a5a63": "6b1524", + "8cc5ce": "c94d40", + "c5e6ef": "f28566", + "193a73": "3750a4", + "101010": "101010", + "1063b5": "131f65", + "4a84f7": "4a84f7", + "ffffff": "ffffff", + "c52110": "2141ac", + "ff9c8c": "65a4e7", + "ef4a3a": "386ecf", + "d6d6d6": "d6d6d6", + "848484": "848484" + }, + "2": { + "5a94b5": "402489", + "3a5a63": "260f4a", + "8cc5ce": "6044ac", + "c5e6ef": "8175d6", + "193a73": "c77d3a", + "101010": "101010", + "1063b5": "883f16", + "4a84f7": "e5b471", + "ffffff": "ffffff", + "c52110": "c54910", + "ff9c8c": "f2ae45", + "ef4a3a": "da781a", + "d6d6d6": "d6d6d6", + "848484": "848484" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/304.json b/public/images/pokemon/variant/back/304.json new file mode 100644 index 00000000000..50127505ab4 --- /dev/null +++ b/public/images/pokemon/variant/back/304.json @@ -0,0 +1,38 @@ +{ + "0": { + "8c949c": "bca88c", + "525a6b": "6c5440", + "ceced6": "cbc4a2", + "ffffff": "fff2e5", + "000000": "000000", + "3a3a4a": "122919", + "525263": "2c4531", + "316b9c": "8acc0e", + "6bbdff": "d6ff42", + "737b94": "43894b" + }, + "1": { + "8c949c": "686dc0", + "525a6b": "2b265d", + "ceced6": "91a1e3", + "ffffff": "cdd9fa", + "000000": "000000", + "3a3a4a": "371219", + "525263": "611f26", + "316b9c": "316b9c", + "6bbdff": "6bbdff", + "737b94": "c2584c" + }, + "2": { + "8c949c": "a45f34", + "525a6b": "722f15", + "ceced6": "d2954e", + "ffffff": "ffcc7d", + "000000": "000000", + "3a3a4a": "192c45", + "525263": "2c4368", + "316b9c": "05b1ad", + "6bbdff": "2aebcf", + "737b94": "6a87bb" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/305.json b/public/images/pokemon/variant/back/305.json new file mode 100644 index 00000000000..2cd9ba15a9c --- /dev/null +++ b/public/images/pokemon/variant/back/305.json @@ -0,0 +1,41 @@ +{ + "0": { + "6b6b7b": "6c5440", + "ffffff": "fff2e5", + "c5ced6": "cbc4a2", + "000000": "000000", + "9c9cad": "bca88c", + "424a52": "492d1c", + "7b8494": "947d63", + "424242": "2c4531", + "6b6b6b": "3e6244", + "adadad": "43894b", + "8c8c8c": "2d7238" + }, + "1": { + "6b6b7b": "2b265d", + "ffffff": "cdd9fa", + "c5ced6": "91a1e3", + "000000": "000000", + "9c9cad": "686dc0", + "424a52": "1d153f", + "7b8494": "433f93", + "424242": "611f26", + "6b6b6b": "7f363b", + "adadad": "d75142", + "8c8c8c": "c2584c" + }, + "2": { + "6b6b7b": "722f15", + "ffffff": "ffcc7d", + "c5ced6": "d2954e", + "000000": "000000", + "9c9cad": "a45f34", + "424a52": "521709", + "7b8494": "873e20", + "424242": "2c4368", + "6b6b6b": "4c5f89", + "adadad": "76a2e4", + "8c8c8c": "6a87bb" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/306-mega.json b/public/images/pokemon/variant/back/306-mega.json new file mode 100644 index 00000000000..3ae17cb8c9d --- /dev/null +++ b/public/images/pokemon/variant/back/306-mega.json @@ -0,0 +1,38 @@ +{ + "0": { + "393939": "132c1b", + "101010": "101010", + "6a6a6a": "325537", + "5a5a62": "735c4a", + "fefefe": "fff2e5", + "202029": "131d17", + "a4a4ac": "b8a88a", + "cdcdcd": "cbc4a2", + "52524a": "224228", + "838394": "a48d76" + }, + "1": { + "393939": "47121b", + "101010": "101010", + "6a6a6a": "8b312e", + "5a5a62": "374186", + "fefefe": "cdd9fa", + "202029": "350a13", + "a4a4ac": "91a1e3", + "cdcdcd": "a5b7ed", + "52524a": "6e1e26", + "838394": "686dc0" + }, + "2": { + "393939": "1d365e", + "101010": "101010", + "6a6a6a": "385594", + "5a5a62": "7a3a1a", + "fefefe": "f1b25e", + "202029": "0e213a", + "a4a4ac": "c18239", + "cdcdcd": "dd9f57", + "52524a": "385594", + "838394": "a45f34" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/306.json b/public/images/pokemon/variant/back/306.json new file mode 100644 index 00000000000..369e367a076 --- /dev/null +++ b/public/images/pokemon/variant/back/306.json @@ -0,0 +1,44 @@ +{ + "0": { + "5a5a63": "6c5440", + "cecece": "e3d9c2", + "a5a5ad": "cbc4a2", + "ffffff": "fff2e5", + "000000": "000000", + "212129": "0b1d12", + "6bbdff": "d6ff42", + "848494": "bca88c", + "3a3a3a": "1e3325", + "52524a": "2c4531", + "6b6b6b": "3e6244", + "9c3142": "7a343e" + }, + "1": { + "5a5a63": "474496", + "cecece": "b9c8f5", + "a5a5ad": "91a1e3", + "ffffff": "cdd9fa", + "000000": "000000", + "212129": "290d13", + "6bbdff": "ffcf47", + "848494": "686dc0", + "3a3a3a": "39191f", + "52524a": "4c1a20", + "6b6b6b": "611f26", + "9c3142": "a41c46" + }, + "2": { + "5a5a63": "722f15", + "cecece": "f2b864", + "a5a5ad": "d48e3c", + "ffffff": "ffcc7d", + "000000": "000000", + "212129": "101a37", + "6bbdff": "2aebcf", + "848494": "a45f34", + "3a3a3a": "18283f", + "52524a": "293e60", + "6b6b6b": "4c5f89", + "9c3142": "9c3141" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/309.json b/public/images/pokemon/variant/back/309.json new file mode 100644 index 00000000000..b471b8f69f4 --- /dev/null +++ b/public/images/pokemon/variant/back/309.json @@ -0,0 +1,26 @@ +{ + "1": { + "639c63": "1a3269", + "846b42": "a50d24", + "3a5a52": "091545", + "84d67b": "3e6194", + "b5ef9c": "6692c4", + "101010": "101010", + "ffef42": "ff4039", + "63bd63": "284781", + "cea53a": "d11a2d", + "ffffff": "ffffff" + }, + "2": { + "639c63": "b399bd", + "846b42": "b818ab", + "3a5a52": "825e94", + "84d67b": "edd9ef", + "b5ef9c": "ffeff5", + "101010": "101010", + "ffef42": "ef60c5", + "63bd63": "d5c1d9", + "cea53a": "d03ab2", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/31.json b/public/images/pokemon/variant/back/31.json index 6618d6bad31..7cbce870f78 100644 --- a/public/images/pokemon/variant/back/31.json +++ b/public/images/pokemon/variant/back/31.json @@ -11,5 +11,31 @@ "ffffff": "ffffff", "efe6a5": "ffffff", "e6ce8c": "e6e6d5" + }, + "1": { + "314a4a": "441327", + "638cad": "88241f", + "5ab5ce": "be4234", + "101010": "101010", + "c5ad5a": "c29f9a", + "9cd6de": "e58060", + "735a29": "734b48", + "d6cece": "d6cece", + "ffffff": "ffffff", + "efe6a5": "ffede7", + "e6ce8c": "e3ccc7" + }, + "2": { + "314a4a": "210d3b", + "638cad": "44286f", + "5ab5ce": "5f4897", + "101010": "101010", + "c5ad5a": "eab56b", + "9cd6de": "5f4897", + "735a29": "ad5923", + "d6cece": "d6cece", + "ffffff": "ffffff", + "efe6a5": "ffd999", + "e6ce8c": "e6ce8c" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/310-mega.json b/public/images/pokemon/variant/back/310-mega.json new file mode 100644 index 00000000000..8ab3d0646dc --- /dev/null +++ b/public/images/pokemon/variant/back/310-mega.json @@ -0,0 +1,34 @@ +{ + "1": { + "736a3f": "630013", + "998c4c": "630013", + "ffe566": "d4302a", + "d9c357": "a6101a", + "101010": "101010", + "2a474d": "0d1843", + "82cad9": "4c7da6", + "548e99": "284781", + "69b1bf": "3e6194", + "3f6a73": "1a3269", + "ff7373": "ff7373", + "f8f8f8": "f8f8f8", + "cc2929": "cc2929", + "8c3f3f": "8c3f3f" + }, + "2": { + "736a3f": "810040", + "998c4c": "a40f5a", + "ffe566": "e545b6", + "d9c357": "c32574", + "101010": "101010", + "2a474d": "3f5476", + "82cad9": "c1ddeb", + "548e99": "92b4cb", + "69b1bf": "b3d1e5", + "3f6a73": "6f8caa", + "ff7373": "8f60ef", + "f8f8f8": "f8f8f8", + "cc2929": "893edf", + "8c3f3f": "4a0698" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/310.json b/public/images/pokemon/variant/back/310.json new file mode 100644 index 00000000000..68668df185a --- /dev/null +++ b/public/images/pokemon/variant/back/310.json @@ -0,0 +1,28 @@ +{ + "1": { + "736352": "550010", + "a57b5a": "6d000f", + "ffef63": "d7231c", + "c5ad5a": "9b0c24", + "101010": "101010", + "73b5d6": "3e6194", + "4a525a": "0d1a4d", + "639cc5": "284781", + "5a84ad": "1a3269", + "bdbde6": "bdbde6", + "ffffff": "ffffff" + }, + "2": { + "736352": "810040", + "a57b5a": "9c0333", + "ffef63": "e545b6", + "c5ad5a": "c32574", + "101010": "101010", + "73b5d6": "d5d6ee", + "4a525a": "4c3a63", + "639cc5": "c4bfd9", + "5a84ad": "a399bd", + "bdbde6": "bdbde6", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/320.json b/public/images/pokemon/variant/back/320.json new file mode 100644 index 00000000000..e3be16343f5 --- /dev/null +++ b/public/images/pokemon/variant/back/320.json @@ -0,0 +1,24 @@ +{ + "1": { + "21314a": "4a0011", + "314a73": "5c0315", + "639cce": "ad252f", + "4a84b5": "950f30", + "315a94": "7d082e", + "000000": "000000", + "ceb584": "cba6b8", + "6b634a": "6c3f51", + "ffefce": "eed9ef" + }, + "2": { + "21314a": "1a0a30", + "314a73": "22123a", + "639cce": "503769", + "4a84b5": "3d2955", + "315a94": "34224b", + "000000": "000000", + "ceb584": "b7a3bf", + "6b634a": "5c4964", + "ffefce": "eed9ef" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/321.json b/public/images/pokemon/variant/back/321.json new file mode 100644 index 00000000000..51ee130e4ee --- /dev/null +++ b/public/images/pokemon/variant/back/321.json @@ -0,0 +1,26 @@ +{ + "1": { + "847384": "847384", + "1052ce": "a4172f", + "293a9c": "510019", + "2173de": "ce323d", + "b5adb5": "986a7a", + "94adff": "f5796d", + "5a84ef": "e64f4f", + "efe6ff": "e2c6d0", + "101010": "101010", + "d6cede": "cba6b8" + }, + "2": { + "847384": "674173", + "1052ce": "402855", + "293a9c": "22123a", + "2173de": "503769", + "b5adb5": "b7a3bf", + "94adff": "b484ce", + "5a84ef": "8f69a3", + "efe6ff": "fcebf6", + "101010": "101010", + "d6cede": "eed9ef" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/351-rainy.json b/public/images/pokemon/variant/back/351-rainy.json index 0e6a5e77dba..5e7a1d827f2 100644 --- a/public/images/pokemon/variant/back/351-rainy.json +++ b/public/images/pokemon/variant/back/351-rainy.json @@ -13,5 +13,35 @@ "5a5a52": "4f555a", "c5c5c5": "9db4c5", "948c94": "6b8494" + }, + "1": { + "526384": "3c165d", + "8ccede": "f5bbf6", + "3a425a": "3a425a", + "84b5c5": "aa82c1", + "ffffff": "faefff", + "6373bd": "512b82", + "738cd6": "704cb4", + "b5c5de": "ac7ce9", + "191919": "191919", + "ceeff7": "c5abff", + "5a5a52": "352f55", + "c5c5c5": "d7d4f1", + "948c94": "a08fc0" + }, + "2": { + "526384": "2d5170", + "8ccede": "59a3b2", + "3a425a": "3a425a", + "84b5c5": "487c91", + "ffffff": "ffffff", + "6373bd": "99aac3", + "738cd6": "cad9ea", + "b5c5de": "454fd0", + "191919": "191919", + "ceeff7": "5c74e2", + "5a5a52": "282e44", + "c5c5c5": "605e74", + "948c94": "3f3f5a" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/351-snowy.json b/public/images/pokemon/variant/back/351-snowy.json index 2e8cf521262..ddb3a3bebb7 100644 --- a/public/images/pokemon/variant/back/351-snowy.json +++ b/public/images/pokemon/variant/back/351-snowy.json @@ -11,5 +11,31 @@ "8c73d6": "738cd6", "9c9cc5": "c8c87a", "c5b5ff": "f7ff7e" + }, + "1": { + "73a58c": "99b5b8", + "bde6e6": "eeebff", + "8ccead": "c4dcdc", + "29523a": "335c68", + "52736b": "688e94", + "191919": "191919", + "634a73": "1f2567", + "7b52bd": "323e85", + "8c73d6": "3f59a0", + "9c9cc5": "9c9cc5", + "c5b5ff": "c5b5ff" + }, + "2": { + "73a58c": "245b68", + "bde6e6": "68c7c4", + "8ccead": "47989e", + "29523a": "15364b", + "52736b": "5e98a5", + "191919": "191919", + "634a73": "2f4954", + "7b52bd": "7eafbf", + "8c73d6": "b6e7e8", + "9c9cc5": "464d85", + "c5b5ff": "535c85" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/351-sunny.json b/public/images/pokemon/variant/back/351-sunny.json index 352ebf33d61..d0d87551e48 100644 --- a/public/images/pokemon/variant/back/351-sunny.json +++ b/public/images/pokemon/variant/back/351-sunny.json @@ -10,5 +10,17 @@ "ce5a4a": "bf4b6a", "5a5a52": "5a5155", "d6cee6": "ccb3c0" + }, + "1": { + "945a42": "750603", + "ff9c63": "eb857c", + "ffffff": "d7d4f1", + "d6844a": "d34d51", + "633129": "4a0427", + "191919": "191919", + "ef7b4a": "cd385b", + "ce5a4a": "871537", + "5a5a52": "282e44", + "d6cee6": "a08fc0" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/351-sunny_3.json b/public/images/pokemon/variant/back/351-sunny_3.json new file mode 100644 index 00000000000..242c8223722 --- /dev/null +++ b/public/images/pokemon/variant/back/351-sunny_3.json @@ -0,0 +1,2204 @@ +{ + "textures": [ + { + "image": "351-sunny_3.png", + "format": "RGBA8888", + "size": { + "w": 206, + "h": 206 + }, + "scale": 1, + "frames": [ + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 52 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 52 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 52 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 52 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 41, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 41, + "h": 52 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 10, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 17, + "y": 10, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 19, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 20, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 21, + "y": 8, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 22, + "y": 7, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 22, + "y": 3, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 21, + "y": 2, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 20, + "y": 1, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 19, + "y": 1, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 1, + "y": 8, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 3, + "y": 9, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 5, + "y": 10, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 41, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 14, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 40, + "y": 104, + "w": 40, + "h": 52 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 51 + }, + "frame": { + "x": 81, + "y": 0, + "w": 41, + "h": 51 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 51 + }, + "frame": { + "x": 81, + "y": 0, + "w": 41, + "h": 51 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 41, + "h": 51 + }, + "frame": { + "x": 81, + "y": 0, + "w": 41, + "h": 51 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 122, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 122, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 122, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 15, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 81, + "y": 51, + "w": 40, + "h": 52 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 162, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 162, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 162, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 162, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 162, + "y": 0, + "w": 40, + "h": 52 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 121, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 10, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 121, + "y": 52, + "w": 40, + "h": 52 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 80, + "y": 103, + "w": 40, + "h": 52 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 80, + "y": 103, + "w": 40, + "h": 52 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 40, + "h": 52 + }, + "frame": { + "x": 80, + "y": 103, + "w": 40, + "h": 52 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 40, + "h": 51 + }, + "frame": { + "x": 80, + "y": 155, + "w": 40, + "h": 51 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 13, + "y": 0, + "w": 40, + "h": 51 + }, + "frame": { + "x": 80, + "y": 155, + "w": 40, + "h": 51 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 11, + "y": 0, + "w": 40, + "h": 51 + }, + "frame": { + "x": 80, + "y": 155, + "w": 40, + "h": 51 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 40, + "h": 51 + }, + "frame": { + "x": 80, + "y": 155, + "w": 40, + "h": 51 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 8, + "y": 12, + "w": 40, + "h": 51 + }, + "frame": { + "x": 161, + "y": 52, + "w": 40, + "h": 51 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 39, + "h": 52 + }, + "frame": { + "x": 161, + "y": 103, + "w": 39, + "h": 52 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 23, + "y": 6, + "w": 39, + "h": 52 + }, + "frame": { + "x": 161, + "y": 103, + "w": 39, + "h": 52 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 23, + "y": 5, + "w": 39, + "h": 52 + }, + "frame": { + "x": 161, + "y": 103, + "w": 39, + "h": 52 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 23, + "y": 4, + "w": 39, + "h": 52 + }, + "frame": { + "x": 161, + "y": 103, + "w": 39, + "h": 52 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 39, + "h": 52 + }, + "frame": { + "x": 120, + "y": 104, + "w": 39, + "h": 52 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 39, + "h": 52 + }, + "frame": { + "x": 120, + "y": 104, + "w": 39, + "h": 52 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 39, + "h": 52 + }, + "frame": { + "x": 120, + "y": 104, + "w": 39, + "h": 52 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 62, + "h": 63 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 39, + "h": 52 + }, + "frame": { + "x": 120, + "y": 104, + "w": 39, + "h": 52 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5109e2d98008959dcb3bda60014fd8cf:ea0b3f70a64f024805fdbdfb1f6a8e94:c97b4066ce946120141efa696168f735$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/351-sunny_3.png b/public/images/pokemon/variant/back/351-sunny_3.png new file mode 100644 index 00000000000..66f1536eb84 Binary files /dev/null and b/public/images/pokemon/variant/back/351-sunny_3.png differ diff --git a/public/images/pokemon/variant/back/351.json b/public/images/pokemon/variant/back/351.json new file mode 100644 index 00000000000..1e0c0e15946 --- /dev/null +++ b/public/images/pokemon/variant/back/351.json @@ -0,0 +1,24 @@ +{ + "1": { + "5a5252": "204a85", + "949494": "496c9a", + "e6dede": "9ec7dc", + "f7f7ef": "cfe1e7", + "000000": "000000", + "cebdbd": "6288a6", + "a59ca5": "6a0650", + "ffffff": "b12348", + "4a524a": "204a85" + }, + "2": { + "5a5252": "1f2c64", + "949494": "344372", + "e6dede": "6f86a4", + "f7f7ef": "a7bcd1", + "000000": "000000", + "cebdbd": "425a8a", + "a59ca5": "93290d", + "ffffff": "d87a26", + "4a524a": "1f2c64" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/382-primal.json b/public/images/pokemon/variant/back/382-primal.json new file mode 100644 index 00000000000..368d7a809f0 --- /dev/null +++ b/public/images/pokemon/variant/back/382-primal.json @@ -0,0 +1,36 @@ +{ + "1": { + "27245e": "d96714", + "74659d": "f3bb49", + "90a2c0": "eac3b9", + "d3e6f4": "f6e4e0", + "101010": "101010", + "e8e3e8": "fff7f4", + "373384": "f08d2a", + "7eaecc": "ff3200", + "a43162": "c62e22", + "fbec99": "e1ff9f", + "dabb92": "61d85d", + "f61010": "e1462c", + "417999": "c5253a", + "fadbb3": "a2ee62", + "34607a": "a30d25" + }, + "2": { + "27245e": "780613", + "74659d": "ea512b", + "90a2c0": "90a2c0", + "d3e6f4": "d3e6f4", + "101010": "101010", + "e8e3e8": "ffe9e6", + "373384": "a90e14", + "7eaecc": "ffc546", + "a43162": "4139d2", + "fbec99": "90ffde", + "dabb92": "195fb3", + "f61010": "4e61e7", + "417999": "ea7c18", + "fadbb3": "67a6f4", + "34607a": "be5809" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/382.json b/public/images/pokemon/variant/back/382.json new file mode 100644 index 00000000000..5bd9c3a9a7d --- /dev/null +++ b/public/images/pokemon/variant/back/382.json @@ -0,0 +1,34 @@ +{ + "1": { + "5a526b": "5a526b", + "dedede": "fff7f4", + "3a63b5": "f08d2a", + "101010": "101010", + "cebdce": "f6e4e0", + "5aa5ff": "ffc95c", + "4a84d6": "ffa938", + "313a73": "791309", + "295294": "d96714", + "9c8c94": "eac3b9", + "84ceff": "d2fffe", + "f71010": "ff3200", + "a53163": "cc4230", + "73293a": "a30d25" + }, + "2": { + "5a526b": "5a526b", + "dedede": "dedede", + "3a63b5": "a90e14", + "101010": "101010", + "cebdce": "d7bbd7", + "5aa5ff": "ea512b", + "4a84d6": "ce3118", + "313a73": "481021", + "295294": "6a0515", + "9c8c94": "ba9abc", + "84ceff": "ff8a5e", + "f71010": "ffc546", + "a53163": "ea7c18", + "73293a": "73293a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/383-primal.json b/public/images/pokemon/variant/back/383-primal.json new file mode 100644 index 00000000000..1cb9664651e --- /dev/null +++ b/public/images/pokemon/variant/back/383-primal.json @@ -0,0 +1,36 @@ +{ + "1": { + "000000": "000000", + "632329": "032a10", + "7e2d2d": "10371a", + "d5736d": "419e49", + "c92c33": "2b5b32", + "957346": "ff8571", + "f2d259": "ffd493", + "a03131": "135121", + "343434": "343434", + "695a5b": "695a5b", + "887981": "887981", + "f6e08c": "f6e08c", + "e0b2b2": "49c74f", + "bdbdd5": "bdbdd5", + "f2f2f2": "f2f2f2" + }, + "2": { + "000000": "000000", + "632329": "123953", + "7e2d2d": "20516c", + "d5736d": "4daab4", + "c92c33": "3e8b9f", + "957346": "61ee93", + "f2d259": "d2ff93", + "a03131": "2f6e85", + "343434": "2b3c4e", + "695a5b": "4e5169", + "887981": "777e95", + "f6e08c": "ebffb0", + "e0b2b2": "68cfd0", + "bdbdd5": "bdbdd5", + "f2f2f2": "f2f2f2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/383.json b/public/images/pokemon/variant/back/383.json new file mode 100644 index 00000000000..bfa8917302b --- /dev/null +++ b/public/images/pokemon/variant/back/383.json @@ -0,0 +1,19 @@ +{ + "2": { + "000000": "000000", + "7b2129": "123953", + "9c2929": "20516c", + "ff736b": "73e7e8", + "ff2129": "3e8b9f", + "bd3131": "2f6e85", + "3a3a3a": "2b3c4e", + "736363": "4e5169", + "ffffff": "e5fdff", + "bdbdd6": "bcdde4", + "9c6b31": "9c6b31", + "ffce31": "ffce31", + "94848c": "787f9d", + "ffbdbd": "68cfd0", + "ad9ca5": "ad9ca5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/383_2.json b/public/images/pokemon/variant/back/383_2.json new file mode 100644 index 00000000000..b6ae0ef1451 --- /dev/null +++ b/public/images/pokemon/variant/back/383_2.json @@ -0,0 +1,2624 @@ +{ + "textures": [ + { + "image": "383_2.png", + "format": "RGBA8888", + "size": { + "w": 601, + "h": 601 + }, + "scale": 1, + "frames": [ + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 75 + }, + "frame": { + "x": 0, + "y": 0, + "w": 88, + "h": 75 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 75 + }, + "frame": { + "x": 0, + "y": 0, + "w": 88, + "h": 75 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 88, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 88, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 0, + "y": 75, + "w": 86, + "h": 76 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 0, + "y": 75, + "w": 86, + "h": 76 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 174, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 174, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 260, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 260, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 346, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 346, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 86, + "h": 76 + }, + "frame": { + "x": 346, + "y": 0, + "w": 86, + "h": 76 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 88, + "h": 74 + }, + "frame": { + "x": 432, + "y": 0, + "w": 88, + "h": 74 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 88, + "h": 74 + }, + "frame": { + "x": 432, + "y": 0, + "w": 88, + "h": 74 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 88, + "h": 74 + }, + "frame": { + "x": 432, + "y": 0, + "w": 88, + "h": 74 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 81, + "h": 76 + }, + "frame": { + "x": 520, + "y": 0, + "w": 81, + "h": 76 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 81, + "h": 76 + }, + "frame": { + "x": 520, + "y": 0, + "w": 81, + "h": 76 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 81, + "h": 76 + }, + "frame": { + "x": 520, + "y": 0, + "w": 81, + "h": 76 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 432, + "y": 74, + "w": 85, + "h": 76 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 432, + "y": 74, + "w": 85, + "h": 76 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 432, + "y": 74, + "w": 85, + "h": 76 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 517, + "y": 76, + "w": 84, + "h": 76 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 86, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 86, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 86, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 0, + "y": 151, + "w": 85, + "h": 76 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 0, + "y": 151, + "w": 85, + "h": 76 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 0, + "y": 151, + "w": 85, + "h": 76 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 85, + "h": 76 + }, + "frame": { + "x": 171, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 85, + "h": 76 + }, + "frame": { + "x": 171, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 256, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 256, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 341, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 341, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 85, + "h": 76 + }, + "frame": { + "x": 341, + "y": 76, + "w": 85, + "h": 76 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 86, + "h": 75 + }, + "frame": { + "x": 426, + "y": 150, + "w": 86, + "h": 75 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 86, + "h": 75 + }, + "frame": { + "x": 426, + "y": 150, + "w": 86, + "h": 75 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 86, + "h": 75 + }, + "frame": { + "x": 512, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 86, + "h": 75 + }, + "frame": { + "x": 512, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 86, + "h": 75 + }, + "frame": { + "x": 85, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 86, + "h": 75 + }, + "frame": { + "x": 85, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 86, + "h": 75 + }, + "frame": { + "x": 85, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 86, + "h": 75 + }, + "frame": { + "x": 171, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 86, + "h": 75 + }, + "frame": { + "x": 171, + "y": 152, + "w": 86, + "h": 75 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 84, + "h": 76 + }, + "frame": { + "x": 257, + "y": 152, + "w": 84, + "h": 76 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 84, + "h": 76 + }, + "frame": { + "x": 257, + "y": 152, + "w": 84, + "h": 76 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 341, + "y": 152, + "w": 84, + "h": 76 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 341, + "y": 152, + "w": 84, + "h": 76 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 425, + "y": 225, + "w": 84, + "h": 76 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 425, + "y": 225, + "w": 84, + "h": 76 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 509, + "y": 227, + "w": 84, + "h": 76 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 509, + "y": 227, + "w": 84, + "h": 76 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 0, + "y": 227, + "w": 84, + "h": 76 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 84, + "h": 76 + }, + "frame": { + "x": 0, + "y": 227, + "w": 84, + "h": 76 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 85, + "h": 75 + }, + "frame": { + "x": 84, + "y": 227, + "w": 85, + "h": 75 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 85, + "h": 75 + }, + "frame": { + "x": 84, + "y": 227, + "w": 85, + "h": 75 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 85, + "h": 75 + }, + "frame": { + "x": 169, + "y": 227, + "w": 85, + "h": 75 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 85, + "h": 75 + }, + "frame": { + "x": 169, + "y": 227, + "w": 85, + "h": 75 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 85, + "h": 75 + }, + "frame": { + "x": 169, + "y": 227, + "w": 85, + "h": 75 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 72 + }, + "frame": { + "x": 254, + "y": 228, + "w": 88, + "h": 72 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 72 + }, + "frame": { + "x": 254, + "y": 228, + "w": 88, + "h": 72 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 342, + "y": 228, + "w": 83, + "h": 76 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 342, + "y": 228, + "w": 83, + "h": 76 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 425, + "y": 301, + "w": 83, + "h": 76 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 425, + "y": 301, + "w": 83, + "h": 76 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 254, + "y": 300, + "w": 83, + "h": 76 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 254, + "y": 300, + "w": 83, + "h": 76 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 254, + "y": 300, + "w": 83, + "h": 76 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 337, + "y": 304, + "w": 83, + "h": 76 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 337, + "y": 304, + "w": 83, + "h": 76 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 508, + "y": 303, + "w": 83, + "h": 76 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 508, + "y": 303, + "w": 83, + "h": 76 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 83, + "h": 76 + }, + "frame": { + "x": 420, + "y": 377, + "w": 83, + "h": 76 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 83, + "h": 76 + }, + "frame": { + "x": 420, + "y": 377, + "w": 83, + "h": 76 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 503, + "y": 379, + "w": 83, + "h": 76 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 503, + "y": 379, + "w": 83, + "h": 76 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 83, + "h": 76 + }, + "frame": { + "x": 503, + "y": 379, + "w": 83, + "h": 76 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 84, + "y": 302, + "w": 84, + "h": 75 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 84, + "y": 302, + "w": 84, + "h": 75 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 84, + "y": 302, + "w": 84, + "h": 75 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 84, + "h": 75 + }, + "frame": { + "x": 0, + "y": 303, + "w": 84, + "h": 75 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 84, + "h": 75 + }, + "frame": { + "x": 0, + "y": 303, + "w": 84, + "h": 75 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 84, + "h": 75 + }, + "frame": { + "x": 168, + "y": 302, + "w": 84, + "h": 75 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 84, + "h": 75 + }, + "frame": { + "x": 168, + "y": 302, + "w": 84, + "h": 75 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 84, + "h": 75 + }, + "frame": { + "x": 252, + "y": 376, + "w": 84, + "h": 75 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 84, + "h": 75 + }, + "frame": { + "x": 252, + "y": 376, + "w": 84, + "h": 75 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 84, + "h": 75 + }, + "frame": { + "x": 252, + "y": 376, + "w": 84, + "h": 75 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 336, + "y": 380, + "w": 84, + "h": 75 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 336, + "y": 380, + "w": 84, + "h": 75 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 83, + "h": 75 + }, + "frame": { + "x": 420, + "y": 453, + "w": 83, + "h": 75 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 83, + "h": 75 + }, + "frame": { + "x": 420, + "y": 453, + "w": 83, + "h": 75 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 83, + "h": 75 + }, + "frame": { + "x": 420, + "y": 453, + "w": 83, + "h": 75 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 503, + "y": 455, + "w": 84, + "h": 75 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 503, + "y": 455, + "w": 84, + "h": 75 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 84, + "h": 75 + }, + "frame": { + "x": 503, + "y": 455, + "w": 84, + "h": 75 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 85, + "h": 74 + }, + "frame": { + "x": 84, + "y": 377, + "w": 85, + "h": 74 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 85, + "h": 74 + }, + "frame": { + "x": 84, + "y": 377, + "w": 85, + "h": 74 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 83, + "h": 75 + }, + "frame": { + "x": 169, + "y": 377, + "w": 83, + "h": 75 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 2, + "w": 83, + "h": 75 + }, + "frame": { + "x": 169, + "y": 377, + "w": 83, + "h": 75 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 83, + "h": 75 + }, + "frame": { + "x": 252, + "y": 451, + "w": 83, + "h": 75 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 83, + "h": 75 + }, + "frame": { + "x": 252, + "y": 451, + "w": 83, + "h": 75 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 83, + "h": 75 + }, + "frame": { + "x": 335, + "y": 455, + "w": 83, + "h": 75 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 83, + "h": 75 + }, + "frame": { + "x": 335, + "y": 455, + "w": 83, + "h": 75 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 83, + "h": 75 + }, + "frame": { + "x": 335, + "y": 455, + "w": 83, + "h": 75 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 83, + "h": 75 + }, + "frame": { + "x": 0, + "y": 378, + "w": 83, + "h": 75 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 83, + "h": 75 + }, + "frame": { + "x": 0, + "y": 378, + "w": 83, + "h": 75 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 82, + "h": 75 + }, + "frame": { + "x": 83, + "y": 451, + "w": 82, + "h": 75 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 82, + "h": 75 + }, + "frame": { + "x": 83, + "y": 451, + "w": 82, + "h": 75 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 82, + "h": 75 + }, + "frame": { + "x": 0, + "y": 453, + "w": 82, + "h": 75 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 82, + "h": 75 + }, + "frame": { + "x": 0, + "y": 453, + "w": 82, + "h": 75 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 81, + "h": 75 + }, + "frame": { + "x": 165, + "y": 452, + "w": 81, + "h": 75 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 81, + "h": 75 + }, + "frame": { + "x": 165, + "y": 452, + "w": 81, + "h": 75 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 81, + "h": 75 + }, + "frame": { + "x": 82, + "y": 526, + "w": 81, + "h": 75 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 81, + "h": 75 + }, + "frame": { + "x": 82, + "y": 526, + "w": 81, + "h": 75 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 81, + "h": 75 + }, + "frame": { + "x": 82, + "y": 526, + "w": 81, + "h": 75 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 81, + "h": 75 + }, + "frame": { + "x": 246, + "y": 526, + "w": 81, + "h": 75 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 79 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 81, + "h": 75 + }, + "frame": { + "x": 246, + "y": 526, + "w": 81, + "h": 75 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:fa85825bf3a308f9d3d753c76d39547b:70caae9f025b69568d20d87188d3bb18:73463548017978a1367f37973f137e46$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/383_2.png b/public/images/pokemon/variant/back/383_2.png new file mode 100644 index 00000000000..aea0b02b481 Binary files /dev/null and b/public/images/pokemon/variant/back/383_2.png differ diff --git a/public/images/pokemon/variant/back/399.json b/public/images/pokemon/variant/back/399.json index c96f47de375..86398cd680e 100644 --- a/public/images/pokemon/variant/back/399.json +++ b/public/images/pokemon/variant/back/399.json @@ -6,6 +6,6 @@ "101010": "101010", "423110": "0e1831", "cebd84": "8497ce", - "5a4229": "5a4229" + "5a4229": "42295a" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/4077.json b/public/images/pokemon/variant/back/4077.json new file mode 100644 index 00000000000..5043570356c --- /dev/null +++ b/public/images/pokemon/variant/back/4077.json @@ -0,0 +1,32 @@ +{ + "1": { + "64c2d7": "e5992d", + "8e39c1": "990c00", + "80fffc": "ffe14c", + "1577c8": "cc5114", + "de9fff": "ff884c", + "c973e6": "cc4328", + "646357": "192666", + "ffffe3": "8cd8ff", + "101010": "101010", + "ded5ae": "5b93cc", + "a3a49f": "355699", + "59237e": "312c49", + "78499b": "514766" + }, + "2": { + "64c2d7": "cc1e83", + "8e39c1": "161f4c", + "80fffc": "ff3f92", + "1577c8": "990774", + "de9fff": "483e7c", + "c973e6": "282866", + "646357": "361e66", + "ffffe3": "ff99dd", + "101010": "101010", + "ded5ae": "cc66cc", + "a3a49f": "7a3d99", + "59237e": "312c49", + "78499b": "514766" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/4078.json b/public/images/pokemon/variant/back/4078.json new file mode 100644 index 00000000000..a47536e3a51 --- /dev/null +++ b/public/images/pokemon/variant/back/4078.json @@ -0,0 +1,36 @@ +{ + "1": { + "44bf75": "cc9470", + "2b3055": "2b3055", + "85fabf": "ffd9a5", + "737ba4": "514766", + "109865": "995944", + "ffffe3": "8cd8ff", + "8e38c1": "990c00", + "de9fff": "ff884c", + "c566e3": "cc4328", + "0c0c0c": "0c0c0c", + "414a83": "312c49", + "ded5ae": "5b93cc", + "636357": "192666", + "b1ab8b": "355699", + "4ed68b": "ffd9a5" + }, + "2": { + "44bf75": "cc1e4c", + "2b3055": "2b3055", + "85fabf": "ff3255", + "737ba4": "514766", + "109865": "990f3d", + "ffffe3": "ff99dd", + "8e38c1": "161f4c", + "de9fff": "483e7c", + "c566e3": "282866", + "0c0c0c": "0c0c0c", + "414a83": "312c49", + "ded5ae": "cc66cc", + "636357": "361e66", + "b1ab8b": "7a3d99", + "4ed68b": "ff3255" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/41.json b/public/images/pokemon/variant/back/41.json new file mode 100644 index 00000000000..6a75080db16 --- /dev/null +++ b/public/images/pokemon/variant/back/41.json @@ -0,0 +1,38 @@ +{ + "0": { + "101010": "101010", + "8cb5ef": "6569c0", + "4a427b": "142557", + "637bb5": "323f81", + "73215a": "196297", + "b5529c": "61b6da", + "bdceff": "959ee9", + "ffffff": "ffffff", + "636363": "636363", + "d6d6d6": "d6d6d6" + }, + "1": { + "101010": "101010", + "8cb5ef": "205182", + "4a427b": "14093b", + "637bb5": "12325c", + "73215a": "b6591e", + "b5529c": "d58e41", + "bdceff": "868ecc", + "ffffff": "ffffff", + "636363": "636363", + "d6d6d6": "d6d6d6" + }, + "2": { + "101010": "101010", + "8cb5ef": "c1aec0", + "4a427b": "4d3259", + "637bb5": "866881", + "73215a": "670f10", + "b5529c": "94241c", + "bdceff": "dfcddd", + "ffffff": "ffffff", + "636363": "636363", + "d6d6d6": "d6d6d6" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/42.json b/public/images/pokemon/variant/back/42.json new file mode 100644 index 00000000000..54417a7af59 --- /dev/null +++ b/public/images/pokemon/variant/back/42.json @@ -0,0 +1,35 @@ +{ + "0": { + "3a3a7b": "142557", + "6384ce": "323f81", + "adceff": "99a3ee", + "5aadef": "6265b4", + "631052": "093263", + "000000": "000000", + "ce6bb5": "61b6da", + "ad52ad": "348cc1", + "943a7b": "348cc1" + }, + "1": { + "3a3a7b": "14093b", + "6384ce": "12245c", + "adceff": "3c74b1", + "5aadef": "204882", + "631052": "892d03", + "000000": "000000", + "ce6bb5": "f1a139", + "ad52ad": "d5711b", + "943a7b": "af4e0c" + }, + "2": { + "3a3a7b": "584055", + "6384ce": "866881", + "adceff": "dfcddd", + "5aadef": "c1aec0", + "631052": "54070c", + "000000": "000000", + "ce6bb5": "bc3b1d", + "ad52ad": "94241c", + "943a7b": "670f10" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/426.json b/public/images/pokemon/variant/back/426.json index 15f790b4a72..2614d684621 100644 --- a/public/images/pokemon/variant/back/426.json +++ b/public/images/pokemon/variant/back/426.json @@ -15,5 +15,22 @@ "d6b5ff": "9cbddf", "943a5a": "6fab4e", "e64a52": "94ef89" + }, + "2": { + "c5c5e6": "7ca786", + "5a5a63": "536661", + "ffffff": "b0d1b8", + "101010": "101010", + "8452ad": "9fa994", + "5a427b": "686458", + "9c73de": "d1d1b8", + "423a5a": "42382c", + "63523a": "3c171d", + "a584c5": "cad8db", + "ffde08": "c71b1b", + "bd9c00": "911c22", + "d6b5ff": "dff5ef", + "943a5a": "97ab4a", + "e64a52": "efef71" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/458_2.json b/public/images/pokemon/variant/back/458_2.json new file mode 100644 index 00000000000..8f100beeaf3 --- /dev/null +++ b/public/images/pokemon/variant/back/458_2.json @@ -0,0 +1,2036 @@ +{ + "textures": [ + { + "image": "458_2.png", + "format": "RGBA8888", + "size": { + "w": 402, + "h": 402 + }, + "scale": 1, + "frames": [ + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 62, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 62, + "h": 52 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 62, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 62, + "h": 52 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 60, + "h": 53 + }, + "frame": { + "x": 62, + "y": 0, + "w": 60, + "h": 53 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 60, + "h": 53 + }, + "frame": { + "x": 62, + "y": 0, + "w": 60, + "h": 53 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 61, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 61, + "h": 52 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 61, + "h": 52 + }, + "frame": { + "x": 122, + "y": 0, + "w": 61, + "h": 52 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 59, + "h": 53 + }, + "frame": { + "x": 0, + "y": 156, + "w": 59, + "h": 53 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 59, + "h": 53 + }, + "frame": { + "x": 0, + "y": 156, + "w": 59, + "h": 53 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 52 + }, + "frame": { + "x": 183, + "y": 0, + "w": 60, + "h": 52 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 61, + "h": 51 + }, + "frame": { + "x": 243, + "y": 0, + "w": 61, + "h": 51 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 304, + "y": 0, + "w": 61, + "h": 51 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 61, + "y": 104, + "w": 61, + "h": 51 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 60, + "h": 52 + }, + "frame": { + "x": 122, + "y": 52, + "w": 60, + "h": 52 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 60, + "h": 52 + }, + "frame": { + "x": 182, + "y": 52, + "w": 60, + "h": 52 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 122, + "y": 104, + "w": 61, + "h": 51 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 60, + "h": 52 + }, + "frame": { + "x": 0, + "y": 209, + "w": 60, + "h": 52 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 312, + "w": 60, + "h": 51 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 2, + "w": 59, + "h": 51 + }, + "frame": { + "x": 183, + "y": 104, + "w": 59, + "h": 51 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 2, + "w": 59, + "h": 51 + }, + "frame": { + "x": 183, + "y": 104, + "w": 59, + "h": 51 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 61, + "h": 50 + }, + "frame": { + "x": 304, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 242, + "y": 101, + "w": 61, + "h": 51 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 61, + "h": 51 + }, + "frame": { + "x": 303, + "y": 101, + "w": 61, + "h": 51 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 61, + "h": 50 + }, + "frame": { + "x": 242, + "y": 152, + "w": 61, + "h": 50 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 61, + "h": 50 + }, + "frame": { + "x": 303, + "y": 152, + "w": 61, + "h": 50 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 61, + "h": 50 + }, + "frame": { + "x": 61, + "y": 155, + "w": 61, + "h": 50 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 61, + "h": 51 + }, + "frame": { + "x": 122, + "y": 155, + "w": 61, + "h": 51 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 8, + "w": 59, + "h": 52 + }, + "frame": { + "x": 183, + "y": 155, + "w": 59, + "h": 52 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 61, + "h": 51 + }, + "frame": { + "x": 60, + "y": 205, + "w": 61, + "h": 51 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 61, + "h": 51 + }, + "frame": { + "x": 60, + "y": 256, + "w": 61, + "h": 51 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 60, + "h": 51 + }, + "frame": { + "x": 60, + "y": 307, + "w": 60, + "h": 51 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 60, + "h": 50 + }, + "frame": { + "x": 121, + "y": 206, + "w": 60, + "h": 50 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 60, + "h": 50 + }, + "frame": { + "x": 121, + "y": 206, + "w": 60, + "h": 50 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 60, + "h": 50 + }, + "frame": { + "x": 121, + "y": 256, + "w": 60, + "h": 50 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 8, + "w": 60, + "h": 50 + }, + "frame": { + "x": 181, + "y": 207, + "w": 60, + "h": 50 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 9, + "w": 60, + "h": 49 + }, + "frame": { + "x": 181, + "y": 257, + "w": 60, + "h": 49 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 60, + "h": 50 + }, + "frame": { + "x": 242, + "y": 202, + "w": 60, + "h": 50 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 60, + "h": 50 + }, + "frame": { + "x": 302, + "y": 202, + "w": 60, + "h": 50 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 8, + "w": 60, + "h": 50 + }, + "frame": { + "x": 241, + "y": 252, + "w": 60, + "h": 50 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 51 + }, + "frame": { + "x": 120, + "y": 351, + "w": 58, + "h": 51 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 51 + }, + "frame": { + "x": 120, + "y": 351, + "w": 58, + "h": 51 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 57, + "h": 51 + }, + "frame": { + "x": 178, + "y": 351, + "w": 57, + "h": 51 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 57, + "h": 51 + }, + "frame": { + "x": 178, + "y": 351, + "w": 57, + "h": 51 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:040efbfdfe275601217923356a72aa63:79ddc6bd3e17eb2df672a91aabf0ce6e:ac8a9e740b31e809a13ad029feba3007$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/458_2.png b/public/images/pokemon/variant/back/458_2.png new file mode 100644 index 00000000000..5c1db97b56d Binary files /dev/null and b/public/images/pokemon/variant/back/458_2.png differ diff --git a/public/images/pokemon/variant/back/458_3.json b/public/images/pokemon/variant/back/458_3.json new file mode 100644 index 00000000000..b2bf4473c50 --- /dev/null +++ b/public/images/pokemon/variant/back/458_3.json @@ -0,0 +1,2036 @@ +{ + "textures": [ + { + "image": "458_3.png", + "format": "RGBA8888", + "size": { + "w": 402, + "h": 402 + }, + "scale": 1, + "frames": [ + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 62, + "h": 52 + }, + "frame": { + "x": 0, + "y": 0, + "w": 62, + "h": 52 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 62, + "h": 52 + }, + "frame": { + "x": 0, + "y": 52, + "w": 62, + "h": 52 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 60, + "h": 53 + }, + "frame": { + "x": 62, + "y": 0, + "w": 60, + "h": 53 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 60, + "h": 53 + }, + "frame": { + "x": 62, + "y": 0, + "w": 60, + "h": 53 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 61, + "h": 52 + }, + "frame": { + "x": 0, + "y": 104, + "w": 61, + "h": 52 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 61, + "h": 52 + }, + "frame": { + "x": 122, + "y": 0, + "w": 61, + "h": 52 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 59, + "h": 53 + }, + "frame": { + "x": 0, + "y": 156, + "w": 59, + "h": 53 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 59, + "h": 53 + }, + "frame": { + "x": 0, + "y": 156, + "w": 59, + "h": 53 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 52 + }, + "frame": { + "x": 183, + "y": 0, + "w": 60, + "h": 52 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 61, + "h": 51 + }, + "frame": { + "x": 243, + "y": 0, + "w": 61, + "h": 51 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 304, + "y": 0, + "w": 61, + "h": 51 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 62, + "y": 53, + "w": 60, + "h": 51 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 61, + "y": 104, + "w": 61, + "h": 51 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 60, + "h": 52 + }, + "frame": { + "x": 122, + "y": 52, + "w": 60, + "h": 52 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 60, + "h": 52 + }, + "frame": { + "x": 182, + "y": 52, + "w": 60, + "h": 52 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 122, + "y": 104, + "w": 61, + "h": 51 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 60, + "h": 52 + }, + "frame": { + "x": 0, + "y": 209, + "w": 60, + "h": 52 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 261, + "w": 60, + "h": 51 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 60, + "h": 51 + }, + "frame": { + "x": 0, + "y": 312, + "w": 60, + "h": 51 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 2, + "w": 59, + "h": 51 + }, + "frame": { + "x": 183, + "y": 104, + "w": 59, + "h": 51 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 2, + "w": 59, + "h": 51 + }, + "frame": { + "x": 183, + "y": 104, + "w": 59, + "h": 51 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 5, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 61, + "h": 50 + }, + "frame": { + "x": 243, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 61, + "h": 50 + }, + "frame": { + "x": 304, + "y": 51, + "w": 61, + "h": 50 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 61, + "h": 51 + }, + "frame": { + "x": 242, + "y": 101, + "w": 61, + "h": 51 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 61, + "h": 51 + }, + "frame": { + "x": 303, + "y": 101, + "w": 61, + "h": 51 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 61, + "h": 50 + }, + "frame": { + "x": 242, + "y": 152, + "w": 61, + "h": 50 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 61, + "h": 50 + }, + "frame": { + "x": 303, + "y": 152, + "w": 61, + "h": 50 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 61, + "h": 50 + }, + "frame": { + "x": 61, + "y": 155, + "w": 61, + "h": 50 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 61, + "h": 51 + }, + "frame": { + "x": 122, + "y": 155, + "w": 61, + "h": 51 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 8, + "w": 59, + "h": 52 + }, + "frame": { + "x": 183, + "y": 155, + "w": 59, + "h": 52 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 61, + "h": 51 + }, + "frame": { + "x": 60, + "y": 205, + "w": 61, + "h": 51 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 61, + "h": 51 + }, + "frame": { + "x": 60, + "y": 256, + "w": 61, + "h": 51 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 60, + "h": 51 + }, + "frame": { + "x": 60, + "y": 307, + "w": 60, + "h": 51 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 60, + "h": 50 + }, + "frame": { + "x": 121, + "y": 206, + "w": 60, + "h": 50 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 60, + "h": 50 + }, + "frame": { + "x": 121, + "y": 206, + "w": 60, + "h": 50 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 8, + "w": 60, + "h": 50 + }, + "frame": { + "x": 121, + "y": 256, + "w": 60, + "h": 50 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 8, + "w": 60, + "h": 50 + }, + "frame": { + "x": 181, + "y": 207, + "w": 60, + "h": 50 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 5, + "y": 9, + "w": 60, + "h": 49 + }, + "frame": { + "x": 181, + "y": 257, + "w": 60, + "h": 49 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 60, + "h": 50 + }, + "frame": { + "x": 242, + "y": 202, + "w": 60, + "h": 50 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 60, + "h": 50 + }, + "frame": { + "x": 302, + "y": 202, + "w": 60, + "h": 50 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 8, + "w": 60, + "h": 50 + }, + "frame": { + "x": 241, + "y": 252, + "w": 60, + "h": 50 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 59, + "h": 50 + }, + "frame": { + "x": 301, + "y": 252, + "w": 59, + "h": 50 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 0, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 59, + "h": 49 + }, + "frame": { + "x": 241, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 59, + "h": 49 + }, + "frame": { + "x": 300, + "y": 302, + "w": 59, + "h": 49 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 51 + }, + "frame": { + "x": 120, + "y": 351, + "w": 58, + "h": 51 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 51 + }, + "frame": { + "x": 120, + "y": 351, + "w": 58, + "h": 51 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 57, + "h": 51 + }, + "frame": { + "x": 178, + "y": 351, + "w": 57, + "h": 51 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 57, + "h": 51 + }, + "frame": { + "x": 178, + "y": 351, + "w": 57, + "h": 51 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 1, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 69, + "h": 60 + }, + "spriteSourceSize": { + "x": 4, + "y": 7, + "w": 59, + "h": 50 + }, + "frame": { + "x": 235, + "y": 351, + "w": 59, + "h": 50 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:040efbfdfe275601217923356a72aa63:79ddc6bd3e17eb2df672a91aabf0ce6e:ac8a9e740b31e809a13ad029feba3007$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/458_3.png b/public/images/pokemon/variant/back/458_3.png new file mode 100644 index 00000000000..7cf9d011c04 Binary files /dev/null and b/public/images/pokemon/variant/back/458_3.png differ diff --git a/public/images/pokemon/variant/back/480.json b/public/images/pokemon/variant/back/480.json new file mode 100644 index 00000000000..c8b2594016b --- /dev/null +++ b/public/images/pokemon/variant/back/480.json @@ -0,0 +1,35 @@ +{ + "0": { + "101010": "101010", + "f7c573": "e8824f", + "ad8c42": "ba5327", + "735a42": "86340d", + "424242": "542416", + "7b7394": "8e523a", + "b5cef7": "f2cbb0", + "949cc5": "d49472", + "ad4242": "e141ed" + }, + "1": { + "101010": "101010", + "f7c573": "3675ba", + "ad8c42": "1e4891", + "735a42": "0b1f51", + "424242": "162460", + "7b7394": "425db2", + "b5cef7": "86adee", + "949cc5": "6085d4", + "ad4242": "ffbd73" + }, + "2": { + "101010": "101010", + "f7c573": "4d967d", + "ad8c42": "24594a", + "735a42": "123723", + "424242": "47684e", + "7b7394": "698c70", + "b5cef7": "d4e4d5", + "949cc5": "a5bca8", + "ad4242": "c45cec" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/481.json b/public/images/pokemon/variant/back/481.json new file mode 100644 index 00000000000..cbaa6c1597b --- /dev/null +++ b/public/images/pokemon/variant/back/481.json @@ -0,0 +1,35 @@ +{ + "0": { + "84426b": "691149", + "b55284": "93397b", + "ef73ad": "b35596", + "101010": "101010", + "7b7394": "8d4275", + "949cc5": "d295b9", + "424242": "591c4b", + "b5cef7": "fbc8e1", + "ef4242": "f68e37" + }, + "1": { + "84426b": "371959", + "b55284": "59367e", + "ef73ad": "785194", + "101010": "101010", + "7b7394": "6b4b75", + "949cc5": "b89cbb", + "424242": "51385c", + "b5cef7": "e7d6ea", + "ef4242": "28c75c" + }, + "2": { + "84426b": "813401", + "b55284": "c76e1e", + "ef73ad": "e2a21b", + "101010": "101010", + "7b7394": "896149", + "949cc5": "c5ac94", + "424242": "633826", + "b5cef7": "f7e0b5", + "ef4242": "ef4242" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/482.json b/public/images/pokemon/variant/back/482.json new file mode 100644 index 00000000000..ef599ca2581 --- /dev/null +++ b/public/images/pokemon/variant/back/482.json @@ -0,0 +1,35 @@ +{ + "0": { + "101010": "101010", + "3a4a73": "03436b", + "5a94c5": "27bac2", + "426394": "0f7293", + "424242": "293e77", + "7b7394": "5d7cad", + "b5cef7": "c5e1ef", + "949cc5": "86abcc", + "ad4242": "7c1caa" + }, + "1": { + "101010": "101010", + "3a4a73": "23472c", + "5a94c5": "488356", + "426394": "32613b", + "424242": "2f5058", + "7b7394": "5d8e91", + "b5cef7": "b5f7df", + "949cc5": "7ab5ad", + "ad4242": "d26725" + }, + "2": { + "101010": "101010", + "3a4a73": "62114e", + "5a94c5": "ce569c", + "426394": "a4327e", + "424242": "573d79", + "7b7394": "8967a7", + "b5cef7": "dbc6e6", + "949cc5": "ae8bc7", + "ad4242": "cb901d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/485.json b/public/images/pokemon/variant/back/485.json new file mode 100644 index 00000000000..3eb9d2f0d0f --- /dev/null +++ b/public/images/pokemon/variant/back/485.json @@ -0,0 +1,30 @@ +{ + "1": { + "5a3131": "313f5a", + "ad5a42": "4266ad", + "737373": "737373", + "191919": "2f2f2f", + "84425a": "425884", + "c5c5c5": "e3e3e3", + "e6e6ef": "ffffff", + "ce8429": "29ce5a", + "ffa510": "10ff6b", + "525252": "767676", + "949494": "bfa9a9", + "3a3a3a": "3a3a3a" + }, + "2": { + "5a3131": "462151", + "ad5a42": "7836a7", + "737373": "737373", + "191919": "191919", + "84425a": "633372", + "c5c5c5": "949494", + "e6e6ef": "b0b0b0", + "ce8429": "ce2988", + "ffa510": "f110ff", + "525252": "514949", + "949494": "636363", + "3a3a3a": "3a3a3a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/562.json b/public/images/pokemon/variant/back/562.json new file mode 100644 index 00000000000..2b3efcc8f2c --- /dev/null +++ b/public/images/pokemon/variant/back/562.json @@ -0,0 +1,28 @@ +{ + "1": { + "313131": "741136", + "525252": "a63051", + "101010": "101010", + "ad0000": "4fe0b6", + "ff0000": "a0f7ff", + "5a0000": "5a0000", + "ce8410": "90493f", + "f7ad29": "ae6a5d", + "8c5a21": "551f1d", + "ffde7b": "d29887", + "dedede": "dedede" + }, + "2": { + "313131": "2a895c", + "525252": "49bc7a", + "101010": "101010", + "ad0000": "b48bb5", + "ff0000": "dbbdcf", + "5a0000": "955b85", + "ce8410": "a6935a", + "f7ad29": "d9e878", + "8c5a21": "64471e", + "ffde7b": "e4f49e", + "dedede": "dedede" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/563.json b/public/images/pokemon/variant/back/563.json new file mode 100644 index 00000000000..022c7bb0c47 --- /dev/null +++ b/public/images/pokemon/variant/back/563.json @@ -0,0 +1,24 @@ +{ + "1": { + "3a3a42": "a40e38", + "101010": "101010", + "294a4a": "101838", + "3194ad": "38478c", + "216b7b": "242b71", + "6b5a21": "684327", + "ffbd31": "d29887", + "ffffff": "e4d8ff", + "b58431": "8c6742" + }, + "2": { + "3a3a42": "3ce483", + "101010": "101010", + "294a4a": "591105", + "3194ad": "e03241", + "216b7b": "81280f", + "6b5a21": "74350f", + "ffbd31": "d9e878", + "ffffff": "f7ffdb", + "b58431": "a77619" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/592.json b/public/images/pokemon/variant/back/592.json new file mode 100644 index 00000000000..802e143bd11 --- /dev/null +++ b/public/images/pokemon/variant/back/592.json @@ -0,0 +1,11 @@ +{ + "1": { + "3a5a6b": "933b94", + "101010": "101010", + "d6e6ff": "fee8ff", + "5aa5c5": "c35ec7", + "b5c5e6": "e3b8ec", + "84d6ff": "ef94eb", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/592_3.json b/public/images/pokemon/variant/back/592_3.json new file mode 100644 index 00000000000..af7c2640cea --- /dev/null +++ b/public/images/pokemon/variant/back/592_3.json @@ -0,0 +1,3527 @@ +{ + "textures": [ + { + "image": "592_3.png", + "format": "RGBA8888", + "size": { + "w": 437, + "h": 437 + }, + "scale": 1, + "frames": [ + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 66, + "h": 54 + }, + "frame": { + "x": 0, + "y": 0, + "w": 66, + "h": 54 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 66, + "h": 54 + }, + "frame": { + "x": 0, + "y": 0, + "w": 66, + "h": 54 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 66, + "h": 54 + }, + "frame": { + "x": 0, + "y": 0, + "w": 66, + "h": 54 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 66, + "h": 54 + }, + "frame": { + "x": 0, + "y": 0, + "w": 66, + "h": 54 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 66, + "h": 54 + }, + "frame": { + "x": 0, + "y": 0, + "w": 66, + "h": 54 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 18, + "w": 66, + "h": 54 + }, + "frame": { + "x": 0, + "y": 0, + "w": 66, + "h": 54 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 55 + }, + "frame": { + "x": 66, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 55 + }, + "frame": { + "x": 66, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 55 + }, + "frame": { + "x": 66, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 55 + }, + "frame": { + "x": 66, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 55 + }, + "frame": { + "x": 66, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 132, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 132, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 132, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 132, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 198, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 198, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 198, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 198, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 16, + "w": 66, + "h": 55 + }, + "frame": { + "x": 198, + "y": 0, + "w": 66, + "h": 55 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 56 + }, + "frame": { + "x": 264, + "y": 0, + "w": 65, + "h": 56 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 56 + }, + "frame": { + "x": 264, + "y": 0, + "w": 65, + "h": 56 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 56 + }, + "frame": { + "x": 264, + "y": 0, + "w": 65, + "h": 56 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 56 + }, + "frame": { + "x": 264, + "y": 0, + "w": 65, + "h": 56 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 56 + }, + "frame": { + "x": 264, + "y": 0, + "w": 65, + "h": 56 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 65, + "h": 56 + }, + "frame": { + "x": 264, + "y": 0, + "w": 65, + "h": 56 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 56 + }, + "frame": { + "x": 329, + "y": 0, + "w": 66, + "h": 56 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 56 + }, + "frame": { + "x": 329, + "y": 0, + "w": 66, + "h": 56 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 56 + }, + "frame": { + "x": 329, + "y": 0, + "w": 66, + "h": 56 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 15, + "w": 66, + "h": 56 + }, + "frame": { + "x": 329, + "y": 0, + "w": 66, + "h": 56 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 12, + "w": 63, + "h": 57 + }, + "frame": { + "x": 0, + "y": 54, + "w": 63, + "h": 57 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 12, + "w": 63, + "h": 57 + }, + "frame": { + "x": 0, + "y": 54, + "w": 63, + "h": 57 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 12, + "w": 63, + "h": 57 + }, + "frame": { + "x": 0, + "y": 54, + "w": 63, + "h": 57 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 12, + "w": 63, + "h": 57 + }, + "frame": { + "x": 0, + "y": 54, + "w": 63, + "h": 57 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 12, + "w": 63, + "h": 57 + }, + "frame": { + "x": 0, + "y": 54, + "w": 63, + "h": 57 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 63, + "y": 55, + "w": 64, + "h": 57 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 63, + "y": 55, + "w": 64, + "h": 57 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 63, + "y": 55, + "w": 64, + "h": 57 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 57 + }, + "frame": { + "x": 63, + "y": 55, + "w": 64, + "h": 57 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 56, + "h": 57 + }, + "frame": { + "x": 127, + "y": 55, + "w": 56, + "h": 57 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 66, + "h": 58 + }, + "frame": { + "x": 183, + "y": 55, + "w": 66, + "h": 58 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 66, + "h": 58 + }, + "frame": { + "x": 183, + "y": 55, + "w": 66, + "h": 58 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 66, + "h": 58 + }, + "frame": { + "x": 183, + "y": 55, + "w": 66, + "h": 58 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 66, + "h": 58 + }, + "frame": { + "x": 183, + "y": 55, + "w": 66, + "h": 58 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 66, + "h": 58 + }, + "frame": { + "x": 183, + "y": 55, + "w": 66, + "h": 58 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 0, + "y": 14, + "w": 66, + "h": 58 + }, + "frame": { + "x": 183, + "y": 55, + "w": 66, + "h": 58 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 57, + "h": 58 + }, + "frame": { + "x": 249, + "y": 56, + "w": 57, + "h": 58 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 57, + "h": 58 + }, + "frame": { + "x": 249, + "y": 56, + "w": 57, + "h": 58 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 306, + "y": 56, + "w": 63, + "h": 59 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 306, + "y": 56, + "w": 63, + "h": 59 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 306, + "y": 56, + "w": 63, + "h": 59 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 306, + "y": 56, + "w": 63, + "h": 59 + } + }, + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 306, + "y": 56, + "w": 63, + "h": 59 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 11, + "w": 63, + "h": 59 + }, + "frame": { + "x": 306, + "y": 56, + "w": 63, + "h": 59 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 59 + }, + "frame": { + "x": 369, + "y": 56, + "w": 64, + "h": 59 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 59 + }, + "frame": { + "x": 369, + "y": 56, + "w": 64, + "h": 59 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 59 + }, + "frame": { + "x": 369, + "y": 56, + "w": 64, + "h": 59 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 59 + }, + "frame": { + "x": 369, + "y": 56, + "w": 64, + "h": 59 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 13, + "w": 64, + "h": 59 + }, + "frame": { + "x": 369, + "y": 56, + "w": 64, + "h": 59 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 62, + "h": 60 + }, + "frame": { + "x": 0, + "y": 111, + "w": 62, + "h": 60 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 62, + "h": 60 + }, + "frame": { + "x": 0, + "y": 111, + "w": 62, + "h": 60 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 62, + "h": 60 + }, + "frame": { + "x": 0, + "y": 111, + "w": 62, + "h": 60 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 10, + "w": 62, + "h": 60 + }, + "frame": { + "x": 0, + "y": 111, + "w": 62, + "h": 60 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 12, + "w": 61, + "h": 60 + }, + "frame": { + "x": 62, + "y": 112, + "w": 61, + "h": 60 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 12, + "w": 61, + "h": 60 + }, + "frame": { + "x": 62, + "y": 112, + "w": 61, + "h": 60 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 12, + "w": 61, + "h": 60 + }, + "frame": { + "x": 62, + "y": 112, + "w": 61, + "h": 60 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 12, + "w": 61, + "h": 60 + }, + "frame": { + "x": 62, + "y": 112, + "w": 61, + "h": 60 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 58, + "h": 60 + }, + "frame": { + "x": 123, + "y": 112, + "w": 58, + "h": 60 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 58, + "h": 60 + }, + "frame": { + "x": 123, + "y": 112, + "w": 58, + "h": 60 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 55, + "h": 60 + }, + "frame": { + "x": 181, + "y": 113, + "w": 55, + "h": 60 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 55, + "h": 60 + }, + "frame": { + "x": 181, + "y": 113, + "w": 55, + "h": 60 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 11, + "w": 59, + "h": 61 + }, + "frame": { + "x": 236, + "y": 114, + "w": 59, + "h": 61 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 11, + "w": 59, + "h": 61 + }, + "frame": { + "x": 236, + "y": 114, + "w": 59, + "h": 61 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 11, + "w": 59, + "h": 61 + }, + "frame": { + "x": 236, + "y": 114, + "w": 59, + "h": 61 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 11, + "w": 59, + "h": 61 + }, + "frame": { + "x": 236, + "y": 114, + "w": 59, + "h": 61 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 11, + "w": 59, + "h": 61 + }, + "frame": { + "x": 236, + "y": 114, + "w": 59, + "h": 61 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 11, + "w": 59, + "h": 61 + }, + "frame": { + "x": 236, + "y": 114, + "w": 59, + "h": 61 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 58, + "h": 61 + }, + "frame": { + "x": 295, + "y": 115, + "w": 58, + "h": 61 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 55, + "h": 61 + }, + "frame": { + "x": 353, + "y": 115, + "w": 55, + "h": 61 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 55, + "h": 61 + }, + "frame": { + "x": 353, + "y": 115, + "w": 55, + "h": 61 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 61, + "h": 62 + }, + "frame": { + "x": 0, + "y": 171, + "w": 61, + "h": 62 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 61, + "h": 62 + }, + "frame": { + "x": 0, + "y": 171, + "w": 61, + "h": 62 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 61, + "h": 62 + }, + "frame": { + "x": 0, + "y": 171, + "w": 61, + "h": 62 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 61, + "h": 62 + }, + "frame": { + "x": 0, + "y": 171, + "w": 61, + "h": 62 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 9, + "w": 61, + "h": 62 + }, + "frame": { + "x": 0, + "y": 171, + "w": 61, + "h": 62 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 58, + "h": 62 + }, + "frame": { + "x": 61, + "y": 172, + "w": 58, + "h": 62 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 58, + "h": 62 + }, + "frame": { + "x": 61, + "y": 172, + "w": 58, + "h": 62 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 58, + "h": 62 + }, + "frame": { + "x": 61, + "y": 172, + "w": 58, + "h": 62 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 58, + "h": 62 + }, + "frame": { + "x": 61, + "y": 172, + "w": 58, + "h": 62 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 10, + "w": 58, + "h": 62 + }, + "frame": { + "x": 61, + "y": 172, + "w": 58, + "h": 62 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 62 + }, + "frame": { + "x": 119, + "y": 172, + "w": 60, + "h": 62 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 62 + }, + "frame": { + "x": 119, + "y": 172, + "w": 60, + "h": 62 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 55, + "h": 62 + }, + "frame": { + "x": 179, + "y": 173, + "w": 55, + "h": 62 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 56, + "h": 63 + }, + "frame": { + "x": 234, + "y": 175, + "w": 56, + "h": 63 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 56, + "h": 63 + }, + "frame": { + "x": 234, + "y": 175, + "w": 56, + "h": 63 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 56, + "h": 63 + }, + "frame": { + "x": 234, + "y": 175, + "w": 56, + "h": 63 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 9, + "w": 56, + "h": 63 + }, + "frame": { + "x": 234, + "y": 175, + "w": 56, + "h": 63 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 63 + }, + "frame": { + "x": 290, + "y": 176, + "w": 60, + "h": 63 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 63 + }, + "frame": { + "x": 290, + "y": 176, + "w": 60, + "h": 63 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 56, + "h": 63 + }, + "frame": { + "x": 350, + "y": 176, + "w": 56, + "h": 63 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 56, + "h": 63 + }, + "frame": { + "x": 350, + "y": 176, + "w": 56, + "h": 63 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 60, + "h": 64 + }, + "frame": { + "x": 0, + "y": 233, + "w": 60, + "h": 64 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 60, + "h": 64 + }, + "frame": { + "x": 0, + "y": 233, + "w": 60, + "h": 64 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 60, + "h": 64 + }, + "frame": { + "x": 0, + "y": 233, + "w": 60, + "h": 64 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 60, + "h": 64 + }, + "frame": { + "x": 0, + "y": 233, + "w": 60, + "h": 64 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 60, + "h": 64 + }, + "frame": { + "x": 0, + "y": 233, + "w": 60, + "h": 64 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 8, + "w": 60, + "h": 64 + }, + "frame": { + "x": 0, + "y": 233, + "w": 60, + "h": 64 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 56, + "h": 64 + }, + "frame": { + "x": 60, + "y": 234, + "w": 56, + "h": 64 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 56, + "h": 64 + }, + "frame": { + "x": 60, + "y": 234, + "w": 56, + "h": 64 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 56, + "h": 64 + }, + "frame": { + "x": 60, + "y": 234, + "w": 56, + "h": 64 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 56, + "h": 64 + }, + "frame": { + "x": 60, + "y": 234, + "w": 56, + "h": 64 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 56, + "h": 64 + }, + "frame": { + "x": 60, + "y": 234, + "w": 56, + "h": 64 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 56, + "h": 64 + }, + "frame": { + "x": 60, + "y": 234, + "w": 56, + "h": 64 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 57, + "h": 64 + }, + "frame": { + "x": 116, + "y": 234, + "w": 57, + "h": 64 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 2, + "w": 57, + "h": 64 + }, + "frame": { + "x": 116, + "y": 234, + "w": 57, + "h": 64 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 60, + "h": 65 + }, + "frame": { + "x": 173, + "y": 235, + "w": 60, + "h": 65 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 60, + "h": 65 + }, + "frame": { + "x": 173, + "y": 235, + "w": 60, + "h": 65 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 60, + "h": 65 + }, + "frame": { + "x": 173, + "y": 235, + "w": 60, + "h": 65 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 60, + "h": 65 + }, + "frame": { + "x": 173, + "y": 235, + "w": 60, + "h": 65 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 57, + "h": 65 + }, + "frame": { + "x": 233, + "y": 238, + "w": 57, + "h": 65 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 57, + "h": 65 + }, + "frame": { + "x": 233, + "y": 238, + "w": 57, + "h": 65 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 57, + "h": 65 + }, + "frame": { + "x": 233, + "y": 238, + "w": 57, + "h": 65 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 57, + "h": 65 + }, + "frame": { + "x": 233, + "y": 238, + "w": 57, + "h": 65 + } + }, + { + "filename": "0164.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 57, + "h": 65 + }, + "frame": { + "x": 233, + "y": 238, + "w": 57, + "h": 65 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 61, + "h": 65 + }, + "frame": { + "x": 290, + "y": 239, + "w": 61, + "h": 65 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 61, + "h": 65 + }, + "frame": { + "x": 290, + "y": 239, + "w": 61, + "h": 65 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 60, + "h": 65 + }, + "frame": { + "x": 351, + "y": 239, + "w": 60, + "h": 65 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 57, + "h": 65 + }, + "frame": { + "x": 0, + "y": 297, + "w": 57, + "h": 65 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 66 + }, + "frame": { + "x": 57, + "y": 298, + "w": 60, + "h": 66 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 66 + }, + "frame": { + "x": 57, + "y": 298, + "w": 60, + "h": 66 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 66 + }, + "frame": { + "x": 57, + "y": 298, + "w": 60, + "h": 66 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 66 + }, + "frame": { + "x": 57, + "y": 298, + "w": 60, + "h": 66 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 6, + "w": 60, + "h": 66 + }, + "frame": { + "x": 57, + "y": 298, + "w": 60, + "h": 66 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 58, + "h": 66 + }, + "frame": { + "x": 117, + "y": 300, + "w": 58, + "h": 66 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 58, + "h": 66 + }, + "frame": { + "x": 117, + "y": 300, + "w": 58, + "h": 66 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 58, + "h": 66 + }, + "frame": { + "x": 117, + "y": 300, + "w": 58, + "h": 66 + } + }, + { + "filename": "0165.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 6, + "w": 58, + "h": 66 + }, + "frame": { + "x": 117, + "y": 300, + "w": 58, + "h": 66 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 58, + "h": 66 + }, + "frame": { + "x": 175, + "y": 300, + "w": 58, + "h": 66 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 4, + "w": 58, + "h": 66 + }, + "frame": { + "x": 175, + "y": 300, + "w": 58, + "h": 66 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 61, + "h": 66 + }, + "frame": { + "x": 233, + "y": 304, + "w": 61, + "h": 66 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 61, + "h": 66 + }, + "frame": { + "x": 294, + "y": 304, + "w": 61, + "h": 66 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 61, + "h": 66 + }, + "frame": { + "x": 294, + "y": 304, + "w": 61, + "h": 66 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 62, + "h": 66 + }, + "frame": { + "x": 355, + "y": 304, + "w": 62, + "h": 66 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 62, + "h": 66 + }, + "frame": { + "x": 0, + "y": 364, + "w": 62, + "h": 66 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 62, + "h": 66 + }, + "frame": { + "x": 0, + "y": 364, + "w": 62, + "h": 66 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 58, + "h": 66 + }, + "frame": { + "x": 62, + "y": 366, + "w": 58, + "h": 66 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 3, + "y": 5, + "w": 58, + "h": 66 + }, + "frame": { + "x": 62, + "y": 366, + "w": 58, + "h": 66 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 120, + "y": 366, + "w": 59, + "h": 67 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 179, + "y": 370, + "w": 59, + "h": 67 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 179, + "y": 370, + "w": 59, + "h": 67 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 179, + "y": 370, + "w": 59, + "h": 67 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 179, + "y": 370, + "w": 59, + "h": 67 + } + }, + { + "filename": "0166.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 179, + "y": 370, + "w": 59, + "h": 67 + } + }, + { + "filename": "0167.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 59, + "h": 67 + }, + "frame": { + "x": 179, + "y": 370, + "w": 59, + "h": 67 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 60, + "h": 67 + }, + "frame": { + "x": 238, + "y": 370, + "w": 60, + "h": 67 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 5, + "w": 60, + "h": 67 + }, + "frame": { + "x": 238, + "y": 370, + "w": 60, + "h": 67 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 60, + "h": 67 + }, + "frame": { + "x": 298, + "y": 370, + "w": 60, + "h": 67 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 60, + "h": 67 + }, + "frame": { + "x": 298, + "y": 370, + "w": 60, + "h": 67 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 62, + "h": 67 + }, + "frame": { + "x": 358, + "y": 370, + "w": 62, + "h": 67 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 66, + "h": 72 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 62, + "h": 67 + }, + "frame": { + "x": 358, + "y": 370, + "w": 62, + "h": 67 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:5afb24dbc8a461ecea14fe9e8a7734d5:c6086195d5489db93e4fff160f6e3621:261e3085a7fb66364051dc8137f6fb32$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/592_3.png b/public/images/pokemon/variant/back/592_3.png new file mode 100644 index 00000000000..88ac9e57362 Binary files /dev/null and b/public/images/pokemon/variant/back/592_3.png differ diff --git a/public/images/pokemon/variant/back/593.json b/public/images/pokemon/variant/back/593.json new file mode 100644 index 00000000000..f37daf8990c --- /dev/null +++ b/public/images/pokemon/variant/back/593.json @@ -0,0 +1,20 @@ +{ + "1": { + "213a6b": "6a236f", + "d6e6ff": "fee8ff", + "101010": "101010", + "9cadd6": "e3b8ec", + "29529c": "6a236f", + "3a84ce": "c35ec7", + "3ac5f7": "ef94eb" + }, + "2": { + "213a6b": "6e1b12", + "d6e6ff": "ec7542", + "101010": "101010", + "9cadd6": "d24d25", + "29529c": "8e2b16", + "3a84ce": "cb7048", + "3ac5f7": "ffc195" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/619.json b/public/images/pokemon/variant/back/619.json new file mode 100644 index 00000000000..15e699cb554 --- /dev/null +++ b/public/images/pokemon/variant/back/619.json @@ -0,0 +1,32 @@ +{ + "1": { + "000000": "000000", + "634a29": "5b3724", + "ad9c4a": "a69384", + "947b52": "72533f", + "f7f78c": "e8dac0", + "7b7b7b": "784338", + "a54252": "b64619", + "cebd7b": "faf2db", + "de637b": "dd7736", + "7b213a": "64171c", + "52525a": "572821", + "ffffff": "ffffff", + "73293a": "73293a" + }, + "2": { + "000000": "000000", + "634a29": "52271a", + "ad9c4a": "aa6b4e", + "947b52": "8d3e21", + "f7f78c": "efb085", + "7b7b7b": "6b2e47", + "a54252": "56307f", + "cebd7b": "ffd7b0", + "de637b": "764ebb", + "7b213a": "2f1148", + "52525a": "44172c", + "ffffff": "ffffff", + "73293a": "3f1f5d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/620.json b/public/images/pokemon/variant/back/620.json new file mode 100644 index 00000000000..407d3dfd576 --- /dev/null +++ b/public/images/pokemon/variant/back/620.json @@ -0,0 +1,32 @@ +{ + "1": { + "000000": "000000", + "524263": "80101d", + "424242": "63332d", + "b59c9c": "ddb2a5", + "8463ad": "ae2328", + "ad8cc5": "d8524a", + "735263": "855348", + "e6d6d6": "f3d9ce", + "4a2121": "4a2121", + "a52121": "e1811a", + "5a4231": "2a5a8c", + "ce8c52": "4a86c5", + "ffad63": "abe5ff" + }, + "2": { + "000000": "000000", + "524263": "15244d", + "424242": "3a193c", + "b59c9c": "ba89a1", + "8463ad": "2f4c81", + "ad8cc5": "3979ad", + "735263": "654162", + "e6d6d6": "e2b7db", + "4a2121": "4a2121", + "a52121": "7b25cf", + "5a4231": "8c0224", + "ce8c52": "e61b42", + "ffad63": "ff425d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/636.json b/public/images/pokemon/variant/back/636.json new file mode 100644 index 00000000000..720bf5b75a1 --- /dev/null +++ b/public/images/pokemon/variant/back/636.json @@ -0,0 +1,32 @@ +{ + "1": { + "ad2908": "a9828d", + "6b2100": "7a5264", + "d63a19": "c3afb2", + "84848c": "b5a68f", + "ffffff": "f3ece6", + "b5b5b5": "d1c3af", + "101019": "27131d", + "dedee6": "ded4c5", + "31313a": "42282e", + "52525a": "5c4245", + "5a4210": "ae582c", + "8c6329": "bd773f", + "b57b3a": "d8a059" + }, + "2": { + "ad2908": "f2c54b", + "6b2100": "e3a32f", + "d63a19": "fff181", + "84848c": "2b2330", + "ffffff": "504353", + "b5b5b5": "2b2330", + "101019": "0a0710", + "dedee6": "3e3342", + "31313a": "17111f", + "52525a": "231b2a", + "5a4210": "5d3474", + "8c6329": "765280", + "b57b3a": "89698b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/637.json b/public/images/pokemon/variant/back/637.json new file mode 100644 index 00000000000..d82fe4fbc69 --- /dev/null +++ b/public/images/pokemon/variant/back/637.json @@ -0,0 +1,32 @@ +{ + "1": { + "c54a42": "c2b095", + "7b2100": "85745f", + "ef7319": "dbcfbf", + "a52908": "aa8e77", + "636363": "534041", + "191921": "130d0f", + "31313a": "39292c", + "e6e6e6": "f3ece6", + "b5b5b5": "d1c3af", + "94ced6": "ffcc67", + "195263": "f59a3e", + "3a7384": "ffb14c", + "52949c": "ffbf5b" + }, + "2": { + "c54a42": "ffdd75", + "7b2100": "f29f1e", + "ef7319": "fff6b0", + "a52908": "ffc74f", + "636363": "251e2d", + "191921": "000000", + "31313a": "181125", + "e6e6e6": "423745", + "b5b5b5": "312b36", + "94ced6": "795882", + "195263": "4e3a62", + "3a7384": "4e3a59", + "52949c": "624e6b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/649-burn.json b/public/images/pokemon/variant/back/649-burn.json new file mode 100644 index 00000000000..18dd2d964ce --- /dev/null +++ b/public/images/pokemon/variant/back/649-burn.json @@ -0,0 +1,32 @@ +{ + "1": { + "101010": "081662", + "52294a": "19469d", + "9c5ac5": "7baec3", + "73428c": "4084c0", + "ceb5ff": "87feff", + "5a2110": "5a2110", + "a53121": "a53121", + "a584bd": "62c4e6", + "ef2100": "ef2100", + "733129": "26a624", + "f75221": "ddffb0", + "ffffff": "ffffff", + "b54221": "97e083" + }, + "2": { + "101010": "000000", + "52294a": "1e1d33", + "9c5ac5": "484553", + "73428c": "312f42", + "ceb5ff": "f56e6e", + "5a2110": "5a2110", + "a53121": "a53121", + "a584bd": "b72852", + "ef2100": "ef2100", + "733129": "91283b", + "f75221": "ff9b90", + "ffffff": "ffffff", + "b54221": "c9514e" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/649-chill.json b/public/images/pokemon/variant/back/649-chill.json new file mode 100644 index 00000000000..7f8988d6a76 --- /dev/null +++ b/public/images/pokemon/variant/back/649-chill.json @@ -0,0 +1,30 @@ +{ + "1": { + "101010": "081662", + "52294a": "19469d", + "9c5ac5": "7baec3", + "73428c": "4084c0", + "ceb5ff": "87feff", + "42423a": "42423a", + "a5a5ad": "a5a5ad", + "a584bd": "62c4e6", + "ffffff": "ffffff", + "733129": "26a624", + "f75221": "ddffb0", + "b54221": "97e083" + }, + "2": { + "101010": "000000", + "52294a": "1e1d33", + "9c5ac5": "484553", + "73428c": "312f42", + "ceb5ff": "ccf7fe", + "42423a": "42423a", + "a5a5ad": "a5a5ad", + "a584bd": "8dc7e3", + "ffffff": "ffffff", + "733129": "4b8fba", + "f75221": "aafaff", + "b54221": "7cc9e0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/649-douse.json b/public/images/pokemon/variant/back/649-douse.json new file mode 100644 index 00000000000..f00fbdd66cc --- /dev/null +++ b/public/images/pokemon/variant/back/649-douse.json @@ -0,0 +1,32 @@ +{ + "1": { + "101010": "081662", + "52294a": "19469d", + "9c5ac5": "7baec3", + "73428c": "4084c0", + "ceb5ff": "87feff", + "00424a": "00424a", + "0084b5": "0084b5", + "a584bd": "62c4e6", + "00ceff": "00ceff", + "733129": "26a624", + "f75221": "ddffb0", + "ffffff": "ffffff", + "b54221": "97e083" + }, + "2": { + "101010": "000000", + "52294a": "1e1d33", + "9c5ac5": "484553", + "73428c": "312f42", + "ceb5ff": "7bbde3", + "00424a": "00424a", + "0084b5": "0084b5", + "a584bd": "4994da", + "00ceff": "00ceff", + "733129": "2048bd", + "f75221": "a4c8ff", + "ffffff": "ffffff", + "b54221": "6c92e0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/649-shock.json b/public/images/pokemon/variant/back/649-shock.json new file mode 100644 index 00000000000..e6dfbe5d6e0 --- /dev/null +++ b/public/images/pokemon/variant/back/649-shock.json @@ -0,0 +1,32 @@ +{ + "1": { + "101010": "081662", + "52294a": "19469d", + "9c5ac5": "7baec3", + "73428c": "4084c0", + "ceb5ff": "87feff", + "4a4208": "4a4208", + "b5b500": "b5b500", + "a584bd": "62c4e6", + "deff00": "deff00", + "733129": "26a624", + "f75221": "ddffb0", + "ffffff": "ffffff", + "b54221": "97e083" + }, + "2": { + "101010": "000000", + "52294a": "1e1d33", + "9c5ac5": "484553", + "73428c": "312f42", + "ceb5ff": "ffee5e", + "4a4208": "4a4208", + "b5b500": "b5b500", + "a584bd": "ecb549", + "deff00": "deff00", + "733129": "c69634", + "f75221": "fff7aa", + "ffffff": "ffffff", + "b54221": "eccc67" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/649.json b/public/images/pokemon/variant/back/649.json new file mode 100644 index 00000000000..fcee232a8c3 --- /dev/null +++ b/public/images/pokemon/variant/back/649.json @@ -0,0 +1,32 @@ +{ + "1": { + "101010": "081662", + "52294a": "19469d", + "9c5ac5": "7baec3", + "73428c": "4084c0", + "ceb5ff": "87feff", + "6b4a08": "6b4a08", + "c58400": "c58400", + "a584bd": "62c4e6", + "efbd00": "efbd00", + "733129": "26a624", + "f75221": "ddffb0", + "ffffff": "ffffff", + "b54221": "97e083" + }, + "2": { + "101010": "000000", + "52294a": "1e1d33", + "9c5ac5": "484553", + "73428c": "312f42", + "ceb5ff": "f7ae6a", + "6b4a08": "6b4a08", + "c58400": "c58400", + "a584bd": "e2854c", + "efbd00": "efbd00", + "733129": "c6684b", + "f75221": "fbba7f", + "ffffff": "ffffff", + "b54221": "e0875a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/653.json b/public/images/pokemon/variant/back/653.json new file mode 100644 index 00000000000..f7761fa32b1 --- /dev/null +++ b/public/images/pokemon/variant/back/653.json @@ -0,0 +1,26 @@ +{ + "1": { + "101010": "101010", + "736028": "9f398a", + "ffd659": "e190c3", + "ccab47": "c35ba3", + "732e17": "3c195c", + "f26130": "794cb7", + "b34724": "502c81", + "737373": "68326b", + "bfbfbf": "c093c3", + "f8f8f8": "fbecff" + }, + "2": { + "101010": "101010", + "736028": "172547", + "ffd659": "3a6a93", + "ccab47": "264166", + "732e17": "005646", + "f26130": "21d170", + "b34724": "0aaa77", + "737373": "75553c", + "bfbfbf": "d4b996", + "f8f8f8": "fff8ec" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/654.json b/public/images/pokemon/variant/back/654.json new file mode 100644 index 00000000000..cc8722209f8 --- /dev/null +++ b/public/images/pokemon/variant/back/654.json @@ -0,0 +1,32 @@ +{ + "1": { + "101010": "101010", + "736028": "481332", + "ccab47": "682546", + "ffd659": "a85789", + "732e17": "471b70", + "f26130": "ab6ce0", + "b34724": "6231a5", + "737373": "5c255f", + "f8f8f8": "e7caef", + "804913": "c5b3ca", + "bfbfbf": "c093c3", + "262626": "262626", + "404040": "404040" + }, + "2": { + "101010": "101010", + "736028": "061530", + "ccab47": "173864", + "ffd659": "2b5f8a", + "732e17": "005646", + "f26130": "21d170", + "b34724": "0aaa77", + "737373": "75553c", + "f8f8f8": "fff2dd", + "804913": "098794", + "bfbfbf": "d4b996", + "262626": "262626", + "404040": "404040" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/655.json b/public/images/pokemon/variant/back/655.json new file mode 100644 index 00000000000..cacae9a43d5 --- /dev/null +++ b/public/images/pokemon/variant/back/655.json @@ -0,0 +1,34 @@ +{ + "1": { + "b9401b": "6231a5", + "f95a26": "ab6ce0", + "ffcf1b": "f681ff", + "79280f": "4d1681", + "816528": "331035", + "ffda5a": "e7caef", + "000000": "000000", + "deb048": "c093c3", + "a7673a": "a58dab", + "bfbfbf": "bfbfbf", + "6e6d6a": "6e6d6a", + "893027": "872b59", + "62211b": "550c28", + "ae3d32": "b55390" + }, + "2": { + "b9401b": "048a68", + "f95a26": "21d170", + "ffcf1b": "4fff80", + "79280f": "005646", + "816528": "75553c", + "ffda5a": "fff2dd", + "000000": "000000", + "deb048": "d4b996", + "a7673a": "098794", + "bfbfbf": "bfbfbf", + "6e6d6a": "6e6d6a", + "893027": "173864", + "62211b": "101010", + "ae3d32": "2b5f8a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/690.json b/public/images/pokemon/variant/back/690.json new file mode 100644 index 00000000000..a513e813823 --- /dev/null +++ b/public/images/pokemon/variant/back/690.json @@ -0,0 +1,30 @@ +{ + "1": { + "3f6273": "310511", + "4d341b": "181243", + "101010": "101010", + "a6e1ff": "792a48", + "a6703a": "3e44a2", + "7ec3e5": "6b1f42", + "734d28": "22287b", + "cc8f52": "6673c0", + "b186bf": "af65e4", + "f23d3d": "15c428", + "6a5073": "732793", + "e0aaf2": "bb95ff" + }, + "2": { + "3f6273": "340628", + "4d341b": "042431", + "101010": "101010", + "a6e1ff": "633060", + "a6703a": "2c5d64", + "7ec3e5": "481a42", + "734d28": "123c47", + "cc8f52": "37797c", + "b186bf": "dc9432", + "f23d3d": "ea4cb6", + "6a5073": "ad5d0c", + "e0aaf2": "efcf68" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/691.json b/public/images/pokemon/variant/back/691.json new file mode 100644 index 00000000000..5ed68809c44 --- /dev/null +++ b/public/images/pokemon/variant/back/691.json @@ -0,0 +1,34 @@ +{ + "1": { + "4d4d2e": "31246d", + "101010": "101010", + "b3b36b": "403c94", + "80804d": "382f7d", + "732230": "310511", + "f24965": "5a152f", + "b3364a": "470b1e", + "4d341b": "0e0834", + "734d28": "1f1b71", + "a6703a": "3e44a2", + "6a5073": "732793", + "f23d3d": "15c428", + "e0aaf2": "ad71ed", + "b186bf": "9740d5" + }, + "2": { + "4d4d2e": "07262e", + "101010": "101010", + "b3b36b": "1d4952", + "80804d": "0d3338", + "732230": "340b33", + "f24965": "633060", + "b3364a": "481a42", + "4d341b": "07262e", + "734d28": "1d484e", + "a6703a": "267376", + "6a5073": "ad5d0c", + "f23d3d": "ea4cb6", + "e0aaf2": "efcf68", + "b186bf": "dc9432" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/77.json b/public/images/pokemon/variant/back/77.json new file mode 100644 index 00000000000..657eb67ffeb --- /dev/null +++ b/public/images/pokemon/variant/back/77.json @@ -0,0 +1,34 @@ +{ + "1": { + "e65a29": "cc9966", + "ff9c19": "e0c388", + "ffde52": "fff2b2", + "ef3131": "995b3d", + "8c5231": "65597f", + "e6ce8c": "cecee5", + "733131": "2b2333", + "c59c6b": "948eb2", + "ffefce": "ffffff", + "ffffff": "ffffff", + "000000": "000000", + "424a84": "191933", + "c5c5d6": "514766", + "737ba5": "312c49" + }, + "2": { + "e65a29": "cc5114", + "ff9c19": "e5992d", + "ffde52": "ffe14c", + "ef3131": "990c00", + "8c5231": "090b16", + "e6ce8c": "312c49", + "733131": "03060c", + "c59c6b": "191933", + "ffefce": "514766", + "ffffff": "ffffff", + "000000": "000000", + "424a84": "59497a", + "c5c5d6": "b5b5e2", + "737ba5": "857cb2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/771.json b/public/images/pokemon/variant/back/771.json new file mode 100644 index 00000000000..0d2997ef79a --- /dev/null +++ b/public/images/pokemon/variant/back/771.json @@ -0,0 +1,26 @@ +{ + "1": { + "73223d": "570a00", + "d94174": "de884b", + "101010": "101010", + "992e52": "c95340", + "1a1a1a": "1a1a1a", + "404040": "731b33", + "262626": "4a1a30", + "595959": "bd5e49", + "f8f8f8": "dec890", + "bfbfbf": "e07f47" + }, + "2": { + "73223d": "b94114", + "d94174": "ead059", + "101010": "101010", + "992e52": "db7b43", + "1a1a1a": "1a1a1a", + "404040": "dacece", + "262626": "b8a197", + "595959": "1c1c2d", + "f8f8f8": "4d4d65", + "bfbfbf": "383850" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/78.json b/public/images/pokemon/variant/back/78.json new file mode 100644 index 00000000000..44cfceafde4 --- /dev/null +++ b/public/images/pokemon/variant/back/78.json @@ -0,0 +1,34 @@ +{ + "1": { + "ff9c19": "e0c388", + "e66329": "cc9966", + "ffde52": "fff2b2", + "de1010": "995b3d", + "8c5231": "65597f", + "ffe6c5": "ffffff", + "733131": "2b2333", + "000000": "000000", + "efc58c": "cecee5", + "c5946b": "948eb2", + "ffffff": "ffffff", + "c5c5c5": "514766", + "424a52": "191933", + "737b84": "312c49" + }, + "2": { + "ff9c19": "cc4328", + "e66329": "990c00", + "ffde52": "ff884c", + "de1010": "660011", + "8c5231": "090b16", + "ffe6c5": "514766", + "733131": "03060c", + "000000": "000000", + "efc58c": "312c49", + "c5946b": "191933", + "ffffff": "ffffff", + "c5c5c5": "b5b5e2", + "424a52": "59497a", + "737b84": "857cb2" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/789.json b/public/images/pokemon/variant/back/789.json index 5237142a15d..e79ed8007b1 100644 --- a/public/images/pokemon/variant/back/789.json +++ b/public/images/pokemon/variant/back/789.json @@ -14,5 +14,37 @@ "1484de": "1484de", "34c3fa": "34c3fa", "e2629f": "f77247" + }, + "1": { + "4e5cc7": "f6a42d", + "169fda": "ffdf49", + "34eef8": "fff695", + "fdfdfd": "fdfdfd", + "422d66": "830000", + "101010": "101010", + "503896": "eb5b2a", + "9d5f00": "6a738f", + "f8f229": "e5efff", + "283937": "391c21", + "8c49a9": "e52518", + "1484de": "1484de", + "34c3fa": "34c3fa", + "e2629f": "ff4079" + }, + "2": { + "4e5cc7": "3dc7e0", + "169fda": "71ffd8", + "34eef8": "34eef8", + "fdfdfd": "fdfdfd", + "422d66": "030038", + "101010": "101010", + "503896": "007ecc", + "9d5f00": "61061f", + "f8f229": "c22741", + "283937": "1f1155", + "8c49a9": "122795", + "1484de": "ee3283", + "34c3fa": "ff66ba", + "e2629f": "7e13bf" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/790.json b/public/images/pokemon/variant/back/790.json new file mode 100644 index 00000000000..415b2d26074 --- /dev/null +++ b/public/images/pokemon/variant/back/790.json @@ -0,0 +1,32 @@ +{ + "1": { + "8a5911": "545d9e", + "faf54e": "e5efff", + "c87522": "7b89c4", + "e8a61e": "aebde2", + "101010": "101010", + "fdfdfd": "fdfdfd", + "169fda": "ffdf49", + "1d3e89": "a20b02", + "e2629f": "e2629f", + "764394": "eb5b2a", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "2c5fab": "ff4079" + }, + "2": { + "8a5911": "730627", + "faf54e": "d4314c", + "c87522": "890425", + "e8a61e": "ae1a3d", + "101010": "101010", + "fdfdfd": "fdfdfd", + "169fda": "169fda", + "1d3e89": "0f2388", + "e2629f": "71ffd8", + "764394": "7e13bf", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "2c5fab": "3dc7e0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/791-radiant-sun.json b/public/images/pokemon/variant/back/791-radiant-sun.json new file mode 100644 index 00000000000..a3080d379bf --- /dev/null +++ b/public/images/pokemon/variant/back/791-radiant-sun.json @@ -0,0 +1,22 @@ +{ + "1": { + "aa8735": "7c0004", + "151515": "151515", + "f9f190": "ff648b", + "dcb75f": "ec3975", + "868e8d": "8c190b", + "c2c7c6": "e87c4e", + "f8f8f8": "ffce76", + "52525a": "4c0200" + }, + "2": { + "aa8735": "730627", + "151515": "151515", + "f9f190": "ea2a58", + "dcb75f": "97082c", + "868e8d": "10175e", + "c2c7c6": "322e6c", + "f8f8f8": "584193", + "52525a": "0b1a4d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/791.json b/public/images/pokemon/variant/back/791.json new file mode 100644 index 00000000000..0c3f46e61fb --- /dev/null +++ b/public/images/pokemon/variant/back/791.json @@ -0,0 +1,30 @@ +{ + "1": { + "080808": "080808", + "91510b": "7a80ab", + "d29e31": "c5bbd6", + "efe85a": "edf4ff", + "868e8d": "a5381c", + "c2c7c6": "da6e40", + "52525a": "811f12", + "fbf7ee": "ffbe60", + "ee7318": "e3436a", + "ab1605": "b51140", + "5c5c65": "a2221d", + "313139": "61080b" + }, + "2": { + "080808": "080808", + "91510b": "730627", + "d29e31": "890425", + "efe85a": "c1143d", + "868e8d": "16255c", + "c2c7c6": "322e6c", + "52525a": "0b1f45", + "fbf7ee": "5d4b8c", + "ee7318": "cf982f", + "ab1605": "ac6815", + "5c5c65": "0b2b57", + "313139": "031645" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/792-full-moon.json b/public/images/pokemon/variant/back/792-full-moon.json new file mode 100644 index 00000000000..d4b01d5f77b --- /dev/null +++ b/public/images/pokemon/variant/back/792-full-moon.json @@ -0,0 +1,28 @@ +{ + "1": { + "aa8735": "765a3f", + "f9f190": "fffef2", + "dcb75f": "e6ded2", + "fffef2": "fffef2", + "151515": "151515", + "59b3c6": "971283", + "85d0e0": "ec5ddf", + "fefefe": "ffdda2", + "cbc6ce": "ffa255", + "acebf0": "ff87d1", + "7b807e": "811500" + }, + "2": { + "aa8735": "6b0420", + "f9f190": "c22741", + "dcb75f": "980f2a", + "fffef2": "f34958", + "151515": "151515", + "59b3c6": "2460ac", + "85d0e0": "3797d0", + "fefefe": "ffd1d1", + "cbc6ce": "e19096", + "acebf0": "58cbe9", + "7b807e": "7e343d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/792.json b/public/images/pokemon/variant/back/792.json new file mode 100644 index 00000000000..2e4d97ae0d5 --- /dev/null +++ b/public/images/pokemon/variant/back/792.json @@ -0,0 +1,30 @@ +{ + "1": { + "665d14": "624427", + "e5da7f": "e6ded2", + "a69e5c": "afa191", + "080808": "080808", + "fdfce8": "fdfce8", + "45348e": "bc1836", + "bcb5c1": "ffd386", + "240f62": "60000c", + "7b807e": "864110", + "fefefe": "d39143", + "6046d8": "eb422a", + "73e6cd": "ff31e0" + }, + "2": { + "665d14": "6b0420", + "e5da7f": "c22741", + "a69e5c": "980f2a", + "080808": "080808", + "fdfce8": "ff6d74", + "45348e": "1a3186", + "bcb5c1": "e19096", + "240f62": "240f62", + "7b807e": "7e343d", + "fefefe": "ffd1d1", + "6046d8": "1550a1", + "73e6cd": "58cbe9" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/793.json b/public/images/pokemon/variant/back/793.json new file mode 100644 index 00000000000..c0254131b0e --- /dev/null +++ b/public/images/pokemon/variant/back/793.json @@ -0,0 +1,24 @@ +{ + "1": { + "9ba0b6": "a2200d", + "adbec5": "cf5021", + "e9efee": "ff9857", + "c4d6da": "eb6621", + "308ebc": "1ecb76", + "6b868f": "47090d", + "26507d": "109d6a", + "53b0d9": "40ffcc", + "101010": "101010" + }, + "2": { + "9ba0b6": "1f1b9c", + "adbec5": "5128c3", + "e9efee": "bd6ffd", + "c4d6da": "8542ea", + "308ebc": "24a7b0", + "6b868f": "120d6b", + "26507d": "2368b1", + "53b0d9": "6bebff", + "101010": "101010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/800-dawn-wings.json b/public/images/pokemon/variant/back/800-dawn-wings.json new file mode 100644 index 00000000000..e8391c97440 --- /dev/null +++ b/public/images/pokemon/variant/back/800-dawn-wings.json @@ -0,0 +1,30 @@ +{ + "1": { + "305fb6": "624427", + "82c5f7": "e6ded2", + "6197e9": "afa191", + "080808": "080808", + "afd2da": "bc1836", + "7b807e": "86102d", + "fefefe": "ffd386", + "bdf0f4": "eb422a", + "1b2021": "3a001c", + "768188": "c8245d", + "424a50": "890425", + "2b3233": "5f0021" + }, + "2": { + "305fb6": "3b0015", + "82c5f7": "970b22", + "6197e9": "5b0318", + "080808": "080808", + "afd2da": "1a3186", + "7b807e": "041243", + "fefefe": "ffd7fc", + "bdf0f4": "1550a1", + "1b2021": "19101f", + "768188": "f66fdc", + "424a50": "602483", + "2b3233": "3e135f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/800-dusk-mane.json b/public/images/pokemon/variant/back/800-dusk-mane.json new file mode 100644 index 00000000000..af3d20d7b58 --- /dev/null +++ b/public/images/pokemon/variant/back/800-dusk-mane.json @@ -0,0 +1,30 @@ +{ + "1": { + "080808": "080808", + "1b2021": "3a001c", + "2b3233": "5f0021", + "424a50": "890425", + "ae6200": "b72011", + "d38a2b": "7c0004", + "f3cf55": "f3cf55", + "768188": "c8245d", + "89704b": "731f09", + "dbcc8f": "da6e40", + "fdf8e1": "ffbe60", + "fdfcf8": "e8e7ff" + }, + "2": { + "080808": "080808", + "1b2021": "240842", + "2b3233": "3e135f", + "424a50": "602483", + "ae6200": "03123e", + "d38a2b": "0b2b57", + "f3cf55": "1c4ea4", + "768188": "f66fdc", + "89704b": "062139", + "dbcc8f": "322e6c", + "fdf8e1": "584193", + "fdfcf8": "ffb8c9" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/800-ultra.json b/public/images/pokemon/variant/back/800-ultra.json new file mode 100644 index 00000000000..114151d61a1 --- /dev/null +++ b/public/images/pokemon/variant/back/800-ultra.json @@ -0,0 +1,26 @@ +{ + "1": { + "505050": "b43c06", + "a08f6d": "d96b23", + "dacf8f": "ffbf79", + "faf9ef": "ffe1b8", + "bc912c": "8e0021", + "fcf167": "ee2033", + "8e6924": "770031", + "151515": "151515", + "dcb92c": "bc0125", + "fefac2": "ff7e75" + }, + "2": { + "505050": "b021c5", + "a08f6d": "e552ec", + "dacf8f": "ffb9f9", + "faf9ef": "ffe2ed", + "bc912c": "900090", + "fcf167": "ff49e7", + "8e6924": "510059", + "151515": "151515", + "dcb92c": "d10cc7", + "fefac2": "ff8ae9" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/800.json b/public/images/pokemon/variant/back/800.json new file mode 100644 index 00000000000..7e1dad5a59d --- /dev/null +++ b/public/images/pokemon/variant/back/800.json @@ -0,0 +1,20 @@ +{ + "1": { + "2b3233": "5f0021", + "1b2021": "3a001c", + "fbfbfb": "e8e7ff", + "768188": "c8245d", + "b5bbbf": "a266eb", + "424a50": "890425", + "080808": "080808" + }, + "2": { + "2b3233": "3e135f", + "1b2021": "240842", + "fbfbfb": "ffb8c9", + "768188": "b13dc8", + "b5bbbf": "f66fdc", + "424a50": "602483", + "080808": "080808" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/829.json b/public/images/pokemon/variant/back/829.json new file mode 100644 index 00000000000..c3f2e3d3228 --- /dev/null +++ b/public/images/pokemon/variant/back/829.json @@ -0,0 +1,28 @@ +{ + "1": { + "9a632c": "0a6290", + "e09b24": "1da3c2", + "f4d626": "4aebe3", + "fef54b": "84fff5", + "101010": "101010", + "fef1a7": "fef1a7", + "841d1a": "3b0122", + "cf301f": "601335", + "fb472f": "7b2640", + "3fad71": "b56cb4", + "43d68f": "d590d9" + }, + "2": { + "9a632c": "472359", + "e09b24": "6b2d9e", + "f4d626": "bc77ff", + "fef54b": "e8aaff", + "101010": "101010", + "fef1a7": "f6e6ff", + "841d1a": "14103b", + "cf301f": "24244b", + "fb472f": "2f335d", + "3fad71": "316094", + "43d68f": "5e9abe" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/830.json b/public/images/pokemon/variant/back/830.json new file mode 100644 index 00000000000..517f81ff692 --- /dev/null +++ b/public/images/pokemon/variant/back/830.json @@ -0,0 +1,22 @@ +{ + "1": { + "89593b": "0f274e", + "c2aba0": "6597b0", + "fcf8e9": "dbeff7", + "e8d5c6": "a2d2e7", + "5c6738": "6f3e7b", + "8a9247": "9d6aa5", + "bab743": "c38ec6", + "101010": "101010" + }, + "2": { + "89593b": "442664", + "c2aba0": "9471ae", + "fcf8e9": "edd3f7", + "e8d5c6": "d5aee9", + "5c6738": "133049", + "8a9247": "3c627e", + "bab743": "6a9cbb", + "101010": "101010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/932.json b/public/images/pokemon/variant/back/932.json new file mode 100644 index 00000000000..307d0fbe1bb --- /dev/null +++ b/public/images/pokemon/variant/back/932.json @@ -0,0 +1,24 @@ +{ + "1": { + "717171": "82556e", + "ffffff": "f9c2cd", + "121212": "121212", + "b4b4b4": "bc8296", + "c6876e": "deeaf3", + "875651": "9ba7b0", + "6b413c": "9ba7b0", + "572c27": "76828b", + "f6c39e": "f9ffff" + }, + "2": { + "717171": "383744", + "ffffff": "9ba0a0", + "121212": "121212", + "b4b4b4": "63636d", + "c6876e": "7cbf7f", + "875651": "618c56", + "6b413c": "467058", + "572c27": "254144", + "f6c39e": "b5e2b5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/933.json b/public/images/pokemon/variant/back/933.json new file mode 100644 index 00000000000..d2aed23d065 --- /dev/null +++ b/public/images/pokemon/variant/back/933.json @@ -0,0 +1,30 @@ +{ + "1": { + "636363": "90a4b5", + "121212": "121212", + "c6876e": "bc8296", + "8c6464": "d8e9f5", + "b4b4b4": "adbac3", + "f6c39e": "f9c2cd", + "613339": "6d7982", + "ffffff": "f3ffff", + "42161c": "3a464f", + "704b50": "90a4b5", + "875651": "966480", + "572c27": "564d57" + }, + "2": { + "636363": "444251", + "121212": "121212", + "c6876e": "5d9157", + "8c6464": "3d5e47", + "b4b4b4": "63636d", + "f6c39e": "7fc17c", + "613339": "3d5e47", + "ffffff": "9ba0a0", + "42161c": "2b3f3f", + "704b50": "608263", + "875651": "3d5e47", + "572c27": "2b3f3f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/934.json b/public/images/pokemon/variant/back/934.json new file mode 100644 index 00000000000..84d33b5f448 --- /dev/null +++ b/public/images/pokemon/variant/back/934.json @@ -0,0 +1,30 @@ +{ + "1": { + "7c797c": "77595f", + "565053": "543f4d", + "fcfcfc": "f9c2cd", + "c1b5bd": "bc808c", + "64514d": "6d7982", + "96675a": "adbac3", + "0f0f0f": "0f0f0f", + "44332e": "3a464f", + "58493e": "563d41", + "c3927b": "d8e9f5", + "e4d1c8": "f3ffff", + "8a7367": "949fa8" + }, + "2": { + "7c797c": "444251", + "565053": "302e3f", + "fcfcfc": "9ba0a0", + "c1b5bd": "6a6a72", + "64514d": "3d5e47", + "96675a": "5d9157", + "0f0f0f": "0f0f0f", + "44332e": "2b3f3f", + "58493e": "444f47", + "c3927b": "7fc17c", + "e4d1c8": "b5e2b5", + "8a7367": "608263" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/935_1.json b/public/images/pokemon/variant/back/935_1.json new file mode 100644 index 00000000000..938835867cc --- /dev/null +++ b/public/images/pokemon/variant/back/935_1.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "935_1.png", + "format": "RGBA8888", + "size": { + "w": 57, + "h": 57 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 35, + "y": 19, + "w": 26, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 57 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05f6c2e1f05bc53912841f239071c521:d73376264e9a35ddc7ede018c78fe646:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/935_1.png b/public/images/pokemon/variant/back/935_1.png new file mode 100644 index 00000000000..e95f561fd9c Binary files /dev/null and b/public/images/pokemon/variant/back/935_1.png differ diff --git a/public/images/pokemon/variant/back/935_2.json b/public/images/pokemon/variant/back/935_2.json new file mode 100644 index 00000000000..cead0aeddd4 --- /dev/null +++ b/public/images/pokemon/variant/back/935_2.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "935_2.png", + "format": "RGBA8888", + "size": { + "w": 57, + "h": 57 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 35, + "y": 19, + "w": 26, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 57 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05f6c2e1f05bc53912841f239071c521:d73376264e9a35ddc7ede018c78fe646:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/935_2.png b/public/images/pokemon/variant/back/935_2.png new file mode 100644 index 00000000000..8ae222946a3 Binary files /dev/null and b/public/images/pokemon/variant/back/935_2.png differ diff --git a/public/images/pokemon/variant/back/935_3.json b/public/images/pokemon/variant/back/935_3.json new file mode 100644 index 00000000000..2a02487a617 --- /dev/null +++ b/public/images/pokemon/variant/back/935_3.json @@ -0,0 +1,41 @@ +{ + "textures": [ + { + "image": "935_3.png", + "format": "RGBA8888", + "size": { + "w": 57, + "h": 57 + }, + "scale": 0.333, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 96, + "h": 96 + }, + "spriteSourceSize": { + "x": 35, + "y": 19, + "w": 26, + "h": 57 + }, + "frame": { + "x": 0, + "y": 0, + "w": 26, + "h": 57 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:05f6c2e1f05bc53912841f239071c521:d73376264e9a35ddc7ede018c78fe646:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/935_3.png b/public/images/pokemon/variant/back/935_3.png new file mode 100644 index 00000000000..9eb28732292 Binary files /dev/null and b/public/images/pokemon/variant/back/935_3.png differ diff --git a/public/images/pokemon/variant/back/936.json b/public/images/pokemon/variant/back/936.json new file mode 100644 index 00000000000..98c7398e1a0 --- /dev/null +++ b/public/images/pokemon/variant/back/936.json @@ -0,0 +1,50 @@ +{ + "0": { + "e42212": "93d6b7", + "fdcd0d": "b885d6", + "e589b5": "a59fdf", + "1b2123": "1b2123", + "8a2f2f": "5ba0cc", + "4a4848": "4a4848", + "5b3e1c": "1d1d36", + "383636": "383636", + "a27715": "343467", + "cfac07": "645aa3", + "f0e631": "6d74b8", + "0f0f0f": "0f0f0f", + "542829": "465da8", + "fffba6": "aab1ef" + }, + "1": { + "e42212": "96f5ff", + "fdcd0d": "dbf5ff", + "e589b5": "a3bfcc", + "1b2123": "342351", + "8a2f2f": "418dcc", + "4a4848": "4a4848", + "5b3e1c": "193939", + "383636": "383636", + "a27715": "2e5f55", + "cfac07": "4c8954", + "f0e631": "78b770", + "0f0f0f": "0f0f0f", + "542829": "1f4a7f", + "fffba6": "8be68b" + }, + "2": { + "e42212": "e72ecb", + "fdcd0d": "fd890d", + "e589b5": "ff5668", + "1b2123": "1b2123", + "8a2f2f": "9d4193", + "4a4848": "4a4848", + "5b3e1c": "515b7f", + "383636": "383636", + "a27715": "7a7fa8", + "cfac07": "91a1c1", + "f0e631": "cbd4f4", + "0f0f0f": "0f0f0f", + "542829": "5e385a", + "fffba6": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/937.json b/public/images/pokemon/variant/back/937.json new file mode 100644 index 00000000000..d2b407afb4a --- /dev/null +++ b/public/images/pokemon/variant/back/937.json @@ -0,0 +1,44 @@ +{ + "0": { + "5c7ecf": "fb6691", + "b885d6": "a3f1df", + "a59fdf": "a5cede", + "97c7dd": "ff8cc7", + "343467": "ad5e15", + "645aa3": "efcc32", + "0f0f0f": "0f0f0f", + "292528": "ad5e15", + "2541ad": "c44648", + "1d1d36": "5b3e1c", + "454589": "d4b00a", + "453d43": "d4b00a" + }, + "1": { + "5c7ecf": "e0734c", + "b885d6": "fde5ff", + "a59fdf": "f7d0b9", + "97c7dd": "f4b766", + "343467": "b52d6c", + "645aa3": "e57bc4", + "0f0f0f": "0f0f0f", + "292528": "b52d6c", + "2541ad": "992923", + "1d1d36": "7a1e47", + "454589": "cf58aa", + "453d43": "e57bc4" + }, + "2": { + "5c7ecf": "6a1de5", + "b885d6": "ffbf87", + "a59fdf": "e28189", + "97c7dd": "9668e3", + "343467": "515b7f", + "645aa3": "cbd4f4", + "0f0f0f": "0f0f0f", + "292528": "515b7f", + "2541ad": "4615bd", + "1d1d36": "1d1d36", + "454589": "91a1c1", + "453d43": "8897aa" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/948.json b/public/images/pokemon/variant/back/948.json new file mode 100644 index 00000000000..35aff4a6038 --- /dev/null +++ b/public/images/pokemon/variant/back/948.json @@ -0,0 +1,28 @@ +{ + "1": { + "dd967d": "383c79", + "ae6857": "1d2464", + "f2b69f": "6d6ba4", + "f8d3c2": "8b91c8", + "ffec37": "ff6237", + "976924": "a50927", + "000000": "000000", + "eaba2b": "ce271a", + "d2bbac": "e2bea6", + "fef8f5": "fff4f1", + "886b59": "8d5740" + }, + "2": { + "dd967d": "972534", + "ae6857": "7d1227", + "f2b69f": "ce4847", + "f8d3c2": "eb9a93", + "ffec37": "4b86bd", + "976924": "254087", + "000000": "000000", + "eaba2b": "2e609b", + "d2bbac": "d8bdab", + "fef8f5": "ffede5", + "886b59": "ad927b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/949.json b/public/images/pokemon/variant/back/949.json new file mode 100644 index 00000000000..1773e282574 --- /dev/null +++ b/public/images/pokemon/variant/back/949.json @@ -0,0 +1,36 @@ +{ + "1": { + "404040": "4b3073", + "282828": "33134d", + "5f5f5f": "7462ad", + "000000": "000000", + "86433c": "a50927", + "ca7268": "d41929", + "ede652": "1672a1", + "ffffff": "ffffff", + "d6938b": "ff4737", + "e7bcb8": "ff9d6d", + "cdae52": "0c4a83", + "101010": "101010", + "c2ae83": "b29785", + "94724b": "60473c", + "936839": "042259" + }, + "2": { + "404040": "70150e", + "282828": "460001", + "5f5f5f": "c64d30", + "000000": "000000", + "86433c": "401e54", + "ca7268": "613a8a", + "ede652": "dd7731", + "ffffff": "ffffff", + "d6938b": "8e65c1", + "e7bcb8": "dd9dff", + "cdae52": "af3610", + "101010": "101010", + "c2ae83": "d9b591", + "94724b": "6f492c", + "936839": "7e1200" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/994.json b/public/images/pokemon/variant/back/994.json new file mode 100644 index 00000000000..bb4507045bd --- /dev/null +++ b/public/images/pokemon/variant/back/994.json @@ -0,0 +1,36 @@ +{ + "1": { + "c97b18": "05c328", + "7b451b": "018d1b", + "f29e42": "00f02c", + "fac375": "8bffa0", + "626262": "696983", + "090913": "090913", + "6a0305": "ae7a24", + "dd393e": "fdc263", + "a91215": "d79a38", + "979797": "9b9bb6", + "dddcde": "d9d9ea", + "292933": "292933", + "30445a": "3f357c", + "96cfd7": "b0a4f8", + "6a8997": "867bc8" + }, + "2": { + "c97b18": "00759b", + "7b451b": "0a5763", + "f29e42": "00bfe1", + "fac375": "7bf2ff", + "626262": "626262", + "090913": "090913", + "6a0305": "6e2140", + "dd393e": "ff5e5e", + "a91215": "e72158", + "979797": "979797", + "dddcde": "e9dac7", + "292933": "292933", + "30445a": "664338", + "96cfd7": "ffc28c", + "6a8997": "ff926c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/female/399.json b/public/images/pokemon/variant/back/female/399.json new file mode 100644 index 00000000000..7e2fe21cf2a --- /dev/null +++ b/public/images/pokemon/variant/back/female/399.json @@ -0,0 +1,20 @@ +{ + "1": { + "634a31": "70323f", + "c58c42": "e5a5bb", + "9c6331": "d46378", + "101010": "101010", + "423110": "423110", + "cebd84": "eba978", + "5a4229": "824561" + }, + "2": { + "634a31": "101e42", + "c58c42": "617dda", + "9c6331": "3e5ca8", + "101010": "101010", + "423110": "0e1831", + "cebd84": "8497ce", + "5a4229": "42295a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/female/400.json b/public/images/pokemon/variant/back/female/400.json index c7e831cae97..195d6e1a8b0 100644 --- a/public/images/pokemon/variant/back/female/400.json +++ b/public/images/pokemon/variant/back/female/400.json @@ -9,5 +9,16 @@ "101010": "101010", "423a31": "3e3040", "63523a": "824561" + }, + "2": { + "ad947b": "8497ce", + "e6d69c": "bdcfff", + "5a3a31": "313d63", + "3a3129": "313d63", + "bd844a": "617dda", + "8c5a31": "3e5ca8", + "101010": "101010", + "423a31": "38204f", + "63523a": "42295a" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/back/female/592.json b/public/images/pokemon/variant/back/female/592.json new file mode 100644 index 00000000000..eaaa9cf38ea --- /dev/null +++ b/public/images/pokemon/variant/back/female/592.json @@ -0,0 +1,29 @@ +{ + "0": { + "7b3a52": "622a1e", + "101010": "101010", + "ffdee6": "ffe7df", + "d6b5bd": "f2bba3", + "bd84a5": "eb8b4d", + "ffb5d6": "ffb868", + "ffffff": "ffffff" + }, + "1": { + "7b3a52": "302a85", + "101010": "101010", + "ffdee6": "e3deff", + "d6b5bd": "9d92ce", + "bd84a5": "5052c1", + "ffb5d6": "6270e3", + "ffffff": "ffffff" + }, + "2": { + "7b3a52": "4e1b55", + "101010": "101010", + "ffdee6": "a65ea3", + "d6b5bd": "703573", + "bd84a5": "efacd1", + "ffb5d6": "ffdbec", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/back/female/593.json b/public/images/pokemon/variant/back/female/593.json new file mode 100644 index 00000000000..6f954902f10 --- /dev/null +++ b/public/images/pokemon/variant/back/female/593.json @@ -0,0 +1,26 @@ +{ + "0": { + "7b3a52": "622a1e", + "101010": "101010", + "ffdef7": "ffe7df", + "c5a5bd": "f2bba3", + "d684b5": "eb8b4d", + "ffa5ce": "ffb868" + }, + "1": { + "7b3a52": "302a85", + "101010": "101010", + "ffdef7": "e3deff", + "c5a5bd": "aba5c5", + "d684b5": "4c4eb7", + "ffa5ce": "717cd9" + }, + "2": { + "7b3a52": "4e1b55", + "101010": "101010", + "ffdef7": "a65ea3", + "c5a5bd": "703573", + "d684b5": "efacd1", + "ffa5ce": "ffdbec" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/150-mega-x.json b/public/images/pokemon/variant/exp/150-mega-x.json new file mode 100644 index 00000000000..e2bc31031dd --- /dev/null +++ b/public/images/pokemon/variant/exp/150-mega-x.json @@ -0,0 +1,28 @@ +{ + "1": { + "837b9c": "a66b8e", + "ded5e6": "ffb5d6", + "393952": "5a2952", + "261c26": "101010", + "eee6ee": "ffd6ef", + "b4acc5": "db8aaf", + "ffffff": "fdfdfd", + "4dbcfd": "89cabe", + "392052": "105144", + "9a41bf": "4bac9a", + "6a319c": "196b5b" + }, + "2": { + "837b9c": "d68f40", + "ded5e6": "ffdd98", + "393952": "884c17", + "261c26": "101010", + "eee6ee": "ffeeb6", + "b4acc5": "edaf5b", + "ffffff": "fdfdfd", + "4dbcfd": "ea5f5b", + "392052": "531b10", + "9a41bf": "ac4f4b", + "6a319c": "6b2619" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/150-mega-y.json b/public/images/pokemon/variant/exp/150-mega-y.json new file mode 100644 index 00000000000..bc1584b531b --- /dev/null +++ b/public/images/pokemon/variant/exp/150-mega-y.json @@ -0,0 +1,30 @@ +{ + "1": { + "837b9c": "a66b8e", + "ded5e6": "ffb5d6", + "383852": "5a2952", + "b4acc5": "db8aaf", + "000000": "101010", + "eee6ee": "ffd6ef", + "381f52": "12493f", + "b44cee": "c4fff4", + "9441bd": "4bac9a", + "ea624d": "89cabe", + "f5f5f5": "fdfdfd", + "69369c": "196b5b" + }, + "2": { + "837b9c": "d68f40", + "ded5e6": "ffdd98", + "383852": "884c17", + "b4acc5": "edaf5b", + "000000": "101010", + "eee6ee": "ffeeb6", + "381f52": "491b12", + "b44cee": "b85b57", + "9441bd": "ac4f4b", + "ea624d": "ea5f5b", + "f5f5f5": "fdfdfd", + "69369c": "6b2619" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/310-mega.json b/public/images/pokemon/variant/exp/310-mega.json new file mode 100644 index 00000000000..7491bd31a22 --- /dev/null +++ b/public/images/pokemon/variant/exp/310-mega.json @@ -0,0 +1,32 @@ +{ + "1": { + "a47b5a": "630013", + "000000": "101010", + "c5ac5a": "a6101a", + "ffee62": "d4302a", + "736252": "630013", + "ffffff": "ffd2ca", + "4a525a": "0d1843", + "629cc5": "3e6194", + "73b4d5": "3e6194", + "cd2020": "c0610e", + "ff7373": "ffc058", + "5a83ac": "1a3269", + "94cdde": "4c7da6" + }, + "2": { + "a47b5a": "810040", + "000000": "101010", + "c5ac5a": "c32574", + "ffee62": "e545b6", + "736252": "810040", + "ffffff": "ffe3f7", + "4a525a": "3f5476", + "629cc5": "c1ddeb", + "73b4d5": "c1ddeb", + "cd2020": "4a0698", + "ff7373": "893edf", + "5a83ac": "6f8caa", + "94cdde": "dceff6" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/382-primal.json b/public/images/pokemon/variant/exp/382-primal.json new file mode 100644 index 00000000000..4fce9922021 --- /dev/null +++ b/public/images/pokemon/variant/exp/382-primal.json @@ -0,0 +1,44 @@ +{ + "1": { + "27245e": "d96714", + "000000": "000000", + "74659d": "ffb44c", + "d3e6f4": "f6e4e0", + "373384": "f49230", + "b8c9df": "c5253a", + "7eaecc": "ff3200", + "fbec99": "fbec99", + "417999": "c5253a", + "101010": "101010", + "dedede": "fff7f4", + "9c8b94": "791309", + "f61010": "f61010", + "a43162": "a43162", + "e19d76": "e19d76", + "fadbb3": "fadbb3", + "90a2c0": "eac3b9", + "cdbdcd": "cdbdcd", + "ffffff": "ffffff" + }, + "2": { + "27245e": "780613", + "000000": "000000", + "74659d": "ea512b", + "d3e6f4": "d3e6f4", + "373384": "a90e14", + "b8c9df": "db6d14", + "7eaecc": "ffc546", + "fbec99": "90ffde", + "417999": "ea7c18", + "101010": "101010", + "dedede": "dedede", + "9c8b94": "3c0818", + "f61010": "3346d0", + "a43162": "a43162", + "e19d76": "67a6f4", + "fadbb3": "fadbb3", + "90a2c0": "90a2c0", + "cdbdcd": "cdbdcd", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/383-primal.json b/public/images/pokemon/variant/exp/383-primal.json new file mode 100644 index 00000000000..da20585cc60 --- /dev/null +++ b/public/images/pokemon/variant/exp/383-primal.json @@ -0,0 +1,34 @@ +{ + "1": { + "9d2929": "11421e", + "fe736b": "279930", + "010101": "010101", + "fe2129": "2b5b32", + "fab672": "ff8571", + "fff493": "ffd493", + "7c2129": "011e0b", + "fe6336": "ff203f", + "272324": "272324", + "3f3b3c": "383540", + "595355": "625769", + "64626c": "64626c", + "fbfbfb": "fff6de", + "cdccd0": "e5d4b6" + }, + "2": { + "9d2929": "20516c", + "fe736b": "68cfd0", + "010101": "010101", + "fe2129": "3e8b9f", + "fab672": "61ee93", + "fff493": "d2ff93", + "7c2129": "0a2c43", + "fe6336": "fe6336", + "272324": "272324", + "3f3b3c": "2b3c4e", + "595355": "4e5169", + "64626c": "7373a6", + "fbfbfb": "e5fdff", + "cdccd0": "a6adcc" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/4077.json b/public/images/pokemon/variant/exp/4077.json new file mode 100644 index 00000000000..c51662408f4 --- /dev/null +++ b/public/images/pokemon/variant/exp/4077.json @@ -0,0 +1,72 @@ +{ + "1": { + "64c2d7": "e5992d", + "1577c8": "cc5114", + "b6d1d6": "e2d3bd", + "b5bfc7": "d8c0b3", + "80fffc": "ffe14c", + "e8fffe": "ede7c9", + "c973e6": "cc4328", + "e1d5e6": "dabfb9", + "de9fff": "ff884c", + "fcf7ff": "edd5c9", + "d2daff": "ffb44c", + "59237e": "312c49", + "101010": "101010", + "d8cde0": "aeadb3", + "adadad": "9f9f9f", + "78499b": "514766", + "d0bedf": "bab8bf", + "ffffe3": "8cd8ff", + "646357": "192666", + "a3a49f": "355699", + "8e39c1": "990c00", + "bdbabf": "c7aba8", + "ded5ae": "5b93cc", + "fdfdfd": "fdfdfd", + "8bbdc6": "ddb57c", + "5292c7": "cb8b6b", + "ccfffd": "efe091", + "d486e5": "cd8577", + "f5c2ff": "efb191", + "cca7e6": "706e7d", + "808080": "585858", + "a783c3": "868191", + "9d52cb": "aa605a" + }, + "2": { + "64c2d7": "cc1e83", + "1577c8": "990774", + "b6d1d6": "d9b6cb", + "b5bfc7": "c8aac0", + "80fffc": "ff3f92", + "e8fffe": "ecc5d6", + "c973e6": "282866", + "e1d5e6": "afafbc", + "de9fff": "483e7c", + "fcf7ff": "bab8c4", + "d2daff": "b247a0", + "59237e": "312c49", + "101010": "101010", + "d8cde0": "aeadb3", + "adadad": "9f9f9f", + "78499b": "514766", + "d0bedf": "bab8bf", + "ffffe3": "ff99dd", + "646357": "361e66", + "a3a49f": "7a3d99", + "8e39c1": "161f4c", + "bdbabf": "a7a9b2", + "ded5ae": "cc66cc", + "fdfdfd": "fdfdfd", + "8bbdc6": "bd80a3", + "5292c7": "9e6b91", + "ccfffd": "dd9ab7", + "d486e5": "737389", + "f5c2ff": "868398", + "cca7e6": "72707b", + "808080": "585858", + "a783c3": "87848e", + "9d52cb": "656878" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/4078.json b/public/images/pokemon/variant/exp/4078.json new file mode 100644 index 00000000000..854a977387d --- /dev/null +++ b/public/images/pokemon/variant/exp/4078.json @@ -0,0 +1,40 @@ +{ + "1": { + "0c0c0c": "0c0c0c", + "44bf75": "cc9470", + "737ba4": "514766", + "85fabf": "ffd9a5", + "109865": "995944", + "2b3055": "2b3055", + "ffffe3": "8cd8ff", + "636357": "192666", + "c566e3": "cc4328", + "b1ab8b": "355699", + "eef3fa": "8cd8ff", + "de9fff": "ff884c", + "8e38c1": "990c00", + "414a83": "312c49", + "ded5ae": "5b93cc", + "ffffff": "8cd8ff", + "4ed68b": "cc9470" + }, + "2": { + "0c0c0c": "0c0c0c", + "44bf75": "cc1e4c", + "737ba4": "514766", + "85fabf": "ff3255", + "109865": "990f3d", + "2b3055": "2b3055", + "ffffe3": "ff99dd", + "636357": "361e66", + "c566e3": "282866", + "b1ab8b": "7a3d99", + "eef3fa": "ff99dd", + "de9fff": "483e7c", + "8e38c1": "161f4c", + "414a83": "312c49", + "ded5ae": "cc66cc", + "ffffff": "ff99dd", + "4ed68b": "66004c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/653.json b/public/images/pokemon/variant/exp/653.json new file mode 100644 index 00000000000..aa8c032d4e3 --- /dev/null +++ b/public/images/pokemon/variant/exp/653.json @@ -0,0 +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" + }, + "2": { + "796934": "172547", + "fee772": "3a6a93", + "101010": "101010", + "cfb458": "264166", + "7f2d1b": "005646", + "ec5631": "21d170", + "b64126": "0aaa77", + "736a65": "75553c", + "ffffff": "fff8ec", + "c5c5ce": "d4b996", + "524e4e": "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 new file mode 100644 index 00000000000..a413295bc6c --- /dev/null +++ b/public/images/pokemon/variant/exp/654.json @@ -0,0 +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", + "f8f8f8": "f7e4fc", + "d8d8c8": "c093c3", + "5c5c5c": "262424", + "000000": "101010" + }, + "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", + "f8f8f8": "fff2dd", + "d8d8c8": "d4b996", + "5c5c5c": "1a1a22", + "000000": "101010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/655.json b/public/images/pokemon/variant/exp/655.json new file mode 100644 index 00000000000..58830e08360 --- /dev/null +++ b/public/images/pokemon/variant/exp/655.json @@ -0,0 +1,62 @@ +{ + "1": { + "7f5f1f": "331035", + "101010": "101010", + "702010": "491679", + "f8df5f": "e7caef", + "ea541f": "ab6ce0", + "ffe45f": "e7caef", + "ee4f2e": "ab6ce0", + "e5ac3b": "c093c3", + "e5ad3b": "c093c3", + "b4422b": "b55390", + "ef4f2f": "ab6ce0", + "593004": "550c28", + "8e3636": "872b59", + "fefefe": "ffeef1", + "969696": "d2b3ba", + "5c5c5c": "c18b9a", + "d8d8c8": "d2b3ba", + "000000": "101010", + "ffffff": "ffeef1", + "2f1902": "101010", + "595656": "c18b9a", + "7e4814": "872b59", + "681d1d": "550c28", + "494645": "550c28", + "373534": "550c28", + "c53e40": "b55390", + "8f3636": "872b59", + "252221": "101010" + }, + "2": { + "7f5f1f": "75553c", + "101010": "101010", + "702010": "005646", + "f8df5f": "fff2dd", + "ea541f": "21d170", + "ffe45f": "fff2dd", + "ee4f2e": "21d170", + "e5ac3b": "d4b996", + "e5ad3b": "d4b996", + "b4422b": "215679", + "ef4f2f": "21d170", + "593004": "061530", + "8e3636": "13325b", + "fefefe": "f8f8f8", + "969696": "bfbfbf", + "5c5c5c": "6e6d6a", + "d8d8c8": "bfbfbf", + "000000": "101010", + "ffffff": "f8f8f8", + "2f1902": "101010", + "595656": "6e6d6a", + "7e4814": "13325b", + "681d1d": "061530", + "494645": "061530", + "373534": "061530", + "c53e40": "215679", + "8f3636": "13325b", + "252221": "101010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/690.json b/public/images/pokemon/variant/exp/690.json new file mode 100644 index 00000000000..7cf35b1ac05 --- /dev/null +++ b/public/images/pokemon/variant/exp/690.json @@ -0,0 +1,36 @@ +{ + "1": { + "8a5935": "22287b", + "553828": "181243", + "b87747": "3e44a2", + "000000": "101010", + "cc9b6a": "6673c0", + "33676a": "310511", + "619fad": "6b1f42", + "9dc6d0": "6b1f42", + "68426c": "732793", + "9858a0": "af65e4", + "913140": "22287b", + "b88bbe": "af65e4", + "e0566f": "15c428", + "f8f8f8": "bb95ff", + "432e47": "181243" + }, + "2": { + "8a5935": "123c47", + "553828": "042431", + "b87747": "2c5d64", + "000000": "101010", + "cc9b6a": "37797c", + "33676a": "340628", + "619fad": "481a42", + "9dc6d0": "481a42", + "68426c": "ad5d0c", + "9858a0": "dc9432", + "913140": "123c47", + "b88bbe": "dc9432", + "e0566f": "ea4cb6", + "f8f8f8": "efcf68", + "432e47": "042431" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/691.json b/public/images/pokemon/variant/exp/691.json new file mode 100644 index 00000000000..71b08e6aea7 --- /dev/null +++ b/public/images/pokemon/variant/exp/691.json @@ -0,0 +1,36 @@ +{ + "1": { + "4d4d2e": "31246d", + "b3b36b": "403c94", + "101010": "101010", + "732230": "310511", + "f24965": "5a152f", + "b3364a": "470b1e", + "000000": "101010", + "80804d": "403c94", + "734d28": "3e44a2", + "a6703a": "3e44a2", + "4d341b": "1f1b71", + "e0aaf2": "ad71ed", + "b186bf": "ad71ed", + "f23d3d": "10b822", + "6a5073": "732793" + }, + "2": { + "4d4d2e": "0a2129", + "b3b36b": "1d4952", + "101010": "031a22", + "732230": "031a22", + "f24965": "633060", + "b3364a": "481a42", + "000000": "031a22", + "80804d": "1d4952", + "734d28": "267376", + "a6703a": "267376", + "4d341b": "1d484e", + "e0aaf2": "efcf68", + "b186bf": "efcf68", + "f23d3d": "f053bc", + "6a5073": "ad5d0c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/748.json b/public/images/pokemon/variant/exp/748.json new file mode 100644 index 00000000000..280c676293a --- /dev/null +++ b/public/images/pokemon/variant/exp/748.json @@ -0,0 +1,36 @@ +{ + "1": { + "943732": "490a3c", + "101010": "101010", + "f28c4f": "a21f90", + "e25025": "91138c", + "6f97c4": "be583d", + "455b85": "892e20", + "93d1d7": "df7b52", + "711a6a": "81463e", + "d76fa5": "edd5ca", + "171539": "171539", + "3a3f6d": "462952", + "525898": "6c3776", + "b7429a": "d29784", + "863c79": "9b6459", + "ddac02": "ff71ec" + }, + "2": { + "943732": "c30e49", + "101010": "101010", + "f28c4f": "ff3f5a", + "e25025": "e12350", + "6f97c4": "359d5d", + "455b85": "186443", + "93d1d7": "5bd97f", + "711a6a": "082b29", + "d76fa5": "2b6157", + "171539": "490c06", + "3a3f6d": "862916", + "525898": "d75b3c", + "b7429a": "1c524b", + "863c79": "104445", + "ddac02": "ff5068" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/771.json b/public/images/pokemon/variant/exp/771.json new file mode 100644 index 00000000000..31a9623cb09 --- /dev/null +++ b/public/images/pokemon/variant/exp/771.json @@ -0,0 +1,16 @@ +{ + "1": { + "73223d": "570a00", + "d94174": "de884b", + "101010": "101010", + "992e52": "c95340", + "211e1e": "1a1a1a", + "737373": "b5284a", + "404040": "731b33", + "262626": "4a1a30", + "f8f8f8": "dec890", + "bfbfbf": "e07f47", + "595959": "bd5e49", + "1a1a1a": "1a1a1a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/771_3.json b/public/images/pokemon/variant/exp/771_3.json new file mode 100644 index 00000000000..3470db739dc --- /dev/null +++ b/public/images/pokemon/variant/exp/771_3.json @@ -0,0 +1,3443 @@ +{ + "textures": [ + { + "image": "771_3.png", + "format": "RGBA8888", + "size": { + "w": 208, + "h": 208 + }, + "scale": 1, + "frames": [ + { + "filename": "0136.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + } + }, + { + "filename": "0137.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + } + }, + { + "filename": "0147.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + } + }, + { + "filename": "0148.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + } + }, + { + "filename": "0138.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 32, + "w": 56, + "h": 32 + } + }, + { + "filename": "0139.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 32, + "w": 56, + "h": 32 + } + }, + { + "filename": "0146.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 56, + "h": 32 + }, + "frame": { + "x": 0, + "y": 32, + "w": 56, + "h": 32 + } + }, + { + "filename": "0140.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 31 + }, + "frame": { + "x": 56, + "y": 0, + "w": 56, + "h": 31 + } + }, + { + "filename": "0141.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 31 + }, + "frame": { + "x": 56, + "y": 0, + "w": 56, + "h": 31 + } + }, + { + "filename": "0144.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 31 + }, + "frame": { + "x": 56, + "y": 0, + "w": 56, + "h": 31 + } + }, + { + "filename": "0145.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 31 + }, + "frame": { + "x": 56, + "y": 0, + "w": 56, + "h": 31 + } + }, + { + "filename": "0142.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 56, + "h": 30 + }, + "frame": { + "x": 0, + "y": 64, + "w": 56, + "h": 30 + } + }, + { + "filename": "0143.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 56, + "h": 30 + }, + "frame": { + "x": 0, + "y": 64, + "w": 56, + "h": 30 + } + }, + { + "filename": "0134.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 29 + }, + "frame": { + "x": 56, + "y": 31, + "w": 56, + "h": 29 + } + }, + { + "filename": "0135.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 56, + "h": 29 + } + }, + { + "filename": "0149.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 56, + "h": 29 + } + }, + { + "filename": "0150.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 56, + "h": 29 + }, + "frame": { + "x": 112, + "y": 0, + "w": 56, + "h": 29 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0108.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0109.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 1, + "w": 40, + "h": 29 + }, + "frame": { + "x": 168, + "y": 0, + "w": 40, + "h": 29 + } + }, + { + "filename": "0132.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 55, + "h": 28 + }, + "frame": { + "x": 0, + "y": 94, + "w": 55, + "h": 28 + } + }, + { + "filename": "0133.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 55, + "h": 28 + }, + "frame": { + "x": 0, + "y": 94, + "w": 55, + "h": 28 + } + }, + { + "filename": "0151.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 55, + "h": 28 + }, + "frame": { + "x": 0, + "y": 94, + "w": 55, + "h": 28 + } + }, + { + "filename": "0152.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 55, + "h": 28 + }, + "frame": { + "x": 0, + "y": 94, + "w": 55, + "h": 28 + } + }, + { + "filename": "0126.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 51, + "h": 30 + }, + "frame": { + "x": 56, + "y": 60, + "w": 51, + "h": 30 + } + }, + { + "filename": "0127.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 51, + "h": 30 + }, + "frame": { + "x": 56, + "y": 60, + "w": 51, + "h": 30 + } + }, + { + "filename": "0157.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 51, + "h": 30 + }, + "frame": { + "x": 56, + "y": 60, + "w": 51, + "h": 30 + } + }, + { + "filename": "0158.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 51, + "h": 30 + }, + "frame": { + "x": 56, + "y": 60, + "w": 51, + "h": 30 + } + }, + { + "filename": "0128.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 53, + "h": 28 + }, + "frame": { + "x": 112, + "y": 29, + "w": 53, + "h": 28 + } + }, + { + "filename": "0129.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 53, + "h": 28 + }, + "frame": { + "x": 112, + "y": 29, + "w": 53, + "h": 28 + } + }, + { + "filename": "0155.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 53, + "h": 28 + }, + "frame": { + "x": 112, + "y": 29, + "w": 53, + "h": 28 + } + }, + { + "filename": "0156.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 53, + "h": 28 + }, + "frame": { + "x": 112, + "y": 29, + "w": 53, + "h": 28 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0095.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0096.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 165, + "y": 29, + "w": 43, + "h": 30 + } + }, + { + "filename": "0130.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 53, + "h": 27 + }, + "frame": { + "x": 0, + "y": 122, + "w": 53, + "h": 27 + } + }, + { + "filename": "0131.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 53, + "h": 27 + }, + "frame": { + "x": 0, + "y": 122, + "w": 53, + "h": 27 + } + }, + { + "filename": "0153.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 53, + "h": 27 + }, + "frame": { + "x": 0, + "y": 122, + "w": 53, + "h": 27 + } + }, + { + "filename": "0154.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 53, + "h": 27 + }, + "frame": { + "x": 0, + "y": 122, + "w": 53, + "h": 27 + } + }, + { + "filename": "0124.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 48, + "h": 29 + }, + "frame": { + "x": 0, + "y": 149, + "w": 48, + "h": 29 + } + }, + { + "filename": "0125.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 48, + "h": 29 + }, + "frame": { + "x": 0, + "y": 149, + "w": 48, + "h": 29 + } + }, + { + "filename": "0159.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 48, + "h": 29 + }, + "frame": { + "x": 0, + "y": 149, + "w": 48, + "h": 29 + } + }, + { + "filename": "0160.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 48, + "h": 29 + }, + "frame": { + "x": 0, + "y": 149, + "w": 48, + "h": 29 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0097.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0098.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 0, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0099.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0100.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 43, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0091.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0092.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0121.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0163.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 1, + "w": 42, + "h": 29 + }, + "frame": { + "x": 48, + "y": 149, + "w": 42, + "h": 29 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0087.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0088.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0117.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0118.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 43, + "h": 30 + }, + "frame": { + "x": 86, + "y": 178, + "w": 43, + "h": 30 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0085.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0086.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0115.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0116.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 56, + "y": 90, + "w": 44, + "h": 29 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0093.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0094.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 14, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 55, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0105.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0106.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 90, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0101.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0102.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 129, + "y": 178, + "w": 42, + "h": 30 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0103.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0104.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 17, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 97, + "y": 119, + "w": 42, + "h": 30 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 131, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 131, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 131, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0107.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 18, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 131, + "y": 149, + "w": 41, + "h": 29 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 100, + "y": 90, + "w": 41, + "h": 29 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 100, + "y": 90, + "w": 41, + "h": 29 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 100, + "y": 90, + "w": 41, + "h": 29 + } + }, + { + "filename": "0110.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 16, + "y": 1, + "w": 41, + "h": 29 + }, + "frame": { + "x": 100, + "y": 90, + "w": 41, + "h": 29 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0081.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0082.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0111.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0112.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 15, + "y": 0, + "w": 42, + "h": 30 + }, + "frame": { + "x": 107, + "y": 60, + "w": 42, + "h": 30 + } + }, + { + "filename": "0122.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 149, + "y": 59, + "w": 44, + "h": 29 + } + }, + { + "filename": "0123.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 149, + "y": 59, + "w": 44, + "h": 29 + } + }, + { + "filename": "0161.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 149, + "y": 59, + "w": 44, + "h": 29 + } + }, + { + "filename": "0162.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 12, + "y": 1, + "w": 44, + "h": 29 + }, + "frame": { + "x": 149, + "y": 59, + "w": 44, + "h": 29 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0083.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0084.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0113.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0114.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 149, + "y": 88, + "w": 43, + "h": 29 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0089.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0090.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0119.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + }, + { + "filename": "0120.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 59, + "h": 32 + }, + "spriteSourceSize": { + "x": 13, + "y": 1, + "w": 43, + "h": 29 + }, + "frame": { + "x": 141, + "y": 117, + "w": 43, + "h": 29 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:3a80315f8420c3a555ba99dce3a66b10:a6e09f01ffb00692bdc8e471d490f518:b101ef548b4dd6d920414e55a52d0335$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/771_3.png b/public/images/pokemon/variant/exp/771_3.png new file mode 100644 index 00000000000..4a0ac89ac2e Binary files /dev/null and b/public/images/pokemon/variant/exp/771_3.png differ diff --git a/public/images/pokemon/variant/exp/789.json b/public/images/pokemon/variant/exp/789.json index 65db6a57800..b4dd5c70403 100644 --- a/public/images/pokemon/variant/exp/789.json +++ b/public/images/pokemon/variant/exp/789.json @@ -14,5 +14,37 @@ "61c2f2": "61c2f2", "9d62d9": "dc48a7", "f285bc": "f77247" + }, + "1": { + "3a4ca6": "eb5b2a", + "1b234d": "391c21", + "55bef2": "ffdf49", + "f8f8f8": "fdfdfd", + "101010": "101010", + "4774cc": "f6a42d", + "61f2f2": "fff695", + "ffe359": "e5efff", + "736628": "6a738f", + "133140": "391c21", + "3d7a99": "f6a42d", + "61c2f2": "ffdf49", + "9d62d9": "e52518", + "f285bc": "ff4079" + }, + "2": { + "3a4ca6": "007ecc", + "1b234d": "1f1155", + "55bef2": "71ffd8", + "f8f8f8": "fdfdfd", + "101010": "101010", + "4774cc": "3dc7e0", + "61f2f2": "c9ffe2", + "ffe359": "c22741", + "736628": "61061f", + "133140": "1f1155", + "3d7a99": "3dc7e0", + "61c2f2": "71ffd8", + "9d62d9": "122795", + "f285bc": "7e13bf" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/790.json b/public/images/pokemon/variant/exp/790.json new file mode 100644 index 00000000000..cbc8fda0072 --- /dev/null +++ b/public/images/pokemon/variant/exp/790.json @@ -0,0 +1,34 @@ +{ + "1": { + "101010": "101010", + "8a5911": "545d9e", + "c87522": "7b89c4", + "faf54e": "e5efff", + "e8a61e": "aebde2", + "fdfdfd": "fdfdfd", + "1d3e89": "a20b02", + "169fda": "ffdf49", + "764394": "ff4079", + "2c5fab": "eb5b2a", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "1f4294": "1f4294", + "e2629f": "f6a42d" + }, + "2": { + "101010": "101010", + "8a5911": "730627", + "c87522": "890425", + "faf54e": "d4314c", + "e8a61e": "ae1a3d", + "fdfdfd": "ffa3bb", + "1d3e89": "0f2388", + "169fda": "71ffd8", + "764394": "7e13bf", + "2c5fab": "3dc7e0", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "1f4294": "1f4294", + "e2629f": "3dc7e0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/791.json b/public/images/pokemon/variant/exp/791.json new file mode 100644 index 00000000000..32202097b68 --- /dev/null +++ b/public/images/pokemon/variant/exp/791.json @@ -0,0 +1,50 @@ +{ + "1": { + "a93610": "b51140", + "9a5f29": "7a80ab", + "605c57": "b72011", + "ee8b6a": "debdd4", + "d39a4e": "debdd4", + "f5df63": "edf4ff", + "000000": "080808", + "f8f8f8": "ffbe60", + "cb5432": "f14f77", + "acacac": "da6e40", + "9a5f28": "7a80ab", + "393934": "7c0004", + "c08b27": "debdd4", + "1c2e5e": "7c0004", + "08579d": "810300", + "0bacea": "677dff", + "7a4035": "7a80ab", + "3a3a36": "7c0004", + "838383": "a5381c", + "cb5430": "f14f77", + "fcfcfc": "ffbe60", + "f3e260": "edf4ff" + }, + "2": { + "a93610": "d36d00", + "9a5f29": "5b021d", + "605c57": "062139", + "ee8b6a": "890425", + "d39a4e": "890425", + "f5df63": "ae1a3d", + "000000": "080808", + "f8f8f8": "584193", + "cb5432": "ffcd6e", + "acacac": "322e6c", + "9a5f28": "5b021d", + "393934": "03123e", + "c08b27": "890425", + "1c2e5e": "03123e", + "08579d": "1a224a", + "0bacea": "d51d3c", + "7a4035": "5b021d", + "3a3a36": "03123e", + "838383": "0b1f45", + "cb5430": "ffcd6e", + "fcfcfc": "584193", + "f3e260": "ae1a3d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/792.json b/public/images/pokemon/variant/exp/792.json new file mode 100644 index 00000000000..441861522a8 --- /dev/null +++ b/public/images/pokemon/variant/exp/792.json @@ -0,0 +1,40 @@ +{ + "1": { + "69551f": "675340", + "e3da81": "e6ded2", + "080808": "080808", + "a19263": "afa191", + "72629a": "864110", + "edf0ff": "ffd386", + "671ace": "eb422a", + "240f62": "60000c", + "40168c": "bc1836", + "fdfce8": "fdfce8", + "494dcc": "53101c", + "7bcece": "ff31e0", + "aaa4d8": "d39143", + "ffa0dd": "ffa0dd", + "ff268f": "ff268f", + "fcfcfc": "fcfcfc", + "000000": "000000" + }, + "2": { + "69551f": "6b0420", + "e3da81": "c22741", + "080808": "080808", + "a19263": "980f2a", + "72629a": "7e343d", + "edf0ff": "ffd1d1", + "671ace": "1550a1", + "240f62": "240f62", + "40168c": "1a3186", + "fdfce8": "fdfce8", + "494dcc": "494dcc", + "7bcece": "58cbe9", + "aaa4d8": "e19096", + "ffa0dd": "ffa0dd", + "ff268f": "ff268f", + "fcfcfc": "fcfcfc", + "000000": "000000" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/793_2.json b/public/images/pokemon/variant/exp/793_2.json new file mode 100644 index 00000000000..01a76d7039f --- /dev/null +++ b/public/images/pokemon/variant/exp/793_2.json @@ -0,0 +1,293 @@ +{ + "textures": [ + { + "image": "793_2.png", + "format": "RGBA8888", + "size": { + "w": 183, + "h": 183 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 51, + "h": 66 + }, + "frame": { + "x": 0, + "y": 0, + "w": 51, + "h": 66 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 51, + "h": 66 + }, + "frame": { + "x": 0, + "y": 0, + "w": 51, + "h": 66 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 49, + "h": 67 + }, + "frame": { + "x": 51, + "y": 0, + "w": 49, + "h": 67 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 49, + "h": 67 + }, + "frame": { + "x": 51, + "y": 0, + "w": 49, + "h": 67 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 51, + "h": 67 + }, + "frame": { + "x": 100, + "y": 0, + "w": 51, + "h": 67 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 51, + "h": 67 + }, + "frame": { + "x": 100, + "y": 0, + "w": 51, + "h": 67 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 44, + "h": 69 + }, + "frame": { + "x": 0, + "y": 66, + "w": 44, + "h": 69 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 46, + "h": 69 + }, + "frame": { + "x": 44, + "y": 67, + "w": 46, + "h": 69 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 46, + "h": 69 + }, + "frame": { + "x": 44, + "y": 67, + "w": 46, + "h": 69 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 70 + }, + "frame": { + "x": 90, + "y": 67, + "w": 45, + "h": 70 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 70 + }, + "frame": { + "x": 90, + "y": 67, + "w": 45, + "h": 70 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 48, + "h": 70 + }, + "frame": { + "x": 135, + "y": 67, + "w": 48, + "h": 70 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 48, + "h": 70 + }, + "frame": { + "x": 135, + "y": 67, + "w": 48, + "h": 70 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:b662e57188927eaa447c560d7f67bb5f:363648c60f1856f7d981a94e0629d534:c9b34196cb2aed897980f00816c03383$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/793_2.png b/public/images/pokemon/variant/exp/793_2.png new file mode 100644 index 00000000000..9c70c5a94ee Binary files /dev/null and b/public/images/pokemon/variant/exp/793_2.png differ diff --git a/public/images/pokemon/variant/exp/793_3.json b/public/images/pokemon/variant/exp/793_3.json new file mode 100644 index 00000000000..72a9454442b --- /dev/null +++ b/public/images/pokemon/variant/exp/793_3.json @@ -0,0 +1,293 @@ +{ + "textures": [ + { + "image": "793_3.png", + "format": "RGBA8888", + "size": { + "w": 183, + "h": 183 + }, + "scale": 1, + "frames": [ + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 51, + "h": 66 + }, + "frame": { + "x": 0, + "y": 0, + "w": 51, + "h": 66 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 51, + "h": 66 + }, + "frame": { + "x": 0, + "y": 0, + "w": 51, + "h": 66 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 49, + "h": 67 + }, + "frame": { + "x": 51, + "y": 0, + "w": 49, + "h": 67 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 49, + "h": 67 + }, + "frame": { + "x": 51, + "y": 0, + "w": 49, + "h": 67 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 51, + "h": 67 + }, + "frame": { + "x": 100, + "y": 0, + "w": 51, + "h": 67 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 51, + "h": 67 + }, + "frame": { + "x": 100, + "y": 0, + "w": 51, + "h": 67 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 44, + "h": 69 + }, + "frame": { + "x": 0, + "y": 66, + "w": 44, + "h": 69 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 46, + "h": 69 + }, + "frame": { + "x": 44, + "y": 67, + "w": 46, + "h": 69 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 46, + "h": 69 + }, + "frame": { + "x": 44, + "y": 67, + "w": 46, + "h": 69 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 70 + }, + "frame": { + "x": 90, + "y": 67, + "w": 45, + "h": 70 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 45, + "h": 70 + }, + "frame": { + "x": 90, + "y": 67, + "w": 45, + "h": 70 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 48, + "h": 70 + }, + "frame": { + "x": 135, + "y": 67, + "w": 48, + "h": 70 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 51, + "h": 73 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 48, + "h": 70 + }, + "frame": { + "x": 135, + "y": 67, + "w": 48, + "h": 70 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:b662e57188927eaa447c560d7f67bb5f:363648c60f1856f7d981a94e0629d534:c9b34196cb2aed897980f00816c03383$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/793_3.png b/public/images/pokemon/variant/exp/793_3.png new file mode 100644 index 00000000000..a758fcb28a4 Binary files /dev/null and b/public/images/pokemon/variant/exp/793_3.png differ diff --git a/public/images/pokemon/variant/exp/800-dawn-wings.json b/public/images/pokemon/variant/exp/800-dawn-wings.json new file mode 100644 index 00000000000..df0592955af --- /dev/null +++ b/public/images/pokemon/variant/exp/800-dawn-wings.json @@ -0,0 +1,60 @@ +{ + "1": { + "20496a": "624427", + "293233": "5f0021", + "3695ce": "afa191", + "5a646c": "890425", + "101010": "101010", + "72baf3": "e6ded2", + "a6bad9": "f1a54f", + "1f1d35": "1f1d35", + "838f95": "c8245d", + "c7e5ff": "efe9dd", + "74b2d8": "bc1836", + "434b51": "5f0021", + "edf0ff": "ffd386", + "617898": "86102d", + "b2d7f0": "eb422a", + "1b2021": "3a001c", + "0b82b7": "b140f3", + "a42828": "dc1246", + "e95d5d": "ff5178", + "53f2f2": "d58aff", + "f7e9ba": "f7e9ba", + "d7af28": "d7af28", + "424a50": "424a50", + "ff3a9c": "ff3a9c", + "000000": "000000", + "ffa0dd": "ffd386", + "080808": "080808" + }, + "2": { + "20496a": "3b0015", + "293233": "3e135f", + "3695ce": "5b0318", + "5a646c": "602483", + "101010": "101010", + "72baf3": "970b22", + "a6bad9": "e79093", + "1f1d35": "1f1d35", + "838f95": "f66fdc", + "c7e5ff": "e44c51", + "74b2d8": "1a3186", + "434b51": "4b1874", + "edf0ff": "ffd1d1", + "617898": "b95261", + "b2d7f0": "1550a1", + "1b2021": "240842", + "0b82b7": "2e5dda", + "a42828": "901323", + "e95d5d": "da2e2e", + "53f2f2": "579eff", + "f7e9ba": "f7e9ba", + "d7af28": "d7af28", + "424a50": "424a50", + "ff3a9c": "ff3a9c", + "000000": "000000", + "ffa0dd": "ffa0dd", + "080808": "080808" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/800-dusk-mane.json b/public/images/pokemon/variant/exp/800-dusk-mane.json new file mode 100644 index 00000000000..181890f9ab2 --- /dev/null +++ b/public/images/pokemon/variant/exp/800-dusk-mane.json @@ -0,0 +1,58 @@ +{ + "1": { + "0f0f0f": "080808", + "293233": "5f0021", + "1b2021": "3a001c", + "434b51": "890425", + "5a646c": "890425", + "ae6200": "7a80ab", + "f3cf55": "edf4ff", + "89704b": "6a0200", + "dbcc8f": "da6e40", + "d38a2b": "7c0004", + "fdf8e1": "ffbe60", + "000000": "080808", + "838f95": "c8245d", + "ae915b": "6a0200", + "0b82b7": "c8245d", + "ad7ac7": "c8245d", + "479a7a": "c8245d", + "a42828": "7a80ab", + "53f2f2": "453ef2", + "ddc2eb": "ffbe60", + "54d4a4": "453ef2", + "e95d5d": "7c0004", + "293133": "5f0021", + "f7e9ba": "ffbe60", + "d7af28": "7c0004", + "768188": "c8245d" + }, + "2": { + "0f0f0f": "080808", + "293233": "3e135f", + "1b2021": "240842", + "434b51": "602483", + "5a646c": "602483", + "ae6200": "5b021d", + "f3cf55": "ae1a3d", + "89704b": "062139", + "dbcc8f": "322e6c", + "d38a2b": "03123e", + "fdf8e1": "584193", + "000000": "080808", + "838f95": "b13dc8", + "ae915b": "062139", + "0b82b7": "b13dc8", + "ad7ac7": "b13dc8", + "479a7a": "b13dc8", + "a42828": "5b021d", + "53f2f2": "fd852b", + "ddc2eb": "584193", + "54d4a4": "fd852b", + "e95d5d": "03123e", + "293133": "3e135f", + "f7e9ba": "584193", + "d7af28": "03123e", + "768188": "b13dc8" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/800-ultra.json b/public/images/pokemon/variant/exp/800-ultra.json new file mode 100644 index 00000000000..53dd9b55df0 --- /dev/null +++ b/public/images/pokemon/variant/exp/800-ultra.json @@ -0,0 +1,34 @@ +{ + "1": { + "b0a080": "e552ec", + "f8f8e8": "ffe2ed", + "9b8259": "b021c5", + "e5e4c2": "ffb9f9", + "000000": "000000", + "bc9b4e": "900090", + "f8f8d0": "ff8ae9", + "e8e088": "ff49e7", + "d0b868": "d10cc7", + "7d673b": "510059", + "282828": "282828", + "f84040": "f84040", + "f88888": "1ae2e6", + "c81010": "00c2d2" + }, + "2": { + "b0a080": "d96b23", + "f8f8e8": "ffe1b8", + "9b8259": "b43c06", + "e5e4c2": "ffbf79", + "000000": "000000", + "bc9b4e": "8e0021", + "f8f8d0": "ff7e75", + "e8e088": "ee2033", + "d0b868": "bc0125", + "7d673b": "770031", + "282828": "282828", + "f84040": "f84040", + "f88888": "f88888", + "c81010": "c81010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/800.json b/public/images/pokemon/variant/exp/800.json new file mode 100644 index 00000000000..42ec6fb5d21 --- /dev/null +++ b/public/images/pokemon/variant/exp/800.json @@ -0,0 +1,32 @@ +{ + "1": { + "1b2021": "3a001c", + "424a50": "890425", + "2b3233": "5f0021", + "768188": "c8245d", + "080808": "080808", + "fd2b2b": "35d5e8", + "5fcfbe": "453ef2", + "ec925b": "9d63ff", + "9965c9": "6219a8", + "0a5ec5": "0a5ec5", + "18f013": "69fff0", + "b5bbbf": "a266eb", + "fbfbfb": "e8e7ff" + }, + "2": { + "1b2021": "240842", + "424a50": "602483", + "2b3233": "3e135f", + "768188": "b13dc8", + "080808": "080808", + "fd2b2b": "fd2bc1", + "5fcfbe": "b71334", + "ec925b": "e73c37", + "9965c9": "dc297a", + "0a5ec5": "fd852b", + "18f013": "ffcb49", + "b5bbbf": "f66fdc", + "fbfbfb": "ffb8c9" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/829.json b/public/images/pokemon/variant/exp/829.json new file mode 100644 index 00000000000..c3bbf9c6610 --- /dev/null +++ b/public/images/pokemon/variant/exp/829.json @@ -0,0 +1,28 @@ +{ + "1": { + "5f400b": "3b0122", + "000000": "101010", + "c3aa1a": "1da3c2", + "fce55d": "84fff5", + "fff8cb": "daebee", + "702715": "3b0122", + "d65f41": "7b2640", + "82b99a": "d590d9", + "2b523c": "813277", + "b1452a": "4a0f21", + "4d8a68": "813277" + }, + "2": { + "5f400b": "14103b", + "000000": "101010", + "c3aa1a": "8236c0", + "fce55d": "e8aaff", + "fff8cb": "f6e6ff", + "702715": "14103b", + "d65f41": "2f335d", + "82b99a": "5e9abe", + "2b523c": "1d396f", + "b1452a": "1f1e46", + "4d8a68": "1d396f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/830.json b/public/images/pokemon/variant/exp/830.json new file mode 100644 index 00000000000..58b1550cf2f --- /dev/null +++ b/public/images/pokemon/variant/exp/830.json @@ -0,0 +1,34 @@ +{ + "1": { + "89593b": "0f274e", + "c2aba0": "6597b0", + "fcf8e9": "dbeff7", + "e8d5c6": "a2d2e7", + "828a3f": "358699", + "b6b23d": "8be8e4", + "101010": "101010", + "fef0a0": "ece7c8", + "bab743": "c38ec6", + "5c6738": "6f3e7b", + "9f6137": "3b0122", + "e3a42d": "601335", + "f4d626": "7b2640", + "8a9247": "9d6aa5" + }, + "2": { + "89593b": "442664", + "c2aba0": "9471ae", + "fcf8e9": "edd3f7", + "e8d5c6": "d5aee9", + "828a3f": "8243b6", + "b6b23d": "b87def", + "101010": "101010", + "fef0a0": "f4f1de", + "bab743": "6a9cbb", + "5c6738": "133049", + "9f6137": "14103b", + "e3a42d": "24244b", + "f4d626": "2f335d", + "8a9247": "3c627e" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/932_2.json b/public/images/pokemon/variant/exp/932_2.json new file mode 100644 index 00000000000..0316e3d1d0c --- /dev/null +++ b/public/images/pokemon/variant/exp/932_2.json @@ -0,0 +1,818 @@ +{ + "textures": [ + { + "image": "932_2.png", + "format": "RGBA8888", + "size": { + "w": 147, + "h": 147 + }, + "scale": 1, + "frames": [ + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 98, + "w": 47, + "h": 49 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:56f22a59e3b5dc3b3a0b87fa1b0040f4:2e1654fddb365c17252def724f3b66f1:ac6592b1ff7d7b5afb4c4b933cec3f50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/932_2.png b/public/images/pokemon/variant/exp/932_2.png new file mode 100644 index 00000000000..9cb13ff2214 Binary files /dev/null and b/public/images/pokemon/variant/exp/932_2.png differ diff --git a/public/images/pokemon/variant/exp/932_3.json b/public/images/pokemon/variant/exp/932_3.json new file mode 100644 index 00000000000..e80148db827 --- /dev/null +++ b/public/images/pokemon/variant/exp/932_3.json @@ -0,0 +1,818 @@ +{ + "textures": [ + { + "image": "932_3.png", + "format": "RGBA8888", + "size": { + "w": 147, + "h": 147 + }, + "scale": 1, + "frames": [ + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 48, + "h": 49 + }, + "frame": { + "x": 48, + "y": 0, + "w": 48, + "h": 49 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 96, + "y": 0, + "w": 47, + "h": 49 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 49, + "w": 47, + "h": 49 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 0, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 47, + "y": 98, + "w": 47, + "h": 49 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 48, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 47, + "h": 49 + }, + "frame": { + "x": 94, + "y": 98, + "w": 47, + "h": 49 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:56f22a59e3b5dc3b3a0b87fa1b0040f4:2e1654fddb365c17252def724f3b66f1:ac6592b1ff7d7b5afb4c4b933cec3f50$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/932_3.png b/public/images/pokemon/variant/exp/932_3.png new file mode 100644 index 00000000000..b032aa2c3d4 Binary files /dev/null and b/public/images/pokemon/variant/exp/932_3.png differ diff --git a/public/images/pokemon/variant/exp/933_2.json b/public/images/pokemon/variant/exp/933_2.json new file mode 100644 index 00000000000..9e669e7a810 --- /dev/null +++ b/public/images/pokemon/variant/exp/933_2.json @@ -0,0 +1,1700 @@ +{ + "textures": [ + { + "image": "933_2.png", + "format": "RGBA8888", + "size": { + "w": 150, + "h": 150 + }, + "scale": 1, + "frames": [ + { + "filename": "0003.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 49, + "h": 40 + }, + "frame": { + "x": 0, + "y": 80, + "w": 49, + "h": 40 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 49, + "h": 40 + }, + "frame": { + "x": 0, + "y": 80, + "w": 49, + "h": 40 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 50, + "h": 37 + }, + "frame": { + "x": 49, + "y": 80, + "w": 50, + "h": 37 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 50, + "h": 37 + }, + "frame": { + "x": 49, + "y": 80, + "w": 50, + "h": 37 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:09e91f54423502186e0d378e484950eb:e056acc5adc4c97161120643431d426e:7432e7c2d4a209b3d6131d80a370567c$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/933_2.png b/public/images/pokemon/variant/exp/933_2.png new file mode 100644 index 00000000000..3e115896399 Binary files /dev/null and b/public/images/pokemon/variant/exp/933_2.png differ diff --git a/public/images/pokemon/variant/exp/933_3.json b/public/images/pokemon/variant/exp/933_3.json new file mode 100644 index 00000000000..9709b3a0053 --- /dev/null +++ b/public/images/pokemon/variant/exp/933_3.json @@ -0,0 +1,1700 @@ +{ + "textures": [ + { + "image": "933_3.png", + "format": "RGBA8888", + "size": { + "w": 150, + "h": 150 + }, + "scale": 1, + "frames": [ + { + "filename": "0003.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0059.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + }, + "frame": { + "x": 0, + "y": 0, + "w": 50, + "h": 41 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0057.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0058.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0049.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0050.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0053.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0054.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0060.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0061.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0064.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0065.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0066.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0069.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0070.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 40 + }, + "frame": { + "x": 100, + "y": 0, + "w": 50, + "h": 40 + } + }, + { + "filename": "0073.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0074.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0077.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0078.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 50, + "h": 40 + }, + "frame": { + "x": 50, + "y": 40, + "w": 50, + "h": 40 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0051.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0052.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0062.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0063.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0067.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0068.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 39 + }, + "frame": { + "x": 0, + "y": 41, + "w": 50, + "h": 39 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0055.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0056.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0071.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0072.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0079.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0080.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 50, + "h": 39 + }, + "frame": { + "x": 100, + "y": 40, + "w": 50, + "h": 39 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 50, + "h": 38 + }, + "frame": { + "x": 100, + "y": 79, + "w": 50, + "h": 38 + } + }, + { + "filename": "0075.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 49, + "h": 40 + }, + "frame": { + "x": 0, + "y": 80, + "w": 49, + "h": 40 + } + }, + { + "filename": "0076.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 49, + "h": 40 + }, + "frame": { + "x": 0, + "y": 80, + "w": 49, + "h": 40 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 50, + "h": 37 + }, + "frame": { + "x": 49, + "y": 80, + "w": 50, + "h": 37 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 50, + "h": 41 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 50, + "h": 37 + }, + "frame": { + "x": 49, + "y": 80, + "w": 50, + "h": 37 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:09e91f54423502186e0d378e484950eb:e056acc5adc4c97161120643431d426e:7432e7c2d4a209b3d6131d80a370567c$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/933_3.png b/public/images/pokemon/variant/exp/933_3.png new file mode 100644 index 00000000000..cda8be4d809 Binary files /dev/null and b/public/images/pokemon/variant/exp/933_3.png differ diff --git a/public/images/pokemon/variant/exp/934.json b/public/images/pokemon/variant/exp/934.json new file mode 100644 index 00000000000..223fbcf5d0e --- /dev/null +++ b/public/images/pokemon/variant/exp/934.json @@ -0,0 +1,38 @@ +{ + "1": { + "666666": "543f4d", + "999797": "77595f", + "ededed": "f9c2cd", + "c1b9b9": "bc808c", + "000000": "000000", + "6a4c37": "718491", + "c8a085": "d8e9f5", + "997862": "adbac3", + "dfa326": "d63e6e", + "e9d086": "ffe8f3", + "372f28": "3a464f", + "2c241c": "202835", + "49423c": "6d7982", + "80766e": "949fa8", + "8a867e": "d8e9f5", + "b6aea2": "f3ffff" + }, + "2": { + "666666": "302e3f", + "999797": "444251", + "ededed": "9ba0a0", + "c1b9b9": "6a6a72", + "000000": "000000", + "6a4c37": "3d5e47", + "c8a085": "7fc17c", + "997862": "5d9157", + "dfa326": "5b2de6", + "e9d086": "d9b1fb", + "372f28": "2b3f3f", + "2c241c": "15272b", + "49423c": "3d5e47", + "80766e": "608263", + "8a867e": "7fc17c", + "b6aea2": "b5e2b5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/935.json b/public/images/pokemon/variant/exp/935.json new file mode 100644 index 00000000000..8aa02017aca --- /dev/null +++ b/public/images/pokemon/variant/exp/935.json @@ -0,0 +1,46 @@ +{ + "0": { + "3681e4": "cfac07", + "df00df": "b168ca", + "82afee": "fdcd0d", + "ff51ff": "e589b5", + "ca0d33": "5ba0cc", + "ee0d23": "93d6b7", + "801313": "212982", + "b33630": "4861a5", + "0f0f0f": "0f0f0f", + "464444": "4d3467", + "636161": "885aa3", + "f38f07": "b885d6", + "8c8a8a": "c79ace", + "f32e42": "93d6b7", + "1b2123": "1b2123", + "c77505": "795bd3", + "f3bd03": "a59fdf", + "ffffff": "ffffff", + "bbb9b9": "bbb9b9", + "5c5d64": "5c5d64" + }, + "1": { + "3681e4": "a3bfcc", + "df00df": "88a0cc", + "82afee": "dbf5ff", + "ff51ff": "bbccea", + "ca0d33": "41accd", + "ee0d23": "96f5ff", + "801313": "0b3060", + "b33630": "205b82", + "0f0f0f": "0f0f0f", + "464444": "2d2c35", + "636161": "3b4149", + "f38f07": "e0734c", + "8c8a8a": "888989", + "f32e42": "87c1e5", + "1b2123": "1b2123", + "c77505": "d33830", + "f3bd03": "f4b766", + "ffffff": "ffffff", + "bbb9b9": "bbb9b9", + "5c5d64": "5c5d64" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/935_3.json b/public/images/pokemon/variant/exp/935_3.json new file mode 100644 index 00000000000..019ec7ab1de --- /dev/null +++ b/public/images/pokemon/variant/exp/935_3.json @@ -0,0 +1,440 @@ +{ + "textures": [ + { + "image": "935_3.png", + "format": "RGBA8888", + "size": { + "w": 165, + "h": 165 + }, + "scale": 1, + "frames": [ + { + "filename": "0001.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 55, + "w": 35, + "h": 55 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 55, + "w": 35, + "h": 55 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 55, + "w": 35, + "h": 55 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 110, + "w": 35, + "h": 55 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 110, + "w": 35, + "h": 55 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 0, + "y": 110, + "w": 35, + "h": 55 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 35, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 35, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 35, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 35, + "y": 55, + "w": 35, + "h": 55 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 35, + "y": 110, + "w": 35, + "h": 55 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 70, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 105, + "y": 0, + "w": 35, + "h": 55 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 70, + "y": 55, + "w": 35, + "h": 55 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 70, + "y": 110, + "w": 35, + "h": 55 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 105, + "y": 55, + "w": 35, + "h": 55 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 35, + "h": 55 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 35, + "h": 55 + }, + "frame": { + "x": 105, + "y": 110, + "w": 35, + "h": 55 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:06750fe617b2ad66c1af576e0074e016:b59cf22eea90e9839062adc1f728c00a:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/935_3.png b/public/images/pokemon/variant/exp/935_3.png new file mode 100644 index 00000000000..0ea2db0349d Binary files /dev/null and b/public/images/pokemon/variant/exp/935_3.png differ diff --git a/public/images/pokemon/variant/exp/936_1.json b/public/images/pokemon/variant/exp/936_1.json new file mode 100644 index 00000000000..f3c45278c91 --- /dev/null +++ b/public/images/pokemon/variant/exp/936_1.json @@ -0,0 +1,524 @@ +{ + "textures": [ + { + "image": "936_1.png", + "format": "RGBA8888", + "size": { + "w": 323, + "h": 323 + }, + "scale": 1, + "frames": [ + { + "filename": "0016.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 99, + "w": 76, + "h": 99 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 198, + "w": 76, + "h": 99 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 76, + "h": 98 + }, + "frame": { + "x": 76, + "y": 0, + "w": 76, + "h": 98 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 76, + "h": 98 + }, + "frame": { + "x": 152, + "y": 0, + "w": 76, + "h": 98 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 70, + "h": 99 + }, + "frame": { + "x": 228, + "y": 0, + "w": 70, + "h": 99 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 70, + "h": 99 + }, + "frame": { + "x": 76, + "y": 98, + "w": 70, + "h": 99 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 194, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 264, + "y": 99, + "w": 59, + "h": 99 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 253, + "y": 198, + "w": 59, + "h": 98 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/936_1.png b/public/images/pokemon/variant/exp/936_1.png new file mode 100644 index 00000000000..0b0a28f9b34 Binary files /dev/null and b/public/images/pokemon/variant/exp/936_1.png differ diff --git a/public/images/pokemon/variant/exp/936_2.json b/public/images/pokemon/variant/exp/936_2.json new file mode 100644 index 00000000000..dfe48120a67 --- /dev/null +++ b/public/images/pokemon/variant/exp/936_2.json @@ -0,0 +1,524 @@ +{ + "textures": [ + { + "image": "936_2.png", + "format": "RGBA8888", + "size": { + "w": 323, + "h": 323 + }, + "scale": 1, + "frames": [ + { + "filename": "0016.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 99, + "w": 76, + "h": 99 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 198, + "w": 76, + "h": 99 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 76, + "h": 98 + }, + "frame": { + "x": 76, + "y": 0, + "w": 76, + "h": 98 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 76, + "h": 98 + }, + "frame": { + "x": 152, + "y": 0, + "w": 76, + "h": 98 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 70, + "h": 99 + }, + "frame": { + "x": 228, + "y": 0, + "w": 70, + "h": 99 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 70, + "h": 99 + }, + "frame": { + "x": 76, + "y": 98, + "w": 70, + "h": 99 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 194, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 264, + "y": 99, + "w": 59, + "h": 99 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 253, + "y": 198, + "w": 59, + "h": 98 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/936_2.png b/public/images/pokemon/variant/exp/936_2.png new file mode 100644 index 00000000000..0ad8ea7458c Binary files /dev/null and b/public/images/pokemon/variant/exp/936_2.png differ diff --git a/public/images/pokemon/variant/exp/936_3.json b/public/images/pokemon/variant/exp/936_3.json new file mode 100644 index 00000000000..e80ca73deb5 --- /dev/null +++ b/public/images/pokemon/variant/exp/936_3.json @@ -0,0 +1,524 @@ +{ + "textures": [ + { + "image": "936_3.png", + "format": "RGBA8888", + "size": { + "w": 323, + "h": 323 + }, + "scale": 1, + "frames": [ + { + "filename": "0016.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 99, + "w": 76, + "h": 99 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 76, + "h": 99 + }, + "frame": { + "x": 0, + "y": 198, + "w": 76, + "h": 99 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 76, + "h": 98 + }, + "frame": { + "x": 76, + "y": 0, + "w": 76, + "h": 98 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 76, + "h": 98 + }, + "frame": { + "x": 152, + "y": 0, + "w": 76, + "h": 98 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 70, + "h": 99 + }, + "frame": { + "x": 228, + "y": 0, + "w": 70, + "h": 99 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 70, + "h": 99 + }, + "frame": { + "x": 76, + "y": 98, + "w": 70, + "h": 99 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 146, + "y": 98, + "w": 59, + "h": 99 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 76, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 135, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 194, + "y": 197, + "w": 59, + "h": 99 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 205, + "y": 99, + "w": 59, + "h": 98 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 59, + "h": 99 + }, + "frame": { + "x": 264, + "y": 99, + "w": 59, + "h": 99 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 76, + "h": 99 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 59, + "h": 98 + }, + "frame": { + "x": 253, + "y": 198, + "w": 59, + "h": 98 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/936_3.png b/public/images/pokemon/variant/exp/936_3.png new file mode 100644 index 00000000000..082930d6188 Binary files /dev/null and b/public/images/pokemon/variant/exp/936_3.png differ diff --git a/public/images/pokemon/variant/exp/937_1.json b/public/images/pokemon/variant/exp/937_1.json new file mode 100644 index 00000000000..d8039af99c7 --- /dev/null +++ b/public/images/pokemon/variant/exp/937_1.json @@ -0,0 +1,125 @@ +{ + "textures": [ + { + "image": "937_1.png", + "format": "RGBA8888", + "size": { + "w": 247, + "h": 247 + }, + "scale": 1, + "frames": [ + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 83, + "h": 98 + }, + "frame": { + "x": 0, + "y": 0, + "w": 83, + "h": 98 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 81, + "h": 99 + }, + "frame": { + "x": 83, + "y": 0, + "w": 81, + "h": 99 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 83, + "h": 99 + }, + "frame": { + "x": 164, + "y": 0, + "w": 83, + "h": 99 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 86, + "h": 99 + }, + "frame": { + "x": 0, + "y": 99, + "w": 86, + "h": 99 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 86, + "h": 99 + }, + "frame": { + "x": 86, + "y": 99, + "w": 86, + "h": 99 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/937_1.png b/public/images/pokemon/variant/exp/937_1.png new file mode 100644 index 00000000000..22f4400c8fc Binary files /dev/null and b/public/images/pokemon/variant/exp/937_1.png differ diff --git a/public/images/pokemon/variant/exp/937_2.json b/public/images/pokemon/variant/exp/937_2.json new file mode 100644 index 00000000000..58792129101 --- /dev/null +++ b/public/images/pokemon/variant/exp/937_2.json @@ -0,0 +1,125 @@ +{ + "textures": [ + { + "image": "937_2.png", + "format": "RGBA8888", + "size": { + "w": 247, + "h": 247 + }, + "scale": 1, + "frames": [ + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 83, + "h": 98 + }, + "frame": { + "x": 0, + "y": 0, + "w": 83, + "h": 98 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 81, + "h": 99 + }, + "frame": { + "x": 83, + "y": 0, + "w": 81, + "h": 99 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 83, + "h": 99 + }, + "frame": { + "x": 164, + "y": 0, + "w": 83, + "h": 99 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 86, + "h": 99 + }, + "frame": { + "x": 0, + "y": 99, + "w": 86, + "h": 99 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 86, + "h": 99 + }, + "frame": { + "x": 86, + "y": 99, + "w": 86, + "h": 99 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/937_2.png b/public/images/pokemon/variant/exp/937_2.png new file mode 100644 index 00000000000..49fe45e945b Binary files /dev/null and b/public/images/pokemon/variant/exp/937_2.png differ diff --git a/public/images/pokemon/variant/exp/937_3.json b/public/images/pokemon/variant/exp/937_3.json new file mode 100644 index 00000000000..213c017c1e0 --- /dev/null +++ b/public/images/pokemon/variant/exp/937_3.json @@ -0,0 +1,125 @@ +{ + "textures": [ + { + "image": "937_3.png", + "format": "RGBA8888", + "size": { + "w": 247, + "h": 247 + }, + "scale": 1, + "frames": [ + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 1, + "y": 1, + "w": 83, + "h": 98 + }, + "frame": { + "x": 0, + "y": 0, + "w": 83, + "h": 98 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 81, + "h": 99 + }, + "frame": { + "x": 83, + "y": 0, + "w": 81, + "h": 99 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 83, + "h": 99 + }, + "frame": { + "x": 164, + "y": 0, + "w": 83, + "h": 99 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 86, + "h": 99 + }, + "frame": { + "x": 0, + "y": 99, + "w": 86, + "h": 99 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 86, + "h": 99 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 86, + "h": 99 + }, + "frame": { + "x": 86, + "y": 99, + "w": 86, + "h": 99 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/937_3.png b/public/images/pokemon/variant/exp/937_3.png new file mode 100644 index 00000000000..9e93d4f9a70 Binary files /dev/null and b/public/images/pokemon/variant/exp/937_3.png differ diff --git a/public/images/pokemon/variant/exp/948.json b/public/images/pokemon/variant/exp/948.json new file mode 100644 index 00000000000..a99438ad7f8 --- /dev/null +++ b/public/images/pokemon/variant/exp/948.json @@ -0,0 +1,32 @@ +{ + "1": { + "dd967d": "383c79", + "ae6857": "1d2464", + "f8d3c2": "8b91c8", + "f2b69f": "6d6ba4", + "976924": "a50927", + "ffec37": "ff6237", + "fef8f5": "fff4f1", + "000000": "000000", + "eaba2b": "b9352b", + "d2bbac": "e2bea6", + "886b59": "8d5740", + "006bc4": "8d5740", + "008bff": "8d5740" + }, + "2": { + "dd967d": "972534", + "ae6857": "7d1227", + "f8d3c2": "eb9a93", + "f2b69f": "ce4847", + "976924": "254087", + "ffec37": "4b86bd", + "fef8f5": "ffede5", + "000000": "000000", + "eaba2b": "2e609b", + "d2bbac": "d8bdab", + "886b59": "ad927b", + "006bc4": "ad927b", + "008bff": "ad927b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/949.json b/public/images/pokemon/variant/exp/949.json new file mode 100644 index 00000000000..3a3c4564e11 --- /dev/null +++ b/public/images/pokemon/variant/exp/949.json @@ -0,0 +1,38 @@ +{ + "1": { + "000000": "000000", + "282828": "33134d", + "211f1f": "33134d", + "404040": "4b3073", + "575736": "4b3073", + "86433c": "a50927", + "ca7268": "d41929", + "d6938b": "ff4737", + "ede652": "1672a1", + "eddfdf": "f9f1b9", + "f5f9b9": "d6c1b1", + "c2ae83": "b29785", + "c8c4c4": "bdbdbd", + "edeaea": "ffffff", + "625a15": "a50927", + "cdae52": "0c4a83" + }, + "2": { + "000000": "000000", + "282828": "460001", + "211f1f": "460001", + "404040": "70150e", + "575736": "70150e", + "86433c": "401e54", + "ca7268": "613a8a", + "d6938b": "8e65c1", + "ede652": "dd7731", + "eddfdf": "f9f1b9", + "f5f9b9": "ffe8d6", + "c2ae83": "d9b591", + "c8c4c4": "bdbdbd", + "edeaea": "ffffff", + "625a15": "401e54", + "cdae52": "af3610" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/994.json b/public/images/pokemon/variant/exp/994.json new file mode 100644 index 00000000000..273b6e6f0c7 --- /dev/null +++ b/public/images/pokemon/variant/exp/994.json @@ -0,0 +1,22 @@ +{ + "1": { + "794926": "018d1b", + "c77923": "05c328", + "f2dd46": "80ff97", + "f29c46": "00f02c", + "fac173": "8bffa0", + "626262": "696983", + "5e2d4e": "ae7a24", + "be5a83": "fdc263", + "181820": "181820", + "874070": "d79a38", + "313139": "313139", + "959595": "9b9bb6", + "dbdadc": "d9d9ea", + "36485a": "3f357c", + "6a8795": "867bc8", + "94cdd5": "b0a4f8", + "f2ae46": "31ff57", + "f2c346": "3afb5d" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/994_3.json b/public/images/pokemon/variant/exp/994_3.json new file mode 100644 index 00000000000..09293c24b5b --- /dev/null +++ b/public/images/pokemon/variant/exp/994_3.json @@ -0,0 +1,1028 @@ +{ + "textures": [ + { + "image": "994_3.png", + "format": "RGBA8888", + "size": { + "w": 433, + "h": 433 + }, + "scale": 1, + "frames": [ + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 88, + "h": 75 + }, + "frame": { + "x": 0, + "y": 0, + "w": 88, + "h": 75 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 88, + "h": 75 + }, + "frame": { + "x": 0, + "y": 0, + "w": 88, + "h": 75 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 88, + "h": 75 + }, + "frame": { + "x": 0, + "y": 0, + "w": 88, + "h": 75 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 88, + "h": 75 + }, + "frame": { + "x": 0, + "y": 75, + "w": 88, + "h": 75 + } + }, + { + "filename": "0032.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 74 + }, + "frame": { + "x": 0, + "y": 150, + "w": 88, + "h": 74 + } + }, + { + "filename": "0033.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 74 + }, + "frame": { + "x": 0, + "y": 224, + "w": 88, + "h": 74 + } + }, + { + "filename": "0034.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 74 + }, + "frame": { + "x": 0, + "y": 224, + "w": 88, + "h": 74 + } + }, + { + "filename": "0035.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 74 + }, + "frame": { + "x": 0, + "y": 298, + "w": 88, + "h": 74 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 5, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0039.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0040.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0045.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0046.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0047.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 7, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 73, + "w": 88, + "h": 73 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 73, + "w": 88, + "h": 73 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 73, + "w": 88, + "h": 73 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 73, + "w": 88, + "h": 73 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 146, + "w": 88, + "h": 73 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 146, + "w": 88, + "h": 73 + } + }, + { + "filename": "0036.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 146, + "w": 88, + "h": 73 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 219, + "w": 88, + "h": 73 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 73 + }, + "frame": { + "x": 88, + "y": 292, + "w": 88, + "h": 73 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 176, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 73 + }, + "frame": { + "x": 176, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 73 + }, + "frame": { + "x": 176, + "y": 73, + "w": 88, + "h": 73 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 73 + }, + "frame": { + "x": 176, + "y": 146, + "w": 88, + "h": 73 + } + }, + { + "filename": "0031.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 73 + }, + "frame": { + "x": 176, + "y": 219, + "w": 88, + "h": 73 + } + }, + { + "filename": "0037.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 88, + "h": 73 + }, + "frame": { + "x": 176, + "y": 292, + "w": 88, + "h": 73 + } + }, + { + "filename": "0038.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 2, + "w": 88, + "h": 73 + }, + "frame": { + "x": 264, + "y": 0, + "w": 88, + "h": 73 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 8, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 73, + "w": 88, + "h": 72 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 73, + "w": 88, + "h": 72 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 73, + "w": 88, + "h": 72 + } + }, + { + "filename": "0042.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 73, + "w": 88, + "h": 72 + } + }, + { + "filename": "0043.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 73, + "w": 88, + "h": 72 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 8, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 145, + "w": 88, + "h": 72 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 145, + "w": 88, + "h": 72 + } + }, + { + "filename": "0041.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 145, + "w": 88, + "h": 72 + } + }, + { + "filename": "0044.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 4, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 145, + "w": 88, + "h": 72 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 8, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 217, + "w": 88, + "h": 72 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 8, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 217, + "w": 88, + "h": 72 + } + }, + { + "filename": "0048.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 8, + "w": 88, + "h": 72 + }, + "frame": { + "x": 264, + "y": 289, + "w": 88, + "h": 72 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 88, + "h": 80 + }, + "spriteSourceSize": { + "x": 0, + "y": 6, + "w": 86, + "h": 72 + }, + "frame": { + "x": 264, + "y": 361, + "w": 86, + "h": 72 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:b0d3aa4c5be746f759a577ac6d54b864:d2c1541ebfba28eccf1e72dab894a00a:9fc68eaa43ae6af994e0cb82ea3cd8eb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/994_3.png b/public/images/pokemon/variant/exp/994_3.png new file mode 100644 index 00000000000..a9f3f7fddc2 Binary files /dev/null and b/public/images/pokemon/variant/exp/994_3.png differ diff --git a/public/images/pokemon/variant/exp/back/150-mega-x.json b/public/images/pokemon/variant/exp/back/150-mega-x.json new file mode 100644 index 00000000000..6c5bdf7a533 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/150-mega-x.json @@ -0,0 +1,26 @@ +{ + "1": { + "7a7a99": "a66b8e", + "101010": "101010", + "dadaf2": "ffb5d6", + "34344d": "5a2952", + "acacbf": "db8aaf", + "461f59": "105144", + "9643bf": "379e8a", + "f8f8f8": "f8f8f8", + "55a4f2": "55a4f2", + "6e318c": "1d6153" + }, + "2": { + "7a7a99": "d68f40", + "101010": "101010", + "dadaf2": "ffdd98", + "34344d": "884c17", + "acacbf": "edaf5b", + "461f59": "6b2619", + "9643bf": "ac4f4b", + "f8f8f8": "f8f8f8", + "55a4f2": "da2e29", + "6e318c": "6b2619" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/150-mega-y.json b/public/images/pokemon/variant/exp/back/150-mega-y.json new file mode 100644 index 00000000000..46e19374ca0 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/150-mega-y.json @@ -0,0 +1,28 @@ +{ + "1": { + "837b9c": "a66b8e", + "383852": "5a2952", + "eee6ee": "f8f8f8", + "b4acc5": "db8aaf", + "201a1a": "101010", + "392052": "1f5859", + "9441bd": "43bfbd", + "b44cee": "55f2e1", + "69369c": "318c8a", + "f5f5f5": "f8f8f8", + "ea624d": "4bac9a" + }, + "2": { + "837b9c": "d68f40", + "383852": "884c17", + "eee6ee": "ffdd98", + "b4acc5": "edaf5b", + "201a1a": "101010", + "392052": "59201f", + "9441bd": "bf4c43", + "b44cee": "f26155", + "69369c": "8c3331", + "f5f5f5": "ffdd98", + "ea624d": "f25555" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/310-mega.json b/public/images/pokemon/variant/exp/back/310-mega.json new file mode 100644 index 00000000000..8ab3d0646dc --- /dev/null +++ b/public/images/pokemon/variant/exp/back/310-mega.json @@ -0,0 +1,34 @@ +{ + "1": { + "736a3f": "630013", + "998c4c": "630013", + "ffe566": "d4302a", + "d9c357": "a6101a", + "101010": "101010", + "2a474d": "0d1843", + "82cad9": "4c7da6", + "548e99": "284781", + "69b1bf": "3e6194", + "3f6a73": "1a3269", + "ff7373": "ff7373", + "f8f8f8": "f8f8f8", + "cc2929": "cc2929", + "8c3f3f": "8c3f3f" + }, + "2": { + "736a3f": "810040", + "998c4c": "a40f5a", + "ffe566": "e545b6", + "d9c357": "c32574", + "101010": "101010", + "2a474d": "3f5476", + "82cad9": "c1ddeb", + "548e99": "92b4cb", + "69b1bf": "b3d1e5", + "3f6a73": "6f8caa", + "ff7373": "8f60ef", + "f8f8f8": "f8f8f8", + "cc2929": "893edf", + "8c3f3f": "4a0698" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/382-primal.json b/public/images/pokemon/variant/exp/back/382-primal.json new file mode 100644 index 00000000000..68a374ee080 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/382-primal.json @@ -0,0 +1,60 @@ +{ + "1": { + "5a526b": "5a526b", + "101010": "101010", + "322e78": "f08d2a", + "cebdce": "cebdce", + "dedede": "dedede", + "7eaecc": "ff3200", + "9c8c94": "9c8c94", + "8b7fad": "f3bb49", + "90a2c0": "90a2c0", + "d3e6f4": "d3e6f4", + "a43162": "c62e22", + "fbec99": "e1ff9f", + "6d5e94": "f3bb49", + "f61010": "e1462c", + "7aabca": "ff3200", + "313a73": "900722", + "242157": "d96714", + "427c9d": "c5253a", + "dabb92": "61d85d", + "417999": "c5253a", + "fadbb3": "a2ee62", + "294c60": "a30d25", + "27245e": "d96714", + "74659d": "f3bb49", + "373384": "373384", + "e8e3e8": "e8e3e8", + "34607a": "34607a" + }, + "2": { + "5a526b": "5a526b", + "101010": "101010", + "322e78": "a90e14", + "cebdce": "cebdce", + "dedede": "dedede", + "7eaecc": "ffc546", + "9c8c94": "9c8c94", + "8b7fad": "ea512b", + "90a2c0": "90a2c0", + "d3e6f4": "d3e6f4", + "a43162": "4139d2", + "fbec99": "90ffde", + "6d5e94": "ea512b", + "f61010": "4e61e7", + "7aabca": "ffc546", + "313a73": "a44603", + "242157": "780613", + "427c9d": "ea7c18", + "dabb92": "195fb3", + "417999": "ea7c18", + "fadbb3": "67a6f4", + "294c60": "be5809", + "27245e": "780613", + "74659d": "ea512b", + "373384": "373384", + "e8e3e8": "e8e3e8", + "34607a": "34607a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/383-primal.json b/public/images/pokemon/variant/exp/back/383-primal.json new file mode 100644 index 00000000000..ccecac7c2ac --- /dev/null +++ b/public/images/pokemon/variant/exp/back/383-primal.json @@ -0,0 +1,58 @@ +{ + "1": { + "000000": "000000", + "7b2129": "10371a", + "9c2929": "135121", + "ff736b": "419e49", + "ff2129": "2b5b32", + "957346": "ff8571", + "f2d259": "ffd493", + "bd3131": "2b5b32", + "343434": "343434", + "695a5b": "695a5b", + "887981": "887981", + "3a3a3a": "343434", + "632329": "032a10", + "f6e08c": "f6e08c", + "7e2d2d": "10371a", + "736363": "695a5b", + "94848c": "887981", + "ffbdbd": "49c74f", + "c92c33": "2b5b32", + "a03131": "135121", + "d5736d": "419e49", + "bdbdd5": "bdbdd5", + "f2f2f2": "f2f2f2", + "ad9ca5": "49c74f", + "ffffff": "f2f2f2", + "bdbdd6": "bdbdd5" + }, + "2": { + "000000": "000000", + "7b2129": "20516c", + "9c2929": "2f6e85", + "ff736b": "4daab4", + "ff2129": "3e8b9f", + "957346": "61ee93", + "f2d259": "d2ff93", + "bd3131": "3e8b9f", + "343434": "2b3c4e", + "695a5b": "4e5169", + "887981": "777e95", + "3a3a3a": "2b3c4e", + "632329": "123953", + "f6e08c": "ebffb0", + "7e2d2d": "20516c", + "736363": "4e5169", + "94848c": "777e95", + "ffbdbd": "68cfd0", + "c92c33": "3e8b9f", + "a03131": "2f6e85", + "d5736d": "4daab4", + "bdbdd5": "bdbdd5", + "f2f2f2": "f2f2f2", + "ad9ca5": "68cfd0", + "ffffff": "f2f2f2", + "bdbdd6": "bdbdd5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/4077.json b/public/images/pokemon/variant/exp/back/4077.json new file mode 100644 index 00000000000..cbd88a9fa88 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/4077.json @@ -0,0 +1,32 @@ +{ + "1": { + "8e39c1": "990c00", + "64c2d7": "e5992d", + "de9fff": "ff884c", + "80fffc": "ffe14c", + "1577c8": "cc5114", + "c973e6": "cc4328", + "646357": "192666", + "ded5ae": "5b93cc", + "ffffe3": "8cd8ff", + "a3a49f": "355699", + "101010": "101010", + "59237e": "312c49", + "78499b": "514766" + }, + "2": { + "8e39c1": "161f4c", + "64c2d7": "cc1e83", + "de9fff": "483e7c", + "80fffc": "ff3f92", + "1577c8": "990774", + "c973e6": "282866", + "646357": "361e66", + "ded5ae": "cc66cc", + "ffffe3": "ff99dd", + "a3a49f": "7a3d99", + "101010": "101010", + "59237e": "312c49", + "78499b": "514766" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/4078.json b/public/images/pokemon/variant/exp/back/4078.json new file mode 100644 index 00000000000..9c680e6fad1 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/4078.json @@ -0,0 +1,38 @@ +{ + "1": { + "44bf75": "cc9470", + "85fabf": "ffd9a5", + "2b3055": "2b3055", + "109865": "995944", + "737ba4": "514766", + "ffffe3": "8cd8ff", + "8e38c1": "990c00", + "de9fff": "ff884c", + "c566e3": "cc4328", + "0c0c0c": "0c0c0c", + "ffffff": "ffffff", + "414a83": "312c49", + "ded5ae": "5b93cc", + "636357": "192666", + "b1ab8b": "355699", + "4ed68b": "ffd9a5" + }, + "2": { + "44bf75": "cc1e4c", + "85fabf": "ff3255", + "2b3055": "2b3055", + "109865": "990f3d", + "737ba4": "514766", + "ffffe3": "ff99dd", + "8e38c1": "161f4c", + "de9fff": "483e7c", + "c566e3": "282866", + "0c0c0c": "0c0c0c", + "ffffff": "ffffff", + "414a83": "312c49", + "ded5ae": "cc66cc", + "636357": "361e66", + "b1ab8b": "7a3d99", + "4ed68b": "ff3255" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/653.json b/public/images/pokemon/variant/exp/back/653.json new file mode 100644 index 00000000000..f7761fa32b1 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/653.json @@ -0,0 +1,26 @@ +{ + "1": { + "101010": "101010", + "736028": "9f398a", + "ffd659": "e190c3", + "ccab47": "c35ba3", + "732e17": "3c195c", + "f26130": "794cb7", + "b34724": "502c81", + "737373": "68326b", + "bfbfbf": "c093c3", + "f8f8f8": "fbecff" + }, + "2": { + "101010": "101010", + "736028": "172547", + "ffd659": "3a6a93", + "ccab47": "264166", + "732e17": "005646", + "f26130": "21d170", + "b34724": "0aaa77", + "737373": "75553c", + "bfbfbf": "d4b996", + "f8f8f8": "fff8ec" + } +} \ 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 new file mode 100644 index 00000000000..c7524e01b9a --- /dev/null +++ b/public/images/pokemon/variant/exp/back/654.json @@ -0,0 +1,34 @@ +{ + "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" + }, + "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" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/655.json b/public/images/pokemon/variant/exp/back/655.json new file mode 100644 index 00000000000..f5188a63c27 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/655.json @@ -0,0 +1,32 @@ +{ + "1": { + "7f5f1f": "331035", + "ffe060": "e7caef", + "702010": "4d1681", + "e0ad10": "c6a3d3", + "bf4020": "6231a5", + "f06030": "ab6ce0", + "101010": "000000", + "c6c3c5": "bfbfbf", + "6d6a6c": "6e6d6a", + "e5ac3b": "c093c3", + "8e3636": "872b59", + "681d1d": "550c28", + "c63f41": "b55390" + }, + "2": { + "7f5f1f": "75553c", + "ffe060": "fff2dd", + "702010": "005646", + "e0ad10": "c9b3b3", + "bf4020": "048a68", + "f06030": "21d170", + "101010": "000000", + "c6c3c5": "bfbfbf", + "6d6a6c": "6e6d6a", + "e5ac3b": "d4b996", + "8e3636": "173864", + "681d1d": "101010", + "c63f41": "2b5f8a" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/690.json b/public/images/pokemon/variant/exp/back/690.json new file mode 100644 index 00000000000..a513e813823 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/690.json @@ -0,0 +1,30 @@ +{ + "1": { + "3f6273": "310511", + "4d341b": "181243", + "101010": "101010", + "a6e1ff": "792a48", + "a6703a": "3e44a2", + "7ec3e5": "6b1f42", + "734d28": "22287b", + "cc8f52": "6673c0", + "b186bf": "af65e4", + "f23d3d": "15c428", + "6a5073": "732793", + "e0aaf2": "bb95ff" + }, + "2": { + "3f6273": "340628", + "4d341b": "042431", + "101010": "101010", + "a6e1ff": "633060", + "a6703a": "2c5d64", + "7ec3e5": "481a42", + "734d28": "123c47", + "cc8f52": "37797c", + "b186bf": "dc9432", + "f23d3d": "ea4cb6", + "6a5073": "ad5d0c", + "e0aaf2": "efcf68" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/691.json b/public/images/pokemon/variant/exp/back/691.json new file mode 100644 index 00000000000..5ed68809c44 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/691.json @@ -0,0 +1,34 @@ +{ + "1": { + "4d4d2e": "31246d", + "101010": "101010", + "b3b36b": "403c94", + "80804d": "382f7d", + "732230": "310511", + "f24965": "5a152f", + "b3364a": "470b1e", + "4d341b": "0e0834", + "734d28": "1f1b71", + "a6703a": "3e44a2", + "6a5073": "732793", + "f23d3d": "15c428", + "e0aaf2": "ad71ed", + "b186bf": "9740d5" + }, + "2": { + "4d4d2e": "07262e", + "101010": "101010", + "b3b36b": "1d4952", + "80804d": "0d3338", + "732230": "340b33", + "f24965": "633060", + "b3364a": "481a42", + "4d341b": "07262e", + "734d28": "1d484e", + "a6703a": "267376", + "6a5073": "ad5d0c", + "f23d3d": "ea4cb6", + "e0aaf2": "efcf68", + "b186bf": "dc9432" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/748.json b/public/images/pokemon/variant/exp/back/748.json new file mode 100644 index 00000000000..22aa3444026 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/748.json @@ -0,0 +1,32 @@ +{ + "1": { + "943732": "490a3c", + "101010": "101010", + "f28c4f": "a21f90", + "e25025": "91138c", + "93d1d7": "df7b52", + "3a3f6d": "462952", + "6f97c4": "be583d", + "711a6a": "81463e", + "455b85": "892e20", + "525898": "6c3776", + "b7429a": "d29784", + "d76fa5": "edd5ca", + "171539": "171539" + }, + "2": { + "943732": "c30e49", + "101010": "101010", + "f28c4f": "ff3f5a", + "e25025": "e12350", + "93d1d7": "5bd97f", + "3a3f6d": "862916", + "6f97c4": "359d5d", + "711a6a": "082b29", + "455b85": "186443", + "525898": "d75b3c", + "b7429a": "1c524b", + "d76fa5": "2b6157", + "171539": "171539" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/771.json b/public/images/pokemon/variant/exp/back/771.json new file mode 100644 index 00000000000..9876b7a067f --- /dev/null +++ b/public/images/pokemon/variant/exp/back/771.json @@ -0,0 +1,26 @@ +{ + "1": { + "73223d": "570a00", + "d94174": "de884b", + "101010": "101010", + "992e52": "c95340", + "1a1a1a": "1a1a1a", + "404040": "731b33", + "595959": "bd5e49", + "f8f8f8": "dec890", + "262626": "4a1a30", + "bfbfbf": "e07f47" + }, + "2": { + "73223d": "b94114", + "d94174": "ead059", + "101010": "101010", + "992e52": "db7b43", + "1a1a1a": "1a1a1a", + "404040": "dacece", + "595959": "1c1c2d", + "f8f8f8": "4d4d65", + "262626": "b8a197", + "bfbfbf": "383850" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/789.json b/public/images/pokemon/variant/exp/back/789.json index 75161de02a8..6654144c36e 100644 --- a/public/images/pokemon/variant/exp/back/789.json +++ b/public/images/pokemon/variant/exp/back/789.json @@ -15,5 +15,39 @@ "8e4994": "944976", "e2639d": "f77247", "a74f6e": "a74f6e" + }, + "1": { + "2872b0": "f6a42d", + "404c8e": "c12813", + "129fdc": "ffdf49", + "34bdef": "ffef86", + "f8f8f8": "fdfdfd", + "1c242a": "391c21", + "000000": "101010", + "2e377a": "830000", + "727449": "6a738f", + "f9f7ba": "fdfdfd", + "efed81": "e5efff", + "643f8e": "c12813", + "8e4994": "e52518", + "e2639d": "ff4079", + "a74f6e": "e52518" + }, + "2": { + "2872b0": "3dc7e0", + "404c8e": "007ecc", + "129fdc": "71ffd8", + "34bdef": "daffee", + "f8f8f8": "fdfdfd", + "1c242a": "1f1155", + "000000": "101010", + "2e377a": "120d69", + "727449": "61061f", + "f9f7ba": "fdfdfd", + "efed81": "c22741", + "643f8e": "007ecc", + "8e4994": "122795", + "e2639d": "7e13bf", + "a74f6e": "122795" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/790.json b/public/images/pokemon/variant/exp/back/790.json new file mode 100644 index 00000000000..415b2d26074 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/790.json @@ -0,0 +1,32 @@ +{ + "1": { + "8a5911": "545d9e", + "faf54e": "e5efff", + "c87522": "7b89c4", + "e8a61e": "aebde2", + "101010": "101010", + "fdfdfd": "fdfdfd", + "169fda": "ffdf49", + "1d3e89": "a20b02", + "e2629f": "e2629f", + "764394": "eb5b2a", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "2c5fab": "ff4079" + }, + "2": { + "8a5911": "730627", + "faf54e": "d4314c", + "c87522": "890425", + "e8a61e": "ae1a3d", + "101010": "101010", + "fdfdfd": "fdfdfd", + "169fda": "169fda", + "1d3e89": "0f2388", + "e2629f": "71ffd8", + "764394": "7e13bf", + "1e232b": "1e232b", + "17a6e3": "17a6e3", + "2c5fab": "3dc7e0" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/791.json b/public/images/pokemon/variant/exp/back/791.json index 754aeda873e..61dda84a569 100644 --- a/public/images/pokemon/variant/exp/back/791.json +++ b/public/images/pokemon/variant/exp/back/791.json @@ -12,5 +12,33 @@ "565649": "370d15", "373635": "922236", "99140d": "671422" + }, + "1": { + "6b5732": "811f12", + "b49845": "c5bbd6", + "f1e25d": "edf4ff", + "7d7e6b": "a5381c", + "f8f8f8": "ffbe60", + "abaca2": "da6e40", + "cf371d": "b51140", + "ec825e": "c5bbd6", + "101010": "080808", + "565649": "811f12", + "373635": "61080b", + "99140d": "b51140" + }, + "2": { + "6b5732": "0b1f45", + "b49845": "890425", + "f1e25d": "c1143d", + "7d7e6b": "16255c", + "f8f8f8": "5d4b8c", + "abaca2": "322e6c", + "cf371d": "ac6815", + "ec825e": "890425", + "101010": "080808", + "565649": "0b1f45", + "373635": "031645", + "99140d": "ac6815" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/792.json b/public/images/pokemon/variant/exp/back/792.json new file mode 100644 index 00000000000..faa9a7229bf --- /dev/null +++ b/public/images/pokemon/variant/exp/back/792.json @@ -0,0 +1,38 @@ +{ + "1": { + "69551f": "675340", + "000000": "000000", + "a19263": "afa191", + "e3da81": "e6ded2", + "fff6ef": "fdfce8", + "aaa4d8": "d39143", + "72629a": "864110", + "40168c": "bc1836", + "edf0ff": "ffd386", + "671ace": "eb422a", + "494dcc": "dd0e7d", + "7bcece": "ff31e0", + "124027": "124027", + "7a9e67": "7a9e67", + "525841": "525841", + "b6e4cb": "b6e4cb" + }, + "2": { + "69551f": "6b0420", + "000000": "000000", + "a19263": "980f2a", + "e3da81": "c22741", + "fff6ef": "ff6d74", + "aaa4d8": "e19096", + "72629a": "7e343d", + "40168c": "1a3186", + "edf0ff": "ffd1d1", + "671ace": "1550a1", + "494dcc": "3692d0", + "7bcece": "58cbe9", + "124027": "124027", + "7a9e67": "7a9e67", + "525841": "525841", + "b6e4cb": "b6e4cb" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/793.json b/public/images/pokemon/variant/exp/back/793.json new file mode 100644 index 00000000000..76e104003d1 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/793.json @@ -0,0 +1,28 @@ +{ + "1": { + "a9c0c2": "941d20", + "f3f8f8": "ffac61", + "fefefe": "fefefe", + "66808c": "47090d", + "32468d": "098c5d", + "57badf": "40ffcc", + "ccd9db": "db5930", + "121212": "121212", + "3c7ccc": "1ecb76", + "becfd1": "c03a25", + "43545c": "39030e" + }, + "2": { + "a9c0c2": "1f1b9c", + "f3f8f8": "bd6ffd", + "fefefe": "fefefe", + "66808c": "372983", + "32468d": "32468d", + "57badf": "6bebff", + "ccd9db": "8542ea", + "121212": "121212", + "3c7ccc": "3c7ccc", + "becfd1": "5128c3", + "43545c": "35226f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/800-dawn-wings.json b/public/images/pokemon/variant/exp/back/800-dawn-wings.json new file mode 100644 index 00000000000..8f3b2dd7c17 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/800-dawn-wings.json @@ -0,0 +1,40 @@ +{ + "1": { + "20496a": "624427", + "72baf3": "e6ded2", + "3695ce": "afa191", + "c7e5ff": "fbf5ec", + "1f1d35": "1f1d35", + "1b2021": "460019", + "5a646c": "890425", + "293233": "700023", + "434b51": "5f0021", + "838f95": "c8245d", + "617998": "86102d", + "74b2d8": "bc1836", + "a6bad9": "e5a355", + "000000": "000000", + "b2d7f0": "eb422a", + "101010": "101010", + "edf0ff": "ffd386" + }, + "2": { + "20496a": "3b0015", + "72baf3": "970b22", + "3695ce": "5b0318", + "c7e5ff": "cf2f40", + "1f1d35": "1f1d35", + "1b2021": "1b2021", + "5a646c": "602483", + "293233": "3e135f", + "434b51": "59109c", + "838f95": "f66fdc", + "617998": "b95261", + "74b2d8": "1a3186", + "a6bad9": "e79093", + "000000": "000000", + "b2d7f0": "1550a1", + "101010": "101010", + "edf0ff": "ffd1d1" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/800-dusk-mane.json b/public/images/pokemon/variant/exp/back/800-dusk-mane.json new file mode 100644 index 00000000000..08fed970fca --- /dev/null +++ b/public/images/pokemon/variant/exp/back/800-dusk-mane.json @@ -0,0 +1,38 @@ +{ + "1": { + "1b2021": "3a001c", + "293233": "5f0021", + "0f0f0f": "080808", + "434b51": "890425", + "5a646c": "890425", + "ad6300": "b72011", + "d48b2b": "7c0004", + "f3ce53": "f3cf55", + "ae915b": "731f09", + "fdf8e2": "ffbe60", + "dbcc8f": "da6e40", + "101010": "080808", + "838f95": "c8245d", + "8a714c": "731f09", + "c0c6c9": "da6e40", + "373635": "5f0021" + }, + "2": { + "1b2021": "240842", + "293233": "3e135f", + "0f0f0f": "080808", + "434b51": "602483", + "5a646c": "602483", + "ad6300": "03123e", + "d48b2b": "0b2b57", + "f3ce53": "1c4ea4", + "ae915b": "062139", + "fdf8e2": "584193", + "dbcc8f": "322e6c", + "101010": "080808", + "838f95": "f66fdc", + "8a714c": "062139", + "c0c6c9": "322e6c", + "373635": "3e135f" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/800-ultra.json b/public/images/pokemon/variant/exp/back/800-ultra.json new file mode 100644 index 00000000000..0906a2418fe --- /dev/null +++ b/public/images/pokemon/variant/exp/back/800-ultra.json @@ -0,0 +1,26 @@ +{ + "1": { + "b0a080": "d96b23", + "f8f8e8": "ffe1b8", + "e5e4c2": "ffbf79", + "9b8259": "b43c06", + "bc9b4e": "8e0021", + "f8f8d0": "ff7e75", + "d0b868": "bc0125", + "7d673b": "770031", + "e8e088": "ee2033", + "282828": "282828" + }, + "2": { + "b0a080": "e552ec", + "f8f8e8": "ffe2ed", + "e5e4c2": "ffb9f9", + "9b8259": "b021c5", + "bc9b4e": "510059", + "f8f8d0": "ff8ae9", + "d0b868": "900090", + "7d673b": "33003d", + "e8e088": "d10cc7", + "282828": "282828" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/800.json b/public/images/pokemon/variant/exp/back/800.json new file mode 100644 index 00000000000..b63455df5b9 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/800.json @@ -0,0 +1,20 @@ +{ + "1": { + "2b3233": "5f0021", + "1b2021": "3a001c", + "fbfbfb": "e8e7ff", + "768188": "c8245d", + "424a50": "890425", + "b5bbbf": "a266eb", + "080808": "080808" + }, + "2": { + "2b3233": "3e135f", + "1b2021": "240842", + "fbfbfb": "ffb8c9", + "768188": "b13dc8", + "424a50": "602483", + "b5bbbf": "f66fdc", + "080808": "080808" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/829.json b/public/images/pokemon/variant/exp/back/829.json new file mode 100644 index 00000000000..25f91b83ab6 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/829.json @@ -0,0 +1,28 @@ +{ + "1": { + "9a632c": "0a6290", + "e09b24": "1da3c2", + "f4d626": "4aebe3", + "fef54b": "84fff5", + "fef1a7": "fef1a7", + "101010": "101010", + "841d1a": "3b0122", + "cf301f": "601335", + "fb472f": "7b2640", + "3fad71": "b56cb4", + "43d68f": "d590d9" + }, + "2": { + "9a632c": "472359", + "e09b24": "6b2d9e", + "f4d626": "bc77ff", + "fef54b": "e8aaff", + "fef1a7": "f6e6ff", + "101010": "101010", + "841d1a": "14103b", + "cf301f": "24244b", + "fb472f": "2f335d", + "3fad71": "316094", + "43d68f": "5e9abe" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/830.json b/public/images/pokemon/variant/exp/back/830.json new file mode 100644 index 00000000000..90af6e47db5 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/830.json @@ -0,0 +1,22 @@ +{ + "1": { + "c2aba0": "6597b0", + "89593b": "0f274e", + "fcf8e9": "dbeff7", + "e8d5c6": "a2d2e7", + "bab743": "c38ec6", + "5c6738": "6f3e7b", + "8a9247": "9d6aa5", + "101010": "101010" + }, + "2": { + "c2aba0": "9471ae", + "89593b": "442664", + "fcf8e9": "edd3f7", + "e8d5c6": "d5aee9", + "bab743": "6a9cbb", + "5c6738": "133049", + "8a9247": "3c627e", + "101010": "101010" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/932.json b/public/images/pokemon/variant/exp/back/932.json new file mode 100644 index 00000000000..6c8cd5ccb66 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/932.json @@ -0,0 +1,24 @@ +{ + "1": { + "717171": "82556e", + "ffffff": "f9c2cd", + "121212": "121212", + "b4b4b4": "bc8296", + "bc8c79": "deeaf3", + "875651": "9ba7b0", + "6b413c": "596670", + "572c27": "76828b", + "e8c8b1": "f9ffff" + }, + "2": { + "717171": "383744", + "ffffff": "9ba0a0", + "121212": "121212", + "b4b4b4": "63636d", + "bc8c79": "7cbf7f", + "875651": "618c56", + "6b413c": "467058", + "572c27": "254144", + "e8c8b1": "b5e2b5" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/933.json b/public/images/pokemon/variant/exp/back/933.json new file mode 100644 index 00000000000..a233b6a1714 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/933.json @@ -0,0 +1,34 @@ +{ + "1": { + "636363": "636363", + "121212": "121212", + "b4b4b4": "b4b4b4", + "bc8c79": "bc8296", + "8a7367": "bc8296", + "e8c8b1": "f9c2cd", + "572c27": "966480", + "c6876e": "f9c2cd", + "875651": "bc8296", + "613339": "6d7982", + "ffffff": "ffffff", + "42161c": "3a464f", + "8c6464": "d8e9f5", + "704b50": "90a4b5" + }, + "2": { + "636363": "444251", + "121212": "121212", + "b4b4b4": "63636d", + "bc8c79": "5d9157", + "8a7367": "3d5e47", + "e8c8b1": "7fc17c", + "572c27": "2b493b", + "c6876e": "5d9157", + "875651": "3d5e47", + "613339": "3d5e47", + "ffffff": "9ba0a0", + "42161c": "2b3f3f", + "8c6464": "3d5e47", + "704b50": "608263" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/934.json b/public/images/pokemon/variant/exp/back/934.json new file mode 100644 index 00000000000..e2806483f2d --- /dev/null +++ b/public/images/pokemon/variant/exp/back/934.json @@ -0,0 +1,30 @@ +{ + "1": { + "121212": "121212", + "636363": "77595f", + "b4b4b4": "bc808c", + "ffffff": "f9c2cd", + "64514d": "6d7982", + "8c6464": "adbac3", + "44332e": "3a464f", + "302522": "202835", + "8a7367": "949fa8", + "bc8c79": "d8e9f5", + "e8c8b1": "f3ffff", + "c6876e": "d8e9f5" + }, + "2": { + "121212": "121212", + "636363": "444251", + "b4b4b4": "6a6a72", + "ffffff": "9ba0a0", + "64514d": "3d5e47", + "8c6464": "5d9157", + "44332e": "2b3f3f", + "302522": "15272b", + "8a7367": "608263", + "bc8c79": "7fc17c", + "e8c8b1": "b5e2b5", + "c6876e": "7fc17c" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/935_1.json b/public/images/pokemon/variant/exp/back/935_1.json new file mode 100644 index 00000000000..8f78d4f4569 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/935_1.json @@ -0,0 +1,356 @@ +{ + "textures": [ + { + "image": "935_1.png", + "format": "RGBA8888", + "size": { + "w": 133, + "h": 133 + }, + "scale": 1, + "frames": [ + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 29, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 29, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 58, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 58, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 86, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 86, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 28, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 28, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 28, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 28, + "h": 48 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 27, + "h": 48 + }, + "frame": { + "x": 28, + "y": 49, + "w": 27, + "h": 48 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 47 + }, + "frame": { + "x": 55, + "y": 49, + "w": 27, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 47 + }, + "frame": { + "x": 55, + "y": 49, + "w": 27, + "h": 47 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 46 + }, + "frame": { + "x": 82, + "y": 49, + "w": 26, + "h": 46 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 46 + }, + "frame": { + "x": 82, + "y": 49, + "w": 26, + "h": 46 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 45 + }, + "frame": { + "x": 108, + "y": 49, + "w": 25, + "h": 45 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2880dad5e3c550bb25e02ab0ab8d58c8:9dc0340440df25f20b3f006422b7a238:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/935_1.png b/public/images/pokemon/variant/exp/back/935_1.png new file mode 100644 index 00000000000..47bad1c3afb Binary files /dev/null and b/public/images/pokemon/variant/exp/back/935_1.png differ diff --git a/public/images/pokemon/variant/exp/back/935_2.json b/public/images/pokemon/variant/exp/back/935_2.json new file mode 100644 index 00000000000..44fc56f8621 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/935_2.json @@ -0,0 +1,356 @@ +{ + "textures": [ + { + "image": "935_2.png", + "format": "RGBA8888", + "size": { + "w": 133, + "h": 133 + }, + "scale": 1, + "frames": [ + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 29, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 29, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 58, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 58, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 86, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 86, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 28, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 28, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 28, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 28, + "h": 48 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 27, + "h": 48 + }, + "frame": { + "x": 28, + "y": 49, + "w": 27, + "h": 48 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 47 + }, + "frame": { + "x": 55, + "y": 49, + "w": 27, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 47 + }, + "frame": { + "x": 55, + "y": 49, + "w": 27, + "h": 47 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 46 + }, + "frame": { + "x": 82, + "y": 49, + "w": 26, + "h": 46 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 46 + }, + "frame": { + "x": 82, + "y": 49, + "w": 26, + "h": 46 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 45 + }, + "frame": { + "x": 108, + "y": 49, + "w": 25, + "h": 45 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2880dad5e3c550bb25e02ab0ab8d58c8:9dc0340440df25f20b3f006422b7a238:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/935_2.png b/public/images/pokemon/variant/exp/back/935_2.png new file mode 100644 index 00000000000..82c95b2c81a Binary files /dev/null and b/public/images/pokemon/variant/exp/back/935_2.png differ diff --git a/public/images/pokemon/variant/exp/back/935_3.json b/public/images/pokemon/variant/exp/back/935_3.json new file mode 100644 index 00000000000..b2d13ca9909 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/935_3.json @@ -0,0 +1,356 @@ +{ + "textures": [ + { + "image": "935_3.png", + "format": "RGBA8888", + "size": { + "w": 133, + "h": 133 + }, + "scale": 1, + "frames": [ + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 1, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 29, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 29, + "h": 49 + }, + "frame": { + "x": 29, + "y": 0, + "w": 29, + "h": 49 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 58, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 58, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 86, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 28, + "h": 49 + }, + "frame": { + "x": 86, + "y": 0, + "w": 28, + "h": 49 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 28, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 28, + "h": 48 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 28, + "h": 48 + }, + "frame": { + "x": 0, + "y": 49, + "w": 28, + "h": 48 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 27, + "h": 48 + }, + "frame": { + "x": 28, + "y": 49, + "w": 27, + "h": 48 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 47 + }, + "frame": { + "x": 55, + "y": 49, + "w": 27, + "h": 47 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 27, + "h": 47 + }, + "frame": { + "x": 55, + "y": 49, + "w": 27, + "h": 47 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 46 + }, + "frame": { + "x": 82, + "y": 49, + "w": 26, + "h": 46 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 46 + }, + "frame": { + "x": 82, + "y": 49, + "w": 26, + "h": 46 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 32, + "h": 49 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 45 + }, + "frame": { + "x": 108, + "y": 49, + "w": 25, + "h": 45 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:2880dad5e3c550bb25e02ab0ab8d58c8:9dc0340440df25f20b3f006422b7a238:077dcf06dc5fc347497b59afe6126a5e$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/935_3.png b/public/images/pokemon/variant/exp/back/935_3.png new file mode 100644 index 00000000000..0787cd038cb Binary files /dev/null and b/public/images/pokemon/variant/exp/back/935_3.png differ diff --git a/public/images/pokemon/variant/exp/back/936_1.json b/public/images/pokemon/variant/exp/back/936_1.json new file mode 100644 index 00000000000..ca0f37cffb2 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/936_1.json @@ -0,0 +1,356 @@ +{ + "textures": [ + { + "image": "936_1.png", + "format": "RGBA8888", + "size": { + "w": 283, + "h": 283 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 97, + "w": 59, + "h": 97 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 97, + "w": 59, + "h": 97 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 59, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 59, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 59, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 59, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 117, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 117, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 57, + "h": 96 + }, + "frame": { + "x": 118, + "y": 0, + "w": 57, + "h": 96 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 57, + "h": 96 + }, + "frame": { + "x": 118, + "y": 0, + "w": 57, + "h": 96 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 58, + "h": 95 + }, + "frame": { + "x": 175, + "y": 0, + "w": 58, + "h": 95 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 58, + "h": 95 + }, + "frame": { + "x": 175, + "y": 0, + "w": 58, + "h": 95 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 58, + "h": 94 + }, + "frame": { + "x": 175, + "y": 95, + "w": 58, + "h": 94 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 57, + "h": 94 + }, + "frame": { + "x": 175, + "y": 189, + "w": 57, + "h": 94 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:973448a7633a4dceb9828d95556ed3c2:09d8ad02433d8015e4665464587b1259:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/936_1.png b/public/images/pokemon/variant/exp/back/936_1.png new file mode 100644 index 00000000000..dd552ccfa24 Binary files /dev/null and b/public/images/pokemon/variant/exp/back/936_1.png differ diff --git a/public/images/pokemon/variant/exp/back/936_2.json b/public/images/pokemon/variant/exp/back/936_2.json new file mode 100644 index 00000000000..282d9823ab7 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/936_2.json @@ -0,0 +1,356 @@ +{ + "textures": [ + { + "image": "936_2.png", + "format": "RGBA8888", + "size": { + "w": 283, + "h": 283 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 97, + "w": 59, + "h": 97 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 97, + "w": 59, + "h": 97 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 59, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 59, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 59, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 59, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 117, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 117, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 57, + "h": 96 + }, + "frame": { + "x": 118, + "y": 0, + "w": 57, + "h": 96 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 57, + "h": 96 + }, + "frame": { + "x": 118, + "y": 0, + "w": 57, + "h": 96 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 58, + "h": 95 + }, + "frame": { + "x": 175, + "y": 0, + "w": 58, + "h": 95 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 58, + "h": 95 + }, + "frame": { + "x": 175, + "y": 0, + "w": 58, + "h": 95 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 58, + "h": 94 + }, + "frame": { + "x": 175, + "y": 95, + "w": 58, + "h": 94 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 57, + "h": 94 + }, + "frame": { + "x": 175, + "y": 189, + "w": 57, + "h": 94 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:973448a7633a4dceb9828d95556ed3c2:09d8ad02433d8015e4665464587b1259:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/936_2.png b/public/images/pokemon/variant/exp/back/936_2.png new file mode 100644 index 00000000000..90806cfe1fb Binary files /dev/null and b/public/images/pokemon/variant/exp/back/936_2.png differ diff --git a/public/images/pokemon/variant/exp/back/936_3.json b/public/images/pokemon/variant/exp/back/936_3.json new file mode 100644 index 00000000000..24eeb8e705e --- /dev/null +++ b/public/images/pokemon/variant/exp/back/936_3.json @@ -0,0 +1,356 @@ +{ + "textures": [ + { + "image": "936_3.png", + "format": "RGBA8888", + "size": { + "w": 283, + "h": 283 + }, + "scale": 1, + "frames": [ + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 97, + "w": 59, + "h": 97 + } + }, + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 0, + "y": 97, + "w": 59, + "h": 97 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 59, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 59, + "h": 97 + }, + "frame": { + "x": 59, + "y": 0, + "w": 59, + "h": 97 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 59, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 59, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 117, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 58, + "h": 97 + }, + "frame": { + "x": 117, + "y": 97, + "w": 58, + "h": 97 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 57, + "h": 96 + }, + "frame": { + "x": 118, + "y": 0, + "w": 57, + "h": 96 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 57, + "h": 96 + }, + "frame": { + "x": 118, + "y": 0, + "w": 57, + "h": 96 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 58, + "h": 95 + }, + "frame": { + "x": 175, + "y": 0, + "w": 58, + "h": 95 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 58, + "h": 95 + }, + "frame": { + "x": 175, + "y": 0, + "w": 58, + "h": 95 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 3, + "w": 58, + "h": 94 + }, + "frame": { + "x": 175, + "y": 95, + "w": 58, + "h": 94 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 67, + "h": 97 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 57, + "h": 94 + }, + "frame": { + "x": 175, + "y": 189, + "w": 57, + "h": 94 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:973448a7633a4dceb9828d95556ed3c2:09d8ad02433d8015e4665464587b1259:1a0490303f9626f92e787c567cd10feb$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/936_3.png b/public/images/pokemon/variant/exp/back/936_3.png new file mode 100644 index 00000000000..d3e2aa763de Binary files /dev/null and b/public/images/pokemon/variant/exp/back/936_3.png differ diff --git a/public/images/pokemon/variant/exp/back/937_1.json b/public/images/pokemon/variant/exp/back/937_1.json new file mode 100644 index 00000000000..f7f0201b676 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/937_1.json @@ -0,0 +1,650 @@ +{ + "textures": [ + { + "image": "937_1.png", + "format": "RGBA8888", + "size": { + "w": 382, + "h": 382 + }, + "scale": 1, + "frames": [ + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + }, + "frame": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + }, + "frame": { + "x": 91, + "y": 0, + "w": 91, + "h": 96 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 90, + "h": 96 + }, + "frame": { + "x": 182, + "y": 0, + "w": 90, + "h": 96 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 90, + "h": 96 + }, + "frame": { + "x": 182, + "y": 0, + "w": 90, + "h": 96 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 89, + "h": 96 + }, + "frame": { + "x": 272, + "y": 0, + "w": 89, + "h": 96 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 89, + "h": 96 + }, + "frame": { + "x": 272, + "y": 0, + "w": 89, + "h": 96 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 91, + "h": 95 + }, + "frame": { + "x": 0, + "y": 96, + "w": 91, + "h": 95 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 91, + "h": 95 + }, + "frame": { + "x": 0, + "y": 96, + "w": 91, + "h": 95 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 89, + "h": 95 + }, + "frame": { + "x": 91, + "y": 96, + "w": 89, + "h": 95 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 89, + "h": 95 + }, + "frame": { + "x": 91, + "y": 96, + "w": 89, + "h": 95 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 180, + "y": 96, + "w": 88, + "h": 96 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 180, + "y": 96, + "w": 88, + "h": 96 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 0, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 0, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 88, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 88, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 87, + "h": 96 + }, + "frame": { + "x": 176, + "y": 192, + "w": 87, + "h": 96 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 87, + "h": 96 + }, + "frame": { + "x": 176, + "y": 192, + "w": 87, + "h": 96 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 85, + "h": 95 + }, + "frame": { + "x": 0, + "y": 287, + "w": 85, + "h": 95 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 85, + "h": 95 + }, + "frame": { + "x": 0, + "y": 287, + "w": 85, + "h": 95 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 85, + "h": 94 + }, + "frame": { + "x": 85, + "y": 287, + "w": 85, + "h": 94 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 85, + "h": 94 + }, + "frame": { + "x": 85, + "y": 287, + "w": 85, + "h": 94 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 82, + "h": 96 + }, + "frame": { + "x": 263, + "y": 192, + "w": 82, + "h": 96 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 82, + "h": 96 + }, + "frame": { + "x": 263, + "y": 192, + "w": 82, + "h": 96 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 85, + "h": 93 + }, + "frame": { + "x": 268, + "y": 96, + "w": 85, + "h": 93 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 85, + "h": 93 + }, + "frame": { + "x": 268, + "y": 96, + "w": 85, + "h": 93 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 81, + "h": 94 + }, + "frame": { + "x": 170, + "y": 288, + "w": 81, + "h": 94 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 81, + "h": 94 + }, + "frame": { + "x": 170, + "y": 288, + "w": 81, + "h": 94 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 80, + "h": 94 + }, + "frame": { + "x": 251, + "y": 288, + "w": 80, + "h": 94 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 80, + "h": 94 + }, + "frame": { + "x": 251, + "y": 288, + "w": 80, + "h": 94 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:25759b98c1f7867fe6c4ff54c797c3e2:0076c777d18a4f3d780937118dfb6388:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/937_1.png b/public/images/pokemon/variant/exp/back/937_1.png new file mode 100644 index 00000000000..e9aac254c2c Binary files /dev/null and b/public/images/pokemon/variant/exp/back/937_1.png differ diff --git a/public/images/pokemon/variant/exp/back/937_2.json b/public/images/pokemon/variant/exp/back/937_2.json new file mode 100644 index 00000000000..cda51714b93 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/937_2.json @@ -0,0 +1,650 @@ +{ + "textures": [ + { + "image": "937_2.png", + "format": "RGBA8888", + "size": { + "w": 382, + "h": 382 + }, + "scale": 1, + "frames": [ + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + }, + "frame": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + }, + "frame": { + "x": 91, + "y": 0, + "w": 91, + "h": 96 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 90, + "h": 96 + }, + "frame": { + "x": 182, + "y": 0, + "w": 90, + "h": 96 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 90, + "h": 96 + }, + "frame": { + "x": 182, + "y": 0, + "w": 90, + "h": 96 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 89, + "h": 96 + }, + "frame": { + "x": 272, + "y": 0, + "w": 89, + "h": 96 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 89, + "h": 96 + }, + "frame": { + "x": 272, + "y": 0, + "w": 89, + "h": 96 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 91, + "h": 95 + }, + "frame": { + "x": 0, + "y": 96, + "w": 91, + "h": 95 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 91, + "h": 95 + }, + "frame": { + "x": 0, + "y": 96, + "w": 91, + "h": 95 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 89, + "h": 95 + }, + "frame": { + "x": 91, + "y": 96, + "w": 89, + "h": 95 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 89, + "h": 95 + }, + "frame": { + "x": 91, + "y": 96, + "w": 89, + "h": 95 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 180, + "y": 96, + "w": 88, + "h": 96 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 180, + "y": 96, + "w": 88, + "h": 96 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 0, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 0, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 88, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 88, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 87, + "h": 96 + }, + "frame": { + "x": 176, + "y": 192, + "w": 87, + "h": 96 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 87, + "h": 96 + }, + "frame": { + "x": 176, + "y": 192, + "w": 87, + "h": 96 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 85, + "h": 95 + }, + "frame": { + "x": 0, + "y": 287, + "w": 85, + "h": 95 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 85, + "h": 95 + }, + "frame": { + "x": 0, + "y": 287, + "w": 85, + "h": 95 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 85, + "h": 94 + }, + "frame": { + "x": 85, + "y": 287, + "w": 85, + "h": 94 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 85, + "h": 94 + }, + "frame": { + "x": 85, + "y": 287, + "w": 85, + "h": 94 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 82, + "h": 96 + }, + "frame": { + "x": 263, + "y": 192, + "w": 82, + "h": 96 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 82, + "h": 96 + }, + "frame": { + "x": 263, + "y": 192, + "w": 82, + "h": 96 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 85, + "h": 93 + }, + "frame": { + "x": 268, + "y": 96, + "w": 85, + "h": 93 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 85, + "h": 93 + }, + "frame": { + "x": 268, + "y": 96, + "w": 85, + "h": 93 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 81, + "h": 94 + }, + "frame": { + "x": 170, + "y": 288, + "w": 81, + "h": 94 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 81, + "h": 94 + }, + "frame": { + "x": 170, + "y": 288, + "w": 81, + "h": 94 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 80, + "h": 94 + }, + "frame": { + "x": 251, + "y": 288, + "w": 80, + "h": 94 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 80, + "h": 94 + }, + "frame": { + "x": 251, + "y": 288, + "w": 80, + "h": 94 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:25759b98c1f7867fe6c4ff54c797c3e2:0076c777d18a4f3d780937118dfb6388:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/937_2.png b/public/images/pokemon/variant/exp/back/937_2.png new file mode 100644 index 00000000000..aeee59d4bcb Binary files /dev/null and b/public/images/pokemon/variant/exp/back/937_2.png differ diff --git a/public/images/pokemon/variant/exp/back/937_3.json b/public/images/pokemon/variant/exp/back/937_3.json new file mode 100644 index 00000000000..c5fff6bd743 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/937_3.json @@ -0,0 +1,650 @@ +{ + "textures": [ + { + "image": "937_3.png", + "format": "RGBA8888", + "size": { + "w": 382, + "h": 382 + }, + "scale": 1, + "frames": [ + { + "filename": "0013.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + }, + "frame": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + } + }, + { + "filename": "0028.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 91, + "h": 96 + }, + "frame": { + "x": 91, + "y": 0, + "w": 91, + "h": 96 + } + }, + { + "filename": "0012.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 90, + "h": 96 + }, + "frame": { + "x": 182, + "y": 0, + "w": 90, + "h": 96 + } + }, + { + "filename": "0027.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 90, + "h": 96 + }, + "frame": { + "x": 182, + "y": 0, + "w": 90, + "h": 96 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 89, + "h": 96 + }, + "frame": { + "x": 272, + "y": 0, + "w": 89, + "h": 96 + } + }, + { + "filename": "0021.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 89, + "h": 96 + }, + "frame": { + "x": 272, + "y": 0, + "w": 89, + "h": 96 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 91, + "h": 95 + }, + "frame": { + "x": 0, + "y": 96, + "w": 91, + "h": 95 + } + }, + { + "filename": "0022.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 91, + "h": 95 + }, + "frame": { + "x": 0, + "y": 96, + "w": 91, + "h": 95 + } + }, + { + "filename": "0011.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 89, + "h": 95 + }, + "frame": { + "x": 91, + "y": 96, + "w": 89, + "h": 95 + } + }, + { + "filename": "0026.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 89, + "h": 95 + }, + "frame": { + "x": 91, + "y": 96, + "w": 89, + "h": 95 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 180, + "y": 96, + "w": 88, + "h": 96 + } + }, + { + "filename": "0019.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 180, + "y": 96, + "w": 88, + "h": 96 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 0, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0020.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 0, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 88, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0023.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 88, + "h": 96 + }, + "frame": { + "x": 88, + "y": 191, + "w": 88, + "h": 96 + } + }, + { + "filename": "0010.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 87, + "h": 96 + }, + "frame": { + "x": 176, + "y": 192, + "w": 87, + "h": 96 + } + }, + { + "filename": "0025.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 87, + "h": 96 + }, + "frame": { + "x": 176, + "y": 192, + "w": 87, + "h": 96 + } + }, + { + "filename": "0014.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 85, + "h": 95 + }, + "frame": { + "x": 0, + "y": 287, + "w": 85, + "h": 95 + } + }, + { + "filename": "0029.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 1, + "w": 85, + "h": 95 + }, + "frame": { + "x": 0, + "y": 287, + "w": 85, + "h": 95 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 85, + "h": 94 + }, + "frame": { + "x": 85, + "y": 287, + "w": 85, + "h": 94 + } + }, + { + "filename": "0017.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 1, + "y": 3, + "w": 85, + "h": 94 + }, + "frame": { + "x": 85, + "y": 287, + "w": 85, + "h": 94 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 82, + "h": 96 + }, + "frame": { + "x": 263, + "y": 192, + "w": 82, + "h": 96 + } + }, + { + "filename": "0018.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 82, + "h": 96 + }, + "frame": { + "x": 263, + "y": 192, + "w": 82, + "h": 96 + } + }, + { + "filename": "0009.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 85, + "h": 93 + }, + "frame": { + "x": 268, + "y": 96, + "w": 85, + "h": 93 + } + }, + { + "filename": "0024.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 85, + "h": 93 + }, + "frame": { + "x": 268, + "y": 96, + "w": 85, + "h": 93 + } + }, + { + "filename": "0001.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 81, + "h": 94 + }, + "frame": { + "x": 170, + "y": 288, + "w": 81, + "h": 94 + } + }, + { + "filename": "0016.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 81, + "h": 94 + }, + "frame": { + "x": 170, + "y": 288, + "w": 81, + "h": 94 + } + }, + { + "filename": "0015.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 80, + "h": 94 + }, + "frame": { + "x": 251, + "y": 288, + "w": 80, + "h": 94 + } + }, + { + "filename": "0030.png", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 95, + "h": 97 + }, + "spriteSourceSize": { + "x": 2, + "y": 3, + "w": 80, + "h": 94 + }, + "frame": { + "x": 251, + "y": 288, + "w": 80, + "h": 94 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:25759b98c1f7867fe6c4ff54c797c3e2:0076c777d18a4f3d780937118dfb6388:1d4b4f8d62307c37457ba974879b47d0$" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/937_3.png b/public/images/pokemon/variant/exp/back/937_3.png new file mode 100644 index 00000000000..324a522b35b Binary files /dev/null and b/public/images/pokemon/variant/exp/back/937_3.png differ diff --git a/public/images/pokemon/variant/exp/back/948.json b/public/images/pokemon/variant/exp/back/948.json new file mode 100644 index 00000000000..95469041f71 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/948.json @@ -0,0 +1,28 @@ +{ + "1": { + "ae6857": "1d2464", + "dd967d": "383c79", + "f8d3c2": "8b91c8", + "f2b69f": "6d6ba4", + "976924": "a50927", + "ffec37": "ff6237", + "000000": "000000", + "eaba2b": "ce271a", + "d2bbac": "e2bea6", + "fef8f5": "fff4f1", + "886b59": "8d5740" + }, + "2": { + "ae6857": "7d1227", + "dd967d": "972534", + "f8d3c2": "eb9a93", + "f2b69f": "ce4847", + "976924": "254087", + "ffec37": "4b86bd", + "000000": "000000", + "eaba2b": "2e609b", + "d2bbac": "d8bdab", + "fef8f5": "ffede5", + "886b59": "ad927b" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/949.json b/public/images/pokemon/variant/exp/back/949.json new file mode 100644 index 00000000000..d8ff34fee1d --- /dev/null +++ b/public/images/pokemon/variant/exp/back/949.json @@ -0,0 +1,36 @@ +{ + "1": { + "404040": "4b3073", + "282828": "33134d", + "86433c": "a50927", + "ca7268": "d41929", + "5f5f5f": "7462ad", + "000000": "000000", + "ffffff": "ffffff", + "ede652": "1672a1", + "d6938b": "ff4737", + "e7bcb8": "ff9d6d", + "cdae52": "0c4a83", + "101010": "101010", + "c2ae83": "b29785", + "94724b": "60473c", + "936839": "042259" + }, + "2": { + "404040": "70150e", + "282828": "460001", + "86433c": "401e54", + "ca7268": "613a8a", + "5f5f5f": "c64d30", + "000000": "000000", + "ffffff": "ffffff", + "ede652": "dd7731", + "d6938b": "8e65c1", + "e7bcb8": "dd9dff", + "cdae52": "af3610", + "101010": "101010", + "c2ae83": "d9b591", + "94724b": "6f492c", + "936839": "7e1200" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/exp/back/994.json b/public/images/pokemon/variant/exp/back/994.json new file mode 100644 index 00000000000..93e19242de6 --- /dev/null +++ b/public/images/pokemon/variant/exp/back/994.json @@ -0,0 +1,40 @@ +{ + "1": { + "c97b18": "05c328", + "7b451b": "018d1b", + "f2dd46": "80ff97", + "f29e42": "00f02c", + "fac375": "8bffa0", + "626262": "696983", + "090913": "090913", + "6a0305": "ae7a24", + "dd393e": "fdc263", + "a91215": "d79a38", + "979797": "9b9bb6", + "dddcde": "d9d9ea", + "292933": "292933", + "6a8997": "867bc8", + "30445a": "3f357c", + "96cfd7": "b0a4f8", + "fac173": "8bffa0" + }, + "2": { + "c97b18": "00759b", + "7b451b": "0a5763", + "f2dd46": "6bffc9", + "f29e42": "00bfe1", + "fac375": "a8fbff", + "626262": "626262", + "090913": "090913", + "6a0305": "6e2140", + "dd393e": "ff5e5e", + "a91215": "e72158", + "979797": "979797", + "dddcde": "e9dac7", + "292933": "292933", + "6a8997": "ff926c", + "30445a": "664338", + "96cfd7": "ffc28c", + "fac173": "fac173" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/female/399.json b/public/images/pokemon/variant/female/399.json index 3eff691158a..673550a23b9 100644 --- a/public/images/pokemon/variant/female/399.json +++ b/public/images/pokemon/variant/female/399.json @@ -12,5 +12,19 @@ "ef5a4a": "ffa488", "cec5c5": "b7b9d0", "848484": "848484" + }, + "2": { + "423110": "101e42", + "9c6331": "3e5ca8", + "c58c42": "617dda", + "634a31": "313d63", + "101010": "101010", + "cebd84": "8497ce", + "ffefbd": "bdcfff", + "ffffff": "ffffff", + "5a4229": "42295a", + "ef5a4a": "4a9bef", + "cec5c5": "cec5c5", + "848484": "848484" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/female/400.json b/public/images/pokemon/variant/female/400.json index 616586d3539..80cb090f619 100644 --- a/public/images/pokemon/variant/female/400.json +++ b/public/images/pokemon/variant/female/400.json @@ -12,5 +12,19 @@ "63523a": "824561", "de4a4a": "ffa488", "423a31": "3e3040" + }, + "2": { + "5a3a31": "313d63", + "bd844a": "617dda", + "101010": "101010", + "8c5a31": "3e5ca8", + "e6d69c": "bdcfff", + "ad947b": "8497ce", + "c5c5b5": "b5b6c5", + "ffffff": "ffffff", + "3a3129": "2c183f", + "63523a": "42295a", + "de4a4a": "4a9bef", + "423a31": "38204f" } } \ No newline at end of file diff --git a/public/images/pokemon/variant/female/592.json b/public/images/pokemon/variant/female/592.json new file mode 100644 index 00000000000..7cc683367b9 --- /dev/null +++ b/public/images/pokemon/variant/female/592.json @@ -0,0 +1,35 @@ +{ + "0": { + "7b3a52": "622a1e", + "101010": "101010", + "d6b5bd": "f2bba3", + "ffdee6": "ffe7df", + "bd84a5": "eb8b4d", + "ffb5d6": "ffb868", + "ffffff": "ffffff", + "ad3142": "de4a29", + "5aa5c5": "ffb93c" + }, + "1": { + "7b3a52": "302a85", + "101010": "101010", + "d6b5bd": "9d92ce", + "ffdee6": "e3deff", + "bd84a5": "5052c1", + "ffb5d6": "6270e3", + "ffffff": "ffffff", + "ad3142": "de4a29", + "5aa5c5": "6c00d0" + }, + "2": { + "7b3a52": "4e1b55", + "101010": "101010", + "d6b5bd": "703573", + "ffdee6": "a65ea3", + "bd84a5": "efacd1", + "ffb5d6": "ffdbec", + "ffffff": "ffffff", + "ad3142": "c04ba4", + "5aa5c5": "241098" + } +} \ No newline at end of file diff --git a/public/images/pokemon/variant/female/593.json b/public/images/pokemon/variant/female/593.json new file mode 100644 index 00000000000..885e4f12e4d --- /dev/null +++ b/public/images/pokemon/variant/female/593.json @@ -0,0 +1,35 @@ +{ + "0": { + "7b3a52": "622a1e", + "101010": "101010", + "c5a5bd": "f2bba3", + "ffdef7": "ffe7df", + "d684b5": "eb8b4d", + "ffa5ce": "ffb868", + "de4a29": "de4a29", + "29529c": "622a1e", + "ffffff": "ffffff" + }, + "1": { + "7b3a52": "302a85", + "101010": "101010", + "c5a5bd": "9d92ce", + "ffdef7": "e3deff", + "d684b5": "5052c1", + "ffa5ce": "6270e3", + "de4a29": "e267c8", + "29529c": "29529c", + "ffffff": "ffffff" + }, + "2": { + "7b3a52": "4e1b55", + "101010": "101010", + "c5a5bd": "703573", + "ffdef7": "a65ea3", + "d684b5": "efacd1", + "ffa5ce": "ffdbec", + "de4a29": "c04ba4", + "29529c": "241098", + "ffffff": "ffffff" + } +} \ No newline at end of file diff --git a/public/images/pokemon_icons_1v.json b/public/images/pokemon_icons_1v.json index 1149e378663..b0d213057b0 100644 --- a/public/images/pokemon_icons_1v.json +++ b/public/images/pokemon_icons_1v.json @@ -4,1607 +4,11 @@ "image": "pokemon_icons_1v.png", "format": "RGBA8888", "size": { - "w": 246, - "h": 246 + "w": 276, + "h": 276 }, "scale": 1, "frames": [ - { - "filename": "94-mega_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 36, - "h": 30 - }, - "frame": { - "x": 0, - "y": 0, - "w": 36, - "h": 30 - } - }, - { - "filename": "94-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 36, - "h": 30 - }, - "frame": { - "x": 36, - "y": 0, - "w": 36, - "h": 30 - } - }, - { - "filename": "94-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 36, - "h": 30 - }, - "frame": { - "x": 72, - "y": 0, - "w": 36, - "h": 30 - } - }, - { - "filename": "94-gigantamax_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 34, - "h": 30 - }, - "frame": { - "x": 108, - "y": 0, - "w": 34, - "h": 30 - } - }, - { - "filename": "94-gigantamax_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 34, - "h": 30 - }, - "frame": { - "x": 142, - "y": 0, - "w": 34, - "h": 30 - } - }, - { - "filename": "94-gigantamax_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 34, - "h": 30 - }, - "frame": { - "x": 176, - "y": 0, - "w": 34, - "h": 30 - } - }, - { - "filename": "131-gigantamax_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 33, - "h": 29 - }, - "frame": { - "x": 210, - "y": 0, - "w": 33, - "h": 29 - } - }, - { - "filename": "131-gigantamax_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 33, - "h": 29 - }, - "frame": { - "x": 210, - "y": 29, - "w": 33, - "h": 29 - } - }, - { - "filename": "93_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 2, - "y": 1, - "w": 32, - "h": 28 - }, - "frame": { - "x": 0, - "y": 30, - "w": 32, - "h": 28 - } - }, - { - "filename": "93_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 2, - "y": 1, - "w": 32, - "h": 28 - }, - "frame": { - "x": 32, - "y": 30, - "w": 32, - "h": 28 - } - }, - { - "filename": "93_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 2, - "y": 1, - "w": 32, - "h": 28 - }, - "frame": { - "x": 64, - "y": 30, - "w": 32, - "h": 28 - } - }, - { - "filename": "71_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 30, - "h": 25 - }, - "frame": { - "x": 96, - "y": 30, - "w": 30, - "h": 25 - } - }, - { - "filename": "71_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 30, - "h": 25 - }, - "frame": { - "x": 126, - "y": 30, - "w": 30, - "h": 25 - } - }, - { - "filename": "52-gigantamax_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 156, - "y": 30, - "w": 25, - "h": 30 - } - }, - { - "filename": "52-gigantamax_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 181, - "y": 30, - "w": 25, - "h": 30 - } - }, - { - "filename": "52-gigantamax_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 206, - "y": 58, - "w": 25, - "h": 30 - } - }, - { - "filename": "94_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 26, - "h": 26 - }, - "frame": { - "x": 96, - "y": 55, - "w": 26, - "h": 26 - } - }, - { - "filename": "94_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 26, - "h": 26 - }, - "frame": { - "x": 122, - "y": 55, - "w": 26, - "h": 26 - } - }, - { - "filename": "94_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 26, - "h": 26 - }, - "frame": { - "x": 148, - "y": 60, - "w": 26, - "h": 26 - } - }, - { - "filename": "86_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 174, - "y": 60, - "w": 27, - "h": 25 - } - }, - { - "filename": "86_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 174, - "y": 85, - "w": 27, - "h": 25 - } - }, - { - "filename": "86_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 201, - "y": 88, - "w": 27, - "h": 25 - } - }, - { - "filename": "87_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 0, - "y": 58, - "w": 27, - "h": 25 - } - }, - { - "filename": "87_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 27, - "y": 58, - "w": 27, - "h": 25 - } - }, - { - "filename": "87_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 54, - "y": 58, - "w": 27, - "h": 25 - } - }, - { - "filename": "151_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 25, - "h": 27 - }, - "frame": { - "x": 81, - "y": 81, - "w": 25, - "h": 27 - } - }, - { - "filename": "151_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 25, - "h": 27 - }, - "frame": { - "x": 106, - "y": 81, - "w": 25, - "h": 27 - } - }, - { - "filename": "83_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 28, - "h": 24 - }, - "frame": { - "x": 131, - "y": 86, - "w": 28, - "h": 24 - } - }, - { - "filename": "83_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 28, - "h": 24 - }, - "frame": { - "x": 0, - "y": 83, - "w": 28, - "h": 24 - } - }, - { - "filename": "145_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 31, - "h": 21 - }, - "frame": { - "x": 28, - "y": 83, - "w": 31, - "h": 21 - } - }, - { - "filename": "36_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 25 - }, - "frame": { - "x": 59, - "y": 83, - "w": 22, - "h": 25 - } - }, - { - "filename": "145_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 31, - "h": 21 - }, - "frame": { - "x": 28, - "y": 104, - "w": 31, - "h": 21 - } - }, - { - "filename": "149_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 27, - "h": 24 - }, - "frame": { - "x": 0, - "y": 107, - "w": 27, - "h": 24 - } - }, - { - "filename": "145_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 31, - "h": 21 - }, - "frame": { - "x": 59, - "y": 108, - "w": 31, - "h": 21 - } - }, - { - "filename": "149_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 27, - "h": 24 - }, - "frame": { - "x": 27, - "y": 125, - "w": 27, - "h": 24 - } - }, - { - "filename": "31_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 25, - "h": 25 - }, - "frame": { - "x": 0, - "y": 131, - "w": 25, - "h": 25 - } - }, - { - "filename": "144_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 29, - "h": 22 - }, - "frame": { - "x": 90, - "y": 108, - "w": 29, - "h": 22 - } - }, - { - "filename": "144_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 29, - "h": 22 - }, - "frame": { - "x": 54, - "y": 129, - "w": 29, - "h": 22 - } - }, - { - "filename": "144_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 29, - "h": 22 - }, - "frame": { - "x": 25, - "y": 149, - "w": 29, - "h": 22 - } - }, - { - "filename": "53_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 25, - "h": 24 - }, - "frame": { - "x": 0, - "y": 156, - "w": 25, - "h": 24 - } - }, - { - "filename": "146_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 30, - "h": 20 - }, - "frame": { - "x": 119, - "y": 110, - "w": 30, - "h": 20 - } - }, - { - "filename": "146_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 30, - "h": 20 - }, - "frame": { - "x": 149, - "y": 110, - "w": 30, - "h": 20 - } - }, - { - "filename": "36_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 25 - }, - "frame": { - "x": 179, - "y": 110, - "w": 22, - "h": 25 - } - }, - { - "filename": "146_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 30, - "h": 20 - }, - "frame": { - "x": 201, - "y": 113, - "w": 30, - "h": 20 - } - }, - { - "filename": "53_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 25, - "h": 24 - }, - "frame": { - "x": 201, - "y": 133, - "w": 25, - "h": 24 - } - }, - { - "filename": "35_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 20, - "h": 21 - }, - "frame": { - "x": 226, - "y": 133, - "w": 20, - "h": 21 - } - }, - { - "filename": "35_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 20, - "h": 21 - }, - "frame": { - "x": 226, - "y": 154, - "w": 20, - "h": 21 - } - }, - { - "filename": "53_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 25, - "h": 24 - }, - "frame": { - "x": 83, - "y": 130, - "w": 25, - "h": 24 - } - }, - { - "filename": "131_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 26, - "h": 23 - }, - "frame": { - "x": 54, - "y": 151, - "w": 26, - "h": 23 - } - }, - { - "filename": "131_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 26, - "h": 23 - }, - "frame": { - "x": 25, - "y": 171, - "w": 26, - "h": 23 - } - }, - { - "filename": "47_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 0, - "y": 180, - "w": 24, - "h": 24 - } - }, - { - "filename": "47_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 108, - "y": 130, - "w": 24, - "h": 24 - } - }, - { - "filename": "47_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 132, - "y": 130, - "w": 24, - "h": 24 - } - }, - { - "filename": "150_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 22, - "h": 25 - }, - "frame": { - "x": 156, - "y": 130, - "w": 22, - "h": 25 - } - }, - { - "filename": "150_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 22, - "h": 25 - }, - "frame": { - "x": 178, - "y": 135, - "w": 22, - "h": 25 - } - }, - { - "filename": "148_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 200, - "y": 157, - "w": 24, - "h": 24 - } - }, - { - "filename": "135_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 224, - "y": 175, - "w": 22, - "h": 23 - } - }, - { - "filename": "148_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 80, - "y": 154, - "w": 24, - "h": 24 - } - }, - { - "filename": "92_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 51, - "y": 174, - "w": 25, - "h": 23 - } - }, - { - "filename": "92_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 24, - "y": 194, - "w": 25, - "h": 23 - } - }, - { - "filename": "52_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 23, - "h": 23 - }, - "frame": { - "x": 0, - "y": 204, - "w": 23, - "h": 23 - } - }, - { - "filename": "92_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 104, - "y": 154, - "w": 25, - "h": 23 - } - }, - { - "filename": "134_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 129, - "y": 154, - "w": 25, - "h": 23 - } - }, - { - "filename": "52_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 23, - "h": 23 - }, - "frame": { - "x": 154, - "y": 155, - "w": 23, - "h": 23 - } - }, - { - "filename": "52_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 23, - "h": 23 - }, - "frame": { - "x": 177, - "y": 160, - "w": 23, - "h": 23 - } - }, - { - "filename": "46_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 200, - "y": 181, - "w": 24, - "h": 22 - } - }, - { - "filename": "135_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 224, - "y": 198, - "w": 22, - "h": 23 - } - }, - { - "filename": "134_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 104, - "y": 177, - "w": 25, - "h": 23 - } - }, - { - "filename": "136_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 129, - "y": 177, - "w": 25, - "h": 23 - } - }, - { - "filename": "135_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 154, - "y": 178, - "w": 22, - "h": 23 - } - }, - { - "filename": "46_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 176, - "y": 183, - "w": 24, - "h": 22 - } - }, - { - "filename": "46_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 200, - "y": 203, - "w": 24, - "h": 22 - } - }, - { - "filename": "113_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 21, - "h": 22 - }, - "frame": { - "x": 224, - "y": 221, - "w": 21, - "h": 22 - } - }, - { - "filename": "136_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 76, - "y": 178, - "w": 25, - "h": 23 - } - }, - { - "filename": "136_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 49, - "y": 197, - "w": 25, - "h": 23 - } - }, - { - "filename": "70_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 23, - "y": 217, - "w": 24, - "h": 22 - } - }, { "filename": "69_2", "rotated": false, @@ -1621,76 +25,13 @@ }, "frame": { "x": 0, - "y": 227, + "y": 0, "w": 22, "h": 17 } }, { - "filename": "70_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 101, - "y": 200, - "w": 24, - "h": 22 - } - }, - { - "filename": "113_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 21, - "h": 22 - }, - "frame": { - "x": 74, - "y": 201, - "w": 21, - "h": 22 - } - }, - { - "filename": "113_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 21, - "h": 22 - }, - "frame": { - "x": 47, - "y": 220, - "w": 21, - "h": 22 - } - }, - { - "filename": "123_1", + "filename": "69_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -1699,99 +40,15 @@ }, "spriteSourceSize": { "x": 10, - "y": 8, - "w": 21, - "h": 21 - }, - "frame": { - "x": 125, - "y": 200, - "w": 21, - "h": 21 - } - }, - { - "filename": "123_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 21, - "h": 21 - }, - "frame": { - "x": 146, - "y": 201, - "w": 21, - "h": 21 - } - }, - { - "filename": "123_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 21, - "h": 21 - }, - "frame": { - "x": 125, - "y": 221, - "w": 21, - "h": 21 - } - }, - { - "filename": "147_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 9, + "y": 12, "w": 22, - "h": 20 + "h": 17 }, "frame": { - "x": 95, - "y": 222, + "x": 22, + "y": 0, "w": 22, - "h": 20 - } - }, - { - "filename": "147_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 9, - "w": 22, - "h": 20 - }, - "frame": { - "x": 68, - "y": 223, - "w": 22, - "h": 20 + "h": 17 } }, { @@ -1809,8 +66,8 @@ "h": 20 }, "frame": { - "x": 146, - "y": 222, + "x": 44, + "y": 0, "w": 19, "h": 20 } @@ -1830,14 +87,77 @@ "h": 20 }, "frame": { - "x": 165, - "y": 222, + "x": 63, + "y": 0, "w": 19, "h": 20 } }, { - "filename": "69_3", + "filename": "146_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 30, + "h": 20 + }, + "frame": { + "x": 82, + "y": 0, + "w": 30, + "h": 20 + } + }, + { + "filename": "146_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 30, + "h": 20 + }, + "frame": { + "x": 112, + "y": 0, + "w": 30, + "h": 20 + } + }, + { + "filename": "146_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 30, + "h": 20 + }, + "frame": { + "x": 142, + "y": 0, + "w": 30, + "h": 20 + } + }, + { + "filename": "147_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -1846,15 +166,2220 @@ }, "spriteSourceSize": { "x": 10, - "y": 12, + "y": 9, "w": 22, - "h": 17 + "h": 20 }, "frame": { - "x": 167, - "y": 205, + "x": 172, + "y": 0, "w": 22, - "h": 17 + "h": 20 + } + }, + { + "filename": "147_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 9, + "w": 22, + "h": 20 + }, + "frame": { + "x": 194, + "y": 0, + "w": 22, + "h": 20 + } + }, + { + "filename": "29_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 20, + "h": 21 + }, + "frame": { + "x": 216, + "y": 0, + "w": 20, + "h": 21 + } + }, + { + "filename": "29_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 20, + "h": 21 + }, + "frame": { + "x": 236, + "y": 0, + "w": 20, + "h": 21 + } + }, + { + "filename": "35_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 20, + "h": 21 + }, + "frame": { + "x": 256, + "y": 0, + "w": 20, + "h": 21 + } + }, + { + "filename": "35_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 20, + "h": 21 + }, + "frame": { + "x": 0, + "y": 17, + "w": 20, + "h": 21 + } + }, + { + "filename": "123_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 21, + "h": 21 + }, + "frame": { + "x": 20, + "y": 17, + "w": 21, + "h": 21 + } + }, + { + "filename": "118_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 8, + "w": 26, + "h": 21 + }, + "frame": { + "x": 41, + "y": 20, + "w": 26, + "h": 21 + } + }, + { + "filename": "118_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 8, + "w": 26, + "h": 21 + }, + "frame": { + "x": 67, + "y": 20, + "w": 26, + "h": 21 + } + }, + { + "filename": "123_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 21, + "h": 21 + }, + "frame": { + "x": 93, + "y": 20, + "w": 21, + "h": 21 + } + }, + { + "filename": "123_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 21, + "h": 21 + }, + "frame": { + "x": 114, + "y": 20, + "w": 21, + "h": 21 + } + }, + { + "filename": "145_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 31, + "h": 21 + }, + "frame": { + "x": 135, + "y": 20, + "w": 31, + "h": 21 + } + }, + { + "filename": "145_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 31, + "h": 21 + }, + "frame": { + "x": 166, + "y": 20, + "w": 31, + "h": 21 + } + }, + { + "filename": "145_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 31, + "h": 21 + }, + "frame": { + "x": 197, + "y": 21, + "w": 31, + "h": 21 + } + }, + { + "filename": "41_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 23, + "h": 22 + }, + "frame": { + "x": 228, + "y": 21, + "w": 23, + "h": 22 + } + }, + { + "filename": "41_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 23, + "h": 22 + }, + "frame": { + "x": 251, + "y": 21, + "w": 23, + "h": 22 + } + }, + { + "filename": "41_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 23, + "h": 22 + }, + "frame": { + "x": 0, + "y": 38, + "w": 23, + "h": 22 + } + }, + { + "filename": "46_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 23, + "y": 41, + "w": 24, + "h": 22 + } + }, + { + "filename": "46_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 47, + "y": 41, + "w": 24, + "h": 22 + } + }, + { + "filename": "46_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 71, + "y": 41, + "w": 24, + "h": 22 + } + }, + { + "filename": "70_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 95, + "y": 41, + "w": 24, + "h": 22 + } + }, + { + "filename": "70_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 119, + "y": 41, + "w": 24, + "h": 22 + } + }, + { + "filename": "113_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 21, + "h": 22 + }, + "frame": { + "x": 143, + "y": 41, + "w": 21, + "h": 22 + } + }, + { + "filename": "113_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 21, + "h": 22 + }, + "frame": { + "x": 164, + "y": 41, + "w": 21, + "h": 22 + } + }, + { + "filename": "113_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 21, + "h": 22 + }, + "frame": { + "x": 185, + "y": 42, + "w": 21, + "h": 22 + } + }, + { + "filename": "119_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 27, + "h": 22 + }, + "frame": { + "x": 206, + "y": 43, + "w": 27, + "h": 22 + } + }, + { + "filename": "119_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 27, + "h": 22 + }, + "frame": { + "x": 233, + "y": 43, + "w": 27, + "h": 22 + } + }, + { + "filename": "52_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 23, + "h": 23 + }, + "frame": { + "x": 0, + "y": 60, + "w": 23, + "h": 23 + } + }, + { + "filename": "119_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 27, + "h": 22 + }, + "frame": { + "x": 23, + "y": 63, + "w": 27, + "h": 22 + } + }, + { + "filename": "144_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 29, + "h": 22 + }, + "frame": { + "x": 50, + "y": 63, + "w": 29, + "h": 22 + } + }, + { + "filename": "144_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 29, + "h": 22 + }, + "frame": { + "x": 79, + "y": 63, + "w": 29, + "h": 22 + } + }, + { + "filename": "144_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 29, + "h": 22 + }, + "frame": { + "x": 108, + "y": 63, + "w": 29, + "h": 22 + } + }, + { + "filename": "52_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 23, + "h": 23 + }, + "frame": { + "x": 137, + "y": 63, + "w": 23, + "h": 23 + } + }, + { + "filename": "52_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 23, + "h": 23 + }, + "frame": { + "x": 160, + "y": 63, + "w": 23, + "h": 23 + } + }, + { + "filename": "135_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 183, + "y": 64, + "w": 22, + "h": 23 + } + }, + { + "filename": "92_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 205, + "y": 65, + "w": 25, + "h": 23 + } + }, + { + "filename": "92_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 230, + "y": 65, + "w": 25, + "h": 23 + } + }, + { + "filename": "30_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 21, + "h": 24 + }, + "frame": { + "x": 255, + "y": 65, + "w": 21, + "h": 24 + } + }, + { + "filename": "135_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 0, + "y": 83, + "w": 22, + "h": 23 + } + }, + { + "filename": "92_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 22, + "y": 85, + "w": 25, + "h": 23 + } + }, + { + "filename": "131_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 26, + "h": 23 + }, + "frame": { + "x": 47, + "y": 85, + "w": 26, + "h": 23 + } + }, + { + "filename": "131_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 26, + "h": 23 + }, + "frame": { + "x": 73, + "y": 85, + "w": 26, + "h": 23 + } + }, + { + "filename": "134_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 99, + "y": 85, + "w": 25, + "h": 23 + } + }, + { + "filename": "134_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 124, + "y": 86, + "w": 25, + "h": 23 + } + }, + { + "filename": "135_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 149, + "y": 86, + "w": 22, + "h": 23 + } + }, + { + "filename": "136_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 171, + "y": 87, + "w": 25, + "h": 23 + } + }, + { + "filename": "136_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 196, + "y": 88, + "w": 25, + "h": 23 + } + }, + { + "filename": "136_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 221, + "y": 88, + "w": 25, + "h": 23 + } + }, + { + "filename": "30_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 21, + "h": 24 + }, + "frame": { + "x": 246, + "y": 89, + "w": 21, + "h": 24 + } + }, + { + "filename": "36_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 25 + }, + "frame": { + "x": 0, + "y": 106, + "w": 22, + "h": 25 + } + }, + { + "filename": "42_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 28, + "h": 24 + }, + "frame": { + "x": 22, + "y": 108, + "w": 28, + "h": 24 + } + }, + { + "filename": "42_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 28, + "h": 24 + }, + "frame": { + "x": 50, + "y": 108, + "w": 28, + "h": 24 + } + }, + { + "filename": "42_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 28, + "h": 24 + }, + "frame": { + "x": 78, + "y": 108, + "w": 28, + "h": 24 + } + }, + { + "filename": "47_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 106, + "y": 109, + "w": 24, + "h": 24 + } + }, + { + "filename": "47_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 130, + "y": 109, + "w": 24, + "h": 24 + } + }, + { + "filename": "47_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 154, + "y": 110, + "w": 24, + "h": 24 + } + }, + { + "filename": "53_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 25, + "h": 24 + }, + "frame": { + "x": 178, + "y": 111, + "w": 25, + "h": 24 + } + }, + { + "filename": "53_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 25, + "h": 24 + }, + "frame": { + "x": 203, + "y": 111, + "w": 25, + "h": 24 + } + }, + { + "filename": "53_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 25, + "h": 24 + }, + "frame": { + "x": 228, + "y": 113, + "w": 25, + "h": 24 + } + }, + { + "filename": "36_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 25 + }, + "frame": { + "x": 253, + "y": 113, + "w": 22, + "h": 25 + } + }, + { + "filename": "83_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 0, + "y": 132, + "w": 28, + "h": 24 + } + }, + { + "filename": "83_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 28, + "y": 132, + "w": 28, + "h": 24 + } + }, + { + "filename": "148_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 56, + "y": 132, + "w": 24, + "h": 24 + } + }, + { + "filename": "148_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 80, + "y": 132, + "w": 24, + "h": 24 + } + }, + { + "filename": "149_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 27, + "h": 24 + }, + "frame": { + "x": 104, + "y": 133, + "w": 27, + "h": 24 + } + }, + { + "filename": "149_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 27, + "h": 24 + }, + "frame": { + "x": 131, + "y": 134, + "w": 27, + "h": 24 + } + }, + { + "filename": "31_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 25, + "h": 25 + }, + "frame": { + "x": 158, + "y": 135, + "w": 25, + "h": 25 + } + }, + { + "filename": "31_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 25, + "h": 25 + }, + "frame": { + "x": 183, + "y": 135, + "w": 25, + "h": 25 + } + }, + { + "filename": "31_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 25, + "h": 25 + }, + "frame": { + "x": 208, + "y": 137, + "w": 25, + "h": 25 + } + }, + { + "filename": "71_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 30, + "h": 25 + }, + "frame": { + "x": 233, + "y": 138, + "w": 30, + "h": 25 + } + }, + { + "filename": "71_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 30, + "h": 25 + }, + "frame": { + "x": 0, + "y": 156, + "w": 30, + "h": 25 + } + }, + { + "filename": "77_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 26, + "h": 25 + }, + "frame": { + "x": 30, + "y": 156, + "w": 26, + "h": 25 + } + }, + { + "filename": "77_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 26, + "h": 25 + }, + "frame": { + "x": 56, + "y": 156, + "w": 26, + "h": 25 + } + }, + { + "filename": "150_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 22, + "h": 25 + }, + "frame": { + "x": 82, + "y": 156, + "w": 22, + "h": 25 + } + }, + { + "filename": "86_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 104, + "y": 157, + "w": 27, + "h": 25 + } + }, + { + "filename": "86_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 131, + "y": 158, + "w": 27, + "h": 25 + } + }, + { + "filename": "86_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 158, + "y": 160, + "w": 27, + "h": 25 + } + }, + { + "filename": "150_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 22, + "h": 25 + }, + "frame": { + "x": 185, + "y": 160, + "w": 22, + "h": 25 + } + }, + { + "filename": "87_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 207, + "y": 163, + "w": 27, + "h": 25 + } + }, + { + "filename": "87_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 234, + "y": 163, + "w": 27, + "h": 25 + } + }, + { + "filename": "87_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 0, + "y": 181, + "w": 27, + "h": 25 + } + }, + { + "filename": "94_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 26 + }, + "frame": { + "x": 27, + "y": 181, + "w": 26, + "h": 26 + } + }, + { + "filename": "94_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 26 + }, + "frame": { + "x": 53, + "y": 181, + "w": 26, + "h": 26 + } + }, + { + "filename": "94_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 26, + "h": 26 + }, + "frame": { + "x": 79, + "y": 182, + "w": 26, + "h": 26 + } + }, + { + "filename": "151_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 25, + "h": 27 + }, + "frame": { + "x": 105, + "y": 182, + "w": 25, + "h": 27 + } + }, + { + "filename": "151_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 25, + "h": 27 + }, + "frame": { + "x": 130, + "y": 183, + "w": 25, + "h": 27 + } + }, + { + "filename": "78_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 1, + "w": 31, + "h": 28 + }, + "frame": { + "x": 155, + "y": 185, + "w": 31, + "h": 28 + } + }, + { + "filename": "78_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 1, + "w": 31, + "h": 28 + }, + "frame": { + "x": 186, + "y": 188, + "w": 31, + "h": 28 + } + }, + { + "filename": "93_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 32, + "h": 28 + }, + "frame": { + "x": 217, + "y": 188, + "w": 32, + "h": 28 + } + }, + { + "filename": "150-mega-x_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 23, + "h": 28 + }, + "frame": { + "x": 249, + "y": 188, + "w": 23, + "h": 28 + } + }, + { + "filename": "150-mega-x_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 23, + "h": 28 + }, + "frame": { + "x": 0, + "y": 206, + "w": 23, + "h": 28 + } + }, + { + "filename": "93_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 32, + "h": 28 + }, + "frame": { + "x": 23, + "y": 207, + "w": 32, + "h": 28 + } + }, + { + "filename": "93_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 1, + "w": 32, + "h": 28 + }, + "frame": { + "x": 55, + "y": 208, + "w": 32, + "h": 28 + } + }, + { + "filename": "131-gigantamax_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 33, + "h": 29 + }, + "frame": { + "x": 87, + "y": 209, + "w": 33, + "h": 29 + } + }, + { + "filename": "131-gigantamax_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 33, + "h": 29 + }, + "frame": { + "x": 120, + "y": 210, + "w": 33, + "h": 29 + } + }, + { + "filename": "52-gigantamax_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 153, + "y": 213, + "w": 25, + "h": 30 + } + }, + { + "filename": "52-gigantamax_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 178, + "y": 216, + "w": 25, + "h": 30 + } + }, + { + "filename": "52-gigantamax_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 203, + "y": 216, + "w": 25, + "h": 30 + } + }, + { + "filename": "94-gigantamax_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 34, + "h": 30 + }, + "frame": { + "x": 228, + "y": 216, + "w": 34, + "h": 30 + } + }, + { + "filename": "150-mega-y_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 22, + "h": 30 + }, + "frame": { + "x": 0, + "y": 234, + "w": 22, + "h": 30 + } + }, + { + "filename": "150-mega-y_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 22, + "h": 30 + }, + "frame": { + "x": 22, + "y": 235, + "w": 22, + "h": 30 + } + }, + { + "filename": "94-gigantamax_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 34, + "h": 30 + }, + "frame": { + "x": 44, + "y": 236, + "w": 34, + "h": 30 + } + }, + { + "filename": "94-gigantamax_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 34, + "h": 30 + }, + "frame": { + "x": 78, + "y": 238, + "w": 34, + "h": 30 + } + }, + { + "filename": "94-mega_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 36, + "h": 30 + }, + "frame": { + "x": 112, + "y": 239, + "w": 36, + "h": 30 + } + }, + { + "filename": "94-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 36, + "h": 30 + }, + "frame": { + "x": 148, + "y": 246, + "w": 36, + "h": 30 + } + }, + { + "filename": "94-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 36, + "h": 30 + }, + "frame": { + "x": 184, + "y": 246, + "w": 36, + "h": 30 } } ] @@ -1863,6 +2388,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:c6bfc7c3717b298cbbe3b7150945e324:b8d3c57109cd143eaf3956c116b09bae:2fc2d7db306a93e9369e20846ccef45c$" + "smartupdate": "$TexturePacker:SmartUpdate:ff8be1f0e8905cf57ed1af85a597a5be:63904eb65167f759420c4e4a5c2dc80c:2fc2d7db306a93e9369e20846ccef45c$" } } diff --git a/public/images/pokemon_icons_1v.png b/public/images/pokemon_icons_1v.png index b15452f3a59..508d2411b25 100644 Binary files a/public/images/pokemon_icons_1v.png and b/public/images/pokemon_icons_1v.png differ diff --git a/public/images/pokemon_icons_2v.json b/public/images/pokemon_icons_2v.json index 6204979ac40..c97254d8f2c 100644 --- a/public/images/pokemon_icons_2v.json +++ b/public/images/pokemon_icons_2v.json @@ -4,8 +4,8 @@ "image": "pokemon_icons_2v.png", "format": "RGBA8888", "size": { - "w": 174, - "h": 174 + "w": 185, + "h": 185 }, "scale": 1, "frames": [ @@ -45,8 +45,8 @@ "h": 30 }, "frame": { - "x": 0, - "y": 30, + "x": 34, + "y": 0, "w": 34, "h": 30 } @@ -66,7 +66,7 @@ "h": 30 }, "frame": { - "x": 34, + "x": 68, "y": 0, "w": 31, "h": 30 @@ -87,8 +87,8 @@ "h": 30 }, "frame": { - "x": 0, - "y": 60, + "x": 99, + "y": 0, "w": 31, "h": 30 } @@ -108,409 +108,10 @@ "h": 30 }, "frame": { - "x": 34, - "y": 30, - "w": 30, - "h": 30 - } - }, - { - "filename": "212-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, + "x": 130, "y": 0, "w": 30, "h": 30 - }, - "frame": { - "x": 65, - "y": 0, - "w": 30, - "h": 30 - } - }, - { - "filename": "212-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 0, - "w": 30, - "h": 30 - }, - "frame": { - "x": 0, - "y": 90, - "w": 30, - "h": 30 - } - }, - { - "filename": "181-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 31, - "h": 28 - }, - "frame": { - "x": 31, - "y": 60, - "w": 31, - "h": 28 - } - }, - { - "filename": "181-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 31, - "h": 28 - }, - "frame": { - "x": 64, - "y": 30, - "w": 31, - "h": 28 - } - }, - { - "filename": "243_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 2, - "w": 32, - "h": 27 - }, - "frame": { - "x": 95, - "y": 0, - "w": 32, - "h": 27 - } - }, - { - "filename": "243_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 2, - "w": 32, - "h": 27 - }, - "frame": { - "x": 95, - "y": 27, - "w": 32, - "h": 27 - } - }, - { - "filename": "245_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 31, - "h": 27 - }, - "frame": { - "x": 127, - "y": 0, - "w": 31, - "h": 27 - } - }, - { - "filename": "245_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 31, - "h": 27 - }, - "frame": { - "x": 127, - "y": 27, - "w": 31, - "h": 27 - } - }, - { - "filename": "212_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 28, - "h": 29 - }, - "frame": { - "x": 0, - "y": 120, - "w": 28, - "h": 29 - } - }, - { - "filename": "251_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 16, - "h": 20 - }, - "frame": { - "x": 158, - "y": 0, - "w": 16, - "h": 20 - } - }, - { - "filename": "251_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 16, - "h": 20 - }, - "frame": { - "x": 158, - "y": 20, - "w": 16, - "h": 20 - } - }, - { - "filename": "196_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 29, - "h": 23 - }, - "frame": { - "x": 0, - "y": 149, - "w": 29, - "h": 23 - } - }, - { - "filename": "196_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 29, - "h": 23 - }, - "frame": { - "x": 95, - "y": 54, - "w": 29, - "h": 23 - } - }, - { - "filename": "196_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 29, - "h": 23 - }, - "frame": { - "x": 124, - "y": 54, - "w": 29, - "h": 23 - } - }, - { - "filename": "212_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 28, - "h": 29 - }, - "frame": { - "x": 28, - "y": 120, - "w": 28, - "h": 29 - } - }, - { - "filename": "242_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 29, - "y": 149, - "w": 24, - "h": 24 - } - }, - { - "filename": "212_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 0, - "w": 28, - "h": 29 - }, - "frame": { - "x": 62, - "y": 60, - "w": 28, - "h": 29 - } - }, - { - "filename": "244_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 27, - "h": 26 - }, - "frame": { - "x": 90, - "y": 77, - "w": 27, - "h": 26 - } - }, - { - "filename": "244_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 27, - "h": 26 - }, - "frame": { - "x": 117, - "y": 77, - "w": 27, - "h": 26 } }, { @@ -528,33 +129,12 @@ "h": 27 }, "frame": { - "x": 144, - "y": 77, + "x": 160, + "y": 0, "w": 22, "h": 27 } }, - { - "filename": "176_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 23 - }, - "frame": { - "x": 153, - "y": 54, - "w": 19, - "h": 23 - } - }, { "filename": "181_3", "rotated": false, @@ -570,14 +150,14 @@ "h": 27 }, "frame": { - "x": 30, - "y": 90, + "x": 160, + "y": 27, "w": 22, "h": 27 } }, { - "filename": "242_2", + "filename": "212-mega_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -585,20 +165,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 24, - "h": 24 + "x": 3, + "y": 0, + "w": 30, + "h": 30 }, "frame": { - "x": 52, - "y": 89, - "w": 24, - "h": 24 + "x": 0, + "y": 54, + "w": 30, + "h": 30 } }, { - "filename": "180_2", + "filename": "226_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -606,20 +186,62 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 23, - "h": 24 + "x": 4, + "y": 8, + "w": 32, + "h": 21 }, "frame": { - "x": 56, - "y": 113, - "w": 23, - "h": 24 + "x": 0, + "y": 30, + "w": 32, + "h": 21 } }, { - "filename": "179_2", + "filename": "212-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 0, + "w": 30, + "h": 30 + }, + "frame": { + "x": 30, + "y": 51, + "w": 30, + "h": 30 + } + }, + { + "filename": "226_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 8, + "w": 32, + "h": 21 + }, + "frame": { + "x": 32, + "y": 30, + "w": 32, + "h": 21 + } + }, + { + "filename": "181-mega_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -628,57 +250,15 @@ }, "spriteSourceSize": { "x": 7, - "y": 7, - "w": 24, - "h": 22 + "y": 1, + "w": 31, + "h": 28 }, "frame": { - "x": 56, - "y": 137, - "w": 24, - "h": 22 - } - }, - { - "filename": "242_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 79, - "y": 103, - "w": 24, - "h": 24 - } - }, - { - "filename": "180_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 23, - "h": 24 - }, - "frame": { - "x": 103, - "y": 103, - "w": 23, - "h": 24 + "x": 60, + "y": 51, + "w": 31, + "h": 28 } }, { @@ -696,117 +276,12 @@ "h": 21 }, "frame": { - "x": 126, - "y": 103, + "x": 64, + "y": 30, "w": 18, "h": 21 } }, - { - "filename": "179_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 144, - "y": 104, - "w": 24, - "h": 22 - } - }, - { - "filename": "197_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 80, - "y": 127, - "w": 22, - "h": 23 - } - }, - { - "filename": "197_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 102, - "y": 127, - "w": 22, - "h": 23 - } - }, - { - "filename": "176_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 23 - }, - "frame": { - "x": 80, - "y": 150, - "w": 19, - "h": 23 - } - }, - { - "filename": "176_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 23 - }, - "frame": { - "x": 99, - "y": 150, - "w": 19, - "h": 23 - } - }, { "filename": "200_2", "rotated": false, @@ -822,8 +297,50 @@ "h": 21 }, "frame": { - "x": 118, - "y": 150, + "x": 82, + "y": 30, + "w": 18, + "h": 21 + } + }, + { + "filename": "181-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 31, + "h": 28 + }, + "frame": { + "x": 91, + "y": 51, + "w": 31, + "h": 28 + } + }, + { + "filename": "200_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 18, + "h": 21 + }, + "frame": { + "x": 100, + "y": 30, "w": 18, "h": 21 } @@ -843,12 +360,579 @@ "h": 20 }, "frame": { - "x": 126, - "y": 124, + "x": 118, + "y": 30, "w": 18, "h": 20 } }, + { + "filename": "242_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 136, + "y": 30, + "w": 24, + "h": 24 + } + }, + { + "filename": "243_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 32, + "h": 27 + }, + "frame": { + "x": 122, + "y": 54, + "w": 32, + "h": 27 + } + }, + { + "filename": "245_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 31, + "h": 27 + }, + "frame": { + "x": 154, + "y": 54, + "w": 31, + "h": 27 + } + }, + { + "filename": "243_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 32, + "h": 27 + }, + "frame": { + "x": 60, + "y": 79, + "w": 32, + "h": 27 + } + }, + { + "filename": "212_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 28, + "h": 29 + }, + "frame": { + "x": 30, + "y": 81, + "w": 28, + "h": 29 + } + }, + { + "filename": "212_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 28, + "h": 29 + }, + "frame": { + "x": 0, + "y": 84, + "w": 28, + "h": 29 + } + }, + { + "filename": "212_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 28, + "h": 29 + }, + "frame": { + "x": 92, + "y": 79, + "w": 28, + "h": 29 + } + }, + { + "filename": "245_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 31, + "h": 27 + }, + "frame": { + "x": 58, + "y": 106, + "w": 31, + "h": 27 + } + }, + { + "filename": "244_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 27, + "h": 26 + }, + "frame": { + "x": 28, + "y": 110, + "w": 27, + "h": 26 + } + }, + { + "filename": "244_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 27, + "h": 26 + }, + "frame": { + "x": 0, + "y": 113, + "w": 27, + "h": 26 + } + }, + { + "filename": "169_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 32, + "h": 25 + }, + "frame": { + "x": 55, + "y": 133, + "w": 32, + "h": 25 + } + }, + { + "filename": "242_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 27, + "y": 136, + "w": 24, + "h": 24 + } + }, + { + "filename": "242_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 0, + "y": 139, + "w": 24, + "h": 24 + } + }, + { + "filename": "169_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 32, + "h": 25 + }, + "frame": { + "x": 51, + "y": 158, + "w": 32, + "h": 25 + } + }, + { + "filename": "180_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 23, + "h": 24 + }, + "frame": { + "x": 24, + "y": 160, + "w": 23, + "h": 24 + } + }, + { + "filename": "179_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 0, + "y": 163, + "w": 24, + "h": 22 + } + }, + { + "filename": "169_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 32, + "h": 25 + }, + "frame": { + "x": 83, + "y": 158, + "w": 32, + "h": 25 + } + }, + { + "filename": "196_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 29, + "h": 23 + }, + "frame": { + "x": 87, + "y": 133, + "w": 29, + "h": 23 + } + }, + { + "filename": "196_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 29, + "h": 23 + }, + "frame": { + "x": 115, + "y": 156, + "w": 29, + "h": 23 + } + }, + { + "filename": "196_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 29, + "h": 23 + }, + "frame": { + "x": 89, + "y": 108, + "w": 29, + "h": 23 + } + }, + { + "filename": "180_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 23, + "h": 24 + }, + "frame": { + "x": 116, + "y": 131, + "w": 23, + "h": 24 + } + }, + { + "filename": "179_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 118, + "y": 108, + "w": 24, + "h": 22 + } + }, + { + "filename": "197_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 139, + "y": 130, + "w": 22, + "h": 23 + } + }, + { + "filename": "197_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 144, + "y": 153, + "w": 22, + "h": 23 + } + }, + { + "filename": "176_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 23 + }, + "frame": { + "x": 161, + "y": 81, + "w": 19, + "h": 23 + } + }, + { + "filename": "176_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 23 + }, + "frame": { + "x": 142, + "y": 81, + "w": 19, + "h": 23 + } + }, + { + "filename": "176_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 23 + }, + "frame": { + "x": 120, + "y": 81, + "w": 19, + "h": 23 + } + }, { "filename": "175_2", "rotated": false, @@ -864,33 +948,12 @@ "h": 20 }, "frame": { - "x": 144, - "y": 126, + "x": 142, + "y": 104, "w": 18, "h": 20 } }, - { - "filename": "200_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 18, - "h": 21 - }, - "frame": { - "x": 136, - "y": 146, - "w": 18, - "h": 21 - } - }, { "filename": "175_3", "rotated": false, @@ -906,11 +969,74 @@ "h": 20 }, "frame": { - "x": 154, - "y": 146, + "x": 160, + "y": 104, "w": 18, "h": 20 } + }, + { + "filename": "173_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 18, + "h": 18 + }, + "frame": { + "x": 161, + "y": 124, + "w": 18, + "h": 18 + } + }, + { + "filename": "251_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 16, + "h": 20 + }, + "frame": { + "x": 166, + "y": 142, + "w": 16, + "h": 20 + } + }, + { + "filename": "251_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 16, + "h": 20 + }, + "frame": { + "x": 166, + "y": 162, + "w": 16, + "h": 20 + } } ] } @@ -918,6 +1044,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:5dfd34e4952d936cc68d9ea5ce14fe49:6428d33a009123c828371e34f0faf8bf:63b368599cdc6e139499267117e91cd5$" + "smartupdate": "$TexturePacker:SmartUpdate:733748c324084dcb559b77faa650c763:098fccb51c0af2ec9e63bb8c6eeb88c8:63b368599cdc6e139499267117e91cd5$" } } diff --git a/public/images/pokemon_icons_2v.png b/public/images/pokemon_icons_2v.png index 4d700876f32..24635e3a13a 100644 Binary files a/public/images/pokemon_icons_2v.png and b/public/images/pokemon_icons_2v.png differ diff --git a/public/images/pokemon_icons_3v.json b/public/images/pokemon_icons_3v.json index b0ecf812cd9..c3b04ae5f4f 100644 --- a/public/images/pokemon_icons_3v.json +++ b/public/images/pokemon_icons_3v.json @@ -4,8 +4,8 @@ "image": "pokemon_icons_3v.png", "format": "RGBA8888", "size": { - "w": 210, - "h": 210 + "w": 264, + "h": 264 }, "scale": 1, "frames": [ @@ -45,14 +45,14 @@ "h": 27 }, "frame": { - "x": 40, - "y": 0, + "x": 0, + "y": 27, "w": 40, "h": 27 } }, { - "filename": "376-mega_2", + "filename": "383-primal_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -61,19 +61,19 @@ }, "spriteSourceSize": { "x": 2, - "y": 4, - "w": 34, + "y": 3, + "w": 38, "h": 26 }, "frame": { - "x": 80, + "x": 40, "y": 0, - "w": 34, + "w": 38, "h": 26 } }, { - "filename": "376-mega_3", + "filename": "383-primal_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -82,98 +82,14 @@ }, "spriteSourceSize": { "x": 2, - "y": 4, - "w": 34, - "h": 26 - }, - "frame": { - "x": 114, - "y": 0, - "w": 34, - "h": 26 - } - }, - { - "filename": "376_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 34, - "h": 24 - }, - "frame": { - "x": 148, - "y": 0, - "w": 34, - "h": 24 - } - }, - { - "filename": "282-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, "y": 3, - "w": 28, + "w": 38, "h": 26 }, "frame": { - "x": 182, - "y": 0, - "w": 28, - "h": 26 - } - }, - { - "filename": "376_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 6, - "w": 34, - "h": 24 - }, - "frame": { - "x": 148, - "y": 24, - "w": 34, - "h": 24 - } - }, - { - "filename": "282-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 28, - "h": 26 - }, - "frame": { - "x": 182, - "y": 26, - "w": 28, + "x": 0, + "y": 54, + "w": 38, "h": 26 } }, @@ -192,8 +108,8 @@ "h": 29 }, "frame": { - "x": 80, - "y": 26, + "x": 0, + "y": 80, "w": 33, "h": 29 } @@ -213,12 +129,159 @@ "h": 29 }, "frame": { - "x": 113, - "y": 26, + "x": 0, + "y": 109, "w": 33, "h": 29 } }, + { + "filename": "306-mega_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 33, + "h": 28 + }, + "frame": { + "x": 40, + "y": 26, + "w": 33, + "h": 28 + } + }, + { + "filename": "306-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 33, + "h": 28 + }, + "frame": { + "x": 0, + "y": 138, + "w": 33, + "h": 28 + } + }, + { + "filename": "306-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 33, + "h": 28 + }, + "frame": { + "x": 0, + "y": 166, + "w": 33, + "h": 28 + } + }, + { + "filename": "382-primal_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 38, + "h": 23 + }, + "frame": { + "x": 78, + "y": 0, + "w": 38, + "h": 23 + } + }, + { + "filename": "382-primal_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 7, + "w": 38, + "h": 23 + }, + "frame": { + "x": 116, + "y": 0, + "w": 38, + "h": 23 + } + }, + { + "filename": "383_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 35, + "h": 26 + }, + "frame": { + "x": 38, + "y": 54, + "w": 35, + "h": 26 + } + }, + { + "filename": "383_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 35, + "h": 26 + }, + "frame": { + "x": 33, + "y": 80, + "w": 35, + "h": 26 + } + }, { "filename": "303-mega_1", "rotated": false, @@ -234,8 +297,8 @@ "h": 28 }, "frame": { - "x": 146, - "y": 48, + "x": 0, + "y": 194, "w": 32, "h": 28 } @@ -255,8 +318,8 @@ "h": 28 }, "frame": { - "x": 178, - "y": 52, + "x": 33, + "y": 106, "w": 32, "h": 28 } @@ -277,7 +340,7 @@ }, "frame": { "x": 0, - "y": 27, + "y": 222, "w": 32, "h": 28 } @@ -297,54 +360,12 @@ "h": 29 }, "frame": { - "x": 32, - "y": 27, + "x": 33, + "y": 134, "w": 31, "h": 29 } }, - { - "filename": "358_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 17, - "h": 23 - }, - "frame": { - "x": 63, - "y": 27, - "w": 17, - "h": 23 - } - }, - { - "filename": "358_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 17, - "h": 23 - }, - "frame": { - "x": 63, - "y": 50, - "w": 17, - "h": 23 - } - }, { "filename": "308-mega_3", "rotated": false, @@ -360,12 +381,327 @@ "h": 29 }, "frame": { - "x": 0, - "y": 55, + "x": 33, + "y": 163, "w": 31, "h": 29 } }, + { + "filename": "382_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 35, + "h": 23 + }, + "frame": { + "x": 154, + "y": 0, + "w": 35, + "h": 23 + } + }, + { + "filename": "382_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 7, + "w": 35, + "h": 23 + }, + "frame": { + "x": 189, + "y": 0, + "w": 35, + "h": 23 + } + }, + { + "filename": "376-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 34, + "h": 26 + }, + "frame": { + "x": 224, + "y": 0, + "w": 34, + "h": 26 + } + }, + { + "filename": "304_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 15, + "w": 18, + "h": 14 + }, + "frame": { + "x": 0, + "y": 250, + "w": 18, + "h": 14 + } + }, + { + "filename": "304_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 15, + "w": 18, + "h": 14 + }, + "frame": { + "x": 18, + "y": 250, + "w": 18, + "h": 14 + } + }, + { + "filename": "376-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 4, + "w": 34, + "h": 26 + }, + "frame": { + "x": 78, + "y": 23, + "w": 34, + "h": 26 + } + }, + { + "filename": "376_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 34, + "h": 24 + }, + "frame": { + "x": 112, + "y": 23, + "w": 34, + "h": 24 + } + }, + { + "filename": "376_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 6, + "w": 34, + "h": 24 + }, + "frame": { + "x": 146, + "y": 23, + "w": 34, + "h": 24 + } + }, + { + "filename": "306_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 31, + "h": 26 + }, + "frame": { + "x": 180, + "y": 23, + "w": 31, + "h": 26 + } + }, + { + "filename": "306_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 31, + "h": 26 + }, + "frame": { + "x": 73, + "y": 49, + "w": 31, + "h": 26 + } + }, + { + "filename": "306_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 31, + "h": 26 + }, + "frame": { + "x": 211, + "y": 26, + "w": 31, + "h": 26 + } + }, + { + "filename": "334_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 26 + }, + "frame": { + "x": 242, + "y": 26, + "w": 22, + "h": 26 + } + }, + { + "filename": "282-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 28, + "h": 26 + }, + "frame": { + "x": 104, + "y": 49, + "w": 28, + "h": 26 + } + }, + { + "filename": "475-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 27, + "h": 28 + }, + "frame": { + "x": 132, + "y": 47, + "w": 27, + "h": 28 + } + }, + { + "filename": "308_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 2, + "w": 19, + "h": 27 + }, + "frame": { + "x": 159, + "y": 47, + "w": 19, + "h": 27 + } + }, { "filename": "330_2", "rotated": false, @@ -381,8 +717,8 @@ "h": 25 }, "frame": { - "x": 31, - "y": 56, + "x": 178, + "y": 49, "w": 29, "h": 25 } @@ -402,14 +738,14 @@ "h": 25 }, "frame": { - "x": 80, - "y": 55, + "x": 207, + "y": 52, "w": 29, "h": 25 } }, { - "filename": "281_2", + "filename": "282-mega_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -417,16 +753,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 20, - "h": 25 + "x": 7, + "y": 3, + "w": 28, + "h": 26 }, "frame": { - "x": 60, - "y": 73, - "w": 20, - "h": 25 + "x": 236, + "y": 52, + "w": 28, + "h": 26 } }, { @@ -444,8 +780,8 @@ "h": 25 }, "frame": { - "x": 31, - "y": 81, + "x": 73, + "y": 75, "w": 29, "h": 25 } @@ -465,54 +801,12 @@ "h": 25 }, "frame": { - "x": 0, - "y": 84, + "x": 102, + "y": 75, "w": 29, "h": 25 } }, - { - "filename": "375_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 29, - "h": 23 - }, - "frame": { - "x": 109, - "y": 55, - "w": 29, - "h": 23 - } - }, - { - "filename": "375_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 29, - "h": 23 - }, - "frame": { - "x": 138, - "y": 76, - "w": 29, - "h": 23 - } - }, { "filename": "282_2", "rotated": false, @@ -528,8 +822,8 @@ "h": 26 }, "frame": { - "x": 109, - "y": 78, + "x": 131, + "y": 75, "w": 28, "h": 26 } @@ -549,14 +843,14 @@ "h": 26 }, "frame": { - "x": 80, - "y": 80, + "x": 159, + "y": 74, "w": 28, "h": 26 } }, { - "filename": "281_3", + "filename": "281_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -570,12 +864,96 @@ "h": 25 }, "frame": { - "x": 60, - "y": 98, + "x": 187, + "y": 74, "w": 20, "h": 25 } }, + { + "filename": "375_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 29, + "h": 23 + }, + "frame": { + "x": 207, + "y": 77, + "w": 29, + "h": 23 + } + }, + { + "filename": "310-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 28, + "h": 26 + }, + "frame": { + "x": 236, + "y": 78, + "w": 28, + "h": 26 + } + }, + { + "filename": "375_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 29, + "h": 23 + }, + "frame": { + "x": 33, + "y": 192, + "w": 29, + "h": 23 + } + }, + { + "filename": "310-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 28, + "h": 26 + }, + "frame": { + "x": 32, + "y": 215, + "w": 28, + "h": 26 + } + }, { "filename": "303_1", "rotated": false, @@ -591,12 +969,33 @@ "h": 23 }, "frame": { - "x": 29, - "y": 106, + "x": 36, + "y": 241, "w": 28, "h": 23 } }, + { + "filename": "334_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 26 + }, + "frame": { + "x": 60, + "y": 215, + "w": 22, + "h": 26 + } + }, { "filename": "303_2", "rotated": false, @@ -612,8 +1011,8 @@ "h": 23 }, "frame": { - "x": 0, - "y": 109, + "x": 64, + "y": 241, "w": 28, "h": 23 } @@ -633,14 +1032,14 @@ "h": 23 }, "frame": { - "x": 167, - "y": 80, + "x": 62, + "y": 192, "w": 28, "h": 23 } }, { - "filename": "475-mega_3", + "filename": "281_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -649,19 +1048,19 @@ }, "spriteSourceSize": { "x": 9, - "y": 1, - "w": 27, - "h": 28 + "y": 4, + "w": 20, + "h": 25 }, "frame": { - "x": 137, - "y": 99, - "w": 27, - "h": 28 + "x": 82, + "y": 215, + "w": 20, + "h": 25 } }, { - "filename": "329_2", + "filename": "351-rainy_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -669,58 +1068,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 27, - "h": 22 + "x": 12, + "y": 6, + "w": 16, + "h": 23 }, "frame": { - "x": 108, - "y": 104, - "w": 27, - "h": 22 - } - }, - { - "filename": "329_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 27, - "h": 22 - }, - "frame": { - "x": 80, - "y": 106, - "w": 27, - "h": 22 - } - }, - { - "filename": "334_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 26 - }, - "frame": { - "x": 57, - "y": 123, - "w": 22, - "h": 26 + "x": 92, + "y": 240, + "w": 16, + "h": 23 } }, { @@ -738,8 +1095,8 @@ "h": 27 }, "frame": { - "x": 28, - "y": 129, + "x": 65, + "y": 106, "w": 25, "h": 27 } @@ -759,14 +1116,14 @@ "h": 27 }, "frame": { - "x": 0, - "y": 132, + "x": 90, + "y": 100, "w": 25, "h": 27 } }, { - "filename": "475_3", + "filename": "351-rainy_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -774,16 +1131,79 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 24, - "h": 27 + "x": 12, + "y": 6, + "w": 16, + "h": 23 }, "frame": { - "x": 107, - "y": 126, - "w": 24, - "h": 27 + "x": 115, + "y": 100, + "w": 16, + "h": 23 + } + }, + { + "filename": "329_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 27, + "h": 22 + }, + "frame": { + "x": 131, + "y": 101, + "w": 27, + "h": 22 + } + }, + { + "filename": "290_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 25, + "h": 16 + }, + "frame": { + "x": 90, + "y": 127, + "w": 25, + "h": 16 + } + }, + { + "filename": "329_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 27, + "h": 22 + }, + "frame": { + "x": 115, + "y": 123, + "w": 27, + "h": 22 } }, { @@ -801,12 +1221,222 @@ "h": 22 }, "frame": { - "x": 79, - "y": 128, + "x": 142, + "y": 123, "w": 24, "h": 22 } }, + { + "filename": "290_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 25, + "h": 16 + }, + "frame": { + "x": 65, + "y": 133, + "w": 25, + "h": 16 + } + }, + { + "filename": "475_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 24, + "h": 27 + }, + "frame": { + "x": 64, + "y": 149, + "w": 24, + "h": 27 + } + }, + { + "filename": "290_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 13, + "w": 25, + "h": 16 + }, + "frame": { + "x": 64, + "y": 176, + "w": 25, + "h": 16 + } + }, + { + "filename": "291_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 25, + "h": 22 + }, + "frame": { + "x": 90, + "y": 143, + "w": 25, + "h": 22 + } + }, + { + "filename": "291_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 25, + "h": 22 + }, + "frame": { + "x": 115, + "y": 145, + "w": 25, + "h": 22 + } + }, + { + "filename": "291_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 7, + "w": 25, + "h": 22 + }, + "frame": { + "x": 140, + "y": 145, + "w": 25, + "h": 22 + } + }, + { + "filename": "308_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 2, + "w": 19, + "h": 27 + }, + "frame": { + "x": 89, + "y": 165, + "w": 19, + "h": 27 + } + }, + { + "filename": "358_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 7, + "w": 17, + "h": 23 + }, + "frame": { + "x": 90, + "y": 192, + "w": 17, + "h": 23 + } + }, + { + "filename": "310_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 25 + }, + "frame": { + "x": 108, + "y": 167, + "w": 22, + "h": 25 + } + }, + { + "filename": "310_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 25 + }, + "frame": { + "x": 130, + "y": 167, + "w": 22, + "h": 25 + } + }, { "filename": "264_3", "rotated": false, @@ -822,12 +1452,96 @@ "h": 22 }, "frame": { - "x": 53, - "y": 149, + "x": 107, + "y": 192, "w": 24, "h": 22 } }, + { + "filename": "352_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 22, + "h": 22 + }, + "frame": { + "x": 131, + "y": 192, + "w": 22, + "h": 22 + } + }, + { + "filename": "351-snowy_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 19, + "h": 25 + }, + "frame": { + "x": 152, + "y": 167, + "w": 19, + "h": 25 + } + }, + { + "filename": "307_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 22 + }, + "frame": { + "x": 153, + "y": 192, + "w": 19, + "h": 22 + } + }, + { + "filename": "351-snowy_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 19, + "h": 25 + }, + "frame": { + "x": 102, + "y": 215, + "w": 19, + "h": 25 + } + }, { "filename": "385_1", "rotated": false, @@ -843,8 +1557,8 @@ "h": 22 }, "frame": { - "x": 25, - "y": 156, + "x": 121, + "y": 214, "w": 24, "h": 22 } @@ -864,14 +1578,14 @@ "h": 22 }, "frame": { - "x": 0, - "y": 159, + "x": 145, + "y": 214, "w": 24, "h": 22 } }, { - "filename": "308_2", + "filename": "351-rainy_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -879,37 +1593,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 11, - "y": 2, - "w": 19, - "h": 27 + "x": 12, + "y": 6, + "w": 16, + "h": 23 }, "frame": { - "x": 0, - "y": 181, - "w": 19, - "h": 27 - } - }, - { - "filename": "308_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 2, - "w": 19, - "h": 27 - }, - "frame": { - "x": 19, - "y": 181, - "w": 19, - "h": 27 + "x": 108, + "y": 240, + "w": 16, + "h": 23 } }, { @@ -927,12 +1620,348 @@ "h": 22 }, "frame": { - "x": 77, - "y": 150, + "x": 124, + "y": 236, "w": 24, "h": 22 } }, + { + "filename": "352_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 22, + "h": 22 + }, + "frame": { + "x": 148, + "y": 236, + "w": 22, + "h": 22 + } + }, + { + "filename": "307_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 22 + }, + "frame": { + "x": 158, + "y": 101, + "w": 19, + "h": 22 + } + }, + { + "filename": "351-snowy_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 19, + "h": 25 + }, + "frame": { + "x": 166, + "y": 123, + "w": 19, + "h": 25 + } + }, + { + "filename": "305_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 165, + "y": 148, + "w": 25, + "h": 19 + } + }, + { + "filename": "351-sunny_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 20, + "h": 22 + }, + "frame": { + "x": 171, + "y": 167, + "w": 20, + "h": 22 + } + }, + { + "filename": "358_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 7, + "w": 17, + "h": 23 + }, + "frame": { + "x": 177, + "y": 100, + "w": 17, + "h": 23 + } + }, + { + "filename": "351-sunny_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 20, + "h": 22 + }, + "frame": { + "x": 172, + "y": 189, + "w": 20, + "h": 22 + } + }, + { + "filename": "358_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 7, + "w": 17, + "h": 23 + }, + "frame": { + "x": 185, + "y": 123, + "w": 17, + "h": 23 + } + }, + { + "filename": "292_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 22, + "h": 21 + }, + "frame": { + "x": 190, + "y": 146, + "w": 22, + "h": 21 + } + }, + { + "filename": "352_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 22, + "h": 22 + }, + "frame": { + "x": 191, + "y": 167, + "w": 22, + "h": 22 + } + }, + { + "filename": "292_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 22, + "h": 21 + }, + "frame": { + "x": 192, + "y": 189, + "w": 22, + "h": 21 + } + }, + { + "filename": "305_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 194, + "y": 100, + "w": 25, + "h": 19 + } + }, + { + "filename": "280_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 16, + "h": 20 + }, + "frame": { + "x": 219, + "y": 100, + "w": 16, + "h": 20 + } + }, + { + "filename": "305_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 235, + "y": 104, + "w": 25, + "h": 19 + } + }, + { + "filename": "351_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 7, + "w": 15, + "h": 22 + }, + "frame": { + "x": 202, + "y": 119, + "w": 15, + "h": 22 + } + }, + { + "filename": "280_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 16, + "h": 20 + }, + "frame": { + "x": 217, + "y": 120, + "w": 16, + "h": 20 + } + }, { "filename": "263_2", "rotated": false, @@ -948,8 +1977,71 @@ "h": 18 }, "frame": { - "x": 49, - "y": 171, + "x": 233, + "y": 123, + "w": 24, + "h": 18 + } + }, + { + "filename": "351-sunny_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 20, + "h": 22 + }, + "frame": { + "x": 169, + "y": 214, + "w": 20, + "h": 22 + } + }, + { + "filename": "292_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 22, + "h": 21 + }, + "frame": { + "x": 170, + "y": 236, + "w": 22, + "h": 21 + } + }, + { + "filename": "263_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 24, + "h": 18 + }, + "frame": { + "x": 192, + "y": 210, "w": 24, "h": 18 } @@ -969,12 +2061,33 @@ "h": 21 }, "frame": { - "x": 38, - "y": 189, + "x": 192, + "y": 228, "w": 21, "h": 21 } }, + { + "filename": "304_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 15, + "w": 18, + "h": 14 + }, + "frame": { + "x": 192, + "y": 249, + "w": 18, + "h": 14 + } + }, { "filename": "328_3", "rotated": false, @@ -990,35 +2103,14 @@ "h": 21 }, "frame": { - "x": 59, - "y": 189, + "x": 213, + "y": 228, "w": 21, "h": 21 } }, { - "filename": "285_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 12, - "w": 20, - "h": 17 - }, - "frame": { - "x": 73, - "y": 172, - "w": 20, - "h": 17 - } - }, - { - "filename": "280_2", + "filename": "351_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -1027,36 +2119,15 @@ }, "spriteSourceSize": { "x": 12, - "y": 9, - "w": 16, - "h": 20 + "y": 7, + "w": 15, + "h": 22 }, "frame": { - "x": 80, - "y": 189, - "w": 16, - "h": 20 - } - }, - { - "filename": "285_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 12, - "w": 20, - "h": 17 - }, - "frame": { - "x": 93, - "y": 172, - "w": 20, - "h": 17 + "x": 212, + "y": 141, + "w": 15, + "h": 22 } }, { @@ -1074,33 +2145,12 @@ "h": 19 }, "frame": { - "x": 101, - "y": 153, + "x": 227, + "y": 141, "w": 21, "h": 19 } }, - { - "filename": "280_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 9, - "w": 16, - "h": 20 - }, - "frame": { - "x": 96, - "y": 189, - "w": 16, - "h": 20 - } - }, { "filename": "374_3", "rotated": false, @@ -1116,222 +2166,12 @@ "h": 19 }, "frame": { - "x": 112, - "y": 189, + "x": 213, + "y": 163, "w": 21, "h": 19 } }, - { - "filename": "334_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 26 - }, - "frame": { - "x": 122, - "y": 153, - "w": 22, - "h": 26 - } - }, - { - "filename": "351-snowy_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 19, - "h": 25 - }, - "frame": { - "x": 131, - "y": 127, - "w": 19, - "h": 25 - } - }, - { - "filename": "358_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 17, - "h": 23 - }, - "frame": { - "x": 133, - "y": 179, - "w": 17, - "h": 23 - } - }, - { - "filename": "351-rainy_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 16, - "h": 23 - }, - "frame": { - "x": 144, - "y": 152, - "w": 16, - "h": 23 - } - }, - { - "filename": "352_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 22, - "h": 22 - }, - "frame": { - "x": 150, - "y": 127, - "w": 22, - "h": 22 - } - }, - { - "filename": "352_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 22, - "h": 22 - }, - "frame": { - "x": 164, - "y": 103, - "w": 22, - "h": 22 - } - }, - { - "filename": "263_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 11, - "w": 24, - "h": 18 - }, - "frame": { - "x": 186, - "y": 103, - "w": 24, - "h": 18 - } - }, - { - "filename": "352_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 22, - "h": 22 - }, - "frame": { - "x": 186, - "y": 121, - "w": 22, - "h": 22 - } - }, - { - "filename": "351-sunny_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 20, - "h": 22 - }, - "frame": { - "x": 150, - "y": 175, - "w": 20, - "h": 22 - } - }, - { - "filename": "307_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 19, - "h": 22 - }, - "frame": { - "x": 160, - "y": 149, - "w": 19, - "h": 22 - } - }, { "filename": "333_2", "rotated": false, @@ -1347,8 +2187,8 @@ "h": 18 }, "frame": { - "x": 179, - "y": 143, + "x": 214, + "y": 182, "w": 21, "h": 18 } @@ -1368,14 +2208,14 @@ "h": 18 }, "frame": { - "x": 179, - "y": 161, + "x": 234, + "y": 160, "w": 21, "h": 18 } }, { - "filename": "307_3", + "filename": "285_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -1384,15 +2224,78 @@ }, "spriteSourceSize": { "x": 10, - "y": 7, - "w": 19, - "h": 22 + "y": 12, + "w": 20, + "h": 17 }, "frame": { - "x": 170, - "y": 179, - "w": 19, - "h": 22 + "x": 235, + "y": 178, + "w": 20, + "h": 17 + } + }, + { + "filename": "285_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 12, + "w": 20, + "h": 17 + }, + "frame": { + "x": 216, + "y": 200, + "w": 20, + "h": 17 + } + }, + { + "filename": "309_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 12, + "w": 21, + "h": 17 + }, + "frame": { + "x": 236, + "y": 195, + "w": 21, + "h": 17 + } + }, + { + "filename": "309_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 12, + "w": 21, + "h": 17 + }, + "frame": { + "x": 236, + "y": 212, + "w": 21, + "h": 17 } } ] @@ -1401,6 +2304,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:ff6264d723352482230c087fe89241a8:1c9547c745ad874a9b8935439acdde75:039b026190bf1878996b3e03190bcdf3$" + "smartupdate": "$TexturePacker:SmartUpdate:1d5a45dd6af00e9ce100072d2cdd8e0b:9b35c744f171ab066952e4db2a5fb647:039b026190bf1878996b3e03190bcdf3$" } } diff --git a/public/images/pokemon_icons_3v.png b/public/images/pokemon_icons_3v.png index 061397159c7..98e7c1a3b01 100644 Binary files a/public/images/pokemon_icons_3v.png and b/public/images/pokemon_icons_3v.png differ diff --git a/public/images/pokemon_icons_4v.json b/public/images/pokemon_icons_4v.json index a3a6760ad56..cbf00598f4e 100644 --- a/public/images/pokemon_icons_4v.json +++ b/public/images/pokemon_icons_4v.json @@ -4,1586 +4,11 @@ "image": "pokemon_icons_4v.png", "format": "RGBA8888", "size": { - "w": 221, - "h": 221 + "w": 239, + "h": 239 }, "scale": 1, "frames": [ - { - "filename": "399_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 11, - "w": 22, - "h": 18 - }, - "frame": { - "x": 0, - "y": 0, - "w": 22, - "h": 18 - } - }, - { - "filename": "399_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 11, - "w": 22, - "h": 18 - }, - "frame": { - "x": 22, - "y": 0, - "w": 22, - "h": 18 - } - }, - { - "filename": "492-land_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 20, - "h": 18 - }, - "frame": { - "x": 44, - "y": 0, - "w": 20, - "h": 18 - } - }, - { - "filename": "492-land_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 11, - "w": 20, - "h": 18 - }, - "frame": { - "x": 64, - "y": 0, - "w": 20, - "h": 18 - } - }, - { - "filename": "489_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 10, - "w": 25, - "h": 19 - }, - "frame": { - "x": 84, - "y": 0, - "w": 25, - "h": 19 - } - }, - { - "filename": "489_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 10, - "w": 25, - "h": 19 - }, - "frame": { - "x": 109, - "y": 0, - "w": 25, - "h": 19 - } - }, - { - "filename": "489_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 10, - "w": 25, - "h": 19 - }, - "frame": { - "x": 134, - "y": 0, - "w": 25, - "h": 19 - } - }, - { - "filename": "447_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 9, - "w": 20, - "h": 20 - }, - "frame": { - "x": 159, - "y": 0, - "w": 20, - "h": 20 - } - }, - { - "filename": "447_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 9, - "w": 20, - "h": 20 - }, - "frame": { - "x": 179, - "y": 0, - "w": 20, - "h": 20 - } - }, - { - "filename": "447_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 9, - "w": 20, - "h": 20 - }, - "frame": { - "x": 199, - "y": 0, - "w": 20, - "h": 20 - } - }, - { - "filename": "433_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 25, - "h": 21 - }, - "frame": { - "x": 0, - "y": 18, - "w": 25, - "h": 21 - } - }, - { - "filename": "433_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 25, - "h": 21 - }, - "frame": { - "x": 25, - "y": 18, - "w": 25, - "h": 21 - } - }, - { - "filename": "433_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 25, - "h": 21 - }, - "frame": { - "x": 50, - "y": 18, - "w": 25, - "h": 21 - } - }, - { - "filename": "440_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 16, - "h": 21 - }, - "frame": { - "x": 75, - "y": 19, - "w": 16, - "h": 21 - } - }, - { - "filename": "440_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 16, - "h": 21 - }, - "frame": { - "x": 91, - "y": 19, - "w": 16, - "h": 21 - } - }, - { - "filename": "440_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 16, - "h": 21 - }, - "frame": { - "x": 107, - "y": 19, - "w": 16, - "h": 21 - } - }, - { - "filename": "443_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 21, - "h": 21 - }, - "frame": { - "x": 123, - "y": 19, - "w": 21, - "h": 21 - } - }, - { - "filename": "443_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 21, - "h": 21 - }, - "frame": { - "x": 144, - "y": 20, - "w": 21, - "h": 21 - } - }, - { - "filename": "443_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 21, - "h": 21 - }, - "frame": { - "x": 165, - "y": 20, - "w": 21, - "h": 21 - } - }, - { - "filename": "468_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 30, - "h": 21 - }, - "frame": { - "x": 186, - "y": 20, - "w": 30, - "h": 21 - } - }, - { - "filename": "468_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 30, - "h": 21 - }, - "frame": { - "x": 0, - "y": 39, - "w": 30, - "h": 21 - } - }, - { - "filename": "468_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 30, - "h": 21 - }, - "frame": { - "x": 30, - "y": 39, - "w": 30, - "h": 21 - } - }, - { - "filename": "442_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 23, - "h": 22 - }, - "frame": { - "x": 60, - "y": 40, - "w": 23, - "h": 22 - } - }, - { - "filename": "442_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 23, - "h": 22 - }, - "frame": { - "x": 83, - "y": 40, - "w": 23, - "h": 22 - } - }, - { - "filename": "490_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 106, - "y": 40, - "w": 24, - "h": 22 - } - }, - { - "filename": "490_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 130, - "y": 41, - "w": 24, - "h": 22 - } - }, - { - "filename": "490_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 24, - "h": 22 - }, - "frame": { - "x": 154, - "y": 41, - "w": 24, - "h": 22 - } - }, - { - "filename": "444_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 178, - "y": 41, - "w": 25, - "h": 23 - } - }, - { - "filename": "448_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 6, - "w": 18, - "h": 23 - }, - "frame": { - "x": 203, - "y": 41, - "w": 18, - "h": 23 - } - }, - { - "filename": "444_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 0, - "y": 60, - "w": 25, - "h": 23 - } - }, - { - "filename": "444_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 6, - "w": 25, - "h": 23 - }, - "frame": { - "x": 25, - "y": 60, - "w": 25, - "h": 23 - } - }, - { - "filename": "448_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 6, - "w": 18, - "h": 23 - }, - "frame": { - "x": 50, - "y": 62, - "w": 18, - "h": 23 - } - }, - { - "filename": "448_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 6, - "w": 18, - "h": 23 - }, - "frame": { - "x": 68, - "y": 62, - "w": 18, - "h": 23 - } - }, - { - "filename": "400_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 86, - "y": 62, - "w": 24, - "h": 24 - } - }, - { - "filename": "425_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 17, - "h": 24 - }, - "frame": { - "x": 110, - "y": 62, - "w": 17, - "h": 24 - } - }, - { - "filename": "400_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 24, - "h": 24 - }, - "frame": { - "x": 127, - "y": 63, - "w": 24, - "h": 24 - } - }, - { - "filename": "425_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 17, - "h": 24 - }, - "frame": { - "x": 151, - "y": 63, - "w": 17, - "h": 24 - } - }, - { - "filename": "427_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 168, - "y": 64, - "w": 20, - "h": 24 - } - }, - { - "filename": "427_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 188, - "y": 64, - "w": 20, - "h": 24 - } - }, - { - "filename": "428_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 28, - "h": 24 - }, - "frame": { - "x": 0, - "y": 83, - "w": 28, - "h": 24 - } - }, - { - "filename": "494_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 28, - "y": 83, - "w": 20, - "h": 24 - } - }, - { - "filename": "428_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 28, - "h": 24 - }, - "frame": { - "x": 48, - "y": 85, - "w": 28, - "h": 24 - } - }, - { - "filename": "445_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 31, - "h": 24 - }, - "frame": { - "x": 76, - "y": 86, - "w": 31, - "h": 24 - } - }, - { - "filename": "494_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 107, - "y": 86, - "w": 20, - "h": 24 - } - }, - { - "filename": "445_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 31, - "h": 24 - }, - "frame": { - "x": 127, - "y": 87, - "w": 31, - "h": 24 - } - }, - { - "filename": "445_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 31, - "h": 24 - }, - "frame": { - "x": 158, - "y": 88, - "w": 31, - "h": 24 - } - }, - { - "filename": "470_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 24 - }, - "frame": { - "x": 189, - "y": 88, - "w": 27, - "h": 24 - } - }, - { - "filename": "470_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 24 - }, - "frame": { - "x": 0, - "y": 107, - "w": 27, - "h": 24 - } - }, - { - "filename": "448-mega_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 21, - "h": 26 - }, - "frame": { - "x": 27, - "y": 107, - "w": 21, - "h": 26 - } - }, - { - "filename": "470_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 24 - }, - "frame": { - "x": 48, - "y": 109, - "w": 27, - "h": 24 - } - }, - { - "filename": "492-sky_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 23, - "h": 24 - }, - "frame": { - "x": 75, - "y": 110, - "w": 23, - "h": 24 - } - }, - { - "filename": "492-sky_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 23, - "h": 24 - }, - "frame": { - "x": 98, - "y": 110, - "w": 23, - "h": 24 - } - }, - { - "filename": "471_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 29, - "h": 25 - }, - "frame": { - "x": 121, - "y": 111, - "w": 29, - "h": 25 - } - }, - { - "filename": "471_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 29, - "h": 25 - }, - "frame": { - "x": 150, - "y": 112, - "w": 29, - "h": 25 - } - }, - { - "filename": "471_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 29, - "h": 25 - }, - "frame": { - "x": 179, - "y": 112, - "w": 29, - "h": 25 - } - }, - { - "filename": "426_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 26 - }, - "frame": { - "x": 0, - "y": 131, - "w": 26, - "h": 26 - } - }, - { - "filename": "426_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 26 - }, - "frame": { - "x": 26, - "y": 133, - "w": 26, - "h": 26 - } - }, - { - "filename": "448-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 21, - "h": 26 - }, - "frame": { - "x": 52, - "y": 133, - "w": 21, - "h": 26 - } - }, - { - "filename": "428-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 35, - "h": 26 - }, - "frame": { - "x": 73, - "y": 134, - "w": 35, - "h": 26 - } - }, - { - "filename": "428-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 4, - "w": 35, - "h": 26 - }, - "frame": { - "x": 108, - "y": 136, - "w": 35, - "h": 26 - } - }, - { - "filename": "445-mega_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 32, - "h": 26 - }, - "frame": { - "x": 143, - "y": 137, - "w": 32, - "h": 26 - } - }, - { - "filename": "445-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 32, - "h": 26 - }, - "frame": { - "x": 175, - "y": 137, - "w": 32, - "h": 26 - } - }, - { - "filename": "448-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 21, - "h": 26 - }, - "frame": { - "x": 0, - "y": 157, - "w": 21, - "h": 26 - } - }, - { - "filename": "445-mega_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 32, - "h": 26 - }, - "frame": { - "x": 21, - "y": 159, - "w": 32, - "h": 26 - } - }, - { - "filename": "487-altered_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 3, - "w": 32, - "h": 26 - }, - "frame": { - "x": 53, - "y": 160, - "w": 32, - "h": 26 - } - }, - { - "filename": "487-altered_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 3, - "w": 32, - "h": 26 - }, - "frame": { - "x": 85, - "y": 162, - "w": 32, - "h": 26 - } - }, - { - "filename": "475_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 24, - "h": 27 - }, - "frame": { - "x": 117, - "y": 162, - "w": 24, - "h": 27 - } - }, - { - "filename": "487-origin_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 1, - "w": 30, - "h": 27 - }, - "frame": { - "x": 141, - "y": 163, - "w": 30, - "h": 27 - } - }, - { - "filename": "487-origin_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 1, - "w": 30, - "h": 27 - }, - "frame": { - "x": 171, - "y": 163, - "w": 30, - "h": 27 - } - }, - { - "filename": "429_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 21, - "h": 29 - }, - "frame": { - "x": 0, - "y": 183, - "w": 21, - "h": 29 - } - }, - { - "filename": "475-mega_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 27, - "h": 28 - }, - "frame": { - "x": 21, - "y": 185, - "w": 27, - "h": 28 - } - }, - { - "filename": "488_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 27, - "h": 28 - }, - "frame": { - "x": 48, - "y": 186, - "w": 27, - "h": 28 - } - }, - { - "filename": "488_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 27, - "h": 28 - }, - "frame": { - "x": 75, - "y": 188, - "w": 27, - "h": 28 - } - }, - { - "filename": "429_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 21, - "h": 29 - }, - "frame": { - "x": 102, - "y": 189, - "w": 21, - "h": 29 - } - }, - { - "filename": "429_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 21, - "h": 29 - }, - "frame": { - "x": 123, - "y": 190, - "w": 21, - "h": 29 - } - }, { "filename": "491_2", "rotated": false, @@ -1599,8 +24,8 @@ "h": 30 }, "frame": { - "x": 144, - "y": 190, + "x": 0, + "y": 0, "w": 33, "h": 30 } @@ -1620,11 +45,1817 @@ "h": 30 }, "frame": { - "x": 177, - "y": 190, + "x": 0, + "y": 30, "w": 33, "h": 30 } + }, + { + "filename": "428-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 35, + "h": 26 + }, + "frame": { + "x": 33, + "y": 0, + "w": 35, + "h": 26 + } + }, + { + "filename": "428-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 4, + "w": 35, + "h": 26 + }, + "frame": { + "x": 33, + "y": 26, + "w": 35, + "h": 26 + } + }, + { + "filename": "445-mega_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 32, + "h": 26 + }, + "frame": { + "x": 0, + "y": 60, + "w": 32, + "h": 26 + } + }, + { + "filename": "445-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 32, + "h": 26 + }, + "frame": { + "x": 68, + "y": 0, + "w": 32, + "h": 26 + } + }, + { + "filename": "445-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 32, + "h": 26 + }, + "frame": { + "x": 0, + "y": 86, + "w": 32, + "h": 26 + } + }, + { + "filename": "487-altered_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 32, + "h": 26 + }, + "frame": { + "x": 68, + "y": 26, + "w": 32, + "h": 26 + } + }, + { + "filename": "487-altered_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 32, + "h": 26 + }, + "frame": { + "x": 100, + "y": 0, + "w": 32, + "h": 26 + } + }, + { + "filename": "487-origin_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 1, + "w": 30, + "h": 27 + }, + "frame": { + "x": 0, + "y": 112, + "w": 30, + "h": 27 + } + }, + { + "filename": "487-origin_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 1, + "w": 30, + "h": 27 + }, + "frame": { + "x": 0, + "y": 139, + "w": 30, + "h": 27 + } + }, + { + "filename": "445_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 100, + "y": 26, + "w": 31, + "h": 24 + } + }, + { + "filename": "445_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 132, + "y": 0, + "w": 31, + "h": 24 + } + }, + { + "filename": "445_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 163, + "y": 0, + "w": 31, + "h": 24 + } + }, + { + "filename": "475-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 27, + "h": 28 + }, + "frame": { + "x": 0, + "y": 166, + "w": 27, + "h": 28 + } + }, + { + "filename": "481_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 194, + "y": 0, + "w": 31, + "h": 24 + } + }, + { + "filename": "488_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 27, + "h": 28 + }, + "frame": { + "x": 0, + "y": 194, + "w": 27, + "h": 28 + } + }, + { + "filename": "481_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 33, + "y": 52, + "w": 31, + "h": 24 + } + }, + { + "filename": "481_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 64, + "y": 52, + "w": 31, + "h": 24 + } + }, + { + "filename": "488_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 27, + "h": 28 + }, + "frame": { + "x": 32, + "y": 76, + "w": 27, + "h": 28 + } + }, + { + "filename": "471_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 29, + "h": 25 + }, + "frame": { + "x": 59, + "y": 76, + "w": 29, + "h": 25 + } + }, + { + "filename": "428_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 32, + "y": 104, + "w": 28, + "h": 24 + } + }, + { + "filename": "471_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 29, + "h": 25 + }, + "frame": { + "x": 30, + "y": 128, + "w": 29, + "h": 25 + } + }, + { + "filename": "482_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 28, + "h": 26 + }, + "frame": { + "x": 60, + "y": 101, + "w": 28, + "h": 26 + } + }, + { + "filename": "468_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 30, + "h": 21 + }, + "frame": { + "x": 30, + "y": 153, + "w": 30, + "h": 21 + } + }, + { + "filename": "471_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 29, + "h": 25 + }, + "frame": { + "x": 27, + "y": 174, + "w": 29, + "h": 25 + } + }, + { + "filename": "428_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 27, + "y": 199, + "w": 28, + "h": 24 + } + }, + { + "filename": "429_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 21, + "h": 29 + }, + "frame": { + "x": 88, + "y": 76, + "w": 21, + "h": 29 + } + }, + { + "filename": "400_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 95, + "y": 52, + "w": 24, + "h": 24 + } + }, + { + "filename": "400_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 24, + "h": 24 + }, + "frame": { + "x": 88, + "y": 105, + "w": 24, + "h": 24 + } + }, + { + "filename": "429_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 21, + "h": 29 + }, + "frame": { + "x": 109, + "y": 76, + "w": 21, + "h": 29 + } + }, + { + "filename": "426_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 26 + }, + "frame": { + "x": 119, + "y": 50, + "w": 26, + "h": 26 + } + }, + { + "filename": "429_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 21, + "h": 29 + }, + "frame": { + "x": 130, + "y": 76, + "w": 21, + "h": 29 + } + }, + { + "filename": "480_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 112, + "y": 105, + "w": 28, + "h": 24 + } + }, + { + "filename": "482_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 28, + "h": 26 + }, + "frame": { + "x": 132, + "y": 24, + "w": 28, + "h": 26 + } + }, + { + "filename": "482_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 28, + "h": 26 + }, + "frame": { + "x": 160, + "y": 24, + "w": 28, + "h": 26 + } + }, + { + "filename": "426_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 26 + }, + "frame": { + "x": 145, + "y": 50, + "w": 26, + "h": 26 + } + }, + { + "filename": "480_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 188, + "y": 24, + "w": 28, + "h": 24 + } + }, + { + "filename": "492-sky_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 23, + "h": 24 + }, + "frame": { + "x": 216, + "y": 24, + "w": 23, + "h": 24 + } + }, + { + "filename": "475_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 24, + "h": 27 + }, + "frame": { + "x": 151, + "y": 76, + "w": 24, + "h": 27 + } + }, + { + "filename": "448-mega_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 3, + "w": 21, + "h": 26 + }, + "frame": { + "x": 171, + "y": 50, + "w": 21, + "h": 26 + } + }, + { + "filename": "480_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 28, + "h": 24 + }, + "frame": { + "x": 192, + "y": 48, + "w": 28, + "h": 24 + } + }, + { + "filename": "448-mega_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 3, + "w": 21, + "h": 26 + }, + "frame": { + "x": 175, + "y": 76, + "w": 21, + "h": 26 + } + }, + { + "filename": "470_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 27, + "h": 24 + }, + "frame": { + "x": 196, + "y": 72, + "w": 27, + "h": 24 + } + }, + { + "filename": "425_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 17, + "h": 24 + }, + "frame": { + "x": 220, + "y": 48, + "w": 17, + "h": 24 + } + }, + { + "filename": "440_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 16, + "h": 21 + }, + "frame": { + "x": 223, + "y": 72, + "w": 16, + "h": 21 + } + }, + { + "filename": "440_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 16, + "h": 21 + }, + "frame": { + "x": 223, + "y": 93, + "w": 16, + "h": 21 + } + }, + { + "filename": "470_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 27, + "h": 24 + }, + "frame": { + "x": 196, + "y": 96, + "w": 27, + "h": 24 + } + }, + { + "filename": "440_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 16, + "h": 21 + }, + "frame": { + "x": 223, + "y": 114, + "w": 16, + "h": 21 + } + }, + { + "filename": "443_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 21, + "h": 21 + }, + "frame": { + "x": 175, + "y": 102, + "w": 21, + "h": 21 + } + }, + { + "filename": "490_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 151, + "y": 103, + "w": 24, + "h": 22 + } + }, + { + "filename": "470_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 27, + "h": 24 + }, + "frame": { + "x": 196, + "y": 120, + "w": 27, + "h": 24 + } + }, + { + "filename": "443_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 21, + "h": 21 + }, + "frame": { + "x": 175, + "y": 123, + "w": 21, + "h": 21 + } + }, + { + "filename": "448-mega_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 3, + "w": 21, + "h": 26 + }, + "frame": { + "x": 56, + "y": 174, + "w": 21, + "h": 26 + } + }, + { + "filename": "444_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 55, + "y": 200, + "w": 25, + "h": 23 + } + }, + { + "filename": "433_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 25, + "h": 21 + }, + "frame": { + "x": 60, + "y": 127, + "w": 25, + "h": 21 + } + }, + { + "filename": "468_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 30, + "h": 21 + }, + "frame": { + "x": 85, + "y": 129, + "w": 30, + "h": 21 + } + }, + { + "filename": "433_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 25, + "h": 21 + }, + "frame": { + "x": 115, + "y": 129, + "w": 25, + "h": 21 + } + }, + { + "filename": "444_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 60, + "y": 148, + "w": 25, + "h": 23 + } + }, + { + "filename": "468_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 30, + "h": 21 + }, + "frame": { + "x": 85, + "y": 150, + "w": 30, + "h": 21 + } + }, + { + "filename": "433_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 25, + "h": 21 + }, + "frame": { + "x": 115, + "y": 150, + "w": 25, + "h": 21 + } + }, + { + "filename": "444_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 6, + "w": 25, + "h": 23 + }, + "frame": { + "x": 77, + "y": 171, + "w": 25, + "h": 23 + } + }, + { + "filename": "490_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 102, + "y": 171, + "w": 24, + "h": 22 + } + }, + { + "filename": "492-sky_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 23, + "h": 24 + }, + "frame": { + "x": 80, + "y": 194, + "w": 23, + "h": 24 + } + }, + { + "filename": "443_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 21, + "h": 21 + }, + "frame": { + "x": 80, + "y": 218, + "w": 21, + "h": 21 + } + }, + { + "filename": "442_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 23, + "h": 22 + }, + "frame": { + "x": 103, + "y": 193, + "w": 23, + "h": 22 + } + }, + { + "filename": "427_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 103, + "y": 215, + "w": 20, + "h": 24 + } + }, + { + "filename": "427_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 123, + "y": 215, + "w": 20, + "h": 24 + } + }, + { + "filename": "425_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 17, + "h": 24 + }, + "frame": { + "x": 126, + "y": 171, + "w": 17, + "h": 24 + } + }, + { + "filename": "447_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 20, + "h": 20 + }, + "frame": { + "x": 126, + "y": 195, + "w": 20, + "h": 20 + } + }, + { + "filename": "494_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 143, + "y": 215, + "w": 20, + "h": 24 + } + }, + { + "filename": "490_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 24, + "h": 22 + }, + "frame": { + "x": 140, + "y": 125, + "w": 24, + "h": 22 + } + }, + { + "filename": "494_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 140, + "y": 147, + "w": 20, + "h": 24 + } + }, + { + "filename": "448_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 18, + "h": 23 + }, + "frame": { + "x": 143, + "y": 171, + "w": 18, + "h": 23 + } + }, + { + "filename": "447_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 20, + "h": 20 + }, + "frame": { + "x": 146, + "y": 194, + "w": 20, + "h": 20 + } + }, + { + "filename": "448_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 18, + "h": 23 + }, + "frame": { + "x": 160, + "y": 147, + "w": 18, + "h": 23 + } + }, + { + "filename": "442_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 23, + "h": 22 + }, + "frame": { + "x": 178, + "y": 144, + "w": 23, + "h": 22 + } + }, + { + "filename": "458_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 9, + "w": 22, + "h": 19 + }, + "frame": { + "x": 201, + "y": 144, + "w": 22, + "h": 19 + } + }, + { + "filename": "448_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 18, + "h": 23 + }, + "frame": { + "x": 161, + "y": 170, + "w": 18, + "h": 23 + } + }, + { + "filename": "458_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 9, + "w": 22, + "h": 19 + }, + "frame": { + "x": 179, + "y": 166, + "w": 22, + "h": 19 + } + }, + { + "filename": "489_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 201, + "y": 163, + "w": 25, + "h": 19 + } + }, + { + "filename": "447_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 20, + "h": 20 + }, + "frame": { + "x": 166, + "y": 193, + "w": 20, + "h": 20 + } + }, + { + "filename": "489_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 201, + "y": 182, + "w": 25, + "h": 19 + } + }, + { + "filename": "489_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 186, + "y": 201, + "w": 25, + "h": 19 + } + }, + { + "filename": "399_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 22, + "h": 18 + }, + "frame": { + "x": 211, + "y": 201, + "w": 22, + "h": 18 + } + }, + { + "filename": "492-land_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 20, + "h": 18 + }, + "frame": { + "x": 166, + "y": 213, + "w": 20, + "h": 18 + } + }, + { + "filename": "399_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 11, + "w": 22, + "h": 18 + }, + "frame": { + "x": 186, + "y": 220, + "w": 22, + "h": 18 + } + }, + { + "filename": "492-land_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 11, + "w": 20, + "h": 18 + }, + "frame": { + "x": 211, + "y": 219, + "w": 20, + "h": 18 + } } ] } @@ -1632,6 +1863,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:1588eb5fc22d7f586dbe1cf14abe0ff3:efa85d199fbb5f3b31265a2d197b318f:ebc3f8ec5b2480b298192d752b6e57dc$" + "smartupdate": "$TexturePacker:SmartUpdate:4b63c5647394176b03a33faa1261b5ce:a9e8c9029ae919f3288c88e736961ac4:ebc3f8ec5b2480b298192d752b6e57dc$" } } diff --git a/public/images/pokemon_icons_4v.png b/public/images/pokemon_icons_4v.png index 27dd3744864..ec441236ca7 100644 Binary files a/public/images/pokemon_icons_4v.png and b/public/images/pokemon_icons_4v.png differ diff --git a/public/images/pokemon_icons_5v.json b/public/images/pokemon_icons_5v.json index cfe507ad250..4091d35277b 100644 --- a/public/images/pokemon_icons_5v.json +++ b/public/images/pokemon_icons_5v.json @@ -4,8 +4,8 @@ "image": "pokemon_icons_5v.png", "format": "RGBA8888", "size": { - "w": 197, - "h": 197 + "w": 219, + "h": 219 }, "scale": 1, "frames": [ @@ -156,6 +156,69 @@ "h": 26 } }, + { + "filename": "563_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 32, + "h": 27 + }, + "frame": { + "x": 0, + "y": 86, + "w": 32, + "h": 27 + } + }, + { + "filename": "563_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 2, + "w": 32, + "h": 27 + }, + "frame": { + "x": 0, + "y": 113, + "w": 32, + "h": 27 + } + }, + { + "filename": "645-therian_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 29, + "h": 29 + }, + "frame": { + "x": 0, + "y": 140, + "w": 29, + "h": 29 + } + }, { "filename": "609_2", "rotated": false, @@ -178,7 +241,7 @@ } }, { - "filename": "645-therian_1", + "filename": "560_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -186,37 +249,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 6, + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 197, "y": 0, - "w": 29, - "h": 29 - }, - "frame": { - "x": 0, - "y": 86, - "w": 29, - "h": 29 - } - }, - { - "filename": "609_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 4, - "w": 31, - "h": 25 - }, - "frame": { - "x": 166, - "y": 25, - "w": 31, - "h": 25 + "w": 22, + "h": 23 } }, { @@ -235,13 +277,13 @@ }, "frame": { "x": 0, - "y": 115, + "y": 169, "w": 29, "h": 26 } }, { - "filename": "533_3", + "filename": "571_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -249,20 +291,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 29, - "h": 26 + "x": 5, + "y": 5, + "w": 31, + "h": 24 }, "frame": { "x": 0, - "y": 141, - "w": 29, - "h": 26 + "y": 195, + "w": 31, + "h": 24 } }, { - "filename": "586-autumn_1", + "filename": "560_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -270,16 +312,58 @@ "h": 30 }, "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 27, - "h": 27 + "x": 9, + "y": 6, + "w": 22, + "h": 23 }, "frame": { - "x": 0, - "y": 167, - "w": 27, - "h": 27 + "x": 197, + "y": 23, + "w": 22, + "h": 23 + } + }, + { + "filename": "571_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 166, + "y": 25, + "w": 31, + "h": 24 + } + }, + { + "filename": "560_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 23 + }, + "frame": { + "x": 197, + "y": 46, + "w": 22, + "h": 23 } }, { @@ -346,7 +430,7 @@ } }, { - "filename": "571_2", + "filename": "609_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -355,19 +439,19 @@ }, "spriteSourceSize": { "x": 5, - "y": 5, + "y": 4, "w": 31, - "h": 24 + "h": 25 }, "frame": { "x": 32, "y": 51, "w": 31, - "h": 24 + "h": 25 } }, { - "filename": "571_3", + "filename": "533_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -375,16 +459,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 31, - "h": 24 + "x": 7, + "y": 3, + "w": 29, + "h": 26 }, "frame": { - "x": 65, - "y": 28, - "w": 31, - "h": 24 + "x": 32, + "y": 76, + "w": 29, + "h": 26 + } + }, + { + "filename": "586-autumn_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 27, + "h": 27 + }, + "frame": { + "x": 32, + "y": 102, + "w": 27, + "h": 27 } }, { @@ -402,8 +507,8 @@ "h": 22 }, "frame": { - "x": 63, - "y": 52, + "x": 65, + "y": 28, "w": 30, "h": 22 } @@ -424,7 +529,7 @@ }, "frame": { "x": 32, - "y": 75, + "y": 129, "w": 30, "h": 22 } @@ -445,11 +550,53 @@ }, "frame": { "x": 29, - "y": 97, + "y": 151, "w": 25, "h": 26 } }, + { + "filename": "562_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 24, + "h": 18 + }, + "frame": { + "x": 29, + "y": 177, + "w": 24, + "h": 18 + } + }, + { + "filename": "547_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 23, + "h": 24 + }, + "frame": { + "x": 31, + "y": 195, + "w": 23, + "h": 24 + } + }, { "filename": "586-summer_1", "rotated": false, @@ -465,12 +612,264 @@ "h": 26 }, "frame": { - "x": 29, - "y": 123, + "x": 54, + "y": 151, "w": 25, "h": 26 } }, + { + "filename": "562_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 24, + "h": 18 + }, + "frame": { + "x": 53, + "y": 177, + "w": 24, + "h": 18 + } + }, + { + "filename": "547_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 5, + "w": 23, + "h": 24 + }, + "frame": { + "x": 54, + "y": 195, + "w": 23, + "h": 24 + } + }, + { + "filename": "586-winter_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 25, + "h": 26 + }, + "frame": { + "x": 61, + "y": 76, + "w": 25, + "h": 26 + } + }, + { + "filename": "649-burn_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 59, + "y": 102, + "w": 24, + "h": 26 + } + }, + { + "filename": "549_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 23 + }, + "frame": { + "x": 62, + "y": 128, + "w": 19, + "h": 23 + } + }, + { + "filename": "649-burn_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 65, + "y": 50, + "w": 24, + "h": 26 + } + }, + { + "filename": "649-chill_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 89, + "y": 50, + "w": 24, + "h": 26 + } + }, + { + "filename": "649-chill_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 86, + "y": 76, + "w": 24, + "h": 26 + } + }, + { + "filename": "649-douse_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 83, + "y": 102, + "w": 24, + "h": 26 + } + }, + { + "filename": "649-douse_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 113, + "y": 49, + "w": 24, + "h": 26 + } + }, + { + "filename": "649-shock_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 137, + "y": 49, + "w": 24, + "h": 26 + } + }, + { + "filename": "649-shock_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 24, + "h": 26 + }, + "frame": { + "x": 161, + "y": 49, + "w": 24, + "h": 26 + } + }, { "filename": "532_2", "rotated": false, @@ -486,14 +885,14 @@ "h": 21 }, "frame": { - "x": 29, - "y": 149, + "x": 81, + "y": 128, "w": 26, "h": 21 } }, { - "filename": "586-winter_1", + "filename": "649_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -501,20 +900,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 25, + "x": 7, + "y": 4, + "w": 24, "h": 26 }, "frame": { - "x": 27, - "y": 170, - "w": 25, + "x": 110, + "y": 76, + "w": 24, "h": 26 } }, { - "filename": "648-pirouette_2", + "filename": "649_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -522,247 +921,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, + "x": 7, "y": 4, - "w": 17, - "h": 25 + "w": 24, + "h": 26 }, "frame": { - "x": 54, - "y": 97, - "w": 17, - "h": 25 - } - }, - { - "filename": "648-pirouette_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 4, - "w": 17, - "h": 25 - }, - "frame": { - "x": 54, - "y": 122, - "w": 17, - "h": 25 - } - }, - { - "filename": "542_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 16, - "h": 23 - }, - "frame": { - "x": 55, - "y": 147, - "w": 16, - "h": 23 - } - }, - { - "filename": "547_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 23, - "h": 24 - }, - "frame": { - "x": 52, - "y": 170, - "w": 23, - "h": 24 - } - }, - { - "filename": "560_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 63, - "y": 74, - "w": 22, - "h": 23 - } - }, - { - "filename": "547_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 5, - "w": 23, - "h": 24 - }, - "frame": { - "x": 71, - "y": 97, - "w": 23, - "h": 24 - } - }, - { - "filename": "560_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 71, - "y": 121, - "w": 22, - "h": 23 - } - }, - { - "filename": "560_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 22, - "h": 23 - }, - "frame": { - "x": 71, - "y": 144, - "w": 22, - "h": 23 - } - }, - { - "filename": "542_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 16, - "h": 23 - }, - "frame": { - "x": 85, - "y": 74, - "w": 16, - "h": 23 - } - }, - { - "filename": "585-autumn_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 75, - "y": 167, - "w": 20, - "h": 24 - } - }, - { - "filename": "585-spring_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 94, - "y": 97, - "w": 20, - "h": 24 - } - }, - { - "filename": "585-summer_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 93, - "y": 121, - "w": 20, - "h": 24 + "x": 107, + "y": 102, + "w": 24, + "h": 26 } }, { @@ -780,8 +948,8 @@ "h": 21 }, "frame": { - "x": 93, - "y": 145, + "x": 134, + "y": 75, "w": 26, "h": 21 } @@ -801,75 +969,12 @@ "h": 21 }, "frame": { - "x": 95, - "y": 166, + "x": 107, + "y": 128, "w": 24, "h": 21 } }, - { - "filename": "585-winter_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 113, - "y": 121, - "w": 20, - "h": 24 - } - }, - { - "filename": "549_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 23 - }, - "frame": { - "x": 119, - "y": 145, - "w": 19, - "h": 23 - } - }, - { - "filename": "549_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 23 - }, - "frame": { - "x": 119, - "y": 168, - "w": 19, - "h": 23 - } - }, { "filename": "572_3", "rotated": false, @@ -885,14 +990,14 @@ "h": 21 }, "frame": { - "x": 93, - "y": 52, + "x": 160, + "y": 75, "w": 24, "h": 21 } }, { - "filename": "608_2", + "filename": "546_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -900,20 +1005,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 9, - "w": 21, - "h": 20 + "x": 9, + "y": 13, + "w": 23, + "h": 16 }, "frame": { - "x": 117, - "y": 49, - "w": 21, - "h": 20 + "x": 134, + "y": 96, + "w": 23, + "h": 16 } }, { - "filename": "608_3", + "filename": "585-autumn_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -921,20 +1026,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 9, - "w": 21, - "h": 20 + "x": 9, + "y": 5, + "w": 20, + "h": 24 }, "frame": { - "x": 138, - "y": 49, - "w": 21, - "h": 20 + "x": 131, + "y": 112, + "w": 20, + "h": 24 } }, { - "filename": "648-aria_2", + "filename": "546_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -942,16 +1047,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 16, - "h": 23 + "x": 9, + "y": 13, + "w": 23, + "h": 16 }, "frame": { - "x": 101, - "y": 73, - "w": 16, - "h": 23 + "x": 157, + "y": 96, + "w": 23, + "h": 16 + } + }, + { + "filename": "585-spring_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 151, + "y": 112, + "w": 20, + "h": 24 } }, { @@ -969,8 +1095,8 @@ "h": 18 }, "frame": { - "x": 117, - "y": 69, + "x": 131, + "y": 136, "w": 22, "h": 18 } @@ -990,14 +1116,14 @@ "h": 18 }, "frame": { - "x": 139, - "y": 69, + "x": 153, + "y": 136, "w": 22, "h": 18 } }, { - "filename": "546_2", + "filename": "585-summer_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -1006,19 +1132,19 @@ }, "spriteSourceSize": { "x": 9, - "y": 13, - "w": 23, - "h": 16 + "y": 5, + "w": 20, + "h": 24 }, "frame": { - "x": 117, - "y": 87, - "w": 23, - "h": 16 + "x": 171, + "y": 112, + "w": 20, + "h": 24 } }, { - "filename": "559_1", + "filename": "540_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -1027,161 +1153,14 @@ }, "spriteSourceSize": { "x": 12, - "y": 11, - "w": 17, - "h": 18 - }, - "frame": { - "x": 114, - "y": 103, - "w": 17, - "h": 18 - } - }, - { - "filename": "546_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 13, - "w": 23, - "h": 16 - }, - "frame": { - "x": 140, - "y": 87, - "w": 23, - "h": 16 - } - }, - { - "filename": "559_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 17, - "h": 18 - }, - "frame": { - "x": 131, - "y": 103, - "w": 17, - "h": 18 - } - }, - { - "filename": "648-aria_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 16, - "h": 23 - }, - "frame": { - "x": 133, - "y": 121, - "w": 16, - "h": 23 - } - }, - { - "filename": "559_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 17, - "h": 18 - }, - "frame": { - "x": 148, - "y": 103, - "w": 17, - "h": 18 - } - }, - { - "filename": "578_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 18, - "h": 21 - }, - "frame": { - "x": 149, - "y": 121, - "w": 18, - "h": 21 - } - }, - { - "filename": "570_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, "y": 10, - "w": 18, + "w": 17, "h": 19 }, "frame": { - "x": 159, - "y": 50, - "w": 18, - "h": 19 - } - }, - { - "filename": "570_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 18, - "h": 19 - }, - "frame": { - "x": 177, - "y": 50, - "w": 18, + "x": 175, + "y": 136, + "w": 17, "h": 19 } }, @@ -1200,14 +1179,98 @@ "h": 16 }, "frame": { - "x": 161, - "y": 69, + "x": 180, + "y": 96, "w": 17, "h": 16 } }, { - "filename": "540_2", + "filename": "578_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 18, + "h": 21 + }, + "frame": { + "x": 184, + "y": 75, + "w": 18, + "h": 21 + } + }, + { + "filename": "648-pirouette_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 17, + "h": 25 + }, + "frame": { + "x": 202, + "y": 69, + "w": 17, + "h": 25 + } + }, + { + "filename": "648-pirouette_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 17, + "h": 25 + }, + "frame": { + "x": 202, + "y": 94, + "w": 17, + "h": 25 + } + }, + { + "filename": "585-winter_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 77, + "y": 177, + "w": 20, + "h": 24 + } + }, + { + "filename": "559_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -1216,15 +1279,141 @@ }, "spriteSourceSize": { "x": 12, - "y": 10, + "y": 11, "w": 17, - "h": 19 + "h": 18 }, "frame": { - "x": 178, - "y": 69, + "x": 77, + "y": 201, "w": 17, - "h": 19 + "h": 18 + } + }, + { + "filename": "549_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 23 + }, + "frame": { + "x": 79, + "y": 154, + "w": 19, + "h": 23 + } + }, + { + "filename": "559_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 17, + "h": 18 + }, + "frame": { + "x": 94, + "y": 201, + "w": 17, + "h": 18 + } + }, + { + "filename": "608_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 9, + "w": 21, + "h": 20 + }, + "frame": { + "x": 98, + "y": 149, + "w": 21, + "h": 20 + } + }, + { + "filename": "608_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 9, + "w": 21, + "h": 20 + }, + "frame": { + "x": 98, + "y": 169, + "w": 21, + "h": 20 + } + }, + { + "filename": "542_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 16, + "h": 23 + }, + "frame": { + "x": 119, + "y": 154, + "w": 16, + "h": 23 + } + }, + { + "filename": "542_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 16, + "h": 23 + }, + "frame": { + "x": 135, + "y": 154, + "w": 16, + "h": 23 } }, { @@ -1242,8 +1431,8 @@ "h": 21 }, "frame": { - "x": 138, - "y": 144, + "x": 151, + "y": 154, "w": 18, "h": 21 } @@ -1263,14 +1452,14 @@ "h": 21 }, "frame": { - "x": 138, - "y": 165, + "x": 169, + "y": 155, "w": 18, "h": 21 } }, { - "filename": "548_1", + "filename": "570_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -1278,20 +1467,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 13, - "y": 9, - "w": 14, - "h": 20 + "x": 11, + "y": 10, + "w": 18, + "h": 19 }, "frame": { - "x": 156, - "y": 142, - "w": 14, - "h": 20 + "x": 119, + "y": 177, + "w": 18, + "h": 19 } }, { - "filename": "548_2", + "filename": "648-aria_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -1299,16 +1488,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 13, - "y": 9, - "w": 14, - "h": 20 + "x": 12, + "y": 6, + "w": 16, + "h": 23 }, "frame": { - "x": 156, - "y": 162, - "w": 14, - "h": 20 + "x": 111, + "y": 196, + "w": 16, + "h": 23 + } + }, + { + "filename": "648-aria_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 16, + "h": 23 + }, + "frame": { + "x": 127, + "y": 196, + "w": 16, + "h": 23 } }, { @@ -1326,8 +1536,8 @@ "h": 19 }, "frame": { - "x": 170, - "y": 88, + "x": 137, + "y": 177, "w": 17, "h": 19 } @@ -1347,14 +1557,35 @@ "h": 20 }, "frame": { - "x": 167, - "y": 107, + "x": 154, + "y": 175, "w": 15, "h": 20 } }, { - "filename": "607_3", + "filename": "570_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 10, + "w": 18, + "h": 19 + }, + "frame": { + "x": 169, + "y": 176, + "w": 18, + "h": 19 + } + }, + { + "filename": "548_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -1364,13 +1595,55 @@ "spriteSourceSize": { "x": 13, "y": 9, - "w": 15, + "w": 14, "h": 20 }, "frame": { - "x": 182, - "y": 107, - "w": 15, + "x": 143, + "y": 196, + "w": 14, + "h": 20 + } + }, + { + "filename": "559_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 11, + "w": 17, + "h": 18 + }, + "frame": { + "x": 157, + "y": 195, + "w": 17, + "h": 18 + } + }, + { + "filename": "548_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 9, + "w": 14, + "h": 20 + }, + "frame": { + "x": 174, + "y": 195, + "w": 14, "h": 20 } }, @@ -1389,12 +1662,33 @@ "h": 20 }, "frame": { - "x": 170, - "y": 127, + "x": 187, + "y": 155, "w": 14, "h": 20 } }, + { + "filename": "607_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 9, + "w": 15, + "h": 20 + }, + "frame": { + "x": 187, + "y": 175, + "w": 15, + "h": 20 + } + }, { "filename": "577_2", "rotated": false, @@ -1410,8 +1704,8 @@ "h": 16 }, "frame": { - "x": 170, - "y": 147, + "x": 202, + "y": 119, "w": 17, "h": 16 } @@ -1431,8 +1725,8 @@ "h": 16 }, "frame": { - "x": 170, - "y": 163, + "x": 202, + "y": 135, "w": 17, "h": 16 } @@ -1443,6 +1737,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:1f5b9c0bf1de79bb2c80e5ab21265e98:eaaddbda954c9381e47acd3415132f01:f1931bc28ee7f32dba7543723757cf2a$" + "smartupdate": "$TexturePacker:SmartUpdate:6a72d905f49c2e6c5a2043fc04e736e5:9d034b1095aa7c830432005b7740f0b5:f1931bc28ee7f32dba7543723757cf2a$" } } diff --git a/public/images/pokemon_icons_5v.png b/public/images/pokemon_icons_5v.png index 7b2c09889d7..0aa10cec795 100644 Binary files a/public/images/pokemon_icons_5v.png and b/public/images/pokemon_icons_5v.png differ diff --git a/public/images/pokemon_icons_6.json b/public/images/pokemon_icons_6.json index 48a676cc9ca..f0d7a46c7d4 100644 --- a/public/images/pokemon_icons_6.json +++ b/public/images/pokemon_icons_6.json @@ -5,7 +5,7 @@ "format": "RGBA8888", "size": { "w": 254, - "h": 554 + "h": 557 }, "scale": 1, "frames": [ @@ -556,7 +556,7 @@ } }, { - "filename": "708", + "filename": "675", "rotated": false, "trimmed": true, "sourceSize": { @@ -564,16 +564,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 25, - "h": 21 + "x": 7, + "y": 4, + "w": 28, + "h": 24 }, "frame": { "x": 0, "y": 533, - "w": 25, - "h": 21 + "w": 28, + "h": 24 + } + }, + { + "filename": "675s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 28, + "h": 24 + }, + "frame": { + "x": 28, + "y": 533, + "w": 28, + "h": 24 } }, { @@ -597,27 +618,6 @@ "h": 27 } }, - { - "filename": "708s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 25, - "h": 21 - }, - "frame": { - "x": 25, - "y": 533, - "w": 25, - "h": 21 - } - }, { "filename": "691", "rotated": false, @@ -661,7 +661,7 @@ } }, { - "filename": "675", + "filename": "715", "rotated": false, "trimmed": true, "sourceSize": { @@ -669,7 +669,7 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, + "x": 6, "y": 4, "w": 28, "h": 24 @@ -786,6 +786,27 @@ "h": 22 } }, + { + "filename": "658-ash", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 30, + "h": 23 + }, + "frame": { + "x": 132, + "y": 49, + "w": 30, + "h": 23 + } + }, { "filename": "658", "rotated": false, @@ -801,8 +822,8 @@ "h": 22 }, "frame": { - "x": 132, - "y": 49, + "x": 162, + "y": 50, "w": 30, "h": 22 } @@ -822,7 +843,7 @@ "h": 23 }, "frame": { - "x": 162, + "x": 192, "y": 50, "w": 30, "h": 23 @@ -843,8 +864,8 @@ "h": 22 }, "frame": { - "x": 192, - "y": 50, + "x": 222, + "y": 51, "w": 30, "h": 22 } @@ -864,51 +885,9 @@ "h": 22 }, "frame": { - "x": 222, - "y": 51, - "w": 30, - "h": 22 - } - }, - { - "filename": "654", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 20, - "h": 22 - }, - "frame": { - "x": 50, + "x": 38, "y": 54, - "w": 20, - "h": 22 - } - }, - { - "filename": "705", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 6, - "w": 15, - "h": 22 - }, - "frame": { - "x": 35, - "y": 56, - "w": 15, + "w": 30, "h": 22 } }, @@ -927,119 +906,14 @@ "h": 22 }, "frame": { - "x": 70, - "y": 70, + "x": 35, + "y": 76, "w": 30, "h": 22 } }, { - "filename": "675s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 28, - "h": 24 - }, - "frame": { - "x": 100, - "y": 70, - "w": 28, - "h": 24 - } - }, - { - "filename": "715", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 28, - "h": 24 - }, - "frame": { - "x": 128, - "y": 71, - "w": 28, - "h": 24 - } - }, - { - "filename": "715s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 28, - "h": 24 - }, - "frame": { - "x": 156, - "y": 73, - "w": 28, - "h": 24 - } - }, - { - "filename": "654s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 20, - "h": 22 - }, - "frame": { - "x": 50, - "y": 76, - "w": 20, - "h": 22 - } - }, - { - "filename": "705s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 6, - "w": 15, - "h": 22 - }, - "frame": { - "x": 35, - "y": 78, - "w": 15, - "h": 22 - } - }, - { - "filename": "676-diamond", + "filename": "671-orange", "rotated": false, "trimmed": true, "sourceSize": { @@ -1048,15 +922,15 @@ }, "spriteSourceSize": { "x": 8, - "y": 0, - "w": 24, - "h": 28 + "y": 3, + "w": 26, + "h": 27 }, "frame": { "x": 32, - "y": 100, - "w": 24, - "h": 28 + "y": 98, + "w": 26, + "h": 27 } }, { @@ -1075,32 +949,11 @@ }, "frame": { "x": 32, - "y": 128, + "y": 125, "w": 26, "h": 24 } }, - { - "filename": "671-orange", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 26, - "h": 27 - }, - "frame": { - "x": 29, - "y": 152, - "w": 26, - "h": 27 - } - }, { "filename": "671-red", "rotated": false, @@ -1117,7 +970,7 @@ }, "frame": { "x": 29, - "y": 179, + "y": 149, "w": 26, "h": 27 } @@ -1137,12 +990,54 @@ "h": 27 }, "frame": { - "x": 28, - "y": 206, + "x": 29, + "y": 176, "w": 26, "h": 27 } }, + { + "filename": "676-diamond", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 28 + }, + "frame": { + "x": 58, + "y": 98, + "w": 24, + "h": 28 + } + }, + { + "filename": "652s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 26, + "h": 24 + }, + "frame": { + "x": 58, + "y": 126, + "w": 26, + "h": 24 + } + }, { "filename": "671-yellow", "rotated": false, @@ -1158,8 +1053,8 @@ "h": 27 }, "frame": { - "x": 28, - "y": 233, + "x": 55, + "y": 150, "w": 26, "h": 27 } @@ -1179,12 +1074,33 @@ "h": 27 }, "frame": { - "x": 28, - "y": 260, + "x": 55, + "y": 177, "w": 26, "h": 27 } }, + { + "filename": "650", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 17, + "h": 22 + }, + "frame": { + "x": 65, + "y": 76, + "w": 17, + "h": 22 + } + }, { "filename": "671s-orange", "rotated": false, @@ -1200,8 +1116,29 @@ "h": 27 }, "frame": { - "x": 28, - "y": 287, + "x": 82, + "y": 70, + "w": 26, + "h": 27 + } + }, + { + "filename": "671s-red", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 26, + "h": 27 + }, + "frame": { + "x": 82, + "y": 97, "w": 26, "h": 27 } @@ -1221,33 +1158,12 @@ "h": 28 }, "frame": { - "x": 56, - "y": 98, + "x": 108, + "y": 70, "w": 24, "h": 28 } }, - { - "filename": "671s-red", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 26, - "h": 27 - }, - "frame": { - "x": 58, - "y": 126, - "w": 26, - "h": 27 - } - }, { "filename": "671s-white", "rotated": false, @@ -1263,8 +1179,8 @@ "h": 27 }, "frame": { - "x": 55, - "y": 153, + "x": 132, + "y": 72, "w": 26, "h": 27 } @@ -1284,12 +1200,54 @@ "h": 27 }, "frame": { - "x": 55, - "y": 180, + "x": 158, + "y": 72, "w": 26, "h": 27 } }, + { + "filename": "676-dandy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 24, + "h": 26 + }, + "frame": { + "x": 108, + "y": 98, + "w": 24, + "h": 26 + } + }, + { + "filename": "715s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 28, + "h": 24 + }, + "frame": { + "x": 132, + "y": 99, + "w": 28, + "h": 24 + } + }, { "filename": "676-star", "rotated": false, @@ -1305,8 +1263,8 @@ "h": 27 }, "frame": { - "x": 54, - "y": 207, + "x": 84, + "y": 124, "w": 26, "h": 27 } @@ -1326,12 +1284,54 @@ "h": 27 }, "frame": { - "x": 54, - "y": 234, + "x": 81, + "y": 151, "w": 26, "h": 27 } }, + { + "filename": "660", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 25 + }, + "frame": { + "x": 81, + "y": 178, + "w": 26, + "h": 25 + } + }, + { + "filename": "676", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 110, + "y": 124, + "w": 24, + "h": 27 + } + }, { "filename": "721", "rotated": false, @@ -1347,138 +1347,12 @@ "h": 27 }, "frame": { - "x": 54, - "y": 261, + "x": 107, + "y": 151, "w": 25, "h": 27 } }, - { - "filename": "676-heart", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 25, - "h": 26 - }, - "frame": { - "x": 54, - "y": 288, - "w": 25, - "h": 26 - } - }, - { - "filename": "685", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 20, - "h": 23 - }, - "frame": { - "x": 80, - "y": 92, - "w": 20, - "h": 23 - } - }, - { - "filename": "655", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 23 - }, - "frame": { - "x": 100, - "y": 94, - "w": 27, - "h": 23 - } - }, - { - "filename": "655s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 23 - }, - "frame": { - "x": 127, - "y": 95, - "w": 27, - "h": 23 - } - }, - { - "filename": "707s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 27, - "h": 24 - }, - "frame": { - "x": 154, - "y": 97, - "w": 27, - "h": 24 - } - }, - { - "filename": "713", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 27, - "h": 24 - }, - "frame": { - "x": 28, - "y": 314, - "w": 27, - "h": 24 - } - }, { "filename": "721s", "rotated": false, @@ -1494,243 +1368,12 @@ "h": 27 }, "frame": { - "x": 27, - "y": 338, + "x": 134, + "y": 123, "w": 25, "h": 27 } }, - { - "filename": "652s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 26, - "h": 24 - }, - "frame": { - "x": 55, - "y": 314, - "w": 26, - "h": 24 - } - }, - { - "filename": "660", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 25 - }, - "frame": { - "x": 52, - "y": 338, - "w": 26, - "h": 25 - } - }, - { - "filename": "684", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 17, - "h": 16 - }, - "frame": { - "x": 27, - "y": 365, - "w": 17, - "h": 16 - } - }, - { - "filename": "676", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 30, - "y": 381, - "w": 24, - "h": 27 - } - }, - { - "filename": "676s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 30, - "y": 408, - "w": 24, - "h": 27 - } - }, - { - "filename": "699", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 30, - "y": 435, - "w": 24, - "h": 27 - } - }, - { - "filename": "699s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 30, - "y": 462, - "w": 24, - "h": 27 - } - }, - { - "filename": "676-dandy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 30, - "y": 489, - "w": 24, - "h": 26 - } - }, - { - "filename": "672", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 17, - "h": 18 - }, - "frame": { - "x": 30, - "y": 515, - "w": 17, - "h": 18 - } - }, - { - "filename": "682", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 12, - "w": 15, - "h": 16 - }, - "frame": { - "x": 44, - "y": 365, - "w": 15, - "h": 16 - } - }, - { - "filename": "651", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 21, - "h": 22 - }, - "frame": { - "x": 59, - "y": 363, - "w": 21, - "h": 22 - } - }, { "filename": "660s", "rotated": false, @@ -1746,8 +1389,8 @@ "h": 25 }, "frame": { - "x": 54, - "y": 385, + "x": 107, + "y": 178, "w": 26, "h": 25 } @@ -1767,8 +1410,8 @@ "h": 25 }, "frame": { - "x": 54, - "y": 410, + "x": 160, + "y": 99, "w": 26, "h": 25 } @@ -1788,12 +1431,33 @@ "h": 25 }, "frame": { - "x": 54, - "y": 435, + "x": 159, + "y": 124, "w": 26, "h": 25 } }, + { + "filename": "676-heart", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 25, + "h": 26 + }, + "frame": { + "x": 184, + "y": 73, + "w": 25, + "h": 26 + } + }, { "filename": "666-elegant", "rotated": false, @@ -1809,12 +1473,33 @@ "h": 25 }, "frame": { - "x": 54, - "y": 460, + "x": 209, + "y": 73, "w": 26, "h": 25 } }, + { + "filename": "683", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 19, + "h": 23 + }, + "frame": { + "x": 235, + "y": 73, + "w": 19, + "h": 23 + } + }, { "filename": "666-fancy", "rotated": false, @@ -1830,14 +1515,14 @@ "h": 25 }, "frame": { - "x": 54, - "y": 485, + "x": 186, + "y": 99, "w": 26, "h": 25 } }, { - "filename": "659", + "filename": "666-garden", "rotated": false, "trimmed": true, "sourceSize": { @@ -1845,20 +1530,83 @@ "h": 30 }, "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 16, + "x": 8, + "y": 2, + "w": 26, "h": 25 }, "frame": { - "x": 184, - "y": 73, - "w": 16, + "x": 185, + "y": 124, + "w": 26, "h": 25 } }, { - "filename": "695", + "filename": "676-pharaoh", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 24, + "h": 26 + }, + "frame": { + "x": 212, + "y": 98, + "w": 24, + "h": 26 + } + }, + { + "filename": "679", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 14, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 236, + "y": 96, + "w": 18, + "h": 24 + } + }, + { + "filename": "666-high-plains", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 211, + "y": 124, + "w": 26, + "h": 25 + } + }, + { + "filename": "698", "rotated": false, "trimmed": true, "sourceSize": { @@ -1868,13 +1616,1063 @@ "spriteSourceSize": { "x": 11, "y": 4, - "w": 22, + "w": 17, "h": 24 }, "frame": { - "x": 200, - "y": 72, - "w": 22, + "x": 237, + "y": 120, + "w": 17, + "h": 24 + } + }, + { + "filename": "698s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 17, + "h": 24 + }, + "frame": { + "x": 237, + "y": 144, + "w": 17, + "h": 24 + } + }, + { + "filename": "676s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 132, + "y": 151, + "w": 24, + "h": 27 + } + }, + { + "filename": "666-icy-snow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 133, + "y": 178, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-jungle", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 29, + "y": 203, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-marine", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 28, + "y": 228, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-meadow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 28, + "y": 253, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-modern", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 28, + "y": 278, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-monsoon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 55, + "y": 204, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-ocean", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 81, + "y": 203, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-poke-ball", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 107, + "y": 203, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-polar", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 133, + "y": 203, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-river", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 54, + "y": 229, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-sandstorm", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 54, + "y": 254, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-savanna", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 54, + "y": 279, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-sun", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 28, + "y": 303, + "w": 26, + "h": 25 + } + }, + { + "filename": "666-tundra", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 27, + "y": 328, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-archipelago", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 27, + "y": 353, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-continental", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 54, + "y": 304, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-elegant", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 53, + "y": 329, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-fancy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 53, + "y": 354, + "w": 26, + "h": 25 + } + }, + { + "filename": "711-large", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 23, + "h": 25 + }, + "frame": { + "x": 30, + "y": 378, + "w": 23, + "h": 25 + } + }, + { + "filename": "666s-garden", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 53, + "y": 379, + "w": 26, + "h": 25 + } + }, + { + "filename": "711-super", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 23, + "h": 25 + }, + "frame": { + "x": 30, + "y": 403, + "w": 23, + "h": 25 + } + }, + { + "filename": "666s-high-plains", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 53, + "y": 404, + "w": 26, + "h": 25 + } + }, + { + "filename": "711s-large", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 23, + "h": 25 + }, + "frame": { + "x": 30, + "y": 428, + "w": 23, + "h": 25 + } + }, + { + "filename": "666s-icy-snow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 53, + "y": 429, + "w": 26, + "h": 25 + } + }, + { + "filename": "711s-super", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 23, + "h": 25 + }, + "frame": { + "x": 30, + "y": 453, + "w": 23, + "h": 25 + } + }, + { + "filename": "666s-jungle", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 53, + "y": 454, + "w": 26, + "h": 25 + } + }, + { + "filename": "657", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 23, + "h": 22 + }, + "frame": { + "x": 30, + "y": 478, + "w": 23, + "h": 22 + } + }, + { + "filename": "699", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 30, + "y": 500, + "w": 24, + "h": 27 + } + }, + { + "filename": "708", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 25, + "h": 21 + }, + "frame": { + "x": 53, + "y": 479, + "w": 25, + "h": 21 + } + }, + { + "filename": "699s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 54, + "y": 500, + "w": 24, + "h": 27 + } + }, + { + "filename": "676s-dandy", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 24, + "h": 26 + }, + "frame": { + "x": 56, + "y": 527, + "w": 24, + "h": 26 + } + }, + { + "filename": "655", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 27, + "h": 23 + }, + "frame": { + "x": 159, + "y": 149, + "w": 27, + "h": 23 + } + }, + { + "filename": "655s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 27, + "h": 23 + }, + "frame": { + "x": 186, + "y": 149, + "w": 27, + "h": 23 + } + }, + { + "filename": "676-matron", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 24, + "h": 25 + }, + "frame": { + "x": 213, + "y": 149, + "w": 24, + "h": 25 + } + }, + { + "filename": "650s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 17, + "h": 22 + }, + "frame": { + "x": 237, + "y": 168, + "w": 17, + "h": 22 + } + }, + { + "filename": "666s-marine", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 159, + "y": 172, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-meadow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 185, + "y": 172, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-modern", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 211, + "y": 174, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-monsoon", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 159, + "y": 197, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-ocean", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 185, + "y": 197, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-poke-ball", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 211, + "y": 199, + "w": 26, + "h": 25 + } + }, + { + "filename": "710-large", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 17, + "h": 20 + }, + "frame": { + "x": 237, + "y": 190, + "w": 17, + "h": 20 + } + }, + { + "filename": "710s-large", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 8, + "w": 17, + "h": 20 + }, + "frame": { + "x": 237, + "y": 210, + "w": 17, + "h": 20 + } + }, + { + "filename": "707s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 27, + "h": 24 + }, + "frame": { + "x": 159, + "y": 222, + "w": 27, + "h": 24 + } + }, + { + "filename": "676-debutante", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 186, + "y": 222, + "w": 25, + "h": 25 + } + }, + { + "filename": "666s-polar", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 211, + "y": 224, + "w": 26, + "h": 25 + } + }, + { + "filename": "653", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 17, + "h": 19 + }, + "frame": { + "x": 237, + "y": 230, + "w": 17, + "h": 19 + } + }, + { + "filename": "713", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 27, + "h": 24 + }, + "frame": { + "x": 81, + "y": 228, + "w": 27, "h": 24 } }, @@ -1893,14 +2691,35 @@ "h": 24 }, "frame": { - "x": 222, - "y": 73, + "x": 108, + "y": 228, "w": 27, "h": 24 } }, { - "filename": "666-garden", + "filename": "676s-matron", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 24, + "h": 25 + }, + "frame": { + "x": 135, + "y": 228, + "w": 24, + "h": 25 + } + }, + { + "filename": "666s-river", "rotated": false, "trimmed": true, "sourceSize": { @@ -1914,14 +2733,14 @@ "h": 25 }, "frame": { - "x": 181, - "y": 98, + "x": 80, + "y": 252, "w": 26, "h": 25 } }, { - "filename": "666-high-plains", + "filename": "666s-sandstorm", "rotated": false, "trimmed": true, "sourceSize": { @@ -1935,12 +2754,264 @@ "h": 25 }, "frame": { - "x": 207, - "y": 97, + "x": 80, + "y": 277, "w": 26, "h": 25 } }, + { + "filename": "666s-savanna", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 106, + "y": 252, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-sun", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 80, + "y": 302, + "w": 26, + "h": 25 + } + }, + { + "filename": "666s-tundra", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 106, + "y": 277, + "w": 26, + "h": 25 + } + }, + { + "filename": "676-kabuki", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 106, + "y": 302, + "w": 25, + "h": 25 + } + }, + { + "filename": "676s-heart", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 25, + "h": 26 + }, + "frame": { + "x": 132, + "y": 253, + "w": 25, + "h": 26 + } + }, + { + "filename": "676-la-reine", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 132, + "y": 279, + "w": 25, + "h": 25 + } + }, + { + "filename": "676s-debutante", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 131, + "y": 304, + "w": 25, + "h": 25 + } + }, + { + "filename": "676s-kabuki", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 159, + "y": 246, + "w": 25, + "h": 25 + } + }, + { + "filename": "676s-la-reine", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 157, + "y": 271, + "w": 25, + "h": 25 + } + }, + { + "filename": "709", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 184, + "y": 247, + "w": 25, + "h": 25 + } + }, + { + "filename": "709s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 182, + "y": 272, + "w": 25, + "h": 25 + } + }, + { + "filename": "676s-pharaoh", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 24, + "h": 26 + }, + "frame": { + "x": 209, + "y": 249, + "w": 24, + "h": 26 + } + }, { "filename": "711", "rotated": false, @@ -1957,7 +3028,7 @@ }, "frame": { "x": 233, - "y": 97, + "y": 249, "w": 21, "h": 23 } @@ -1978,977 +3049,11 @@ }, "frame": { "x": 233, - "y": 120, + "y": 272, "w": 21, "h": 23 } }, - { - "filename": "666-icy-snow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 207, - "y": 122, - "w": 26, - "h": 25 - } - }, - { - "filename": "651s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 21, - "h": 22 - }, - "frame": { - "x": 233, - "y": 143, - "w": 21, - "h": 22 - } - }, - { - "filename": "659s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 16, - "h": 25 - }, - "frame": { - "x": 84, - "y": 115, - "w": 16, - "h": 25 - } - }, - { - "filename": "666-jungle", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 100, - "y": 117, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-marine", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 126, - "y": 118, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-meadow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 152, - "y": 121, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-modern", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 178, - "y": 123, - "w": 26, - "h": 25 - } - }, - { - "filename": "665", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 11, - "w": 16, - "h": 17 - }, - "frame": { - "x": 84, - "y": 140, - "w": 16, - "h": 17 - } - }, - { - "filename": "666-monsoon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 100, - "y": 142, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-ocean", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 126, - "y": 143, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-poke-ball", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 152, - "y": 146, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-polar", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 178, - "y": 148, - "w": 26, - "h": 25 - } - }, - { - "filename": "683", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 19, - "h": 23 - }, - "frame": { - "x": 81, - "y": 157, - "w": 19, - "h": 23 - } - }, - { - "filename": "666-river", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 204, - "y": 147, - "w": 26, - "h": 25 - } - }, - { - "filename": "676-pharaoh", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 230, - "y": 165, - "w": 24, - "h": 26 - } - }, - { - "filename": "666-sandstorm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 204, - "y": 172, - "w": 26, - "h": 25 - } - }, - { - "filename": "676s-dandy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 230, - "y": 191, - "w": 24, - "h": 26 - } - }, - { - "filename": "676s-heart", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 25, - "h": 26 - }, - "frame": { - "x": 81, - "y": 180, - "w": 25, - "h": 26 - } - }, - { - "filename": "703", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 15, - "w": 14, - "h": 13 - }, - "frame": { - "x": 100, - "y": 167, - "w": 14, - "h": 13 - } - }, - { - "filename": "676s-pharaoh", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 106, - "y": 180, - "w": 24, - "h": 26 - } - }, - { - "filename": "695s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 22, - "h": 24 - }, - "frame": { - "x": 130, - "y": 168, - "w": 22, - "h": 24 - } - }, - { - "filename": "666-savanna", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 152, - "y": 171, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-sun", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 178, - "y": 173, - "w": 26, - "h": 25 - } - }, - { - "filename": "666-tundra", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 204, - "y": 197, - "w": 26, - "h": 25 - } - }, - { - "filename": "676-matron", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 24, - "h": 25 - }, - "frame": { - "x": 230, - "y": 217, - "w": 24, - "h": 25 - } - }, - { - "filename": "662", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 22, - "h": 20 - }, - "frame": { - "x": 130, - "y": 192, - "w": 22, - "h": 20 - } - }, - { - "filename": "666s-archipelago", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 152, - "y": 196, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-continental", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 178, - "y": 198, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-elegant", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 204, - "y": 222, - "w": 26, - "h": 25 - } - }, - { - "filename": "676s-matron", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 24, - "h": 25 - }, - "frame": { - "x": 230, - "y": 242, - "w": 24, - "h": 25 - } - }, - { - "filename": "666s-fancy", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 54, - "y": 510, - "w": 26, - "h": 25 - } - }, - { - "filename": "701", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 23, - "h": 19 - }, - "frame": { - "x": 50, - "y": 535, - "w": 23, - "h": 19 - } - }, - { - "filename": "701s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 23, - "h": 19 - }, - "frame": { - "x": 73, - "y": 535, - "w": 23, - "h": 19 - } - }, - { - "filename": "666s-garden", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 78, - "y": 338, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-high-plains", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 363, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-icy-snow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 388, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-jungle", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 413, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-marine", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 438, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-meadow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 463, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-modern", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 488, - "w": 26, - "h": 25 - } - }, - { - "filename": "657", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 23, - "h": 22 - }, - "frame": { - "x": 80, - "y": 513, - "w": 23, - "h": 22 - } - }, - { - "filename": "720", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 21, - "h": 19 - }, - "frame": { - "x": 96, - "y": 535, - "w": 21, - "h": 19 - } - }, - { - "filename": "650", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 17, - "h": 22 - }, - "frame": { - "x": 103, - "y": 513, - "w": 17, - "h": 22 - } - }, - { - "filename": "720s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 21, - "h": 19 - }, - "frame": { - "x": 117, - "y": 535, - "w": 21, - "h": 19 - } - }, - { - "filename": "666s-monsoon", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 104, - "y": 206, - "w": 26, - "h": 25 - } - }, - { - "filename": "662s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 22, - "h": 20 - }, - "frame": { - "x": 130, - "y": 212, - "w": 22, - "h": 20 - } - }, { "filename": "687", "rotated": false, @@ -2964,14 +3069,14 @@ "h": 25 }, "frame": { - "x": 80, - "y": 207, + "x": 207, + "y": 275, "w": 24, "h": 25 } }, { - "filename": "666s-ocean", + "filename": "657s", "rotated": false, "trimmed": true, "sourceSize": { @@ -2979,16 +3084,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 + "x": 10, + "y": 8, + "w": 23, + "h": 22 }, "frame": { - "x": 80, - "y": 232, - "w": 26, - "h": 25 + "x": 231, + "y": 295, + "w": 23, + "h": 22 + } + }, + { + "filename": "708s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 25, + "h": 21 + }, + "frame": { + "x": 157, + "y": 296, + "w": 25, + "h": 21 } }, { @@ -3006,96 +3132,12 @@ "h": 25 }, "frame": { - "x": 106, - "y": 231, + "x": 182, + "y": 297, "w": 24, "h": 25 } }, - { - "filename": "666s-poke-ball", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 130, - "y": 232, - "w": 26, - "h": 25 - } - }, - { - "filename": "700", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 22, - "h": 23 - }, - "frame": { - "x": 156, - "y": 221, - "w": 22, - "h": 23 - } - }, - { - "filename": "666s-polar", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 178, - "y": 223, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-river", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 204, - "y": 247, - "w": 26, - "h": 25 - } - }, { "filename": "706", "rotated": false, @@ -3111,75 +3153,12 @@ "h": 24 }, "frame": { - "x": 230, - "y": 267, + "x": 206, + "y": 300, "w": 24, "h": 24 } }, - { - "filename": "700s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 22, - "h": 23 - }, - "frame": { - "x": 156, - "y": 244, - "w": 22, - "h": 23 - } - }, - { - "filename": "666s-sandstorm", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 178, - "y": 248, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-savanna", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 204, - "y": 272, - "w": 26, - "h": 25 - } - }, { "filename": "706s", "rotated": false, @@ -3196,116 +3175,11 @@ }, "frame": { "x": 230, - "y": 291, + "y": 317, "w": 24, "h": 24 } }, - { - "filename": "685s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 20, - "h": 23 - }, - "frame": { - "x": 81, - "y": 315, - "w": 20, - "h": 23 - } - }, - { - "filename": "666s-sun", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 80, - "y": 257, - "w": 26, - "h": 25 - } - }, - { - "filename": "666s-tundra", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 79, - "y": 282, - "w": 26, - "h": 25 - } - }, - { - "filename": "711-large", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 23, - "h": 25 - }, - "frame": { - "x": 106, - "y": 256, - "w": 23, - "h": 25 - } - }, - { - "filename": "676-debutante", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 129, - "y": 257, - "w": 25, - "h": 25 - } - }, { "filename": "692", "rotated": false, @@ -3321,14 +3195,14 @@ "h": 17 }, "frame": { - "x": 154, - "y": 267, + "x": 156, + "y": 317, "w": 24, "h": 17 } }, { - "filename": "676-kabuki", + "filename": "692s", "rotated": false, "trimmed": true, "sourceSize": { @@ -3337,246 +3211,15 @@ }, "spriteSourceSize": { "x": 8, - "y": 3, - "w": 25, - "h": 25 + "y": 11, + "w": 24, + "h": 17 }, "frame": { - "x": 178, - "y": 273, - "w": 25, - "h": 25 - } - }, - { - "filename": "676-la-reine", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 105, - "y": 282, - "w": 25, - "h": 25 - } - }, - { - "filename": "711-super", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 23, - "h": 25 - }, - "frame": { - "x": 130, - "y": 282, - "w": 23, - "h": 25 - } - }, - { - "filename": "676s-debutante", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 153, - "y": 284, - "w": 25, - "h": 25 - } - }, - { - "filename": "676s-kabuki", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 101, - "y": 307, - "w": 25, - "h": 25 - } - }, - { - "filename": "676s-la-reine", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 126, - "y": 307, - "w": 25, - "h": 25 - } - }, - { - "filename": "709", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 151, - "y": 309, - "w": 25, - "h": 25 - } - }, - { - "filename": "709s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 104, - "y": 332, - "w": 25, - "h": 25 - } - }, - { - "filename": "678-female", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 21, - "h": 22 - }, - "frame": { - "x": 129, - "y": 332, - "w": 21, - "h": 22 - } - }, - { - "filename": "657s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 8, - "w": 23, - "h": 22 - }, - "frame": { - "x": 150, - "y": 334, - "w": 23, - "h": 22 - } - }, - { - "filename": "711s-large", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 23, - "h": 25 - }, - "frame": { - "x": 106, - "y": 357, - "w": 23, - "h": 25 - } - }, - { - "filename": "711s-super", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 23, - "h": 25 - }, - "frame": { - "x": 106, - "y": 382, - "w": 23, - "h": 25 + "x": 180, + "y": 322, + "w": 24, + "h": 17 } }, { @@ -3594,12 +3237,75 @@ "h": 22 }, "frame": { - "x": 106, - "y": 407, + "x": 204, + "y": 324, "w": 23, "h": 22 } }, + { + "filename": "659", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 3, + "w": 16, + "h": 25 + }, + "frame": { + "x": 78, + "y": 479, + "w": 16, + "h": 25 + } + }, + { + "filename": "683s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 19, + "h": 23 + }, + "frame": { + "x": 78, + "y": 504, + "w": 19, + "h": 23 + } + }, + { + "filename": "659s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 3, + "w": 16, + "h": 25 + }, + "frame": { + "x": 80, + "y": 527, + "w": 16, + "h": 25 + } + }, { "filename": "673s", "rotated": false, @@ -3615,14 +3321,119 @@ "h": 22 }, "frame": { - "x": 106, - "y": 429, + "x": 227, + "y": 341, "w": 23, "h": 22 } }, { - "filename": "678", + "filename": "679s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 14, + "y": 4, + "w": 18, + "h": 24 + }, + "frame": { + "x": 79, + "y": 329, + "w": 18, + "h": 24 + } + }, + { + "filename": "695", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 22, + "h": 24 + }, + "frame": { + "x": 97, + "y": 327, + "w": 22, + "h": 24 + } + }, + { + "filename": "695s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 22, + "h": 24 + }, + "frame": { + "x": 79, + "y": 353, + "w": 22, + "h": 24 + } + }, + { + "filename": "700", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 22, + "h": 23 + }, + "frame": { + "x": 79, + "y": 377, + "w": 22, + "h": 23 + } + }, + { + "filename": "700s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 22, + "h": 23 + }, + "frame": { + "x": 79, + "y": 400, + "w": 22, + "h": 23 + } + }, + { + "filename": "651", "rotated": false, "trimmed": true, "sourceSize": { @@ -3636,56 +3447,14 @@ "h": 22 }, "frame": { - "x": 129, - "y": 354, + "x": 79, + "y": 423, "w": 21, "h": 22 } }, { - "filename": "2670", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 23, - "h": 21 - }, - "frame": { - "x": 106, - "y": 451, - "w": 23, - "h": 21 - } - }, - { - "filename": "2670s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 23, - "h": 21 - }, - "frame": { - "x": 106, - "y": 472, - "w": 23, - "h": 21 - } - }, - { - "filename": "667", + "filename": "651s", "rotated": false, "trimmed": true, "sourceSize": { @@ -3694,15 +3463,120 @@ }, "spriteSourceSize": { "x": 10, - "y": 8, + "y": 6, "w": 21, - "h": 20 + "h": 22 }, "frame": { - "x": 106, - "y": 493, + "x": 79, + "y": 445, "w": 21, - "h": 20 + "h": 22 + } + }, + { + "filename": "685", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 20, + "h": 23 + }, + "frame": { + "x": 101, + "y": 351, + "w": 20, + "h": 23 + } + }, + { + "filename": "685s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 20, + "h": 23 + }, + "frame": { + "x": 101, + "y": 374, + "w": 20, + "h": 23 + } + }, + { + "filename": "654", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 22 + }, + "frame": { + "x": 101, + "y": 397, + "w": 20, + "h": 22 + } + }, + { + "filename": "678-female", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 21, + "h": 22 + }, + "frame": { + "x": 119, + "y": 329, + "w": 21, + "h": 22 + } + }, + { + "filename": "688", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 140, + "y": 329, + "w": 16, + "h": 24 } }, { @@ -3720,12 +3594,117 @@ "h": 22 }, "frame": { - "x": 120, - "y": 513, + "x": 121, + "y": 351, "w": 19, "h": 22 } }, + { + "filename": "701", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 23, + "h": 19 + }, + "frame": { + "x": 156, + "y": 334, + "w": 23, + "h": 19 + } + }, + { + "filename": "2670", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 23, + "h": 21 + }, + "frame": { + "x": 140, + "y": 353, + "w": 23, + "h": 21 + } + }, + { + "filename": "670-orange", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 22 + }, + "frame": { + "x": 121, + "y": 373, + "w": 19, + "h": 22 + } + }, + { + "filename": "2670s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 23, + "h": 21 + }, + "frame": { + "x": 140, + "y": 374, + "w": 23, + "h": 21 + } + }, + { + "filename": "678", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 21, + "h": 22 + }, + "frame": { + "x": 121, + "y": 395, + "w": 21, + "h": 22 + } + }, { "filename": "678s-female", "rotated": false, @@ -3741,12 +3720,33 @@ "h": 22 }, "frame": { - "x": 129, - "y": 376, + "x": 142, + "y": 395, "w": 21, "h": 22 } }, + { + "filename": "688s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 4, + "w": 16, + "h": 24 + }, + "frame": { + "x": 163, + "y": 353, + "w": 16, + "h": 24 + } + }, { "filename": "678s", "rotated": false, @@ -3762,12 +3762,180 @@ "h": 22 }, "frame": { - "x": 150, - "y": 356, + "x": 179, + "y": 339, "w": 21, "h": 22 } }, + { + "filename": "654s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 22 + }, + "frame": { + "x": 163, + "y": 377, + "w": 20, + "h": 22 + } + }, + { + "filename": "662", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 22, + "h": 20 + }, + "frame": { + "x": 163, + "y": 399, + "w": 22, + "h": 20 + } + }, + { + "filename": "684", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 12, + "w": 17, + "h": 16 + }, + "frame": { + "x": 179, + "y": 361, + "w": 17, + "h": 16 + } + }, + { + "filename": "670-red", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 22 + }, + "frame": { + "x": 183, + "y": 377, + "w": 19, + "h": 22 + } + }, + { + "filename": "662s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 22, + "h": 20 + }, + "frame": { + "x": 185, + "y": 399, + "w": 22, + "h": 20 + } + }, + { + "filename": "696", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 12, + "w": 20, + "h": 17 + }, + "frame": { + "x": 207, + "y": 346, + "w": 20, + "h": 17 + } + }, + { + "filename": "701s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 23, + "h": 19 + }, + "frame": { + "x": 121, + "y": 417, + "w": 23, + "h": 19 + } + }, + { + "filename": "696s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 12, + "w": 20, + "h": 17 + }, + "frame": { + "x": 101, + "y": 419, + "w": 20, + "h": 17 + } + }, { "filename": "719", "rotated": false, @@ -3783,8 +3951,8 @@ "h": 22 }, "frame": { - "x": 129, - "y": 398, + "x": 100, + "y": 436, "w": 21, "h": 22 } @@ -3804,14 +3972,14 @@ "h": 22 }, "frame": { - "x": 150, - "y": 378, + "x": 121, + "y": 436, "w": 21, "h": 22 } }, { - "filename": "679", + "filename": "670-white", "rotated": false, "trimmed": true, "sourceSize": { @@ -3819,20 +3987,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 14, - "y": 4, - "w": 18, - "h": 24 + "x": 10, + "y": 6, + "w": 19, + "h": 22 }, "frame": { - "x": 129, - "y": 420, - "w": 18, - "h": 24 + "x": 144, + "y": 417, + "w": 19, + "h": 22 } }, { - "filename": "679s", + "filename": "667", "rotated": false, "trimmed": true, "sourceSize": { @@ -3840,16 +4008,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 14, - "y": 4, - "w": 18, - "h": 24 + "x": 10, + "y": 8, + "w": 21, + "h": 20 }, "frame": { - "x": 129, - "y": 444, - "w": 18, - "h": 24 + "x": 163, + "y": 419, + "w": 21, + "h": 20 } }, { @@ -3867,117 +4035,12 @@ "h": 20 }, "frame": { - "x": 150, - "y": 400, + "x": 184, + "y": 419, "w": 21, "h": 20 } }, - { - "filename": "683s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 19, - "h": 23 - }, - "frame": { - "x": 147, - "y": 420, - "w": 19, - "h": 23 - } - }, - { - "filename": "670-orange", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 22 - }, - "frame": { - "x": 147, - "y": 443, - "w": 19, - "h": 22 - } - }, - { - "filename": "698", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 17, - "h": 24 - }, - "frame": { - "x": 129, - "y": 468, - "w": 17, - "h": 24 - } - }, - { - "filename": "656", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 18, - "h": 19 - }, - "frame": { - "x": 138, - "y": 535, - "w": 18, - "h": 19 - } - }, - { - "filename": "692s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 24, - "h": 17 - }, - "frame": { - "x": 178, - "y": 298, - "w": 24, - "h": 17 - } - }, { "filename": "714", "rotated": false, @@ -3993,8 +4056,29 @@ "h": 20 }, "frame": { - "x": 176, - "y": 315, + "x": 142, + "y": 439, + "w": 21, + "h": 20 + } + }, + { + "filename": "714s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 21, + "h": 20 + }, + "frame": { + "x": 163, + "y": 439, "w": 21, "h": 20 } @@ -4014,14 +4098,14 @@ "h": 21 }, "frame": { - "x": 173, - "y": 335, + "x": 184, + "y": 439, "w": 20, "h": 21 } }, { - "filename": "670-red", + "filename": "702", "rotated": false, "trimmed": true, "sourceSize": { @@ -4029,20 +4113,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 22 + "x": 8, + "y": 11, + "w": 22, + "h": 17 }, "frame": { - "x": 171, - "y": 356, - "w": 19, - "h": 22 + "x": 100, + "y": 458, + "w": 22, + "h": 17 } }, { - "filename": "670-white", + "filename": "710s-super", "rotated": false, "trimmed": true, "sourceSize": { @@ -4051,15 +4135,57 @@ }, "spriteSourceSize": { "x": 10, - "y": 6, - "w": 19, - "h": 22 + "y": 7, + "w": 20, + "h": 21 }, "frame": { - "x": 171, - "y": 378, - "w": 19, - "h": 22 + "x": 122, + "y": 458, + "w": 20, + "h": 21 + } + }, + { + "filename": "720", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 21, + "h": 19 + }, + "frame": { + "x": 142, + "y": 459, + "w": 21, + "h": 19 + } + }, + { + "filename": "720s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 8, + "w": 21, + "h": 19 + }, + "frame": { + "x": 163, + "y": 459, + "w": 21, + "h": 19 } }, { @@ -4077,8 +4203,8 @@ "h": 22 }, "frame": { - "x": 171, - "y": 400, + "x": 184, + "y": 460, "w": 19, "h": 22 } @@ -4098,8 +4224,8 @@ "h": 22 }, "frame": { - "x": 166, - "y": 422, + "x": 94, + "y": 475, "w": 19, "h": 22 } @@ -4119,12 +4245,327 @@ "h": 22 }, "frame": { - "x": 166, - "y": 444, + "x": 97, + "y": 497, "w": 19, "h": 22 } }, + { + "filename": "702s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 11, + "w": 22, + "h": 17 + }, + "frame": { + "x": 113, + "y": 479, + "w": 22, + "h": 17 + } + }, + { + "filename": "670s-red", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 22 + }, + "frame": { + "x": 116, + "y": 496, + "w": 19, + "h": 22 + } + }, + { + "filename": "670s-white", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 22 + }, + "frame": { + "x": 135, + "y": 479, + "w": 19, + "h": 22 + } + }, + { + "filename": "670s-yellow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 22 + }, + "frame": { + "x": 154, + "y": 478, + "w": 19, + "h": 22 + } + }, + { + "filename": "656", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 10, + "w": 18, + "h": 19 + }, + "frame": { + "x": 135, + "y": 501, + "w": 18, + "h": 19 + } + }, + { + "filename": "656s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 10, + "w": 18, + "h": 19 + }, + "frame": { + "x": 97, + "y": 519, + "w": 18, + "h": 19 + } + }, + { + "filename": "653s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 9, + "w": 17, + "h": 19 + }, + "frame": { + "x": 96, + "y": 538, + "w": 17, + "h": 19 + } + }, + { + "filename": "710", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 17, + "h": 19 + }, + "frame": { + "x": 113, + "y": 538, + "w": 17, + "h": 19 + } + }, + { + "filename": "674", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 15, + "h": 19 + }, + "frame": { + "x": 115, + "y": 519, + "w": 15, + "h": 19 + } + }, + { + "filename": "711-small", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 18, + "h": 22 + }, + "frame": { + "x": 130, + "y": 520, + "w": 18, + "h": 22 + } + }, + { + "filename": "661", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 18, + "h": 15 + }, + "frame": { + "x": 130, + "y": 542, + "w": 18, + "h": 15 + } + }, + { + "filename": "705", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 6, + "w": 15, + "h": 22 + }, + "frame": { + "x": 148, + "y": 520, + "w": 15, + "h": 22 + } + }, + { + "filename": "661s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 13, + "w": 18, + "h": 15 + }, + "frame": { + "x": 148, + "y": 542, + "w": 18, + "h": 15 + } + }, + { + "filename": "674s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 15, + "h": 19 + }, + "frame": { + "x": 153, + "y": 501, + "w": 15, + "h": 19 + } + }, + { + "filename": "705s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 6, + "w": 15, + "h": 22 + }, + "frame": { + "x": 163, + "y": 520, + "w": 15, + "h": 22 + } + }, { "filename": "686", "rotated": false, @@ -4140,14 +4581,14 @@ "h": 20 }, "frame": { - "x": 127, - "y": 493, + "x": 168, + "y": 500, "w": 18, "h": 20 } }, { - "filename": "650s", + "filename": "672", "rotated": false, "trimmed": true, "sourceSize": { @@ -4155,16 +4596,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 12, - "y": 6, + "x": 11, + "y": 10, "w": 17, - "h": 22 + "h": 18 }, "frame": { - "x": 139, - "y": 513, + "x": 173, + "y": 482, "w": 17, - "h": 22 + "h": 18 } }, { @@ -4182,119 +4623,14 @@ "h": 21 }, "frame": { - "x": 145, - "y": 492, + "x": 190, + "y": 482, "w": 14, "h": 21 } }, { - "filename": "688", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 146, - "y": 468, - "w": 16, - "h": 24 - } - }, - { - "filename": "670s-red", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 22 - }, - "frame": { - "x": 162, - "y": 466, - "w": 19, - "h": 22 - } - }, - { - "filename": "688s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 4, - "w": 16, - "h": 24 - }, - "frame": { - "x": 185, - "y": 422, - "w": 16, - "h": 24 - } - }, - { - "filename": "670s-white", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 22 - }, - "frame": { - "x": 185, - "y": 446, - "w": 19, - "h": 22 - } - }, - { - "filename": "714s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 6, - "w": 21, - "h": 20 - }, - "frame": { - "x": 181, - "y": 468, - "w": 21, - "h": 20 - } - }, - { - "filename": "698s", + "filename": "686s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4303,120 +4639,15 @@ }, "spriteSourceSize": { "x": 11, - "y": 4, - "w": 17, - "h": 24 - }, - "frame": { - "x": 156, - "y": 513, - "w": 17, - "h": 24 - } - }, - { - "filename": "702", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 22, - "h": 17 - }, - "frame": { - "x": 156, - "y": 537, - "w": 22, - "h": 17 - } - }, - { - "filename": "664s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 7, - "w": 14, - "h": 21 - }, - "frame": { - "x": 159, - "y": 492, - "w": 14, - "h": 21 - } - }, - { - "filename": "670s-yellow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 22 - }, - "frame": { - "x": 173, - "y": 488, - "w": 19, - "h": 22 - } - }, - { - "filename": "710s-super", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 20, - "h": 21 - }, - "frame": { - "x": 173, - "y": 510, - "w": 20, - "h": 21 - } - }, - { - "filename": "711-small", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, + "y": 8, "w": 18, - "h": 22 + "h": 20 }, "frame": { - "x": 192, - "y": 488, + "x": 186, + "y": 503, "w": 18, - "h": 22 + "h": 20 } }, { @@ -4434,14 +4665,14 @@ "h": 21 }, "frame": { - "x": 193, - "y": 510, + "x": 178, + "y": 523, "w": 18, "h": 21 } }, { - "filename": "696", + "filename": "664s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4449,16 +4680,58 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 12, - "w": 20, - "h": 17 + "x": 13, + "y": 7, + "w": 14, + "h": 21 }, "frame": { - "x": 210, - "y": 297, - "w": 20, - "h": 17 + "x": 196, + "y": 523, + "w": 14, + "h": 21 + } + }, + { + "filename": "703", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 15, + "w": 14, + "h": 13 + }, + "frame": { + "x": 166, + "y": 544, + "w": 14, + "h": 13 + } + }, + { + "filename": "703s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 15, + "w": 14, + "h": 13 + }, + "frame": { + "x": 180, + "y": 544, + "w": 14, + "h": 13 } }, { @@ -4476,8 +4749,8 @@ "h": 22 }, "frame": { - "x": 178, - "y": 531, + "x": 203, + "y": 460, "w": 18, "h": 22 } @@ -4497,243 +4770,12 @@ "h": 21 }, "frame": { - "x": 196, - "y": 531, + "x": 204, + "y": 439, "w": 18, "h": 21 } }, - { - "filename": "686s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 18, - "h": 20 - }, - "frame": { - "x": 202, - "y": 468, - "w": 18, - "h": 20 - } - }, - { - "filename": "710-large", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 17, - "h": 20 - }, - "frame": { - "x": 210, - "y": 488, - "w": 17, - "h": 20 - } - }, - { - "filename": "710s-large", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 8, - "w": 17, - "h": 20 - }, - "frame": { - "x": 211, - "y": 508, - "w": 17, - "h": 20 - } - }, - { - "filename": "653", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 9, - "w": 17, - "h": 19 - }, - "frame": { - "x": 214, - "y": 528, - "w": 17, - "h": 19 - } - }, - { - "filename": "653s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 9, - "w": 17, - "h": 19 - }, - "frame": { - "x": 197, - "y": 315, - "w": 17, - "h": 19 - } - }, - { - "filename": "677", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 10, - "w": 16, - "h": 18 - }, - "frame": { - "x": 214, - "y": 314, - "w": 16, - "h": 18 - } - }, - { - "filename": "702s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 11, - "w": 22, - "h": 17 - }, - "frame": { - "x": 230, - "y": 315, - "w": 22, - "h": 17 - } - }, - { - "filename": "656s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 10, - "w": 18, - "h": 19 - }, - "frame": { - "x": 193, - "y": 335, - "w": 18, - "h": 19 - } - }, - { - "filename": "674", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 9, - "w": 15, - "h": 19 - }, - "frame": { - "x": 190, - "y": 356, - "w": 15, - "h": 19 - } - }, - { - "filename": "674s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 9, - "w": 15, - "h": 19 - }, - "frame": { - "x": 190, - "y": 375, - "w": 15, - "h": 19 - } - }, - { - "filename": "710", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 9, - "w": 17, - "h": 19 - }, - "frame": { - "x": 190, - "y": 394, - "w": 17, - "h": 19 - } - }, { "filename": "710s", "rotated": false, @@ -4749,8 +4791,8 @@ "h": 19 }, "frame": { - "x": 205, - "y": 354, + "x": 204, + "y": 482, "w": 17, "h": 19 } @@ -4770,8 +4812,8 @@ "h": 18 }, "frame": { - "x": 205, - "y": 373, + "x": 204, + "y": 501, "w": 17, "h": 18 } @@ -4791,14 +4833,14 @@ "h": 18 }, "frame": { - "x": 207, - "y": 391, + "x": 210, + "y": 519, "w": 15, "h": 18 } }, { - "filename": "696s", + "filename": "665", "rotated": false, "trimmed": true, "sourceSize": { @@ -4806,18 +4848,39 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 12, - "w": 20, + "x": 12, + "y": 11, + "w": 16, "h": 17 }, "frame": { - "x": 214, - "y": 332, - "w": 20, + "x": 210, + "y": 537, + "w": 16, "h": 17 } }, + { + "filename": "704", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 14, + "y": 14, + "w": 12, + "h": 14 + }, + "frame": { + "x": 196, + "y": 363, + "w": 12, + "h": 14 + } + }, { "filename": "694", "rotated": false, @@ -4833,8 +4896,8 @@ "h": 17 }, "frame": { - "x": 234, - "y": 332, + "x": 208, + "y": 363, "w": 18, "h": 17 } @@ -4854,33 +4917,12 @@ "h": 17 }, "frame": { - "x": 222, - "y": 349, + "x": 226, + "y": 363, "w": 18, "h": 17 } }, - { - "filename": "703s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 15, - "w": 14, - "h": 13 - }, - "frame": { - "x": 240, - "y": 349, - "w": 14, - "h": 13 - } - }, { "filename": "712", "rotated": false, @@ -4896,33 +4938,12 @@ "h": 18 }, "frame": { - "x": 222, - "y": 366, + "x": 202, + "y": 380, "w": 17, "h": 18 } }, - { - "filename": "669-orange", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 10, - "w": 15, - "h": 18 - }, - "frame": { - "x": 239, - "y": 366, - "w": 15, - "h": 18 - } - }, { "filename": "712s", "rotated": false, @@ -4938,12 +4959,54 @@ "h": 18 }, "frame": { - "x": 222, - "y": 384, + "x": 219, + "y": 380, "w": 17, "h": 18 } }, + { + "filename": "677", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 10, + "w": 16, + "h": 18 + }, + "frame": { + "x": 207, + "y": 398, + "w": 16, + "h": 18 + } + }, + { + "filename": "669-orange", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 10, + "w": 15, + "h": 18 + }, + "frame": { + "x": 223, + "y": 398, + "w": 15, + "h": 18 + } + }, { "filename": "669-red", "rotated": false, @@ -4959,75 +5022,12 @@ "h": 18 }, "frame": { - "x": 239, - "y": 384, + "x": 236, + "y": 380, "w": 15, "h": 18 } }, - { - "filename": "661", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 13, - "w": 18, - "h": 15 - }, - "frame": { - "x": 222, - "y": 402, - "w": 18, - "h": 15 - } - }, - { - "filename": "669-white", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 10, - "w": 15, - "h": 18 - }, - "frame": { - "x": 207, - "y": 409, - "w": 15, - "h": 18 - } - }, - { - "filename": "661s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 13, - "w": 18, - "h": 15 - }, - "frame": { - "x": 222, - "y": 417, - "w": 18, - "h": 15 - } - }, { "filename": "677s", "rotated": false, @@ -5043,14 +5043,14 @@ "h": 18 }, "frame": { - "x": 201, - "y": 427, + "x": 238, + "y": 398, "w": 16, "h": 18 } }, { - "filename": "669-yellow", + "filename": "669-white", "rotated": false, "trimmed": true, "sourceSize": { @@ -5064,54 +5064,12 @@ "h": 18 }, "frame": { - "x": 204, - "y": 445, + "x": 205, + "y": 419, "w": 15, "h": 18 } }, - { - "filename": "704", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 14, - "y": 14, - "w": 12, - "h": 14 - }, - "frame": { - "x": 240, - "y": 402, - "w": 12, - "h": 14 - } - }, - { - "filename": "704s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 14, - "y": 14, - "w": 12, - "h": 14 - }, - "frame": { - "x": 240, - "y": 416, - "w": 12, - "h": 14 - } - }, { "filename": "665s", "rotated": false, @@ -5127,8 +5085,8 @@ "h": 17 }, "frame": { - "x": 219, - "y": 432, + "x": 220, + "y": 416, "w": 16, "h": 17 } @@ -5148,12 +5106,33 @@ "h": 16 }, "frame": { - "x": 219, - "y": 449, + "x": 236, + "y": 416, "w": 17, "h": 16 } }, + { + "filename": "669-yellow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 10, + "w": 15, + "h": 18 + }, + "frame": { + "x": 222, + "y": 433, + "w": 15, + "h": 18 + } + }, { "filename": "669s-blue", "rotated": false, @@ -5169,31 +5148,10 @@ "h": 18 }, "frame": { - "x": 220, - "y": 465, - "w": 15, - "h": 18 - } - }, - { - "filename": "710-small", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 9, - "w": 15, - "h": 17 - }, - "frame": { - "x": 235, + "x": 237, "y": 432, "w": 15, - "h": 17 + "h": 18 } }, { @@ -5211,8 +5169,8 @@ "h": 18 }, "frame": { - "x": 236, - "y": 449, + "x": 222, + "y": 451, "w": 15, "h": 18 } @@ -5232,8 +5190,8 @@ "h": 18 }, "frame": { - "x": 235, - "y": 467, + "x": 237, + "y": 450, "w": 15, "h": 18 } @@ -5253,8 +5211,8 @@ "h": 18 }, "frame": { - "x": 227, - "y": 485, + "x": 221, + "y": 469, "w": 15, "h": 18 } @@ -5274,12 +5232,54 @@ "h": 18 }, "frame": { - "x": 228, - "y": 503, + "x": 221, + "y": 487, "w": 15, "h": 18 } }, + { + "filename": "704s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 14, + "y": 14, + "w": 12, + "h": 14 + }, + "frame": { + "x": 221, + "y": 505, + "w": 12, + "h": 14 + } + }, + { + "filename": "710-small", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 9, + "w": 15, + "h": 17 + }, + "frame": { + "x": 225, + "y": 519, + "w": 15, + "h": 17 + } + }, { "filename": "710s-small", "rotated": false, @@ -5295,12 +5295,33 @@ "h": 17 }, "frame": { - "x": 231, - "y": 521, + "x": 226, + "y": 536, "w": 15, "h": 17 } }, + { + "filename": "682", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 12, + "w": 15, + "h": 16 + }, + "frame": { + "x": 236, + "y": 469, + "w": 15, + "h": 16 + } + }, { "filename": "682s", "rotated": false, @@ -5316,8 +5337,8 @@ "h": 16 }, "frame": { - "x": 231, - "y": 538, + "x": 236, + "y": 485, "w": 15, "h": 16 } @@ -5328,6 +5349,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:049c5b1c50b54f73bca369d3cece4336:2c861a7365c9c9423b050bde6e7e0742:96737d38f2029744a75c1ee001bc1929$" + "smartupdate": "$TexturePacker:SmartUpdate:a80f4550917ab6469d19d3cdd7fc8ebc:a52ccf05d060a2fd0a793e2f02508109:96737d38f2029744a75c1ee001bc1929$" } } diff --git a/public/images/pokemon_icons_6.png b/public/images/pokemon_icons_6.png index 9373aca8b70..46ff8597ce2 100644 Binary files a/public/images/pokemon_icons_6.png and b/public/images/pokemon_icons_6.png differ diff --git a/public/images/pokemon_icons_6v.json b/public/images/pokemon_icons_6v.json index e3864b278db..d828917e815 100644 --- a/public/images/pokemon_icons_6v.json +++ b/public/images/pokemon_icons_6v.json @@ -4,8 +4,8 @@ "image": "pokemon_icons_6v.png", "format": "RGBA8888", "size": { - "w": 125, - "h": 125 + "w": 147, + "h": 147 }, "scale": 1, "frames": [ @@ -45,8 +45,8 @@ "h": 29 }, "frame": { - "x": 40, - "y": 0, + "x": 0, + "y": 29, "w": 40, "h": 29 } @@ -66,12 +66,96 @@ "h": 29 }, "frame": { - "x": 80, + "x": 40, "y": 0, "w": 40, "h": 29 } }, + { + "filename": "691_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 34, + "h": 25 + }, + "frame": { + "x": 0, + "y": 58, + "w": 34, + "h": 25 + } + }, + { + "filename": "691_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 4, + "w": 34, + "h": 25 + }, + "frame": { + "x": 40, + "y": 29, + "w": 34, + "h": 25 + } + }, + { + "filename": "655_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 29, + "h": 25 + }, + "frame": { + "x": 80, + "y": 0, + "w": 29, + "h": 25 + } + }, + { + "filename": "655_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 29, + "h": 25 + }, + "frame": { + "x": 0, + "y": 83, + "w": 29, + "h": 25 + } + }, { "filename": "709_2", "rotated": false, @@ -88,7 +172,7 @@ }, "frame": { "x": 0, - "y": 29, + "y": 108, "w": 27, "h": 27 } @@ -108,138 +192,12 @@ "h": 27 }, "frame": { - "x": 0, - "y": 56, + "x": 109, + "y": 0, "w": 27, "h": 27 } }, - { - "filename": "706_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 26, - "h": 26 - }, - "frame": { - "x": 0, - "y": 83, - "w": 26, - "h": 26 - } - }, - { - "filename": "704_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 13, - "w": 14, - "h": 16 - }, - "frame": { - "x": 0, - "y": 109, - "w": 14, - "h": 16 - } - }, - { - "filename": "704_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 13, - "w": 14, - "h": 16 - }, - "frame": { - "x": 14, - "y": 109, - "w": 14, - "h": 16 - } - }, - { - "filename": "706_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 26, - "h": 26 - }, - "frame": { - "x": 26, - "y": 83, - "w": 26, - "h": 26 - } - }, - { - "filename": "708_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 27, - "h": 23 - }, - "frame": { - "x": 27, - "y": 29, - "w": 27, - "h": 23 - } - }, - { - "filename": "708_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 6, - "w": 27, - "h": 23 - }, - "frame": { - "x": 27, - "y": 52, - "w": 27, - "h": 23 - } - }, { "filename": "700_2", "rotated": false, @@ -255,12 +213,54 @@ "h": 25 }, "frame": { - "x": 52, - "y": 75, + "x": 34, + "y": 58, "w": 24, "h": 25 } }, + { + "filename": "706_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 26, + "h": 26 + }, + "frame": { + "x": 29, + "y": 83, + "w": 26, + "h": 26 + } + }, + { + "filename": "706_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 26, + "h": 26 + }, + "frame": { + "x": 27, + "y": 109, + "w": 26, + "h": 26 + } + }, { "filename": "700_3", "rotated": false, @@ -276,8 +276,8 @@ "h": 25 }, "frame": { - "x": 52, - "y": 100, + "x": 58, + "y": 54, "w": 24, "h": 25 } @@ -297,33 +297,12 @@ "h": 25 }, "frame": { - "x": 54, + "x": 74, "y": 29, "w": 23, "h": 25 } }, - { - "filename": "720_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 23, - "h": 21 - }, - "frame": { - "x": 54, - "y": 54, - "w": 23, - "h": 21 - } - }, { "filename": "711_2", "rotated": false, @@ -339,12 +318,33 @@ "h": 25 }, "frame": { - "x": 76, - "y": 75, + "x": 82, + "y": 54, "w": 23, "h": 25 } }, + { + "filename": "708_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 27, + "h": 23 + }, + "frame": { + "x": 97, + "y": 27, + "w": 27, + "h": 23 + } + }, { "filename": "711_3", "rotated": false, @@ -360,12 +360,117 @@ "h": 25 }, "frame": { - "x": 76, - "y": 100, + "x": 124, + "y": 27, "w": 23, "h": 25 } }, + { + "filename": "653_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 19, + "h": 21 + }, + "frame": { + "x": 105, + "y": 50, + "w": 19, + "h": 21 + } + }, + { + "filename": "720_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 23, + "h": 21 + }, + "frame": { + "x": 124, + "y": 52, + "w": 23, + "h": 21 + } + }, + { + "filename": "708_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 6, + "w": 27, + "h": 23 + }, + "frame": { + "x": 58, + "y": 79, + "w": 27, + "h": 23 + } + }, + { + "filename": "654_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 22, + "h": 24 + }, + "frame": { + "x": 85, + "y": 79, + "w": 22, + "h": 24 + } + }, + { + "filename": "705_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 5, + "w": 17, + "h": 24 + }, + "frame": { + "x": 107, + "y": 71, + "w": 17, + "h": 24 + } + }, { "filename": "720_2", "rotated": false, @@ -381,8 +486,8 @@ "h": 21 }, "frame": { - "x": 77, - "y": 29, + "x": 124, + "y": 73, "w": 23, "h": 21 } @@ -402,33 +507,12 @@ "h": 21 }, "frame": { - "x": 77, - "y": 50, + "x": 124, + "y": 94, "w": 23, "h": 21 } }, - { - "filename": "705_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 5, - "w": 17, - "h": 24 - }, - "frame": { - "x": 99, - "y": 71, - "w": 17, - "h": 24 - } - }, { "filename": "705_3", "rotated": false, @@ -444,12 +528,54 @@ "h": 24 }, "frame": { - "x": 99, + "x": 107, "y": 95, "w": 17, "h": 24 } }, + { + "filename": "654_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 22, + "h": 24 + }, + "frame": { + "x": 55, + "y": 102, + "w": 22, + "h": 24 + } + }, + { + "filename": "653_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 8, + "w": 19, + "h": 21 + }, + "frame": { + "x": 53, + "y": 126, + "w": 19, + "h": 21 + } + }, { "filename": "710_2", "rotated": false, @@ -465,12 +591,33 @@ "h": 21 }, "frame": { - "x": 100, - "y": 29, + "x": 72, + "y": 126, "w": 19, "h": 21 } }, + { + "filename": "690_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 23 + }, + "frame": { + "x": 77, + "y": 103, + "w": 20, + "h": 23 + } + }, { "filename": "710_3", "rotated": false, @@ -486,11 +633,74 @@ "h": 21 }, "frame": { - "x": 100, - "y": 50, + "x": 91, + "y": 126, "w": 19, "h": 21 } + }, + { + "filename": "690_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 23 + }, + "frame": { + "x": 110, + "y": 119, + "w": 20, + "h": 23 + } + }, + { + "filename": "704_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 14, + "h": 16 + }, + "frame": { + "x": 130, + "y": 115, + "w": 14, + "h": 16 + } + }, + { + "filename": "704_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 13, + "w": 14, + "h": 16 + }, + "frame": { + "x": 130, + "y": 131, + "w": 14, + "h": 16 + } } ] } @@ -498,6 +708,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:999b7376d933d9650355ce494f278fd8:44fb34b97cbbfaec552d571bc55632c5:8a74f769af240f74b0e67390bbb36c14$" + "smartupdate": "$TexturePacker:SmartUpdate:bb2699cd45385b5c5854125d4b7d64c8:32e63bd55f7ffc04cabf34b0cae67b5a:8a74f769af240f74b0e67390bbb36c14$" } } diff --git a/public/images/pokemon_icons_6v.png b/public/images/pokemon_icons_6v.png index 9f5cf714b67..06e8964a41e 100644 Binary files a/public/images/pokemon_icons_6v.png and b/public/images/pokemon_icons_6v.png differ diff --git a/public/images/pokemon_icons_7v.json b/public/images/pokemon_icons_7v.json index d9e2368f9b7..a5a98687969 100644 --- a/public/images/pokemon_icons_7v.json +++ b/public/images/pokemon_icons_7v.json @@ -4,11 +4,137 @@ "image": "pokemon_icons_7v.png", "format": "RGBA8888", "size": { - "w": 100, - "h": 100 + "w": 161, + "h": 161 }, "scale": 1, "frames": [ + { + "filename": "800-ultra_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 37, + "h": 30 + }, + "frame": { + "x": 0, + "y": 0, + "w": 37, + "h": 30 + } + }, + { + "filename": "800-ultra_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 37, + "h": 30 + }, + "frame": { + "x": 0, + "y": 30, + "w": 37, + "h": 30 + } + }, + { + "filename": "800-dusk-mane_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 36, + "h": 30 + }, + "frame": { + "x": 37, + "y": 0, + "w": 36, + "h": 30 + } + }, + { + "filename": "800-dusk-mane_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 2, + "y": 0, + "w": 36, + "h": 30 + }, + "frame": { + "x": 0, + "y": 60, + "w": 36, + "h": 30 + } + }, + { + "filename": "800-dawn-wings_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 33, + "h": 30 + }, + "frame": { + "x": 37, + "y": 30, + "w": 33, + "h": 30 + } + }, + { + "filename": "800-dawn-wings_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 33, + "h": 30 + }, + "frame": { + "x": 73, + "y": 0, + "w": 33, + "h": 30 + } + }, { "filename": "791_1", "rotated": false, @@ -25,11 +151,158 @@ }, "frame": { "x": 0, - "y": 0, + "y": 90, "w": 31, "h": 29 } }, + { + "filename": "791_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 31, + "h": 29 + }, + "frame": { + "x": 36, + "y": 60, + "w": 31, + "h": 29 + } + }, + { + "filename": "791_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 31, + "h": 29 + }, + "frame": { + "x": 70, + "y": 30, + "w": 31, + "h": 29 + } + }, + { + "filename": "792_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 30, + "h": 30 + }, + "frame": { + "x": 106, + "y": 0, + "w": 30, + "h": 30 + } + }, + { + "filename": "789_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 25, + "h": 22 + }, + "frame": { + "x": 136, + "y": 0, + "w": 25, + "h": 22 + } + }, + { + "filename": "792_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 30, + "h": 30 + }, + "frame": { + "x": 0, + "y": 119, + "w": 30, + "h": 30 + } + }, + { + "filename": "800_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 30, + "h": 30 + }, + "frame": { + "x": 101, + "y": 30, + "w": 30, + "h": 30 + } + }, + { + "filename": "800_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 30, + "h": 30 + }, + "frame": { + "x": 131, + "y": 30, + "w": 30, + "h": 30 + } + }, { "filename": "748_2", "rotated": false, @@ -46,7 +319,7 @@ }, "frame": { "x": 31, - "y": 0, + "y": 90, "w": 28, "h": 26 } @@ -67,13 +340,13 @@ }, "frame": { "x": 59, - "y": 0, + "y": 89, "w": 28, "h": 26 } }, { - "filename": "789_1", + "filename": "755_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -81,16 +354,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 25, - "h": 22 + "x": 13, + "y": 3, + "w": 15, + "h": 26 }, "frame": { - "x": 31, - "y": 26, - "w": 25, - "h": 22 + "x": 67, + "y": 60, + "w": 15, + "h": 26 + } + }, + { + "filename": "755_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 3, + "w": 15, + "h": 26 + }, + "frame": { + "x": 82, + "y": 59, + "w": 15, + "h": 26 } }, { @@ -108,8 +402,8 @@ "h": 26 }, "frame": { - "x": 0, - "y": 29, + "x": 97, + "y": 60, "w": 24, "h": 26 } @@ -129,8 +423,8 @@ "h": 26 }, "frame": { - "x": 0, - "y": 55, + "x": 121, + "y": 60, "w": 24, "h": 26 } @@ -150,33 +444,12 @@ "h": 26 }, "frame": { - "x": 56, - "y": 26, + "x": 87, + "y": 86, "w": 24, "h": 26 } }, - { - "filename": "755_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 3, - "w": 15, - "h": 26 - }, - "frame": { - "x": 80, - "y": 26, - "w": 15, - "h": 26 - } - }, { "filename": "802_2", "rotated": false, @@ -192,14 +465,14 @@ "h": 26 }, "frame": { - "x": 24, - "y": 48, + "x": 111, + "y": 86, "w": 24, "h": 26 } }, { - "filename": "802_3", + "filename": "793_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -207,20 +480,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 12, + "x": 9, "y": 3, - "w": 24, + "w": 23, "h": 26 }, "frame": { - "x": 24, - "y": 74, - "w": 24, + "x": 135, + "y": 86, + "w": 23, "h": 26 } }, { - "filename": "755_3", + "filename": "789_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -228,16 +501,37 @@ "h": 30 }, "spriteSourceSize": { - "x": 13, - "y": 3, - "w": 15, - "h": 26 + "x": 9, + "y": 5, + "w": 25, + "h": 22 }, "frame": { - "x": 48, - "y": 52, - "w": 15, - "h": 26 + "x": 31, + "y": 116, + "w": 25, + "h": 22 + } + }, + { + "filename": "789_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 25, + "h": 22 + }, + "frame": { + "x": 30, + "y": 138, + "w": 25, + "h": 22 } }, { @@ -255,8 +549,8 @@ "h": 22 }, "frame": { - "x": 48, - "y": 78, + "x": 87, + "y": 112, "w": 24, "h": 22 } @@ -276,11 +570,137 @@ "h": 22 }, "frame": { - "x": 63, - "y": 52, + "x": 111, + "y": 112, "w": 24, "h": 22 } + }, + { + "filename": "793_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 23, + "h": 26 + }, + "frame": { + "x": 135, + "y": 112, + "w": 23, + "h": 26 + } + }, + { + "filename": "802_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 3, + "w": 24, + "h": 26 + }, + "frame": { + "x": 59, + "y": 115, + "w": 24, + "h": 26 + } + }, + { + "filename": "771_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 10, + "w": 20, + "h": 15 + }, + "frame": { + "x": 55, + "y": 141, + "w": 20, + "h": 15 + } + }, + { + "filename": "790_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 23, + "h": 21 + }, + "frame": { + "x": 83, + "y": 134, + "w": 23, + "h": 21 + } + }, + { + "filename": "790_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 23, + "h": 21 + }, + "frame": { + "x": 106, + "y": 134, + "w": 23, + "h": 21 + } + }, + { + "filename": "771_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 10, + "w": 20, + "h": 15 + }, + "frame": { + "x": 129, + "y": 138, + "w": 20, + "h": 15 + } } ] } @@ -288,6 +708,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:aaec20c6fdb64053452ab54d2708f7b5:8b53fb3b2348e6ca8e9a2505e8cfcff4:d5975df27e1e94206a68aa1fd3c2c8d0$" + "smartupdate": "$TexturePacker:SmartUpdate:ee75a1b2175dad70da6429396de2f18c:40aa6dda4cf1a8cac523d56ff48ec8e6:d5975df27e1e94206a68aa1fd3c2c8d0$" } } diff --git a/public/images/pokemon_icons_7v.png b/public/images/pokemon_icons_7v.png index 05137752381..65b13db047b 100644 Binary files a/public/images/pokemon_icons_7v.png and b/public/images/pokemon_icons_7v.png differ diff --git a/public/images/pokemon_icons_8.json b/public/images/pokemon_icons_8.json index 20f95930bed..430d114ff91 100644 --- a/public/images/pokemon_icons_8.json +++ b/public/images/pokemon_icons_8.json @@ -4,8 +4,8 @@ "image": "pokemon_icons_8.png", "format": "RGBA8888", "size": { - "w": 251, - "h": 796 + "w": 254, + "h": 798 }, "scale": 1, "frames": [ @@ -282,27 +282,6 @@ "h": 24 } }, - { - "filename": "834", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 34, - "h": 23 - }, - "frame": { - "x": 217, - "y": 0, - "w": 34, - "h": 23 - } - }, { "filename": "815-gigantamax", "rotated": false, @@ -660,48 +639,6 @@ "h": 28 } }, - { - "filename": "834s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 3, - "y": 3, - "w": 34, - "h": 23 - }, - "frame": { - "x": 217, - "y": 23, - "w": 34, - "h": 23 - } - }, - { - "filename": "4083s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 1, - "y": 3, - "w": 38, - "h": 24 - }, - "frame": { - "x": 179, - "y": 24, - "w": 38, - "h": 24 - } - }, { "filename": "905-incarnate", "rotated": false, @@ -849,6 +786,27 @@ "h": 27 } }, + { + "filename": "834", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 3, + "y": 3, + "w": 34, + "h": 23 + }, + "frame": { + "x": 217, + "y": 0, + "w": 34, + "h": 23 + } + }, { "filename": "864", "rotated": false, @@ -871,7 +829,7 @@ } }, { - "filename": "864s", + "filename": "4083s", "rotated": false, "trimmed": true, "sourceSize": { @@ -879,20 +837,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 30, - "h": 27 + "x": 1, + "y": 3, + "w": 38, + "h": 24 }, "frame": { "x": 34, "y": 117, - "w": 30, - "h": 27 + "w": 38, + "h": 24 } }, { - "filename": "879-gigantamax", + "filename": "834s", "rotated": false, "trimmed": true, "sourceSize": { @@ -900,457 +858,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 27, - "h": 30 - }, - "frame": { - "x": 31, - "y": 144, - "w": 27, - "h": 30 - } - }, - { - "filename": "879s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 27, - "h": 30 - }, - "frame": { - "x": 31, - "y": 174, - "w": 27, - "h": 30 - } - }, - { - "filename": "884-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 27, - "h": 30 - }, - "frame": { - "x": 30, - "y": 204, - "w": 27, - "h": 30 - } - }, - { - "filename": "884s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 0, - "w": 27, - "h": 30 - }, - "frame": { - "x": 30, - "y": 234, - "w": 27, - "h": 30 - } - }, - { - "filename": "861-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 26, - "h": 30 - }, - "frame": { - "x": 30, - "y": 264, - "w": 26, - "h": 30 - } - }, - { - "filename": "861s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 26, - "h": 30 - }, - "frame": { - "x": 30, - "y": 294, - "w": 26, - "h": 30 - } - }, - { - "filename": "898-shadow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 26, - "h": 30 - }, - "frame": { - "x": 30, - "y": 324, - "w": 26, - "h": 30 - } - }, - { - "filename": "898s-shadow", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 26, - "h": 30 - }, - "frame": { - "x": 30, - "y": 354, - "w": 26, - "h": 30 - } - }, - { - "filename": "839-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 30, - "y": 384, - "w": 25, - "h": 30 - } - }, - { - "filename": "839s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 30, - "y": 414, - "w": 25, - "h": 30 - } - }, - { - "filename": "4555", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 29, - "y": 444, - "w": 25, - "h": 30 - } - }, - { - "filename": "4555s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 25, - "h": 30 - }, - "frame": { - "x": 29, - "y": 474, - "w": 25, - "h": 30 - } - }, - { - "filename": "898-ice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 29 - }, - "frame": { - "x": 29, - "y": 504, - "w": 24, - "h": 29 - } - }, - { - "filename": "898s-ice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 29 - }, - "frame": { - "x": 29, - "y": 533, - "w": 24, - "h": 29 - } - }, - { - "filename": "841-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 0, - "w": 21, - "h": 30 - }, - "frame": { - "x": 32, - "y": 562, - "w": 21, - "h": 30 - } - }, - { - "filename": "841s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 0, - "w": 21, - "h": 30 - }, - "frame": { - "x": 32, - "y": 592, - "w": 21, - "h": 30 - } - }, - { - "filename": "842-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 0, - "w": 21, - "h": 30 - }, - "frame": { - "x": 32, - "y": 622, - "w": 21, - "h": 30 - } - }, - { - "filename": "845", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 32, - "y": 652, - "w": 24, - "h": 26 - } - }, - { - "filename": "892-gigantamax-single", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 23, - "h": 29 - }, - "frame": { - "x": 33, - "y": 678, - "w": 23, - "h": 29 - } - }, - { - "filename": "4110", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 29, - "h": 28 - }, - "frame": { - "x": 31, - "y": 707, - "w": 29, - "h": 28 - } - }, - { - "filename": "826-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, + "x": 3, "y": 3, - "w": 30, - "h": 25 + "w": 34, + "h": 23 }, "frame": { - "x": 31, - "y": 735, - "w": 30, - "h": 25 - } - }, - { - "filename": "834-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 29, - "h": 27 - }, - "frame": { - "x": 30, - "y": 760, - "w": 29, - "h": 27 + "x": 179, + "y": 24, + "w": 34, + "h": 23 } }, { @@ -1369,7 +886,7 @@ }, "frame": { "x": 178, - "y": 48, + "y": 47, "w": 33, "h": 24 } @@ -1411,7 +928,7 @@ }, "frame": { "x": 178, - "y": 72, + "y": 71, "w": 33, "h": 24 } @@ -1438,7 +955,7 @@ } }, { - "filename": "4110s", + "filename": "864s", "rotated": false, "trimmed": true, "sourceSize": { @@ -1448,14 +965,14 @@ "spriteSourceSize": { "x": 5, "y": 1, - "w": 29, - "h": 28 + "w": 30, + "h": 27 }, "frame": { "x": 70, "y": 80, - "w": 29, - "h": 28 + "w": 30, + "h": 27 } }, { @@ -1480,7 +997,7 @@ } }, { - "filename": "834s-gigantamax", + "filename": "887", "rotated": false, "trimmed": true, "sourceSize": { @@ -1489,14 +1006,329 @@ }, "spriteSourceSize": { "x": 5, - "y": 1, - "w": 29, - "h": 27 + "y": 2, + "w": 30, + "h": 26 + }, + "frame": { + "x": 100, + "y": 81, + "w": 30, + "h": 26 + } + }, + { + "filename": "879-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 27, + "h": 30 + }, + "frame": { + "x": 72, + "y": 107, + "w": 27, + "h": 30 + } + }, + { + "filename": "879s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 27, + "h": 30 }, "frame": { "x": 99, + "y": 107, + "w": 27, + "h": 30 + } + }, + { + "filename": "813", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 2, + "w": 17, + "h": 26 + }, + "frame": { + "x": 130, "y": 81, - "w": 29, + "w": 17, + "h": 26 + } + }, + { + "filename": "870", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 3, + "w": 31, + "h": 23 + }, + "frame": { + "x": 147, + "y": 80, + "w": 31, + "h": 23 + } + }, + { + "filename": "839-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 126, + "y": 107, + "w": 25, + "h": 30 + } + }, + { + "filename": "884-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 27, + "h": 30 + }, + "frame": { + "x": 151, + "y": 103, + "w": 27, + "h": 30 + } + }, + { + "filename": "884s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 0, + "w": 27, + "h": 30 + }, + "frame": { + "x": 178, + "y": 95, + "w": 27, + "h": 30 + } + }, + { + "filename": "839s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 205, + "y": 95, + "w": 25, + "h": 30 + } + }, + { + "filename": "898-ice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 29 + }, + "frame": { + "x": 230, + "y": 23, + "w": 24, + "h": 29 + } + }, + { + "filename": "869-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 17, + "h": 30 + }, + "frame": { + "x": 213, + "y": 24, + "w": 17, + "h": 30 + } + }, + { + "filename": "898s-ice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 29 + }, + "frame": { + "x": 230, + "y": 52, + "w": 24, + "h": 29 + } + }, + { + "filename": "876", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 24 + }, + "frame": { + "x": 211, + "y": 54, + "w": 19, + "h": 24 + } + }, + { + "filename": "6157", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 230, + "y": 81, + "w": 24, + "h": 27 + } + }, + { + "filename": "852", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 17 + }, + "frame": { + "x": 211, + "y": 78, + "w": 19, + "h": 17 + } + }, + { + "filename": "6157s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 230, + "y": 108, + "w": 24, "h": 27 } }, @@ -1515,14 +1347,14 @@ "h": 24 }, "frame": { - "x": 70, - "y": 108, + "x": 178, + "y": 125, "w": 32, "h": 24 } }, { - "filename": "812", + "filename": "863", "rotated": false, "trimmed": true, "sourceSize": { @@ -1530,251 +1362,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, + "x": 10, "y": 3, - "w": 26, + "w": 20, "h": 24 }, "frame": { - "x": 102, - "y": 108, - "w": 26, + "x": 210, + "y": 125, + "w": 20, "h": 24 } }, { - "filename": "842s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 0, - "w": 21, - "h": 30 - }, - "frame": { - "x": 128, - "y": 81, - "w": 21, - "h": 30 - } - }, - { - "filename": "845-gulping", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 29, - "h": 27 - }, - "frame": { - "x": 149, - "y": 80, - "w": 29, - "h": 27 - } - }, - { - "filename": "811", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 24 - }, - "frame": { - "x": 128, - "y": 111, - "w": 22, - "h": 24 - } - }, - { - "filename": "845s-gulping", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 1, - "w": 29, - "h": 27 - }, - "frame": { - "x": 150, - "y": 107, - "w": 29, - "h": 27 - } - }, - { - "filename": "887", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 30, - "h": 26 - }, - "frame": { - "x": 179, - "y": 96, - "w": 30, - "h": 26 - } - }, - { - "filename": "826s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 3, - "w": 30, - "h": 25 - }, - "frame": { - "x": 179, - "y": 122, - "w": 30, - "h": 25 - } - }, - { - "filename": "870", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 3, - "w": 31, - "h": 23 - }, - "frame": { - "x": 64, - "y": 132, - "w": 31, - "h": 23 - } - }, - { - "filename": "870s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 3, - "w": 31, - "h": 23 - }, - "frame": { - "x": 95, - "y": 132, - "w": 31, - "h": 23 - } - }, - { - "filename": "887s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 2, - "w": 30, - "h": 26 - }, - "frame": { - "x": 58, - "y": 155, - "w": 30, - "h": 26 - } - }, - { - "filename": "895", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 28, - "h": 26 - }, - "frame": { - "x": 88, - "y": 155, - "w": 28, - "h": 26 - } - }, - { - "filename": "6503", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, - "w": 31, - "h": 23 - }, - "frame": { - "x": 58, - "y": 181, - "w": 31, - "h": 23 - } - }, - { - "filename": "905-therian", + "filename": "845", "rotated": false, "trimmed": true, "sourceSize": { @@ -1783,36 +1384,15 @@ }, "spriteSourceSize": { "x": 8, - "y": 1, - "w": 28, - "h": 27 + "y": 2, + "w": 24, + "h": 26 }, "frame": { - "x": 57, - "y": 204, - "w": 28, - "h": 27 - } - }, - { - "filename": "905s-therian", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 28, - "h": 27 - }, - "frame": { - "x": 57, - "y": 231, - "w": 28, - "h": 27 + "x": 230, + "y": 135, + "w": 24, + "h": 26 } }, { @@ -1830,14 +1410,14 @@ "h": 24 }, "frame": { - "x": 89, - "y": 181, + "x": 151, + "y": 133, "w": 27, "h": 24 } }, { - "filename": "6059", + "filename": "870s", "rotated": false, "trimmed": true, "sourceSize": { @@ -1845,146 +1425,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 2, - "w": 28, - "h": 27 - }, - "frame": { - "x": 85, - "y": 205, - "w": 28, - "h": 27 - } - }, - { - "filename": "895s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 28, - "h": 26 - }, - "frame": { - "x": 85, - "y": 232, - "w": 28, - "h": 26 - } - }, - { - "filename": "812s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, + "x": 4, "y": 3, - "w": 26, - "h": 24 - }, - "frame": { - "x": 126, - "y": 135, - "w": 26, - "h": 24 - } - }, - { - "filename": "823s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 152, - "y": 134, - "w": 27, - "h": 24 - } - }, - { - "filename": "6059s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 2, - "w": 28, - "h": 27 - }, - "frame": { - "x": 116, - "y": 159, - "w": 28, - "h": 27 - } - }, - { - "filename": "888", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 28, - "h": 23 - }, - "frame": { - "x": 116, - "y": 186, - "w": 28, - "h": 23 - } - }, - { - "filename": "6503s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 5, - "y": 5, "w": 31, "h": 23 }, "frame": { - "x": 113, - "y": 209, + "x": 178, + "y": 149, "w": 31, "h": 23 } }, { - "filename": "894", + "filename": "814", "rotated": false, "trimmed": true, "sourceSize": { @@ -1992,20 +1446,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 5, + "x": 9, "y": 3, - "w": 30, + "w": 21, "h": 23 }, "frame": { - "x": 113, - "y": 232, - "w": 30, + "x": 209, + "y": 149, + "w": 21, "h": 23 } }, { - "filename": "894s", + "filename": "845s", "rotated": false, "trimmed": true, "sourceSize": { @@ -2013,100 +1467,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 5, - "y": 3, - "w": 30, - "h": 23 + "x": 8, + "y": 2, + "w": 24, + "h": 26 }, "frame": { - "x": 179, - "y": 147, - "w": 30, - "h": 23 - } - }, - { - "filename": "828", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 152, - "y": 158, - "w": 27, - "h": 24 - } - }, - { - "filename": "889", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 26, - "h": 27 - }, - "frame": { - "x": 144, - "y": 182, - "w": 26, - "h": 27 - } - }, - { - "filename": "828s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 144, - "y": 209, - "w": 27, - "h": 24 - } - }, - { - "filename": "888s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 28, - "h": 23 - }, - "frame": { - "x": 143, - "y": 233, - "w": 28, - "h": 23 + "x": 230, + "y": 161, + "w": 24, + "h": 26 } }, { @@ -2124,8 +1494,8 @@ "h": 22 }, "frame": { - "x": 179, - "y": 170, + "x": 72, + "y": 137, "w": 31, "h": 22 } @@ -2145,14 +1515,287 @@ "h": 22 }, "frame": { - "x": 57, - "y": 258, + "x": 103, + "y": 137, "w": 31, "h": 22 } }, { - "filename": "889s", + "filename": "813s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 2, + "w": 17, + "h": 26 + }, + "frame": { + "x": 134, + "y": 137, + "w": 17, + "h": 26 + } + }, + { + "filename": "823s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 151, + "y": 157, + "w": 27, + "h": 24 + } + }, + { + "filename": "6503", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 31, + "h": 23 + }, + "frame": { + "x": 178, + "y": 172, + "w": 31, + "h": 23 + } + }, + { + "filename": "814s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 21, + "h": 23 + }, + "frame": { + "x": 209, + "y": 172, + "w": 21, + "h": 23 + } + }, + { + "filename": "892-gigantamax-rapid", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 24, + "h": 26 + }, + "frame": { + "x": 230, + "y": 187, + "w": 24, + "h": 26 + } + }, + { + "filename": "6503s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 5, + "w": 31, + "h": 23 + }, + "frame": { + "x": 34, + "y": 141, + "w": 31, + "h": 23 + } + }, + { + "filename": "4110", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 29, + "h": 28 + }, + "frame": { + "x": 31, + "y": 164, + "w": 29, + "h": 28 + } + }, + { + "filename": "826-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 30, + "h": 25 + }, + "frame": { + "x": 31, + "y": 192, + "w": 30, + "h": 25 + } + }, + { + "filename": "4110s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 29, + "h": 28 + }, + "frame": { + "x": 30, + "y": 217, + "w": 29, + "h": 28 + } + }, + { + "filename": "834-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 29, + "h": 27 + }, + "frame": { + "x": 30, + "y": 245, + "w": 29, + "h": 27 + } + }, + { + "filename": "834s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 29, + "h": 27 + }, + "frame": { + "x": 30, + "y": 272, + "w": 29, + "h": 27 + } + }, + { + "filename": "845-gulping", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 29, + "h": 27 + }, + "frame": { + "x": 30, + "y": 299, + "w": 29, + "h": 27 + } + }, + { + "filename": "845s-gulping", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 1, + "w": 29, + "h": 27 + }, + "frame": { + "x": 30, + "y": 326, + "w": 29, + "h": 27 + } + }, + { + "filename": "861-gigantamax", "rotated": false, "trimmed": true, "sourceSize": { @@ -2161,15 +1804,57 @@ }, "spriteSourceSize": { "x": 7, - "y": 1, + "y": 0, "w": 26, - "h": 27 + "h": 30 }, "frame": { - "x": 56, - "y": 280, + "x": 30, + "y": 353, "w": 26, - "h": 27 + "h": 30 + } + }, + { + "filename": "861s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 26, + "h": 30 + }, + "frame": { + "x": 30, + "y": 383, + "w": 26, + "h": 30 + } + }, + { + "filename": "898-shadow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 26, + "h": 30 + }, + "frame": { + "x": 30, + "y": 413, + "w": 26, + "h": 30 } }, { @@ -2187,14 +1872,14 @@ "h": 28 }, "frame": { - "x": 56, - "y": 307, + "x": 60, + "y": 164, "w": 25, "h": 28 } }, { - "filename": "4555s-zen", + "filename": "887s", "rotated": false, "trimmed": true, "sourceSize": { @@ -2202,16 +1887,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 25, - "h": 28 + "x": 5, + "y": 2, + "w": 30, + "h": 26 }, "frame": { - "x": 56, - "y": 335, - "w": 25, - "h": 28 + "x": 85, + "y": 159, + "w": 30, + "h": 26 } }, { @@ -2229,14 +1914,182 @@ "h": 27 }, "frame": { - "x": 88, - "y": 258, + "x": 61, + "y": 192, "w": 25, "h": 27 } }, { - "filename": "904", + "filename": "898s-shadow", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 26, + "h": 30 + }, + "frame": { + "x": 59, + "y": 219, + "w": 26, + "h": 30 + } + }, + { + "filename": "4555", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 59, + "y": 249, + "w": 25, + "h": 30 + } + }, + { + "filename": "4555s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 25, + "h": 30 + }, + "frame": { + "x": 59, + "y": 279, + "w": 25, + "h": 30 + } + }, + { + "filename": "4555s-zen", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 25, + "h": 28 + }, + "frame": { + "x": 59, + "y": 309, + "w": 25, + "h": 28 + } + }, + { + "filename": "905-therian", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 28, + "h": 27 + }, + "frame": { + "x": 86, + "y": 185, + "w": 28, + "h": 27 + } + }, + { + "filename": "876s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 24 + }, + "frame": { + "x": 115, + "y": 159, + "w": 19, + "h": 24 + } + }, + { + "filename": "859", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 17, + "h": 20 + }, + "frame": { + "x": 134, + "y": 163, + "w": 17, + "h": 20 + } + }, + { + "filename": "828", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 151, + "y": 181, + "w": 27, + "h": 24 + } + }, + { + "filename": "812", "rotated": false, "trimmed": true, "sourceSize": { @@ -2246,18 +2099,249 @@ "spriteSourceSize": { "x": 7, "y": 3, + "w": 26, + "h": 24 + }, + "frame": { + "x": 59, + "y": 337, + "w": 26, + "h": 24 + } + }, + { + "filename": "905s-therian", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, "w": 28, + "h": 27 + }, + "frame": { + "x": 56, + "y": 361, + "w": 28, + "h": 27 + } + }, + { + "filename": "6059", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 28, + "h": 27 + }, + "frame": { + "x": 56, + "y": 388, + "w": 28, + "h": 27 + } + }, + { + "filename": "6059s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 28, + "h": 27 + }, + "frame": { + "x": 56, + "y": 415, + "w": 28, + "h": 27 + } + }, + { + "filename": "826s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 30, "h": 25 }, "frame": { - "x": 113, - "y": 255, - "w": 28, + "x": 178, + "y": 195, + "w": 30, "h": 25 } }, { - "filename": "904s", + "filename": "818", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 1, + "w": 22, + "h": 27 + }, + "frame": { + "x": 208, + "y": 195, + "w": 22, + "h": 27 + } + }, + { + "filename": "892s-gigantamax-rapid", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 24, + "h": 26 + }, + "frame": { + "x": 230, + "y": 213, + "w": 24, + "h": 26 + } + }, + { + "filename": "888", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 28, + "h": 23 + }, + "frame": { + "x": 86, + "y": 212, + "w": 28, + "h": 23 + } + }, + { + "filename": "894", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 3, + "w": 30, + "h": 23 + }, + "frame": { + "x": 85, + "y": 235, + "w": 30, + "h": 23 + } + }, + { + "filename": "895", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 28, + "h": 26 + }, + "frame": { + "x": 84, + "y": 258, + "w": 28, + "h": 26 + } + }, + { + "filename": "895s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 28, + "h": 26 + }, + "frame": { + "x": 84, + "y": 284, + "w": 28, + "h": 26 + } + }, + { + "filename": "889", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 26, + "h": 27 + }, + "frame": { + "x": 84, + "y": 310, + "w": 26, + "h": 27 + } + }, + { + "filename": "812s", "rotated": false, "trimmed": true, "sourceSize": { @@ -2267,14 +2351,35 @@ "spriteSourceSize": { "x": 7, "y": 3, - "w": 28, - "h": 25 + "w": 26, + "h": 24 }, "frame": { - "x": 141, - "y": 256, - "w": 28, - "h": 25 + "x": 85, + "y": 337, + "w": 26, + "h": 24 + } + }, + { + "filename": "889s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 26, + "h": 27 + }, + "frame": { + "x": 84, + "y": 361, + "w": 26, + "h": 27 } }, { @@ -2292,8 +2397,8 @@ "h": 27 }, "frame": { - "x": 56, - "y": 363, + "x": 84, + "y": 388, "w": 25, "h": 27 } @@ -2313,56 +2418,14 @@ "h": 27 }, "frame": { - "x": 55, - "y": 390, + "x": 84, + "y": 415, "w": 25, "h": 27 } }, { - "filename": "862s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 25, - "h": 27 - }, - "frame": { - "x": 55, - "y": 417, - "w": 25, - "h": 27 - } - }, - { - "filename": "892s-gigantamax-single", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 23, - "h": 29 - }, - "frame": { - "x": 54, - "y": 444, - "w": 23, - "h": 29 - } - }, - { - "filename": "6157", + "filename": "841-gigantamax", "rotated": false, "trimmed": true, "sourceSize": { @@ -2371,124 +2434,19 @@ }, "spriteSourceSize": { "x": 9, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 54, - "y": 473, - "w": 24, - "h": 27 - } - }, - { - "filename": "901", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 28, - "h": 23 - }, - "frame": { - "x": 82, - "y": 285, - "w": 28, - "h": 23 - } - }, - { - "filename": "841", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 81, - "y": 308, - "w": 27, - "h": 24 - } - }, - { - "filename": "841s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 81, - "y": 332, - "w": 27, - "h": 24 - } - }, - { - "filename": "842", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 81, - "y": 356, - "w": 26, - "h": 25 - } - }, - { - "filename": "869-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, "y": 0, - "w": 17, + "w": 21, "h": 30 }, "frame": { - "x": 211, - "y": 48, - "w": 17, + "x": 112, + "y": 258, + "w": 21, "h": 30 } }, { - "filename": "892", + "filename": "811", "rotated": false, "trimmed": true, "sourceSize": { @@ -2496,270 +2454,18 @@ "h": 30 }, "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 23, - "h": 25 - }, - "frame": { - "x": 228, - "y": 46, - "w": 23, - "h": 25 - } - }, - { - "filename": "892s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 23, - "h": 25 - }, - "frame": { - "x": 228, - "y": 71, - "w": 23, - "h": 25 - } - }, - { - "filename": "813", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 2, - "w": 17, - "h": 26 - }, - "frame": { - "x": 211, - "y": 78, - "w": 17, - "h": 26 - } - }, - { - "filename": "820", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, + "x": 9, "y": 3, - "w": 23, + "w": 22, "h": 24 }, "frame": { - "x": 228, - "y": 96, - "w": 23, + "x": 112, + "y": 288, + "w": 22, "h": 24 } }, - { - "filename": "876", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 24 - }, - "frame": { - "x": 209, - "y": 104, - "w": 19, - "h": 24 - } - }, - { - "filename": "820s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 23, - "h": 24 - }, - "frame": { - "x": 228, - "y": 120, - "w": 23, - "h": 24 - } - }, - { - "filename": "876s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 24 - }, - "frame": { - "x": 209, - "y": 128, - "w": 19, - "h": 24 - } - }, - { - "filename": "866", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 23, - "h": 24 - }, - "frame": { - "x": 228, - "y": 144, - "w": 23, - "h": 24 - } - }, - { - "filename": "852", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 17 - }, - "frame": { - "x": 209, - "y": 152, - "w": 19, - "h": 17 - } - }, - { - "filename": "866s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 23, - "h": 24 - }, - "frame": { - "x": 228, - "y": 168, - "w": 23, - "h": 24 - } - }, - { - "filename": "881", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 18, - "h": 23 - }, - "frame": { - "x": 210, - "y": 169, - "w": 18, - "h": 23 - } - }, - { - "filename": "842s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 26, - "h": 25 - }, - "frame": { - "x": 81, - "y": 381, - "w": 26, - "h": 25 - } - }, - { - "filename": "861", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 2, - "w": 25, - "h": 26 - }, - "frame": { - "x": 80, - "y": 406, - "w": 25, - "h": 26 - } - }, { "filename": "839", "rotated": false, @@ -2775,96 +2481,12 @@ "h": 25 }, "frame": { - "x": 80, - "y": 432, + "x": 110, + "y": 312, "w": 25, "h": 25 } }, - { - "filename": "847", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 27, - "h": 16 - }, - "frame": { - "x": 77, - "y": 457, - "w": 27, - "h": 16 - } - }, - { - "filename": "861s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 2, - "w": 25, - "h": 26 - }, - "frame": { - "x": 78, - "y": 473, - "w": 25, - "h": 26 - } - }, - { - "filename": "847s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 7, - "w": 27, - "h": 16 - }, - "frame": { - "x": 170, - "y": 192, - "w": 27, - "h": 16 - } - }, - { - "filename": "6157s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 171, - "y": 208, - "w": 24, - "h": 27 - } - }, { "filename": "817", "rotated": false, @@ -2880,14 +2502,14 @@ "h": 24 }, "frame": { - "x": 171, - "y": 235, + "x": 111, + "y": 337, "w": 24, "h": 24 } }, { - "filename": "880", + "filename": "862s", "rotated": false, "trimmed": true, "sourceSize": { @@ -2896,271 +2518,19 @@ }, "spriteSourceSize": { "x": 7, - "y": 4, - "w": 26, - "h": 22 - }, - "frame": { - "x": 169, - "y": 259, - "w": 26, - "h": 22 - } - }, - { - "filename": "901s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 5, - "w": 28, - "h": 23 - }, - "frame": { - "x": 197, - "y": 192, - "w": 28, - "h": 23 - } - }, - { - "filename": "6706", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 26, - "h": 25 - }, - "frame": { - "x": 225, - "y": 192, - "w": 26, - "h": 25 - } - }, - { - "filename": "4145", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 28, - "h": 23 - }, - "frame": { - "x": 195, - "y": 215, - "w": 28, - "h": 23 - } - }, - { - "filename": "4145s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 28, - "h": 23 - }, - "frame": { - "x": 223, - "y": 217, - "w": 28, - "h": 23 - } - }, - { - "filename": "6706s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 26, - "h": 25 - }, - "frame": { - "x": 195, - "y": 238, - "w": 26, - "h": 25 - } - }, - { - "filename": "4078", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 23 - }, - "frame": { - "x": 221, - "y": 240, - "w": 27, - "h": 23 - } - }, - { - "filename": "4146", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 28, - "h": 18 - }, - "frame": { - "x": 195, - "y": 263, - "w": 28, - "h": 18 - } - }, - { - "filename": "4146s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 6, - "w": 28, - "h": 18 - }, - "frame": { - "x": 223, - "y": 263, - "w": 28, - "h": 18 - } - }, - { - "filename": "869s-gigantamax", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 0, - "w": 17, - "h": 30 - }, - "frame": { - "x": 108, - "y": 308, - "w": 17, - "h": 30 - } - }, - { - "filename": "810", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 + "y": 1, + "w": 25, + "h": 27 }, "frame": { "x": 110, - "y": 285, - "w": 19, - "h": 23 - } - }, - { - "filename": "810s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 108, - "y": 338, - "w": 19, - "h": 23 - } - }, - { - "filename": "818", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 1, - "w": 22, - "h": 27 - }, - "frame": { - "x": 107, "y": 361, - "w": 22, + "w": 25, "h": 27 } }, { - "filename": "811s", + "filename": "892-gigantamax-single", "rotated": false, "trimmed": true, "sourceSize": { @@ -3168,58 +2538,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 24 + "x": 8, + "y": 0, + "w": 23, + "h": 29 }, "frame": { - "x": 107, + "x": 109, "y": 388, - "w": 22, - "h": 24 - } - }, - { - "filename": "845s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 105, - "y": 412, - "w": 24, - "h": 26 - } - }, - { - "filename": "817s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 24, - "h": 24 - }, - "frame": { - "x": 105, - "y": 438, - "w": 24, - "h": 24 + "w": 23, + "h": 29 } }, { @@ -3237,14 +2565,14 @@ "h": 25 }, "frame": { - "x": 104, - "y": 462, + "x": 109, + "y": 417, "w": 25, "h": 25 } }, { - "filename": "880s", + "filename": "881", "rotated": false, "trimmed": true, "sourceSize": { @@ -3252,20 +2580,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 26, - "h": 22 + "x": 11, + "y": 3, + "w": 18, + "h": 23 }, "frame": { - "x": 103, - "y": 487, - "w": 26, - "h": 22 + "x": 133, + "y": 183, + "w": 18, + "h": 23 } }, { - "filename": "844", + "filename": "810", "rotated": false, "trimmed": true, "sourceSize": { @@ -3273,79 +2601,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 25, - "h": 19 + "x": 10, + "y": 3, + "w": 19, + "h": 23 }, "frame": { - "x": 78, - "y": 499, - "w": 25, - "h": 19 - } - }, - { - "filename": "827", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 21 - }, - "frame": { - "x": 54, - "y": 500, - "w": 24, - "h": 21 - } - }, - { - "filename": "892-gigantamax-rapid", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 53, - "y": 521, - "w": 24, - "h": 26 - } - }, - { - "filename": "892s-gigantamax-rapid", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 2, - "w": 24, - "h": 26 - }, - "frame": { - "x": 53, - "y": 547, - "w": 24, - "h": 26 + "x": 114, + "y": 185, + "w": 19, + "h": 23 } }, { @@ -3363,35 +2628,14 @@ "h": 27 }, "frame": { - "x": 53, - "y": 573, + "x": 114, + "y": 208, "w": 22, "h": 27 } }, { - "filename": "899", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 22, - "h": 27 - }, - "frame": { - "x": 53, - "y": 600, - "w": 22, - "h": 27 - } - }, - { - "filename": "858", + "filename": "816", "rotated": false, "trimmed": true, "sourceSize": { @@ -3400,539 +2644,14 @@ }, "spriteSourceSize": { "x": 9, - "y": 2, + "y": 3, "w": 22, - "h": 25 + "h": 23 }, "frame": { - "x": 53, - "y": 627, + "x": 115, + "y": 235, "w": 22, - "h": 25 - } - }, - { - "filename": "899s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 1, - "w": 22, - "h": 27 - }, - "frame": { - "x": 56, - "y": 652, - "w": 22, - "h": 27 - } - }, - { - "filename": "6724", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 1, - "w": 17, - "h": 28 - }, - "frame": { - "x": 56, - "y": 679, - "w": 17, - "h": 28 - } - }, - { - "filename": "6724s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 1, - "w": 17, - "h": 28 - }, - "frame": { - "x": 60, - "y": 707, - "w": 17, - "h": 28 - } - }, - { - "filename": "813s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 2, - "w": 17, - "h": 26 - }, - "frame": { - "x": 61, - "y": 735, - "w": 17, - "h": 26 - } - }, - { - "filename": "903", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 1, - "w": 21, - "h": 27 - }, - "frame": { - "x": 59, - "y": 761, - "w": 21, - "h": 27 - } - }, - { - "filename": "886", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 24 - }, - "frame": { - "x": 103, - "y": 509, - "w": 26, - "h": 24 - } - }, - { - "filename": "844s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 25, - "h": 19 - }, - "frame": { - "x": 78, - "y": 518, - "w": 25, - "h": 19 - } - }, - { - "filename": "886s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 24 - }, - "frame": { - "x": 77, - "y": 537, - "w": 26, - "h": 24 - } - }, - { - "filename": "897", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 24 - }, - "frame": { - "x": 103, - "y": 533, - "w": 26, - "h": 24 - } - }, - { - "filename": "892-rapid-strike", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 26, - "h": 22 - }, - "frame": { - "x": 77, - "y": 561, - "w": 26, - "h": 22 - } - }, - { - "filename": "897s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 26, - "h": 24 - }, - "frame": { - "x": 103, - "y": 557, - "w": 26, - "h": 24 - } - }, - { - "filename": "900", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 75, - "y": 583, - "w": 25, - "h": 25 - } - }, - { - "filename": "900s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 25, - "h": 25 - }, - "frame": { - "x": 75, - "y": 608, - "w": 25, - "h": 25 - } - }, - { - "filename": "6628", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 10, - "w": 25, - "h": 19 - }, - "frame": { - "x": 75, - "y": 633, - "w": 25, - "h": 19 - } - }, - { - "filename": "903s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 1, - "w": 21, - "h": 27 - }, - "frame": { - "x": 78, - "y": 652, - "w": 21, - "h": 27 - } - }, - { - "filename": "4078s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 23 - }, - "frame": { - "x": 73, - "y": 679, - "w": 27, - "h": 23 - } - }, - { - "filename": "858s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 22, - "h": 25 - }, - "frame": { - "x": 77, - "y": 702, - "w": 22, - "h": 25 - } - }, - { - "filename": "4199", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 1, - "w": 20, - "h": 27 - }, - "frame": { - "x": 78, - "y": 727, - "w": 20, - "h": 27 - } - }, - { - "filename": "4199s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 1, - "w": 20, - "h": 27 - }, - "frame": { - "x": 80, - "y": 754, - "w": 20, - "h": 27 - } - }, - { - "filename": "846", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 25, - "h": 15 - }, - "frame": { - "x": 80, - "y": 781, - "w": 25, - "h": 15 - } - }, - { - "filename": "6713", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 23 - }, - "frame": { - "x": 129, - "y": 281, - "w": 27, - "h": 23 - } - }, - { - "filename": "6713s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 27, - "h": 23 - }, - "frame": { - "x": 156, - "y": 281, - "w": 27, - "h": 23 - } - }, - { - "filename": "879", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 25, - "h": 23 - }, - "frame": { - "x": 183, - "y": 281, - "w": 25, - "h": 23 - } - }, - { - "filename": "879s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 3, - "w": 25, - "h": 23 - }, - "frame": { - "x": 208, - "y": 281, - "w": 25, - "h": 23 - } - }, - { - "filename": "881s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 3, - "w": 18, - "h": 23 - }, - "frame": { - "x": 233, - "y": 281, - "w": 18, "h": 23 } }, @@ -3951,14 +2670,14 @@ "h": 29 }, "frame": { - "x": 125, - "y": 308, + "x": 136, + "y": 206, "w": 15, "h": 29 } }, { - "filename": "892s-rapid-strike", + "filename": "828s", "rotated": false, "trimmed": true, "sourceSize": { @@ -3966,20 +2685,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 26, - "h": 22 + "x": 6, + "y": 3, + "w": 27, + "h": 24 }, "frame": { - "x": 140, - "y": 304, - "w": 26, - "h": 22 + "x": 151, + "y": 205, + "w": 27, + "h": 24 } }, { - "filename": "873", + "filename": "894s", "rotated": false, "trimmed": true, "sourceSize": { @@ -3987,62 +2706,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 25, - "h": 22 + "x": 5, + "y": 3, + "w": 30, + "h": 23 }, "frame": { - "x": 166, - "y": 304, - "w": 25, - "h": 22 + "x": 178, + "y": 220, + "w": 30, + "h": 23 } }, { - "filename": "873s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 25, - "h": 22 - }, - "frame": { - "x": 191, - "y": 304, - "w": 25, - "h": 22 - } - }, - { - "filename": "878", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 25, - "h": 22 - }, - "frame": { - "x": 216, - "y": 304, - "w": 25, - "h": 22 - } - }, - { - "filename": "838", + "filename": "811s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4056,14 +2733,14 @@ "h": 24 }, "frame": { - "x": 127, - "y": 337, + "x": 208, + "y": 222, "w": 22, "h": 24 } }, { - "filename": "884", + "filename": "817s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4071,60 +2748,270 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 22, - "h": 25 - }, - "frame": { - "x": 129, - "y": 361, - "w": 22, - "h": 25 - } - }, - { - "filename": "884s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 22, - "h": 25 - }, - "frame": { - "x": 129, - "y": 386, - "w": 22, - "h": 25 - } - }, - { - "filename": "838s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, + "x": 8, "y": 3, - "w": 22, + "w": 24, "h": 24 }, "frame": { - "x": 129, - "y": 411, - "w": 22, + "x": 230, + "y": 239, + "w": 24, "h": 24 } }, + { + "filename": "841", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 151, + "y": 229, + "w": 27, + "h": 24 + } + }, + { + "filename": "875-no-ice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 3, + "w": 14, + "h": 23 + }, + "frame": { + "x": 137, + "y": 235, + "w": 14, + "h": 23 + } + }, + { + "filename": "841s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 21, + "h": 30 + }, + "frame": { + "x": 133, + "y": 258, + "w": 21, + "h": 30 + } + }, + { + "filename": "892s-gigantamax-single", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 23, + "h": 29 + }, + "frame": { + "x": 154, + "y": 253, + "w": 23, + "h": 29 + } + }, + { + "filename": "820", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 23, + "h": 24 + }, + "frame": { + "x": 134, + "y": 288, + "w": 23, + "h": 24 + } + }, + { + "filename": "842-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 21, + "h": 30 + }, + "frame": { + "x": 135, + "y": 312, + "w": 21, + "h": 30 + } + }, + { + "filename": "842s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 0, + "w": 21, + "h": 30 + }, + "frame": { + "x": 135, + "y": 342, + "w": 21, + "h": 30 + } + }, + { + "filename": "869s-gigantamax", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 0, + "w": 17, + "h": 30 + }, + "frame": { + "x": 157, + "y": 282, + "w": 17, + "h": 30 + } + }, + { + "filename": "899", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 22, + "h": 27 + }, + "frame": { + "x": 156, + "y": 312, + "w": 22, + "h": 27 + } + }, + { + "filename": "899s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 1, + "w": 22, + "h": 27 + }, + "frame": { + "x": 156, + "y": 339, + "w": 22, + "h": 27 + } + }, + { + "filename": "888s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 28, + "h": 23 + }, + "frame": { + "x": 178, + "y": 243, + "w": 28, + "h": 23 + } + }, + { + "filename": "827", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 24, + "h": 21 + }, + "frame": { + "x": 206, + "y": 246, + "w": 24, + "h": 21 + } + }, { "filename": "896", "rotated": false, @@ -4140,12 +3027,54 @@ "h": 24 }, "frame": { - "x": 129, - "y": 435, + "x": 230, + "y": 263, "w": 24, "h": 24 } }, + { + "filename": "901", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 28, + "h": 23 + }, + "frame": { + "x": 177, + "y": 266, + "w": 28, + "h": 23 + } + }, + { + "filename": "861", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 25, + "h": 26 + }, + "frame": { + "x": 205, + "y": 267, + "w": 25, + "h": 26 + } + }, { "filename": "896s", "rotated": false, @@ -4161,12 +3090,54 @@ "h": 24 }, "frame": { - "x": 129, - "y": 459, + "x": 230, + "y": 287, "w": 24, "h": 24 } }, + { + "filename": "901s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 5, + "w": 28, + "h": 23 + }, + "frame": { + "x": 174, + "y": 289, + "w": 28, + "h": 23 + } + }, + { + "filename": "904", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 28, + "h": 25 + }, + "frame": { + "x": 202, + "y": 293, + "w": 28, + "h": 25 + } + }, { "filename": "4080", "rotated": false, @@ -4182,8 +3153,8 @@ "h": 23 }, "frame": { - "x": 129, - "y": 483, + "x": 230, + "y": 311, "w": 24, "h": 23 } @@ -4203,14 +3174,14 @@ "h": 23 }, "frame": { - "x": 129, - "y": 506, + "x": 178, + "y": 312, "w": 24, "h": 23 } }, { - "filename": "6571", + "filename": "904s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4219,57 +3190,15 @@ }, "spriteSourceSize": { "x": 7, - "y": 5, - "w": 25, - "h": 23 + "y": 3, + "w": 28, + "h": 25 }, "frame": { - "x": 129, - "y": 529, - "w": 25, - "h": 23 - } - }, - { - "filename": "6571s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 25, - "h": 23 - }, - "frame": { - "x": 129, - "y": 552, - "w": 25, - "h": 23 - } - }, - { - "filename": "878s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 4, - "w": 25, - "h": 22 - }, - "frame": { - "x": 149, - "y": 326, - "w": 25, - "h": 22 + "x": 202, + "y": 318, + "w": 28, + "h": 25 } }, { @@ -4287,8 +3216,8 @@ "h": 21 }, "frame": { - "x": 174, - "y": 326, + "x": 230, + "y": 334, "w": 24, "h": 21 } @@ -4308,14 +3237,14 @@ "h": 21 }, "frame": { - "x": 198, - "y": 326, + "x": 178, + "y": 335, "w": 24, "h": 21 } }, { - "filename": "814", + "filename": "4145", "rotated": false, "trimmed": true, "sourceSize": { @@ -4323,20 +3252,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, + "x": 6, "y": 3, - "w": 21, + "w": 28, "h": 23 }, "frame": { - "x": 222, - "y": 326, - "w": 21, + "x": 202, + "y": 343, + "w": 28, "h": 23 } }, { - "filename": "853", + "filename": "4077s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4345,19 +3274,19 @@ }, "spriteSourceSize": { "x": 8, - "y": 3, - "w": 23, - "h": 23 + "y": 4, + "w": 24, + "h": 21 }, "frame": { - "x": 151, - "y": 348, - "w": 23, - "h": 23 + "x": 230, + "y": 355, + "w": 24, + "h": 21 } }, { - "filename": "853s", + "filename": "885", "rotated": false, "trimmed": true, "sourceSize": { @@ -4366,19 +3295,19 @@ }, "spriteSourceSize": { "x": 8, - "y": 3, - "w": 23, - "h": 23 + "y": 6, + "w": 24, + "h": 17 }, "frame": { - "x": 174, - "y": 347, - "w": 23, - "h": 23 + "x": 178, + "y": 356, + "w": 24, + "h": 17 } }, { - "filename": "6628s", + "filename": "4145s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4386,20 +3315,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 10, - "w": 25, - "h": 19 + "x": 6, + "y": 3, + "w": 28, + "h": 23 }, "frame": { - "x": 197, - "y": 347, - "w": 25, - "h": 19 + "x": 202, + "y": 366, + "w": 28, + "h": 23 } }, { - "filename": "816", + "filename": "6211", "rotated": false, "trimmed": true, "sourceSize": { @@ -4407,16 +3336,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 23 + "x": 8, + "y": 9, + "w": 24, + "h": 19 }, "frame": { - "x": 151, - "y": 371, - "w": 22, - "h": 23 + "x": 230, + "y": 376, + "w": 24, + "h": 19 } }, { @@ -4434,14 +3363,203 @@ "h": 23 }, "frame": { - "x": 151, - "y": 394, + "x": 135, + "y": 372, "w": 22, "h": 23 } }, { - "filename": "4618", + "filename": "903", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 1, + "w": 21, + "h": 27 + }, + "frame": { + "x": 157, + "y": 366, + "w": 21, + "h": 27 + } + }, + { + "filename": "6211s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 9, + "w": 24, + "h": 19 + }, + "frame": { + "x": 178, + "y": 373, + "w": 24, + "h": 19 + } + }, + { + "filename": "873", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 22 + }, + "frame": { + "x": 132, + "y": 395, + "w": 25, + "h": 22 + } + }, + { + "filename": "842", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 134, + "y": 417, + "w": 26, + "h": 25 + } + }, + { + "filename": "820s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 23, + "h": 24 + }, + "frame": { + "x": 157, + "y": 393, + "w": 23, + "h": 24 + } + }, + { + "filename": "842s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 26, + "h": 25 + }, + "frame": { + "x": 180, + "y": 392, + "w": 26, + "h": 25 + } + }, + { + "filename": "841s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 160, + "y": 417, + "w": 27, + "h": 24 + } + }, + { + "filename": "892", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 2, + "w": 23, + "h": 25 + }, + "frame": { + "x": 206, + "y": 389, + "w": 23, + "h": 25 + } + }, + { + "filename": "861s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 2, + "w": 25, + "h": 26 + }, + "frame": { + "x": 229, + "y": 395, + "w": 25, + "h": 26 + } + }, + { + "filename": "838", "rotated": false, "trimmed": true, "sourceSize": { @@ -4450,15 +3568,57 @@ }, "spriteSourceSize": { "x": 9, - "y": 6, + "y": 3, "w": 22, - "h": 18 + "h": 24 }, "frame": { - "x": 151, + "x": 187, "y": 417, "w": 22, - "h": 18 + "h": 24 + } + }, + { + "filename": "4199", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 1, + "w": 20, + "h": 27 + }, + "frame": { + "x": 209, + "y": 414, + "w": 20, + "h": 27 + } + }, + { + "filename": "900", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 229, + "y": 421, + "w": 25, + "h": 25 } }, { @@ -4476,12 +3636,33 @@ "h": 29 }, "frame": { - "x": 153, - "y": 435, + "x": 31, + "y": 706, "w": 15, "h": 29 } }, + { + "filename": "849", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 2, + "w": 16, + "h": 25 + }, + "frame": { + "x": 31, + "y": 735, + "w": 16, + "h": 25 + } + }, { "filename": "875", "rotated": false, @@ -4497,12 +3678,411 @@ "h": 27 }, "frame": { - "x": 153, - "y": 464, + "x": 30, + "y": 760, "w": 17, "h": 27 } }, + { + "filename": "850", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 10, + "w": 21, + "h": 10 + }, + "frame": { + "x": 0, + "y": 787, + "w": 21, + "h": 10 + } + }, + { + "filename": "850s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 10, + "w": 21, + "h": 10 + }, + "frame": { + "x": 21, + "y": 787, + "w": 21, + "h": 10 + } + }, + { + "filename": "4146", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 28, + "h": 18 + }, + "frame": { + "x": 56, + "y": 442, + "w": 28, + "h": 18 + } + }, + { + "filename": "4146s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 28, + "h": 18 + }, + "frame": { + "x": 84, + "y": 442, + "w": 28, + "h": 18 + } + }, + { + "filename": "4078", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 23 + }, + "frame": { + "x": 112, + "y": 442, + "w": 27, + "h": 23 + } + }, + { + "filename": "838s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 24 + }, + "frame": { + "x": 139, + "y": 442, + "w": 22, + "h": 24 + } + }, + { + "filename": "6706", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 26, + "h": 25 + }, + "frame": { + "x": 161, + "y": 441, + "w": 26, + "h": 25 + } + }, + { + "filename": "6706s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 26, + "h": 25 + }, + "frame": { + "x": 187, + "y": 441, + "w": 26, + "h": 25 + } + }, + { + "filename": "849s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 2, + "w": 16, + "h": 25 + }, + "frame": { + "x": 213, + "y": 441, + "w": 16, + "h": 25 + } + }, + { + "filename": "900s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 25, + "h": 25 + }, + "frame": { + "x": 229, + "y": 446, + "w": 25, + "h": 25 + } + }, + { + "filename": "880", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 26, + "h": 22 + }, + "frame": { + "x": 30, + "y": 443, + "w": 26, + "h": 22 + } + }, + { + "filename": "886", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 24 + }, + "frame": { + "x": 29, + "y": 465, + "w": 26, + "h": 24 + } + }, + { + "filename": "886s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 24 + }, + "frame": { + "x": 29, + "y": 489, + "w": 26, + "h": 24 + } + }, + { + "filename": "897", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 24 + }, + "frame": { + "x": 29, + "y": 513, + "w": 26, + "h": 24 + } + }, + { + "filename": "903s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 1, + "w": 21, + "h": 27 + }, + "frame": { + "x": 29, + "y": 537, + "w": 21, + "h": 27 + } + }, + { + "filename": "4199s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 1, + "w": 20, + "h": 27 + }, + "frame": { + "x": 32, + "y": 564, + "w": 20, + "h": 27 + } + }, + { + "filename": "858", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 22, + "h": 25 + }, + "frame": { + "x": 32, + "y": 591, + "w": 22, + "h": 25 + } + }, + { + "filename": "858s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 22, + "h": 25 + }, + "frame": { + "x": 32, + "y": 616, + "w": 22, + "h": 25 + } + }, + { + "filename": "884", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 22, + "h": 25 + }, + "frame": { + "x": 32, + "y": 641, + "w": 22, + "h": 25 + } + }, { "filename": "875s", "rotated": false, @@ -4518,14 +4098,14 @@ "h": 27 }, "frame": { - "x": 153, - "y": 491, + "x": 50, + "y": 537, "w": 17, "h": 27 } }, { - "filename": "814s", + "filename": "884s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4534,40 +4114,19 @@ }, "spriteSourceSize": { "x": 9, - "y": 3, - "w": 21, - "h": 23 + "y": 2, + "w": 22, + "h": 25 }, "frame": { - "x": 222, - "y": 349, - "w": 21, - "h": 23 + "x": 52, + "y": 564, + "w": 22, + "h": 25 } }, { - "filename": "846s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 7, - "w": 25, - "h": 15 - }, - "frame": { - "x": 197, - "y": 366, - "w": 25, - "h": 15 - } - }, - { - "filename": "883", + "filename": "892s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4576,19 +4135,19 @@ }, "spriteSourceSize": { "x": 8, - "y": 4, + "y": 2, "w": 23, - "h": 21 + "h": 25 }, "frame": { - "x": 174, - "y": 370, + "x": 54, + "y": 589, "w": 23, - "h": 21 + "h": 25 } }, { - "filename": "855", + "filename": "866", "rotated": false, "trimmed": true, "sourceSize": { @@ -4596,15 +4155,162 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, + "x": 8, "y": 3, - "w": 22, + "w": 23, + "h": 24 + }, + "frame": { + "x": 54, + "y": 614, + "w": 23, + "h": 24 + } + }, + { + "filename": "866s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 23, + "h": 24 + }, + "frame": { + "x": 54, + "y": 638, + "w": 23, + "h": 24 + } + }, + { + "filename": "897s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 24 + }, + "frame": { + "x": 33, + "y": 666, + "w": 26, + "h": 24 + } + }, + { + "filename": "847", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 27, + "h": 16 + }, + "frame": { + "x": 33, + "y": 690, + "w": 27, + "h": 16 + } + }, + { + "filename": "6724", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 1, + "w": 17, + "h": 28 + }, + "frame": { + "x": 46, + "y": 706, + "w": 17, + "h": 28 + } + }, + { + "filename": "6724s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 1, + "w": 17, + "h": 28 + }, + "frame": { + "x": 47, + "y": 734, + "w": 17, + "h": 28 + } + }, + { + "filename": "863s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 20, + "h": 24 + }, + "frame": { + "x": 47, + "y": 762, + "w": 20, + "h": 24 + } + }, + { + "filename": "810s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, "h": 23 }, "frame": { - "x": 173, - "y": 391, - "w": 22, + "x": 59, + "y": 662, + "w": 19, "h": 23 } }, @@ -4623,35 +4329,14 @@ "h": 21 }, "frame": { - "x": 173, - "y": 414, + "x": 60, + "y": 685, "w": 22, "h": 21 } }, { - "filename": "855s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 23 - }, - "frame": { - "x": 168, - "y": 435, - "w": 22, - "h": 23 - } - }, - { - "filename": "863", + "filename": "830", "rotated": false, "trimmed": true, "sourceSize": { @@ -4661,18 +4346,18 @@ "spriteSourceSize": { "x": 10, "y": 3, - "w": 20, - "h": 24 + "w": 19, + "h": 23 }, "frame": { - "x": 170, - "y": 458, - "w": 20, - "h": 24 + "x": 63, + "y": 706, + "w": 19, + "h": 23 } }, { - "filename": "863s", + "filename": "830s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4682,18 +4367,60 @@ "spriteSourceSize": { "x": 10, "y": 3, - "w": 20, - "h": 24 + "w": 19, + "h": 23 }, "frame": { - "x": 170, - "y": 482, - "w": 20, - "h": 24 + "x": 64, + "y": 729, + "w": 19, + "h": 23 } }, { - "filename": "4079", + "filename": "847s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 7, + "w": 27, + "h": 16 + }, + "frame": { + "x": 56, + "y": 460, + "w": 27, + "h": 16 + } + }, + { + "filename": "4078s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 23 + }, + "frame": { + "x": 55, + "y": 476, + "w": 27, + "h": 23 + } + }, + { + "filename": "6713", "rotated": false, "trimmed": true, "sourceSize": { @@ -4702,19 +4429,19 @@ }, "spriteSourceSize": { "x": 7, - "y": 8, - "w": 26, - "h": 14 + "y": 5, + "w": 27, + "h": 23 }, "frame": { - "x": 197, - "y": 381, - "w": 26, - "h": 14 + "x": 55, + "y": 499, + "w": 27, + "h": 23 } }, { - "filename": "860", + "filename": "846", "rotated": false, "trimmed": true, "sourceSize": { @@ -4722,20 +4449,62 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, + "x": 7, + "y": 7, + "w": 25, + "h": 15 + }, + "frame": { + "x": 55, + "y": 522, + "w": 25, + "h": 15 + } + }, + { + "filename": "6713s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 27, + "h": 23 + }, + "frame": { + "x": 83, + "y": 460, + "w": 27, + "h": 23 + } + }, + { + "filename": "879", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, "y": 3, - "w": 22, + "w": 25, "h": 23 }, "frame": { - "x": 195, - "y": 395, - "w": 22, + "x": 82, + "y": 483, + "w": 25, "h": 23 } }, { - "filename": "819s", + "filename": "880s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4743,20 +4512,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, + "x": 7, "y": 4, - "w": 22, - "h": 21 + "w": 26, + "h": 22 }, "frame": { - "x": 195, - "y": 418, - "w": 22, - "h": 21 + "x": 110, + "y": 465, + "w": 26, + "h": 22 } }, { - "filename": "860s", + "filename": "892-rapid-strike", "rotated": false, "trimmed": true, "sourceSize": { @@ -4764,20 +4533,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 23 + "x": 7, + "y": 4, + "w": 26, + "h": 22 }, "frame": { - "x": 190, - "y": 439, - "w": 22, - "h": 23 + "x": 136, + "y": 466, + "w": 26, + "h": 22 } }, { - "filename": "876-female", + "filename": "892s-rapid-strike", "rotated": false, "trimmed": true, "sourceSize": { @@ -4785,15 +4554,183 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, + "x": 7, + "y": 4, + "w": 26, + "h": 22 + }, + "frame": { + "x": 162, + "y": 466, + "w": 26, + "h": 22 + } + }, + { + "filename": "873s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 22 + }, + "frame": { + "x": 188, + "y": 466, + "w": 25, + "h": 22 + } + }, + { + "filename": "833", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, "y": 3, - "w": 22, + "w": 16, "h": 23 }, "frame": { - "x": 190, - "y": 462, - "w": 22, + "x": 213, + "y": 466, + "w": 16, + "h": 23 + } + }, + { + "filename": "879s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 25, + "h": 23 + }, + "frame": { + "x": 229, + "y": 471, + "w": 25, + "h": 23 + } + }, + { + "filename": "844", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 25, + "h": 19 + }, + "frame": { + "x": 82, + "y": 506, + "w": 25, + "h": 19 + } + }, + { + "filename": "6571", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 25, + "h": 23 + }, + "frame": { + "x": 107, + "y": 487, + "w": 25, + "h": 23 + } + }, + { + "filename": "878", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 22 + }, + "frame": { + "x": 132, + "y": 488, + "w": 25, + "h": 22 + } + }, + { + "filename": "878s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 4, + "w": 25, + "h": 22 + }, + "frame": { + "x": 157, + "y": 488, + "w": 25, + "h": 22 + } + }, + { + "filename": "6571s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 25, + "h": 23 + }, + "frame": { + "x": 182, + "y": 488, + "w": 25, "h": 23 } }, @@ -4812,14 +4749,14 @@ "h": 22 }, "frame": { - "x": 190, - "y": 485, + "x": 207, + "y": 489, "w": 22, "h": 22 } }, { - "filename": "876s-female", + "filename": "844s", "rotated": false, "trimmed": true, "sourceSize": { @@ -4827,440 +4764,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 23 - }, - "frame": { - "x": 223, - "y": 372, - "w": 22, - "h": 23 - } - }, - { - "filename": "882", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 23 - }, - "frame": { - "x": 217, - "y": 395, - "w": 22, - "h": 23 - } - }, - { - "filename": "832s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 22 - }, - "frame": { - "x": 217, - "y": 418, - "w": 22, - "h": 22 - } - }, - { - "filename": "882s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 3, - "w": 22, - "h": 23 - }, - "frame": { - "x": 212, - "y": 440, - "w": 22, - "h": 23 - } - }, - { - "filename": "877-hangry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 17, - "h": 21 - }, - "frame": { - "x": 234, - "y": 440, - "w": 17, - "h": 21 - } - }, - { - "filename": "836", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 22 - }, - "frame": { - "x": 212, - "y": 463, - "w": 22, - "h": 22 - } - }, - { - "filename": "877", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 17, - "h": 21 - }, - "frame": { - "x": 234, - "y": 461, - "w": 17, - "h": 21 - } - }, - { - "filename": "836s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 22 - }, - "frame": { - "x": 212, - "y": 485, - "w": 22, - "h": 22 - } - }, - { - "filename": "877s-hangry", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 17, - "h": 21 - }, - "frame": { - "x": 234, - "y": 482, - "w": 17, - "h": 21 - } - }, - { - "filename": "877s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 17, - "h": 21 - }, - "frame": { - "x": 234, - "y": 503, - "w": 17, - "h": 21 - } - }, - { - "filename": "825", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 20, - "h": 18 - }, - "frame": { - "x": 170, - "y": 506, - "w": 20, - "h": 18 - } - }, - { - "filename": "885", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 24, - "h": 17 - }, - "frame": { - "x": 190, - "y": 507, - "w": 24, - "h": 17 - } - }, - { - "filename": "825s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 20, - "h": 18 - }, - "frame": { - "x": 214, - "y": 507, - "w": 20, - "h": 18 - } - }, - { - "filename": "6215", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 7, - "w": 17, - "h": 21 - }, - "frame": { - "x": 234, - "y": 524, - "w": 17, - "h": 21 - } - }, - { - "filename": "849", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 2, - "w": 16, - "h": 25 - }, - "frame": { - "x": 154, - "y": 518, - "w": 16, - "h": 25 - } - }, - { - "filename": "4077s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 21 - }, - "frame": { - "x": 170, - "y": 524, - "w": 24, - "h": 21 - } - }, - { - "filename": "849s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 2, - "w": 16, - "h": 25 - }, - "frame": { - "x": 154, - "y": 543, - "w": 16, - "h": 25 - } - }, - { - "filename": "857", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 22 - }, - "frame": { - "x": 170, - "y": 545, - "w": 22, - "h": 22 - } - }, - { - "filename": "830", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 194, - "y": 524, - "w": 19, - "h": 23 - } - }, - { - "filename": "4052", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 21, - "h": 21 - }, - "frame": { - "x": 213, - "y": 525, - "w": 21, - "h": 21 - } - }, - { - "filename": "835", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, + "x": 7, "y": 5, - "w": 22, - "h": 20 + "w": 25, + "h": 19 }, "frame": { - "x": 192, - "y": 547, - "w": 22, - "h": 20 + "x": 229, + "y": 494, + "w": 25, + "h": 19 } }, { - "filename": "857s", + "filename": "846s", "rotated": false, "trimmed": true, "sourceSize": { @@ -5268,20 +4785,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 9, - "y": 4, - "w": 22, - "h": 22 + "x": 7, + "y": 7, + "w": 25, + "h": 15 }, "frame": { - "x": 214, - "y": 546, - "w": 22, - "h": 22 + "x": 107, + "y": 510, + "w": 25, + "h": 15 } }, { - "filename": "849-lowkey", + "filename": "4079", "rotated": false, "trimmed": true, "sourceSize": { @@ -5289,35 +4806,14 @@ "h": 30 }, "spriteSourceSize": { - "x": 12, - "y": 3, - "w": 15, - "h": 23 - }, - "frame": { - "x": 236, - "y": 545, - "w": 15, - "h": 23 - } - }, - { - "filename": "4079s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 14, + "x": 7, + "y": 8, "w": 26, "h": 14 }, "frame": { - "x": 129, - "y": 575, + "x": 132, + "y": 510, "w": 26, "h": 14 } @@ -5337,14 +4833,14 @@ "h": 17 }, "frame": { - "x": 105, - "y": 581, + "x": 158, + "y": 510, "w": 24, "h": 17 } }, { - "filename": "883s", + "filename": "6628", "rotated": false, "trimmed": true, "sourceSize": { @@ -5352,83 +4848,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 23, - "h": 21 - }, - "frame": { - "x": 100, - "y": 598, - "w": 23, - "h": 21 - } - }, - { - "filename": "830s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 100, - "y": 619, - "w": 19, - "h": 23 - } - }, - { - "filename": "6211", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 24, + "x": 7, + "y": 10, + "w": 25, "h": 19 }, "frame": { - "x": 129, - "y": 589, - "w": 24, + "x": 182, + "y": 511, + "w": 25, "h": 19 } }, { - "filename": "821", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 19, - "h": 16 - }, - "frame": { - "x": 100, - "y": 642, - "w": 19, - "h": 16 - } - }, - { - "filename": "4052s", + "filename": "819s", "rotated": false, "trimmed": true, "sourceSize": { @@ -5438,16 +4871,247 @@ "spriteSourceSize": { "x": 9, "y": 4, - "w": 21, + "w": 22, "h": 21 }, "frame": { - "x": 99, - "y": 658, - "w": 21, + "x": 207, + "y": 511, + "w": 22, "h": 21 } }, + { + "filename": "6628s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 10, + "w": 25, + "h": 19 + }, + "frame": { + "x": 229, + "y": 513, + "w": 25, + "h": 19 + } + }, + { + "filename": "833s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 3, + "w": 16, + "h": 23 + }, + "frame": { + "x": 67, + "y": 537, + "w": 16, + "h": 23 + } + }, + { + "filename": "853", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 23, + "h": 23 + }, + "frame": { + "x": 83, + "y": 525, + "w": 23, + "h": 23 + } + }, + { + "filename": "853s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 23, + "h": 23 + }, + "frame": { + "x": 106, + "y": 525, + "w": 23, + "h": 23 + } + }, + { + "filename": "4079s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 14, + "w": 26, + "h": 14 + }, + "frame": { + "x": 83, + "y": 548, + "w": 26, + "h": 14 + } + }, + { + "filename": "822", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 22, + "h": 19 + }, + "frame": { + "x": 109, + "y": 548, + "w": 22, + "h": 19 + } + }, + { + "filename": "855", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 74, + "y": 562, + "w": 22, + "h": 23 + } + }, + { + "filename": "855s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 77, + "y": 585, + "w": 22, + "h": 23 + } + }, + { + "filename": "860", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 77, + "y": 608, + "w": 22, + "h": 23 + } + }, + { + "filename": "860s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 77, + "y": 631, + "w": 22, + "h": 23 + } + }, + { + "filename": "876-female", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 78, + "y": 654, + "w": 22, + "h": 23 + } + }, { "filename": "856", "rotated": false, @@ -5463,8 +5127,8 @@ "h": 23 }, "frame": { - "x": 100, - "y": 679, + "x": 82, + "y": 677, "w": 19, "h": 23 } @@ -5484,285 +5148,12 @@ "h": 23 }, "frame": { - "x": 99, - "y": 702, + "x": 82, + "y": 700, "w": 19, "h": 23 } }, - { - "filename": "824", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 4, - "w": 15, - "h": 21 - }, - "frame": { - "x": 155, - "y": 568, - "w": 15, - "h": 21 - } - }, - { - "filename": "6211s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 9, - "w": 24, - "h": 19 - }, - "frame": { - "x": 170, - "y": 567, - "w": 24, - "h": 19 - } - }, - { - "filename": "831", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 20, - "h": 19 - }, - "frame": { - "x": 194, - "y": 567, - "w": 20, - "h": 19 - } - }, - { - "filename": "822", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 22, - "h": 19 - }, - "frame": { - "x": 214, - "y": 568, - "w": 22, - "h": 19 - } - }, - { - "filename": "849s-lowkey", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 3, - "w": 15, - "h": 23 - }, - "frame": { - "x": 236, - "y": 568, - "w": 15, - "h": 23 - } - }, - { - "filename": "822s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 22, - "h": 19 - }, - "frame": { - "x": 153, - "y": 589, - "w": 22, - "h": 19 - } - }, - { - "filename": "835s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 22, - "h": 20 - }, - "frame": { - "x": 175, - "y": 586, - "w": 22, - "h": 20 - } - }, - { - "filename": "859", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 17, - "h": 20 - }, - "frame": { - "x": 197, - "y": 586, - "w": 17, - "h": 20 - } - }, - { - "filename": "4144", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 22, - "h": 19 - }, - "frame": { - "x": 214, - "y": 587, - "w": 22, - "h": 19 - } - }, - { - "filename": "6705", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 6, - "w": 15, - "h": 22 - }, - "frame": { - "x": 236, - "y": 591, - "w": 15, - "h": 22 - } - }, - { - "filename": "833", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 3, - "w": 16, - "h": 23 - }, - "frame": { - "x": 119, - "y": 619, - "w": 16, - "h": 23 - } - }, - { - "filename": "821s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 19, - "h": 16 - }, - "frame": { - "x": 119, - "y": 642, - "w": 19, - "h": 16 - } - }, - { - "filename": "848", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 18, - "h": 21 - }, - "frame": { - "x": 120, - "y": 658, - "w": 18, - "h": 21 - } - }, { "filename": "869-caramel-swirl", "rotated": false, @@ -5778,12 +5169,33 @@ "h": 23 }, "frame": { - "x": 119, - "y": 679, + "x": 83, + "y": 723, "w": 19, "h": 23 } }, + { + "filename": "4618", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 18 + }, + "frame": { + "x": 96, + "y": 567, + "w": 22, + "h": 18 + } + }, { "filename": "869-lemon-cream", "rotated": false, @@ -5799,8 +5211,8 @@ "h": 23 }, "frame": { - "x": 118, - "y": 702, + "x": 99, + "y": 585, "w": 19, "h": 23 } @@ -5820,7 +5232,7 @@ "h": 23 }, "frame": { - "x": 135, + "x": 99, "y": 608, "w": 19, "h": 23 @@ -5841,33 +5253,12 @@ "h": 23 }, "frame": { - "x": 154, - "y": 608, + "x": 99, + "y": 631, "w": 19, "h": 23 } }, - { - "filename": "850", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 10, - "w": 21, - "h": 10 - }, - "frame": { - "x": 135, - "y": 631, - "w": 21, - "h": 10 - } - }, { "filename": "869-rainbow-swirl", "rotated": false, @@ -5883,8 +5274,8 @@ "h": 23 }, "frame": { - "x": 138, - "y": 641, + "x": 100, + "y": 654, "w": 19, "h": 23 } @@ -5904,75 +5295,12 @@ "h": 23 }, "frame": { - "x": 138, - "y": 664, + "x": 101, + "y": 677, "w": 19, "h": 23 } }, - { - "filename": "831s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 5, - "w": 20, - "h": 19 - }, - "frame": { - "x": 138, - "y": 687, - "w": 20, - "h": 19 - } - }, - { - "filename": "4144s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 5, - "w": 22, - "h": 19 - }, - "frame": { - "x": 137, - "y": 706, - "w": 22, - "h": 19 - } - }, - { - "filename": "833s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 3, - "w": 16, - "h": 23 - }, - "frame": { - "x": 157, - "y": 631, - "w": 16, - "h": 23 - } - }, { "filename": "869-ruby-swirl", "rotated": false, @@ -5988,8 +5316,8 @@ "h": 23 }, "frame": { - "x": 157, - "y": 654, + "x": 101, + "y": 700, "w": 19, "h": 23 } @@ -6009,12 +5337,54 @@ "h": 23 }, "frame": { - "x": 158, - "y": 677, + "x": 102, + "y": 723, "w": 19, "h": 23 } }, + { + "filename": "849-lowkey", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 3, + "w": 15, + "h": 23 + }, + "frame": { + "x": 118, + "y": 567, + "w": 15, + "h": 23 + } + }, + { + "filename": "849s-lowkey", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 3, + "w": 15, + "h": 23 + }, + "frame": { + "x": 118, + "y": 590, + "w": 15, + "h": 23 + } + }, { "filename": "869", "rotated": false, @@ -6030,12 +5400,390 @@ "h": 23 }, "frame": { - "x": 159, + "x": 118, + "y": 613, + "w": 19, + "h": 23 + } + }, + { + "filename": "825", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 18 + }, + "frame": { + "x": 118, + "y": 636, + "w": 20, + "h": 18 + } + }, + { + "filename": "869s-caramel-swirl", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 119, + "y": 654, + "w": 19, + "h": 23 + } + }, + { + "filename": "869s-lemon-cream", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 120, + "y": 677, + "w": 19, + "h": 23 + } + }, + { + "filename": "869s-matcha-cream", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 120, "y": 700, "w": 19, "h": 23 } }, + { + "filename": "869s-mint-cream", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 121, + "y": 723, + "w": 19, + "h": 23 + } + }, + { + "filename": "869s-rainbow-swirl", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 67, + "y": 752, + "w": 19, + "h": 23 + } + }, + { + "filename": "876s-female", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 67, + "y": 775, + "w": 22, + "h": 23 + } + }, + { + "filename": "882", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 86, + "y": 746, + "w": 22, + "h": 23 + } + }, + { + "filename": "882s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 3, + "w": 22, + "h": 23 + }, + "frame": { + "x": 108, + "y": 746, + "w": 22, + "h": 23 + } + }, + { + "filename": "832s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 22 + }, + "frame": { + "x": 89, + "y": 769, + "w": 22, + "h": 22 + } + }, + { + "filename": "836", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 22 + }, + "frame": { + "x": 111, + "y": 769, + "w": 22, + "h": 22 + } + }, + { + "filename": "869s-ruby-cream", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 130, + "y": 746, + "w": 19, + "h": 23 + } + }, + { + "filename": "836s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 22 + }, + "frame": { + "x": 133, + "y": 769, + "w": 22, + "h": 22 + } + }, + { + "filename": "869s-ruby-swirl", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 129, + "y": 525, + "w": 19, + "h": 23 + } + }, + { + "filename": "822s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 22, + "h": 19 + }, + "frame": { + "x": 131, + "y": 548, + "w": 22, + "h": 19 + } + }, + { + "filename": "857", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 22 + }, + "frame": { + "x": 133, + "y": 567, + "w": 22, + "h": 22 + } + }, + { + "filename": "857s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 22, + "h": 22 + }, + "frame": { + "x": 133, + "y": 589, + "w": 22, + "h": 22 + } + }, + { + "filename": "869s-salted-cream", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 137, + "y": 611, + "w": 19, + "h": 23 + } + }, { "filename": "869s", "rotated": false, @@ -6051,12 +5799,180 @@ "h": 23 }, "frame": { - "x": 173, - "y": 608, + "x": 138, + "y": 634, "w": 19, "h": 23 } }, + { + "filename": "835", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 22, + "h": 20 + }, + "frame": { + "x": 138, + "y": 657, + "w": 22, + "h": 20 + } + }, + { + "filename": "883", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 23, + "h": 21 + }, + "frame": { + "x": 139, + "y": 677, + "w": 23, + "h": 21 + } + }, + { + "filename": "883s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 23, + "h": 21 + }, + "frame": { + "x": 139, + "y": 698, + "w": 23, + "h": 21 + } + }, + { + "filename": "835s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 22, + "h": 20 + }, + "frame": { + "x": 140, + "y": 719, + "w": 22, + "h": 20 + } + }, + { + "filename": "4052", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 21, + "h": 21 + }, + "frame": { + "x": 148, + "y": 527, + "w": 21, + "h": 21 + } + }, + { + "filename": "831", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 20, + "h": 19 + }, + "frame": { + "x": 153, + "y": 548, + "w": 20, + "h": 19 + } + }, + { + "filename": "881s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 3, + "w": 18, + "h": 23 + }, + "frame": { + "x": 155, + "y": 567, + "w": 18, + "h": 23 + } + }, + { + "filename": "848", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 18, + "h": 21 + }, + "frame": { + "x": 155, + "y": 590, + "w": 18, + "h": 21 + } + }, { "filename": "6549", "rotated": false, @@ -6072,12 +5988,264 @@ "h": 23 }, "frame": { - "x": 173, - "y": 631, + "x": 156, + "y": 611, "w": 16, "h": 23 } }, + { + "filename": "6549s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 5, + "w": 16, + "h": 23 + }, + "frame": { + "x": 157, + "y": 634, + "w": 16, + "h": 23 + } + }, + { + "filename": "859s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 17, + "h": 20 + }, + "frame": { + "x": 160, + "y": 657, + "w": 17, + "h": 20 + } + }, + { + "filename": "875s-no-ice", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 3, + "w": 14, + "h": 23 + }, + "frame": { + "x": 162, + "y": 677, + "w": 14, + "h": 23 + } + }, + { + "filename": "891", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 18, + "h": 22 + }, + "frame": { + "x": 162, + "y": 700, + "w": 18, + "h": 22 + } + }, + { + "filename": "825s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 18 + }, + "frame": { + "x": 162, + "y": 722, + "w": 20, + "h": 18 + } + }, + { + "filename": "4618s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 6, + "w": 22, + "h": 18 + }, + "frame": { + "x": 169, + "y": 530, + "w": 22, + "h": 18 + } + }, + { + "filename": "891s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 18, + "h": 22 + }, + "frame": { + "x": 173, + "y": 548, + "w": 18, + "h": 22 + } + }, + { + "filename": "898", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 19, + "h": 22 + }, + "frame": { + "x": 173, + "y": 570, + "w": 19, + "h": 22 + } + }, + { + "filename": "831s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 20, + "h": 19 + }, + "frame": { + "x": 173, + "y": 592, + "w": 20, + "h": 19 + } + }, + { + "filename": "4052s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 4, + "w": 21, + "h": 21 + }, + "frame": { + "x": 172, + "y": 611, + "w": 21, + "h": 21 + } + }, + { + "filename": "898s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 4, + "w": 19, + "h": 22 + }, + "frame": { + "x": 173, + "y": 632, + "w": 19, + "h": 22 + } + }, + { + "filename": "6705", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 6, + "w": 15, + "h": 22 + }, + "frame": { + "x": 191, + "y": 530, + "w": 15, + "h": 22 + } + }, { "filename": "4264", "rotated": false, @@ -6093,8 +6261,8 @@ "h": 20 }, "frame": { - "x": 192, - "y": 606, + "x": 206, + "y": 532, "w": 22, "h": 20 } @@ -6114,96 +6282,12 @@ "h": 20 }, "frame": { - "x": 214, - "y": 606, + "x": 228, + "y": 532, "w": 22, "h": 20 } }, - { - "filename": "6705s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 6, - "w": 15, - "h": 22 - }, - "frame": { - "x": 236, - "y": 613, - "w": 15, - "h": 22 - } - }, - { - "filename": "875-no-ice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 3, - "w": 14, - "h": 23 - }, - "frame": { - "x": 176, - "y": 654, - "w": 14, - "h": 23 - } - }, - { - "filename": "875s-no-ice", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 3, - "w": 14, - "h": 23 - }, - "frame": { - "x": 177, - "y": 677, - "w": 14, - "h": 23 - } - }, - { - "filename": "6549s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 5, - "w": 16, - "h": 23 - }, - "frame": { - "x": 178, - "y": 700, - "w": 16, - "h": 23 - } - }, { "filename": "4263", "rotated": false, @@ -6218,221 +6302,11 @@ "w": 22, "h": 16 }, - "frame": { - "x": 192, - "y": 626, - "w": 22, - "h": 16 - } - }, - { - "filename": "4263s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 22, - "h": 16 - }, - "frame": { - "x": 214, - "y": 626, - "w": 22, - "h": 16 - } - }, - { - "filename": "824s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 4, - "w": 15, - "h": 21 - }, - "frame": { - "x": 236, - "y": 635, - "w": 15, - "h": 21 - } - }, - { - "filename": "850s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 10, - "w": 21, - "h": 10 - }, - "frame": { - "x": 189, - "y": 642, - "w": 21, - "h": 10 - } - }, - { - "filename": "898", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 4, - "w": 19, - "h": 22 - }, - "frame": { - "x": 190, - "y": 652, - "w": 19, - "h": 22 - } - }, - { - "filename": "891", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 18, - "h": 22 - }, "frame": { "x": 191, - "y": 674, - "w": 18, - "h": 22 - } - }, - { - "filename": "891s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 18, - "h": 22 - }, - "frame": { - "x": 194, - "y": 696, - "w": 18, - "h": 22 - } - }, - { - "filename": "4562", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, + "y": 552, "w": 22, "h": 16 - }, - "frame": { - "x": 210, - "y": 642, - "w": 22, - "h": 16 - } - }, - { - "filename": "898s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 4, - "w": 19, - "h": 22 - }, - "frame": { - "x": 209, - "y": 658, - "w": 19, - "h": 22 - } - }, - { - "filename": "4562s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 7, - "w": 22, - "h": 16 - }, - "frame": { - "x": 209, - "y": 680, - "w": 22, - "h": 16 - } - }, - { - "filename": "6570", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 18, - "h": 22 - }, - "frame": { - "x": 212, - "y": 696, - "w": 18, - "h": 22 } }, { @@ -6450,14 +6324,14 @@ "h": 20 }, "frame": { - "x": 230, - "y": 696, + "x": 192, + "y": 568, "w": 21, "h": 20 } }, { - "filename": "4222s", + "filename": "4144", "rotated": false, "trimmed": true, "sourceSize": { @@ -6467,14 +6341,14 @@ "spriteSourceSize": { "x": 9, "y": 5, - "w": 21, - "h": 20 + "w": 22, + "h": 19 }, "frame": { - "x": 230, - "y": 716, - "w": 21, - "h": 20 + "x": 213, + "y": 552, + "w": 22, + "h": 19 } }, { @@ -6492,35 +6366,14 @@ "h": 19 }, "frame": { - "x": 232, - "y": 656, + "x": 235, + "y": 552, "w": 19, "h": 19 } }, { - "filename": "848s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 18, - "h": 21 - }, - "frame": { - "x": 231, - "y": 675, - "w": 18, - "h": 21 - } - }, - { - "filename": "4618s", + "filename": "4144s", "rotated": false, "trimmed": true, "sourceSize": { @@ -6529,99 +6382,15 @@ }, "spriteSourceSize": { "x": 9, - "y": 6, + "y": 5, "w": 22, - "h": 18 + "h": 19 }, "frame": { - "x": 194, - "y": 718, + "x": 213, + "y": 571, "w": 22, - "h": 18 - } - }, - { - "filename": "6100", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 13, - "y": 14, - "w": 14, - "h": 14 - }, - "frame": { - "x": 216, - "y": 718, - "w": 14, - "h": 14 - } - }, - { - "filename": "6058", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 21, - "h": 20 - }, - "frame": { - "x": 99, - "y": 725, - "w": 21, - "h": 20 - } - }, - { - "filename": "6058s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 8, - "w": 21, - "h": 20 - }, - "frame": { - "x": 120, - "y": 725, - "w": 21, - "h": 20 - } - }, - { - "filename": "6570s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 18, - "h": 22 - }, - "frame": { - "x": 141, - "y": 725, - "w": 18, - "h": 22 + "h": 19 } }, { @@ -6639,14 +6408,14 @@ "h": 19 }, "frame": { - "x": 159, - "y": 723, + "x": 235, + "y": 571, "w": 19, "h": 19 } }, { - "filename": "868", + "filename": "6570", "rotated": false, "trimmed": true, "sourceSize": { @@ -6656,18 +6425,18 @@ "spriteSourceSize": { "x": 12, "y": 6, - "w": 16, - "h": 17 + "w": 18, + "h": 22 }, "frame": { - "x": 178, - "y": 723, - "w": 16, - "h": 17 + "x": 193, + "y": 588, + "w": 18, + "h": 22 } }, { - "filename": "6215s", + "filename": "6570s", "rotated": false, "trimmed": true, "sourceSize": { @@ -6676,17 +6445,206 @@ }, "spriteSourceSize": { "x": 12, + "y": 6, + "w": 18, + "h": 22 + }, + "frame": { + "x": 193, + "y": 610, + "w": 18, + "h": 22 + } + }, + { + "filename": "848s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 18, + "h": 21 + }, + "frame": { + "x": 192, + "y": 632, + "w": 18, + "h": 21 + } + }, + { + "filename": "4222s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 5, + "w": 21, + "h": 20 + }, + "frame": { + "x": 211, + "y": 590, + "w": 21, + "h": 20 + } + }, + { + "filename": "4263s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, "y": 7, + "w": 22, + "h": 16 + }, + "frame": { + "x": 232, + "y": 590, + "w": 22, + "h": 16 + } + }, + { + "filename": "4562", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 22, + "h": 16 + }, + "frame": { + "x": 232, + "y": 606, + "w": 22, + "h": 16 + } + }, + { + "filename": "6058", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 21, + "h": 20 + }, + "frame": { + "x": 211, + "y": 610, + "w": 21, + "h": 20 + } + }, + { + "filename": "4562s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 7, + "w": 22, + "h": 16 + }, + "frame": { + "x": 232, + "y": 622, + "w": 22, + "h": 16 + } + }, + { + "filename": "6705s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 6, + "w": 15, + "h": 22 + }, + "frame": { + "x": 177, + "y": 654, + "w": 15, + "h": 22 + } + }, + { + "filename": "877-hangry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, "w": 17, "h": 21 }, "frame": { - "x": 100, - "y": 745, + "x": 192, + "y": 653, "w": 17, "h": 21 } }, + { + "filename": "6058s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 21, + "h": 20 + }, + "frame": { + "x": 211, + "y": 630, + "w": 21, + "h": 20 + } + }, { "filename": "837", "rotated": false, @@ -6702,12 +6660,411 @@ "h": 17 }, "frame": { - "x": 117, - "y": 745, + "x": 232, + "y": 638, "w": 20, "h": 17 } }, + { + "filename": "824", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 4, + "w": 15, + "h": 21 + }, + "frame": { + "x": 176, + "y": 677, + "w": 15, + "h": 21 + } + }, + { + "filename": "824s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 4, + "w": 15, + "h": 21 + }, + "frame": { + "x": 180, + "y": 698, + "w": 15, + "h": 21 + } + }, + { + "filename": "877", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 17, + "h": 21 + }, + "frame": { + "x": 182, + "y": 719, + "w": 17, + "h": 21 + } + }, + { + "filename": "837s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 20, + "h": 17 + }, + "frame": { + "x": 210, + "y": 650, + "w": 20, + "h": 17 + } + }, + { + "filename": "821", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 16 + }, + "frame": { + "x": 230, + "y": 655, + "w": 19, + "h": 16 + } + }, + { + "filename": "821s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 16 + }, + "frame": { + "x": 209, + "y": 667, + "w": 19, + "h": 16 + } + }, + { + "filename": "852s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 17 + }, + "frame": { + "x": 228, + "y": 671, + "w": 19, + "h": 17 + } + }, + { + "filename": "829", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 17, + "h": 18 + }, + "frame": { + "x": 192, + "y": 674, + "w": 17, + "h": 18 + } + }, + { + "filename": "871", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 17 + }, + "frame": { + "x": 209, + "y": 683, + "w": 19, + "h": 17 + } + }, + { + "filename": "871s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 6, + "w": 19, + "h": 17 + }, + "frame": { + "x": 228, + "y": 688, + "w": 19, + "h": 17 + } + }, + { + "filename": "6100", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 13, + "y": 14, + "w": 14, + "h": 14 + }, + "frame": { + "x": 195, + "y": 692, + "w": 14, + "h": 14 + } + }, + { + "filename": "843", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 18, + "h": 19 + }, + "frame": { + "x": 209, + "y": 700, + "w": 18, + "h": 19 + } + }, + { + "filename": "843s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 18, + "h": 19 + }, + "frame": { + "x": 227, + "y": 705, + "w": 18, + "h": 19 + } + }, + { + "filename": "877s-hangry", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 17, + "h": 21 + }, + "frame": { + "x": 199, + "y": 719, + "w": 17, + "h": 21 + } + }, + { + "filename": "829s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 17, + "h": 18 + }, + "frame": { + "x": 216, + "y": 724, + "w": 17, + "h": 18 + } + }, + { + "filename": "877s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 17, + "h": 21 + }, + "frame": { + "x": 233, + "y": 724, + "w": 17, + "h": 21 + } + }, + { + "filename": "6215", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 7, + "w": 17, + "h": 21 + }, + "frame": { + "x": 149, + "y": 745, + "w": 17, + "h": 21 + } + }, + { + "filename": "6215s", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 7, + "w": 17, + "h": 21 + }, + "frame": { + "x": 166, + "y": 740, + "w": 17, + "h": 21 + } + }, + { + "filename": "868", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 16, + "h": 17 + }, + "frame": { + "x": 183, + "y": 740, + "w": 16, + "h": 17 + } + }, { "filename": "4554", "rotated": false, @@ -6723,96 +7080,12 @@ "h": 15 }, "frame": { - "x": 100, - "y": 766, + "x": 199, + "y": 740, "w": 17, "h": 15 } }, - { - "filename": "4554s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 7, - "w": 17, - "h": 15 - }, - "frame": { - "x": 105, - "y": 781, - "w": 17, - "h": 15 - } - }, - { - "filename": "843", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 18, - "h": 19 - }, - "frame": { - "x": 117, - "y": 762, - "w": 18, - "h": 19 - } - }, - { - "filename": "837s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 20, - "h": 17 - }, - "frame": { - "x": 137, - "y": 747, - "w": 20, - "h": 17 - } - }, - { - "filename": "852s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 17 - }, - "frame": { - "x": 135, - "y": 764, - "w": 19, - "h": 17 - } - }, { "filename": "854", "rotated": false, @@ -6828,8 +7101,8 @@ "h": 14 }, "frame": { - "x": 122, - "y": 781, + "x": 216, + "y": 742, "w": 17, "h": 14 } @@ -6849,75 +7122,12 @@ "h": 14 }, "frame": { - "x": 139, - "y": 781, + "x": 233, + "y": 745, "w": 17, "h": 14 } }, - { - "filename": "871", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 17 - }, - "frame": { - "x": 159, - "y": 742, - "w": 19, - "h": 17 - } - }, - { - "filename": "843s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 18, - "h": 19 - }, - "frame": { - "x": 178, - "y": 740, - "w": 18, - "h": 19 - } - }, - { - "filename": "859s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 17, - "h": 20 - }, - "frame": { - "x": 196, - "y": 736, - "w": 17, - "h": 20 - } - }, { "filename": "840", "rotated": false, @@ -6933,35 +7143,14 @@ "h": 17 }, "frame": { - "x": 154, - "y": 764, + "x": 155, + "y": 766, "w": 15, "h": 17 } }, { - "filename": "871s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 6, - "w": 19, - "h": 17 - }, - "frame": { - "x": 169, - "y": 759, - "w": 19, - "h": 17 - } - }, - { - "filename": "872", + "filename": "4554s", "rotated": false, "trimmed": true, "sourceSize": { @@ -6970,36 +7159,15 @@ }, "spriteSourceSize": { "x": 11, - "y": 8, + "y": 7, "w": 17, - "h": 14 + "h": 15 }, "frame": { - "x": 156, - "y": 781, + "x": 155, + "y": 783, "w": 17, - "h": 14 - } - }, - { - "filename": "829", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 6, - "w": 17, - "h": 18 - }, - "frame": { - "x": 173, - "y": 776, - "w": 17, - "h": 18 + "h": 15 } }, { @@ -7017,33 +7185,12 @@ "h": 17 }, "frame": { - "x": 188, - "y": 759, + "x": 170, + "y": 761, "w": 15, "h": 17 } }, - { - "filename": "829s", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 6, - "w": 17, - "h": 18 - }, - "frame": { - "x": 190, - "y": 776, - "w": 17, - "h": 18 - } - }, { "filename": "868s", "rotated": false, @@ -7059,33 +7206,12 @@ "h": 17 }, "frame": { - "x": 203, - "y": 756, + "x": 185, + "y": 757, "w": 16, "h": 17 } }, - { - "filename": "6101", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 12, - "w": 16, - "h": 16 - }, - "frame": { - "x": 207, - "y": 773, - "w": 16, - "h": 16 - } - }, { "filename": "6100s", "rotated": false, @@ -7101,12 +7227,33 @@ "h": 14 }, "frame": { - "x": 216, - "y": 732, + "x": 201, + "y": 755, "w": 14, "h": 14 } }, + { + "filename": "872", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 8, + "w": 17, + "h": 14 + }, + "frame": { + "x": 215, + "y": 756, + "w": 17, + "h": 14 + } + }, { "filename": "872s", "rotated": false, @@ -7122,12 +7269,33 @@ "h": 14 }, "frame": { - "x": 230, - "y": 736, + "x": 232, + "y": 759, "w": 17, "h": 14 } }, + { + "filename": "6101", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 12, + "w": 16, + "h": 16 + }, + "frame": { + "x": 172, + "y": 778, + "w": 16, + "h": 16 + } + }, { "filename": "6101s", "rotated": false, @@ -7143,8 +7311,8 @@ "h": 16 }, "frame": { - "x": 219, - "y": 750, + "x": 188, + "y": 774, "w": 16, "h": 16 } @@ -7155,6 +7323,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:a5e8bbe68acd6fa6a6192a11dcd3d8dd:daf54543be918b4f74a0d25a8e946ce0:8190d2ecf16422e962cfb1a751b5e1fc$" + "smartupdate": "$TexturePacker:SmartUpdate:76f12e2db074120d5e364d7bac497210:e1ea47956220c560d403105ff317eb1a:8190d2ecf16422e962cfb1a751b5e1fc$" } } diff --git a/public/images/pokemon_icons_8.png b/public/images/pokemon_icons_8.png index 0d2ddcec281..70b4e280ccb 100644 Binary files a/public/images/pokemon_icons_8.png and b/public/images/pokemon_icons_8.png differ diff --git a/public/images/pokemon_icons_8v.json b/public/images/pokemon_icons_8v.json index 60a79f47b85..0f1b8c30a1c 100644 --- a/public/images/pokemon_icons_8v.json +++ b/public/images/pokemon_icons_8v.json @@ -4,223 +4,55 @@ "image": "pokemon_icons_8v.png", "format": "RGBA8888", "size": { - "w": 183, - "h": 183 + "w": 196, + "h": 196 }, "scale": 1, "frames": [ { - "filename": "872_1", + "filename": "890-eternamax_2", "rotated": false, - "trimmed": true, + "trimmed": false, "sourceSize": { "w": 40, "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 19, - "h": 16 + "x": 0, + "y": 0, + "w": 40, + "h": 30 }, "frame": { "x": 0, "y": 0, - "w": 19, - "h": 16 + "w": 40, + "h": 30 } }, { - "filename": "872_2", + "filename": "890-eternamax_3", "rotated": false, - "trimmed": true, + "trimmed": false, "sourceSize": { "w": 40, "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 19, - "h": 16 - }, - "frame": { - "x": 19, - "y": 0, - "w": 19, - "h": 16 - } - }, - { - "filename": "872_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 7, - "w": 19, - "h": 16 - }, - "frame": { - "x": 38, - "y": 0, - "w": 19, - "h": 16 - } - }, - { - "filename": "4263_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 24, - "h": 18 - }, - "frame": { - "x": 57, - "y": 0, - "w": 24, - "h": 18 - } - }, - { - "filename": "4263_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 6, - "w": 24, - "h": 18 - }, - "frame": { - "x": 81, - "y": 0, - "w": 24, - "h": 18 - } - }, - { - "filename": "885_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 26, - "h": 19 - }, - "frame": { - "x": 105, - "y": 0, - "w": 26, - "h": 19 - } - }, - { - "filename": "885_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 26, - "h": 19 - }, - "frame": { - "x": 131, - "y": 0, - "w": 26, - "h": 19 - } - }, - { - "filename": "885_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 7, - "y": 5, - "w": 26, - "h": 19 - }, - "frame": { - "x": 157, - "y": 0, - "w": 26, - "h": 19 - } - }, - { - "filename": "4264_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 22 - }, - "frame": { "x": 0, - "y": 16, - "w": 24, - "h": 22 - } - }, - { - "filename": "4264_3", - "rotated": false, - "trimmed": true, - "sourceSize": { + "y": 0, "w": 40, "h": 30 }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 22 - }, "frame": { - "x": 24, - "y": 16, - "w": 24, - "h": 22 + "x": 40, + "y": 0, + "w": 40, + "h": 30 } }, { - "filename": "877-hangry_1", + "filename": "890_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -228,545 +60,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 48, - "y": 18, - "w": 19, - "h": 23 - } - }, - { - "filename": "877-hangry_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, + "x": 2, + "y": 0, + "w": 35, "h": 30 }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 67, - "y": 18, - "w": 19, - "h": 23 - } - }, - { - "filename": "877-hangry_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 86, - "y": 18, - "w": 19, - "h": 23 - } - }, - { - "filename": "877_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 105, - "y": 19, - "w": 19, - "h": 23 - } - }, - { - "filename": "877_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 124, - "y": 19, - "w": 19, - "h": 23 - } - }, - { - "filename": "877_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 19, - "h": 23 - }, - "frame": { - "x": 143, - "y": 19, - "w": 19, - "h": 23 - } - }, - { - "filename": "6570_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 162, - "y": 19, - "w": 20, - "h": 24 - } - }, - { - "filename": "857_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 24, - "h": 24 - }, - "frame": { - "x": 0, - "y": 38, - "w": 24, - "h": 24 - } - }, - { - "filename": "857_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 24, - "h": 24 - }, - "frame": { - "x": 24, - "y": 38, - "w": 24, - "h": 24 - } - }, - { - "filename": "873_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 48, - "y": 41, - "w": 27, - "h": 24 - } - }, - { - "filename": "873_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 75, - "y": 41, - "w": 27, - "h": 24 - } - }, - { - "filename": "873_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 3, - "w": 27, - "h": 24 - }, - "frame": { - "x": 102, - "y": 42, - "w": 27, - "h": 24 - } - }, - { - "filename": "6570_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 5, - "w": 20, - "h": 24 - }, - "frame": { - "x": 129, - "y": 42, - "w": 20, - "h": 24 - } - }, - { - "filename": "6705_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 5, - "w": 17, - "h": 24 - }, - "frame": { - "x": 149, - "y": 43, - "w": 17, - "h": 24 - } - }, - { - "filename": "6705_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 12, - "y": 5, - "w": 17, - "h": 24 - }, - "frame": { - "x": 166, - "y": 43, - "w": 17, - "h": 24 - } - }, - { - "filename": "856_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 21, - "h": 25 - }, - "frame": { - "x": 0, - "y": 62, - "w": 21, - "h": 25 - } - }, - { - "filename": "856_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 2, - "w": 21, - "h": 25 - }, - "frame": { - "x": 21, - "y": 62, - "w": 21, - "h": 25 - } - }, - { - "filename": "6549_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 18, - "h": 25 - }, - "frame": { - "x": 42, - "y": 65, - "w": 18, - "h": 25 - } - }, - { - "filename": "6549_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 11, - "y": 4, - "w": 18, - "h": 25 - }, - "frame": { - "x": 60, - "y": 65, - "w": 18, - "h": 25 - } - }, - { - "filename": "6571_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 78, - "y": 66, - "w": 27, - "h": 25 - } - }, - { - "filename": "6571_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 4, - "w": 27, - "h": 25 - }, - "frame": { - "x": 105, - "y": 66, - "w": 27, - "h": 25 - } - }, - { - "filename": "886_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 28, - "h": 26 - }, - "frame": { - "x": 132, - "y": 67, - "w": 28, - "h": 26 - } - }, - { - "filename": "886_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 28, - "h": 26 - }, - "frame": { - "x": 0, - "y": 87, - "w": 28, - "h": 26 - } - }, - { - "filename": "886_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 28, - "h": 26 - }, - "frame": { - "x": 28, - "y": 90, - "w": 28, - "h": 26 - } - }, - { - "filename": "858_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 24, - "h": 27 - }, - "frame": { - "x": 56, - "y": 91, - "w": 24, - "h": 27 - } - }, - { - "filename": "858_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 1, - "w": 24, - "h": 27 - }, "frame": { "x": 80, - "y": 91, - "w": 24, - "h": 27 + "y": 0, + "w": 35, + "h": 30 } }, { - "filename": "900_2", + "filename": "890_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -774,142 +81,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 27, - "h": 27 - }, - "frame": { - "x": 104, - "y": 91, - "w": 27, - "h": 27 - } - }, - { - "filename": "900_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, + "x": 2, + "y": 0, + "w": 35, "h": 30 }, - "spriteSourceSize": { - "x": 6, - "y": 2, - "w": 27, - "h": 27 - }, "frame": { - "x": 131, - "y": 93, - "w": 27, - "h": 27 - } - }, - { - "filename": "6706_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, + "x": 115, + "y": 0, + "w": 35, "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 28, - "h": 27 - }, - "frame": { - "x": 0, - "y": 113, - "w": 28, - "h": 27 - } - }, - { - "filename": "6706_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 3, - "w": 28, - "h": 27 - }, - "frame": { - "x": 28, - "y": 116, - "w": 28, - "h": 27 - } - }, - { - "filename": "887_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 32, - "h": 28 - }, - "frame": { - "x": 56, - "y": 118, - "w": 32, - "h": 28 - } - }, - { - "filename": "887_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 32, - "h": 28 - }, - "frame": { - "x": 88, - "y": 118, - "w": 32, - "h": 28 - } - }, - { - "filename": "887_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 1, - "w": 32, - "h": 28 - }, - "frame": { - "x": 120, - "y": 120, - "w": 32, - "h": 28 } }, { @@ -927,8 +108,8 @@ "h": 30 }, "frame": { - "x": 152, - "y": 120, + "x": 150, + "y": 0, "w": 31, "h": 30 } @@ -949,55 +130,790 @@ }, "frame": { "x": 0, - "y": 143, + "y": 30, "w": 31, "h": 30 } }, { - "filename": "890-eternamax_2", + "filename": "887_1", "rotated": false, - "trimmed": false, + "trimmed": true, "sourceSize": { "w": 40, "h": 30 }, "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 32, + "h": 28 + }, + "frame": { "x": 0, - "y": 0, + "y": 60, + "w": 32, + "h": 28 + } + }, + { + "filename": "887_2", + "rotated": false, + "trimmed": true, + "sourceSize": { "w": 40, "h": 30 }, + "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 32, + "h": 28 + }, "frame": { "x": 31, - "y": 146, - "w": 40, - "h": 30 + "y": 30, + "w": 32, + "h": 28 } }, { - "filename": "890-eternamax_3", + "filename": "887_3", "rotated": false, - "trimmed": false, + "trimmed": true, "sourceSize": { "w": 40, "h": 30 }, "spriteSourceSize": { + "x": 4, + "y": 1, + "w": 32, + "h": 28 + }, + "frame": { "x": 0, - "y": 0, + "y": 88, + "w": 32, + "h": 28 + } + }, + { + "filename": "6706_2", + "rotated": false, + "trimmed": true, + "sourceSize": { "w": 40, "h": 30 }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 28, + "h": 27 + }, "frame": { - "x": 71, + "x": 0, + "y": 116, + "w": 28, + "h": 27 + } + }, + { + "filename": "6706_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 28, + "h": 27 + }, + "frame": { + "x": 0, + "y": 143, + "w": 28, + "h": 27 + } + }, + { + "filename": "886_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 28, + "h": 26 + }, + "frame": { + "x": 0, + "y": 170, + "w": 28, + "h": 26 + } + }, + { + "filename": "900_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 27, + "h": 27 + }, + "frame": { + "x": 28, + "y": 116, + "w": 27, + "h": 27 + } + }, + { + "filename": "900_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 27, + "h": 27 + }, + "frame": { + "x": 28, + "y": 143, + "w": 27, + "h": 27 + } + }, + { + "filename": "886_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 28, + "h": 26 + }, + "frame": { + "x": 28, + "y": 170, + "w": 28, + "h": 26 + } + }, + { + "filename": "886_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 2, + "w": 28, + "h": 26 + }, + "frame": { + "x": 32, + "y": 58, + "w": 28, + "h": 26 + } + }, + { + "filename": "4078_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 29, + "h": 25 + }, + "frame": { + "x": 32, + "y": 84, + "w": 29, + "h": 25 + } + }, + { + "filename": "4078_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 2, + "w": 29, + "h": 25 + }, + "frame": { + "x": 60, + "y": 58, + "w": 29, + "h": 25 + } + }, + { + "filename": "6571_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 63, + "y": 30, + "w": 27, + "h": 25 + } + }, + { + "filename": "6571_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 4, + "w": 27, + "h": 25 + }, + "frame": { + "x": 55, + "y": 109, + "w": 27, + "h": 25 + } + }, + { + "filename": "873_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 61, + "y": 83, + "w": 27, + "h": 24 + } + }, + { + "filename": "858_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 55, + "y": 134, + "w": 24, + "h": 27 + } + }, + { + "filename": "858_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 1, + "w": 24, + "h": 27 + }, + "frame": { + "x": 56, + "y": 161, + "w": 24, + "h": 27 + } + }, + { + "filename": "873_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 79, + "y": 134, + "w": 27, + "h": 24 + } + }, + { + "filename": "873_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 3, + "w": 27, + "h": 24 + }, + "frame": { + "x": 82, + "y": 107, + "w": 27, + "h": 24 + } + }, + { + "filename": "4077_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 23 + }, + "frame": { + "x": 88, + "y": 83, + "w": 26, + "h": 23 + } + }, + { + "filename": "4077_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 3, + "w": 26, + "h": 23 + }, + "frame": { + "x": 89, + "y": 55, + "w": 26, + "h": 23 + } + }, + { + "filename": "857_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 24, + "h": 24 + }, + "frame": { + "x": 90, + "y": 30, + "w": 24, + "h": 24 + } + }, + { + "filename": "857_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 3, + "w": 24, + "h": 24 + }, + "frame": { + "x": 114, + "y": 30, + "w": 24, + "h": 24 + } + }, + { + "filename": "4264_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 24, + "h": 22 + }, + "frame": { + "x": 80, + "y": 158, + "w": 24, + "h": 22 + } + }, + { + "filename": "872_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 16 + }, + "frame": { + "x": 80, + "y": 180, + "w": 19, + "h": 16 + } + }, + { + "filename": "872_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 16 + }, + "frame": { + "x": 99, + "y": 180, + "w": 19, + "h": 16 + } + }, + { + "filename": "4264_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 24, + "h": 22 + }, + "frame": { + "x": 104, + "y": 158, + "w": 24, + "h": 22 + } + }, + { + "filename": "872_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 7, + "w": 19, + "h": 16 + }, + "frame": { + "x": 118, + "y": 180, + "w": 19, + "h": 16 + } + }, + { + "filename": "830_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 21, + "h": 25 + }, + "frame": { + "x": 106, + "y": 131, + "w": 21, + "h": 25 + } + }, + { + "filename": "830_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 21, + "h": 25 + }, + "frame": { + "x": 109, + "y": 106, + "w": 21, + "h": 25 + } + }, + { + "filename": "856_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 21, + "h": 25 + }, + "frame": { + "x": 127, + "y": 131, + "w": 21, + "h": 25 + } + }, + { + "filename": "885_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 26, + "h": 19 + }, + "frame": { + "x": 128, + "y": 156, + "w": 26, + "h": 19 + } + }, + { + "filename": "885_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 26, + "h": 19 + }, + "frame": { + "x": 137, + "y": 175, + "w": 26, + "h": 19 + } + }, + { + "filename": "856_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 9, + "y": 2, + "w": 21, + "h": 25 + }, + "frame": { + "x": 114, + "y": 78, + "w": 21, + "h": 25 + } + }, + { + "filename": "885_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 5, + "w": 26, + "h": 19 + }, + "frame": { + "x": 130, + "y": 103, + "w": 26, + "h": 19 + } + }, + { + "filename": "6570_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 148, + "y": 122, + "w": 20, + "h": 24 + } + }, + { + "filename": "6570_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 5, + "w": 20, + "h": 24 + }, + "frame": { + "x": 154, "y": 146, - "w": 40, - "h": 30 + "w": 20, + "h": 24 } }, { - "filename": "890_2", + "filename": "6549_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -1005,20 +921,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 35, - "h": 30 + "x": 11, + "y": 4, + "w": 18, + "h": 25 }, "frame": { - "x": 111, - "y": 148, - "w": 35, - "h": 30 + "x": 163, + "y": 170, + "w": 18, + "h": 25 } }, { - "filename": "890_3", + "filename": "877-hangry_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -1026,16 +942,268 @@ "h": 30 }, "spriteSourceSize": { - "x": 2, - "y": 0, - "w": 35, - "h": 30 + "x": 10, + "y": 3, + "w": 19, + "h": 23 }, "frame": { - "x": 146, - "y": 150, - "w": 35, + "x": 115, + "y": 54, + "w": 19, + "h": 23 + } + }, + { + "filename": "877-hangry_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 134, + "y": 54, + "w": 19, + "h": 23 + } + }, + { + "filename": "877-hangry_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 138, + "y": 30, + "w": 19, + "h": 23 + } + }, + { + "filename": "6549_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 4, + "w": 18, + "h": 25 + }, + "frame": { + "x": 135, + "y": 77, + "w": 18, + "h": 25 + } + }, + { + "filename": "877_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 153, + "y": 53, + "w": 19, + "h": 23 + } + }, + { + "filename": "877_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 157, + "y": 30, + "w": 19, + "h": 23 + } + }, + { + "filename": "877_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 3, + "w": 19, + "h": 23 + }, + "frame": { + "x": 153, + "y": 76, + "w": 19, + "h": 23 + } + }, + { + "filename": "4263_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 24, + "h": 18 + }, + "frame": { + "x": 156, + "y": 99, + "w": 24, + "h": 18 + } + }, + { + "filename": "4263_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 6, + "w": 24, + "h": 18 + }, + "frame": { + "x": 168, + "y": 117, + "w": 24, + "h": 18 + } + }, + { + "filename": "6705_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 5, + "w": 17, + "h": 24 + }, + "frame": { + "x": 174, + "y": 135, + "w": 17, + "h": 24 + } + }, + { + "filename": "6705_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 5, + "w": 17, + "h": 24 + }, + "frame": { + "x": 172, + "y": 53, + "w": 17, + "h": 24 + } + }, + { + "filename": "829_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 19, + "h": 20 + }, + "frame": { + "x": 176, + "y": 30, + "w": 19, + "h": 20 + } + }, + { + "filename": "829_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 10, + "y": 5, + "w": 19, + "h": 20 + }, + "frame": { + "x": 172, + "y": 77, + "w": 19, + "h": 20 } } ] @@ -1044,6 +1212,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:52e4a7e1d1e34e06b7edc3d4e766381d:d9c5b3422585060763702feab95e591b:ec5f05e7f30cd98f74db0c2326109fd3$" + "smartupdate": "$TexturePacker:SmartUpdate:cd142ac26d3ff4d777ac48395f6c0967:80a80b33bb322d66e0dec19a53a88db9:ec5f05e7f30cd98f74db0c2326109fd3$" } } diff --git a/public/images/pokemon_icons_8v.png b/public/images/pokemon_icons_8v.png index a3e442f2cf4..2a46b3af743 100644 Binary files a/public/images/pokemon_icons_8v.png and b/public/images/pokemon_icons_8v.png differ diff --git a/public/images/pokemon_icons_9v.json b/public/images/pokemon_icons_9v.json index 091978f314a..ee5bb941970 100644 --- a/public/images/pokemon_icons_9v.json +++ b/public/images/pokemon_icons_9v.json @@ -4,13 +4,13 @@ "image": "pokemon_icons_9v.png", "format": "RGBA8888", "size": { - "w": 170, - "h": 170 + "w": 193, + "h": 193 }, "scale": 1, "frames": [ { - "filename": "1001_2", + "filename": "919_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -18,20 +18,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 32, - "h": 30 + "x": 11, + "y": 12, + "w": 18, + "h": 17 }, "frame": { "x": 0, "y": 0, - "w": 32, - "h": 30 + "w": 18, + "h": 17 } }, { - "filename": "1001_3", + "filename": "919_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -39,20 +39,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 32, - "h": 30 + "x": 11, + "y": 12, + "w": 18, + "h": 17 }, "frame": { - "x": 0, - "y": 30, - "w": 32, - "h": 30 + "x": 18, + "y": 0, + "w": 18, + "h": 17 } }, { - "filename": "937_9", + "filename": "919_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -60,20 +60,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 4, - "y": 0, - "w": 31, - "h": 29 + "x": 11, + "y": 12, + "w": 18, + "h": 17 }, "frame": { - "x": 32, + "x": 36, "y": 0, - "w": 31, - "h": 29 + "w": 18, + "h": 17 } }, { - "filename": "988_2", + "filename": "932_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -81,20 +81,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 28, - "h": 30 + "x": 10, + "y": 8, + "w": 20, + "h": 21 }, "frame": { - "x": 0, - "y": 60, - "w": 28, - "h": 30 + "x": 54, + "y": 0, + "w": 20, + "h": 21 } }, { - "filename": "988_3", + "filename": "932_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -102,41 +102,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 7, - "y": 0, - "w": 28, - "h": 30 + "x": 10, + "y": 8, + "w": 20, + "h": 21 }, "frame": { - "x": 32, - "y": 29, - "w": 28, - "h": 30 - } - }, - { - "filename": "925-four_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 31, - "h": 24 - }, - "frame": { - "x": 63, + "x": 74, "y": 0, - "w": 31, - "h": 24 + "w": 20, + "h": 21 } }, { - "filename": "925-four_2", + "filename": "967_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -144,20 +123,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 31, - "h": 24 + "x": 9, + "y": 8, + "w": 22, + "h": 21 }, "frame": { "x": 94, "y": 0, - "w": 31, - "h": 24 + "w": 22, + "h": 21 } }, { - "filename": "925-four_3", + "filename": "967_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -165,58 +144,16 @@ "h": 30 }, "spriteSourceSize": { - "x": 4, - "y": 5, - "w": 31, - "h": 24 + "x": 9, + "y": 8, + "w": 22, + "h": 21 }, "frame": { - "x": 125, + "x": 116, "y": 0, - "w": 31, - "h": 24 - } - }, - { - "filename": "999_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 30 - }, - "frame": { - "x": 0, - "y": 90, - "w": 24, - "h": 30 - } - }, - { - "filename": "999_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 30 - }, - "frame": { - "x": 0, - "y": 120, - "w": 24, - "h": 30 + "w": 22, + "h": 21 } }, { @@ -234,12 +171,33 @@ "h": 22 }, "frame": { - "x": 63, - "y": 24, + "x": 138, + "y": 0, "w": 31, "h": 22 } }, + { + "filename": "1004_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 23, + "h": 22 + }, + "frame": { + "x": 169, + "y": 0, + "w": 23, + "h": 22 + } + }, { "filename": "924_2", "rotated": false, @@ -255,12 +213,33 @@ "h": 22 }, "frame": { - "x": 94, - "y": 24, + "x": 0, + "y": 17, "w": 31, "h": 22 } }, + { + "filename": "1004_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 7, + "w": 23, + "h": 22 + }, + "frame": { + "x": 31, + "y": 17, + "w": 23, + "h": 22 + } + }, { "filename": "924_3", "rotated": false, @@ -276,8 +255,8 @@ "h": 22 }, "frame": { - "x": 125, - "y": 24, + "x": 54, + "y": 21, "w": 31, "h": 22 } @@ -297,8 +276,8 @@ "h": 22 }, "frame": { - "x": 60, - "y": 46, + "x": 85, + "y": 21, "w": 31, "h": 22 } @@ -318,8 +297,8 @@ "h": 22 }, "frame": { - "x": 91, - "y": 46, + "x": 116, + "y": 22, "w": 31, "h": 22 } @@ -339,12 +318,180 @@ "h": 22 }, "frame": { - "x": 122, - "y": 46, + "x": 147, + "y": 22, "w": 31, "h": 22 } }, + { + "filename": "935_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 12, + "y": 6, + "w": 15, + "h": 23 + }, + "frame": { + "x": 178, + "y": 22, + "w": 15, + "h": 23 + } + }, + { + "filename": "933_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 27, + "h": 23 + }, + "frame": { + "x": 0, + "y": 39, + "w": 27, + "h": 23 + } + }, + { + "filename": "933_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 6, + "y": 6, + "w": 27, + "h": 23 + }, + "frame": { + "x": 27, + "y": 39, + "w": 27, + "h": 23 + } + }, + { + "filename": "948_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 18, + "h": 23 + }, + "frame": { + "x": 54, + "y": 43, + "w": 18, + "h": 23 + } + }, + { + "filename": "948_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 11, + "y": 6, + "w": 18, + "h": 23 + }, + "frame": { + "x": 72, + "y": 43, + "w": 18, + "h": 23 + } + }, + { + "filename": "920_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 24, + "h": 25 + }, + "frame": { + "x": 90, + "y": 43, + "w": 24, + "h": 25 + } + }, + { + "filename": "925-four_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 114, + "y": 44, + "w": 31, + "h": 24 + } + }, + { + "filename": "925-four_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 5, + "w": 31, + "h": 24 + }, + "frame": { + "x": 145, + "y": 44, + "w": 31, + "h": 24 + } + }, { "filename": "973_1", "rotated": false, @@ -360,14 +507,14 @@ "h": 28 }, "frame": { - "x": 153, - "y": 46, + "x": 176, + "y": 45, "w": 17, "h": 28 } }, { - "filename": "919_1", + "filename": "925-four_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -375,62 +522,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 18, - "h": 17 + "x": 4, + "y": 5, + "w": 31, + "h": 24 }, "frame": { "x": 0, - "y": 150, - "w": 18, - "h": 17 + "y": 62, + "w": 31, + "h": 24 } }, { - "filename": "999_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 30 - }, - "frame": { - "x": 24, - "y": 90, - "w": 24, - "h": 30 - } - }, - { - "filename": "1000_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 29 - }, - "frame": { - "x": 24, - "y": 120, - "w": 24, - "h": 29 - } - }, - { - "filename": "967_2", + "filename": "949_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -439,40 +544,19 @@ }, "spriteSourceSize": { "x": 9, - "y": 8, + "y": 2, "w": 22, - "h": 21 + "h": 27 }, "frame": { - "x": 24, - "y": 149, + "x": 31, + "y": 62, "w": 22, - "h": 21 + "h": 27 } }, { - "filename": "967_3_GENERATED", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 9, - "y": 8, - "w": 22, - "h": 21 - }, - "frame": { - "x": 46, - "y": 149, - "w": 22, - "h": 21 - } - }, - { - "filename": "1004_2", + "filename": "920_2", "rotated": false, "trimmed": true, "sourceSize": { @@ -481,15 +565,36 @@ }, "spriteSourceSize": { "x": 8, - "y": 7, - "w": 23, - "h": 22 + "y": 4, + "w": 24, + "h": 25 }, "frame": { - "x": 28, + "x": 53, + "y": 66, + "w": 24, + "h": 25 + } + }, + { + "filename": "920_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 4, + "w": 24, + "h": 25 + }, + "frame": { + "x": 77, "y": 68, - "w": 23, - "h": 22 + "w": 24, + "h": 25 } }, { @@ -507,7 +612,7 @@ "h": 26 }, "frame": { - "x": 51, + "x": 101, "y": 68, "w": 26, "h": 26 @@ -528,14 +633,14 @@ "h": 26 }, "frame": { - "x": 77, + "x": 127, "y": 68, "w": 26, "h": 26 } }, { - "filename": "987_3", + "filename": "949_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -544,36 +649,15 @@ }, "spriteSourceSize": { "x": 9, - "y": 3, - "w": 26, - "h": 26 + "y": 2, + "w": 22, + "h": 27 }, "frame": { - "x": 103, + "x": 153, "y": 68, - "w": 26, - "h": 26 - } - }, - { - "filename": "1000_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 29 - }, - "frame": { - "x": 129, - "y": 68, - "w": 24, - "h": 29 + "w": 22, + "h": 27 } }, { @@ -591,35 +675,14 @@ "h": 28 }, "frame": { - "x": 153, - "y": 74, + "x": 175, + "y": 73, "w": 17, "h": 28 } }, { - "filename": "1000_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 0, - "w": 24, - "h": 29 - }, - "frame": { - "x": 48, - "y": 94, - "w": 24, - "h": 29 - } - }, - { - "filename": "936_3", + "filename": "987_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -628,99 +691,15 @@ }, "spriteSourceSize": { "x": 9, - "y": 0, - "w": 22, - "h": 29 + "y": 3, + "w": 26, + "h": 26 }, "frame": { - "x": 72, - "y": 94, - "w": 22, - "h": 29 - } - }, - { - "filename": "920_1", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 25 - }, - "frame": { - "x": 48, - "y": 123, - "w": 24, - "h": 25 - } - }, - { - "filename": "920_2", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 25 - }, - "frame": { - "x": 94, - "y": 94, - "w": 24, - "h": 25 - } - }, - { - "filename": "1004_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 7, - "w": 23, - "h": 22 - }, - "frame": { - "x": 68, - "y": 148, - "w": 23, - "h": 22 - } - }, - { - "filename": "920_3", - "rotated": false, - "trimmed": true, - "sourceSize": { - "w": 40, - "h": 30 - }, - "spriteSourceSize": { - "x": 8, - "y": 4, - "w": 24, - "h": 25 - }, - "frame": { - "x": 72, - "y": 123, - "w": 24, - "h": 25 + "x": 0, + "y": 86, + "w": 26, + "h": 26 } }, { @@ -738,8 +717,8 @@ "h": 27 }, "frame": { - "x": 96, - "y": 119, + "x": 26, + "y": 89, "w": 21, "h": 27 } @@ -759,8 +738,8 @@ "h": 27 }, "frame": { - "x": 118, - "y": 97, + "x": 47, + "y": 91, "w": 21, "h": 27 } @@ -780,8 +759,8 @@ "h": 27 }, "frame": { - "x": 117, - "y": 124, + "x": 68, + "y": 93, "w": 21, "h": 27 } @@ -801,14 +780,14 @@ "h": 28 }, "frame": { - "x": 138, - "y": 124, + "x": 89, + "y": 94, "w": 17, "h": 28 } }, { - "filename": "935_3", + "filename": "936_3", "rotated": false, "trimmed": true, "sourceSize": { @@ -816,20 +795,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 12, - "y": 6, - "w": 15, - "h": 23 + "x": 9, + "y": 0, + "w": 22, + "h": 29 }, "frame": { - "x": 155, - "y": 102, - "w": 15, - "h": 23 + "x": 106, + "y": 94, + "w": 22, + "h": 29 } }, { - "filename": "919_2", + "filename": "1000_1", "rotated": false, "trimmed": true, "sourceSize": { @@ -837,20 +816,20 @@ "h": 30 }, "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 18, - "h": 17 + "x": 8, + "y": 0, + "w": 24, + "h": 29 }, "frame": { - "x": 91, - "y": 148, - "w": 18, - "h": 17 + "x": 128, + "y": 94, + "w": 24, + "h": 29 } }, { - "filename": "919_3", + "filename": "937_9", "rotated": false, "trimmed": true, "sourceSize": { @@ -858,16 +837,289 @@ "h": 30 }, "spriteSourceSize": { - "x": 11, - "y": 12, - "w": 18, - "h": 17 + "x": 4, + "y": 0, + "w": 31, + "h": 29 }, "frame": { - "x": 109, - "y": 151, - "w": 18, - "h": 17 + "x": 152, + "y": 101, + "w": 31, + "h": 29 + } + }, + { + "filename": "1000_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 29 + }, + "frame": { + "x": 0, + "y": 112, + "w": 24, + "h": 29 + } + }, + { + "filename": "1000_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 29 + }, + "frame": { + "x": 24, + "y": 118, + "w": 24, + "h": 29 + } + }, + { + "filename": "934_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 29, + "h": 30 + }, + "frame": { + "x": 48, + "y": 120, + "w": 29, + "h": 30 + } + }, + { + "filename": "934_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 5, + "y": 0, + "w": 29, + "h": 30 + }, + "frame": { + "x": 77, + "y": 122, + "w": 29, + "h": 30 + } + }, + { + "filename": "988_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 28, + "h": 30 + }, + "frame": { + "x": 106, + "y": 123, + "w": 28, + "h": 30 + } + }, + { + "filename": "988_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 28, + "h": 30 + }, + "frame": { + "x": 134, + "y": 130, + "w": 28, + "h": 30 + } + }, + { + "filename": "994_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 29, + "h": 30 + }, + "frame": { + "x": 162, + "y": 130, + "w": 29, + "h": 30 + } + }, + { + "filename": "999_1", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 30 + }, + "frame": { + "x": 0, + "y": 141, + "w": 24, + "h": 30 + } + }, + { + "filename": "999_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 30 + }, + "frame": { + "x": 24, + "y": 147, + "w": 24, + "h": 30 + } + }, + { + "filename": "994_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 7, + "y": 0, + "w": 29, + "h": 30 + }, + "frame": { + "x": 48, + "y": 150, + "w": 29, + "h": 30 + } + }, + { + "filename": "999_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 8, + "y": 0, + "w": 24, + "h": 30 + }, + "frame": { + "x": 77, + "y": 152, + "w": 24, + "h": 30 + } + }, + { + "filename": "1001_2", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 32, + "h": 30 + }, + "frame": { + "x": 101, + "y": 153, + "w": 32, + "h": 30 + } + }, + { + "filename": "1001_3", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 40, + "h": 30 + }, + "spriteSourceSize": { + "x": 4, + "y": 0, + "w": 32, + "h": 30 + }, + "frame": { + "x": 133, + "y": 160, + "w": 32, + "h": 30 } } ] @@ -876,6 +1128,6 @@ "meta": { "app": "https://www.codeandweb.com/texturepacker", "version": "3.0", - "smartupdate": "$TexturePacker:SmartUpdate:38e8e8af90b8dd4ffa7ee5a93dfcbc61:f38f6e3dccdc524bf428ee48ce3b5a0b:3ec5c0bc286c296cfb7fa30a8b06f3da$" + "smartupdate": "$TexturePacker:SmartUpdate:050f7edcd10f98c70b4b9fc98e69c0d6:03ae662454323b748908e92fa92433dc:3ec5c0bc286c296cfb7fa30a8b06f3da$" } } diff --git a/public/images/pokemon_icons_9v.png b/public/images/pokemon_icons_9v.png index 13afe79b353..256ec26d323 100644 Binary files a/public/images/pokemon_icons_9v.png and b/public/images/pokemon_icons_9v.png differ diff --git a/public/images/ui/legacy/pbinfo_enemy_boss_stats.png b/public/images/ui/legacy/pbinfo_enemy_boss_stats.png new file mode 100644 index 00000000000..94c9f2a1817 Binary files /dev/null and b/public/images/ui/legacy/pbinfo_enemy_boss_stats.png differ diff --git a/public/images/ui/legacy/pbinfo_enemy_mini_stats.png b/public/images/ui/legacy/pbinfo_enemy_mini_stats.png new file mode 100644 index 00000000000..eb32e694134 Binary files /dev/null and b/public/images/ui/legacy/pbinfo_enemy_mini_stats.png differ diff --git a/public/images/ui/legacy/pbinfo_player_mini_stats.png b/public/images/ui/legacy/pbinfo_player_mini_stats.png new file mode 100644 index 00000000000..dd2b7e65ba3 Binary files /dev/null and b/public/images/ui/legacy/pbinfo_player_mini_stats.png differ diff --git a/public/images/ui/legacy/pbinfo_player_stats.png b/public/images/ui/legacy/pbinfo_player_stats.png new file mode 100644 index 00000000000..078248624bc Binary files /dev/null and b/public/images/ui/legacy/pbinfo_player_stats.png differ diff --git a/public/images/ui/legacy/pbinfo_stat.json b/public/images/ui/legacy/pbinfo_stat.json new file mode 100644 index 00000000000..b7da47fc192 --- /dev/null +++ b/public/images/ui/legacy/pbinfo_stat.json @@ -0,0 +1,188 @@ +{ + "textures": [ + { + "image": "pbinfo_stat.png", + "format": "RGBA8888", + "size": { + "w": 112, + "h": 6 + }, + "scale": 1, + "frames": [ + { + "filename": "SPATK", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 19, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 18, + "h": 6 + }, + "frame": { + "x": 0, + "y": 0, + "w": 18, + "h": 6 + } + }, + { + "filename": "SPDEF", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 19, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 18, + "h": 6 + }, + "frame": { + "x": 18, + "y": 0, + "w": 18, + "h": 6 + } + }, + { + "filename": "CRIT", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 17, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 16, + "h": 6 + }, + "frame": { + "x": 36, + "y": 0, + "w": 16, + "h": 6 + } + }, + { + "filename": "ACC", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 12, + "h": 6 + }, + "frame": { + "x": 52, + "y": 0, + "w": 12, + "h": 6 + } + }, + { + "filename": "ATK", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 12, + "h": 6 + }, + "frame": { + "x": 64, + "y": 0, + "w": 12, + "h": 6 + } + }, + { + "filename": "DEF", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 12, + "h": 6 + }, + "frame": { + "x": 76, + "y": 0, + "w": 12, + "h": 6 + } + }, + { + "filename": "EVA", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 12, + "h": 6 + }, + "frame": { + "x": 88, + "y": 0, + "w": 12, + "h": 6 + } + }, + { + "filename": "SPD", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 1, + "y": 2, + "w": 12, + "h": 6 + }, + "frame": { + "x": 100, + "y": 0, + "w": 12, + "h": 6 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:40d30205ce8efd40dfa86cd11b0491d6:7076db6ed74199dcfb38fc8cd4d4a0e8:05882267d3999884e0491134e98b1b53$" + } +} diff --git a/public/images/ui/legacy/pbinfo_stat.png b/public/images/ui/legacy/pbinfo_stat.png new file mode 100644 index 00000000000..62ec3758772 Binary files /dev/null and b/public/images/ui/legacy/pbinfo_stat.png differ diff --git a/public/images/ui/legacy/pbinfo_stat_numbers.json b/public/images/ui/legacy/pbinfo_stat_numbers.json new file mode 100644 index 00000000000..9c74ee86dbc --- /dev/null +++ b/public/images/ui/legacy/pbinfo_stat_numbers.json @@ -0,0 +1,293 @@ +{ + "textures": [ + { + "image": "pbinfo_stat_numbers.png", + "format": "RGBA8888", + "size": { + "w": 117, + "h": 8 + }, + "scale": 1, + "frames": [ + { + "filename": "+1", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+2", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 9, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+3", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 18, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+4", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 27, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+5", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 36, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "+6", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 45, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-1", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 54, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-2", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 63, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-3", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 72, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-4", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 81, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-5", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 90, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-6", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 99, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "0", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 108, + "y": 0, + "w": 9, + "h": 8 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:1f22b7cb085faf9e9764273fa5e70c28:afc5587ebacca78d178ac7e0c434591b:6537c634087637bb27e8a1edb1ee2e35$" + } +} diff --git a/public/images/ui/legacy/pbinfo_stat_numbers.png b/public/images/ui/legacy/pbinfo_stat_numbers.png new file mode 100644 index 00000000000..ee1453b2107 Binary files /dev/null and b/public/images/ui/legacy/pbinfo_stat_numbers.png differ diff --git a/public/images/ui/legacy/shiny_1.png b/public/images/ui/legacy/shiny_1.png new file mode 100644 index 00000000000..9c7a583a7f9 Binary files /dev/null and b/public/images/ui/legacy/shiny_1.png differ diff --git a/public/images/ui/legacy/shiny_2.png b/public/images/ui/legacy/shiny_2.png new file mode 100644 index 00000000000..c00438ab0f6 Binary files /dev/null and b/public/images/ui/legacy/shiny_2.png differ diff --git a/public/images/ui/legacy/shiny_small_1.png b/public/images/ui/legacy/shiny_small_1.png new file mode 100644 index 00000000000..92f5c37c13a Binary files /dev/null and b/public/images/ui/legacy/shiny_small_1.png differ diff --git a/public/images/ui/legacy/shiny_small_2.png b/public/images/ui/legacy/shiny_small_2.png new file mode 100644 index 00000000000..f9dba355eeb Binary files /dev/null and b/public/images/ui/legacy/shiny_small_2.png differ diff --git a/public/images/ui/pbinfo_enemy_boss.png b/public/images/ui/pbinfo_enemy_boss.png index 58edefa164f..ff5ba661450 100644 Binary files a/public/images/ui/pbinfo_enemy_boss.png and b/public/images/ui/pbinfo_enemy_boss.png differ diff --git a/public/images/ui/pbinfo_enemy_boss_stats.png b/public/images/ui/pbinfo_enemy_boss_stats.png new file mode 100644 index 00000000000..7148a7af475 Binary files /dev/null and b/public/images/ui/pbinfo_enemy_boss_stats.png differ diff --git a/public/images/ui/pbinfo_enemy_mini.png b/public/images/ui/pbinfo_enemy_mini.png index 5250cb6f070..a7ff3cb9b82 100644 Binary files a/public/images/ui/pbinfo_enemy_mini.png and b/public/images/ui/pbinfo_enemy_mini.png differ diff --git a/public/images/ui/pbinfo_enemy_mini_stats.png b/public/images/ui/pbinfo_enemy_mini_stats.png new file mode 100644 index 00000000000..69ac5d49411 Binary files /dev/null and b/public/images/ui/pbinfo_enemy_mini_stats.png differ diff --git a/public/images/ui/pbinfo_enemy_type.png b/public/images/ui/pbinfo_enemy_type.png index 021a120070c..9bac63e5e72 100644 Binary files a/public/images/ui/pbinfo_enemy_type.png and b/public/images/ui/pbinfo_enemy_type.png differ diff --git a/public/images/ui/pbinfo_enemy_type1.png b/public/images/ui/pbinfo_enemy_type1.png index 89b84d7f630..6d94871e8da 100644 Binary files a/public/images/ui/pbinfo_enemy_type1.png and b/public/images/ui/pbinfo_enemy_type1.png differ diff --git a/public/images/ui/pbinfo_enemy_type2.png b/public/images/ui/pbinfo_enemy_type2.png index d1f9818d7bd..56a1989f2cd 100644 Binary files a/public/images/ui/pbinfo_enemy_type2.png and b/public/images/ui/pbinfo_enemy_type2.png differ diff --git a/public/images/ui/pbinfo_player.png b/public/images/ui/pbinfo_player.png index 9d3e03bd66d..fee08f71044 100644 Binary files a/public/images/ui/pbinfo_player.png and b/public/images/ui/pbinfo_player.png differ diff --git a/public/images/ui/pbinfo_player_mini.png b/public/images/ui/pbinfo_player_mini.png index db276227233..f12d46bb4ff 100644 Binary files a/public/images/ui/pbinfo_player_mini.png and b/public/images/ui/pbinfo_player_mini.png differ diff --git a/public/images/ui/pbinfo_player_mini_stats.png b/public/images/ui/pbinfo_player_mini_stats.png new file mode 100644 index 00000000000..7ce3bd1af1e Binary files /dev/null and b/public/images/ui/pbinfo_player_mini_stats.png differ diff --git a/public/images/ui/pbinfo_player_stats.png b/public/images/ui/pbinfo_player_stats.png new file mode 100644 index 00000000000..cda978979aa Binary files /dev/null and b/public/images/ui/pbinfo_player_stats.png differ diff --git a/public/images/ui/pbinfo_player_type1.png b/public/images/ui/pbinfo_player_type1.png index d1f9818d7bd..56a1989f2cd 100644 Binary files a/public/images/ui/pbinfo_player_type1.png and b/public/images/ui/pbinfo_player_type1.png differ diff --git a/public/images/ui/pbinfo_player_type2.png b/public/images/ui/pbinfo_player_type2.png index 89b84d7f630..6d94871e8da 100644 Binary files a/public/images/ui/pbinfo_player_type2.png and b/public/images/ui/pbinfo_player_type2.png differ diff --git a/public/images/ui/pbinfo_stat.json b/public/images/ui/pbinfo_stat.json new file mode 100644 index 00000000000..f431e5afafd --- /dev/null +++ b/public/images/ui/pbinfo_stat.json @@ -0,0 +1,188 @@ +{ + "textures": [ + { + "image": "pbinfo_stat.png", + "format": "RGBA8888", + "size": { + "w": 120, + "h": 7 + }, + "scale": 1, + "frames": [ + { + "filename": "SPATK", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 19, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 19, + "h": 7 + }, + "frame": { + "x": 0, + "y": 0, + "w": 19, + "h": 7 + } + }, + { + "filename": "SPDEF", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 19, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 19, + "h": 7 + }, + "frame": { + "x": 19, + "y": 0, + "w": 19, + "h": 7 + } + }, + { + "filename": "CRIT", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 17, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 17, + "h": 7 + }, + "frame": { + "x": 38, + "y": 0, + "w": 17, + "h": 7 + } + }, + { + "filename": "ACC", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 13, + "h": 7 + }, + "frame": { + "x": 55, + "y": 0, + "w": 13, + "h": 7 + } + }, + { + "filename": "ATK", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 13, + "h": 7 + }, + "frame": { + "x": 68, + "y": 0, + "w": 13, + "h": 7 + } + }, + { + "filename": "DEF", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 13, + "h": 7 + }, + "frame": { + "x": 81, + "y": 0, + "w": 13, + "h": 7 + } + }, + { + "filename": "EVA", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 13, + "h": 7 + }, + "frame": { + "x": 94, + "y": 0, + "w": 13, + "h": 7 + } + }, + { + "filename": "SPD", + "rotated": false, + "trimmed": true, + "sourceSize": { + "w": 13, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 1, + "w": 13, + "h": 7 + }, + "frame": { + "x": 107, + "y": 0, + "w": 13, + "h": 7 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:86fbd1b45d46271597a7d9de482aaa74:df702dd9d88db50369f1a096f82fd915:05882267d3999884e0491134e98b1b53$" + } +} diff --git a/public/images/ui/pbinfo_stat.png b/public/images/ui/pbinfo_stat.png new file mode 100644 index 00000000000..46169091e7c Binary files /dev/null and b/public/images/ui/pbinfo_stat.png differ diff --git a/public/images/ui/pbinfo_stat_numbers.json b/public/images/ui/pbinfo_stat_numbers.json new file mode 100644 index 00000000000..ec4f7117bb7 --- /dev/null +++ b/public/images/ui/pbinfo_stat_numbers.json @@ -0,0 +1,293 @@ +{ + "textures": [ + { + "image": "pbinfo_stat_numbers.png", + "format": "RGBA8888", + "size": { + "w": 117, + "h": 8 + }, + "scale": 1, + "frames": [ + { + "filename": "1", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "2", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 9, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "3", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 18, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "4", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 27, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "5", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 36, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "6", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 45, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-1", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 54, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-2", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 63, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-3", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 72, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-4", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 81, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-5", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 90, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "-6", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 99, + "y": 0, + "w": 9, + "h": 8 + } + }, + { + "filename": "0", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 9, + "h": 8 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 9, + "h": 8 + }, + "frame": { + "x": 108, + "y": 0, + "w": 9, + "h": 8 + } + } + ] + } + ], + "meta": { + "app": "https://www.codeandweb.com/texturepacker", + "version": "3.0", + "smartupdate": "$TexturePacker:SmartUpdate:b0719fae0d9b670a727148cdc7202249:afc5587ebacca78d178ac7e0c434591b:4825a9f02f72f1fe28a724c6c5dffb37$" + } +} diff --git a/public/images/ui/pbinfo_stat_numbers.png b/public/images/ui/pbinfo_stat_numbers.png new file mode 100644 index 00000000000..c778ba99273 Binary files /dev/null and b/public/images/ui/pbinfo_stat_numbers.png differ diff --git a/public/images/ui/shiny_1.png b/public/images/ui/shiny_1.png new file mode 100644 index 00000000000..9c7a583a7f9 Binary files /dev/null and b/public/images/ui/shiny_1.png differ diff --git a/public/images/ui/shiny_2.png b/public/images/ui/shiny_2.png new file mode 100644 index 00000000000..c00438ab0f6 Binary files /dev/null and b/public/images/ui/shiny_2.png differ diff --git a/public/images/ui/shiny_small_1.png b/public/images/ui/shiny_small_1.png new file mode 100644 index 00000000000..92f5c37c13a Binary files /dev/null and b/public/images/ui/shiny_small_1.png differ diff --git a/public/images/ui/shiny_small_2.png b/public/images/ui/shiny_small_2.png new file mode 100644 index 00000000000..f9dba355eeb Binary files /dev/null and b/public/images/ui/shiny_small_2.png differ diff --git a/src/battle-scene.ts b/src/battle-scene.ts index 4ea2503ec55..8f07256e327 100644 --- a/src/battle-scene.ts +++ b/src/battle-scene.ts @@ -17,7 +17,7 @@ import { TextStyle, addTextObject } from './ui/text'; import { Moves } from "./data/enums/moves"; import { allMoves } from "./data/move"; import { initMoves } from './data/move'; -import { ModifierPoolType, getDefaultModifierTypeForTier, getEnemyModifierTypesForWave, getModifierPoolForType } from './modifier/modifier-type'; +import { ModifierPoolType, getDefaultModifierTypeForTier, getEnemyModifierTypesForWave, getLuckString, getLuckTextTint, getModifierPoolForType, getPartyLuckValue } from './modifier/modifier-type'; import AbilityBar from './ui/ability-bar'; import { BlockItemTheftAbAttr, DoubleBattleChanceAbAttr, IncrementMovePriorityAbAttr, applyAbAttrs, initAbilities } from './data/ability'; import { Abilities } from "./data/enums/abilities"; @@ -60,23 +60,10 @@ import { SceneBase } from './scene-base'; import CandyBar from './ui/candy-bar'; import { Variant, variantData } from './data/variant'; import { Localizable } from './plugins/i18n'; +import { STARTING_WAVE_OVERRIDE, OPP_SPECIES_OVERRIDE, SEED_OVERRIDE, STARTING_BIOME_OVERRIDE } from './overrides'; export const bypassLogin = import.meta.env.VITE_BYPASS_LOGIN === "1"; -export const SEED_OVERRIDE = ''; -export const STARTER_SPECIES_OVERRIDE = 0; -export const STARTER_FORM_OVERRIDE = 0; -export const STARTING_LEVEL_OVERRIDE = 0; -export const STARTING_WAVE_OVERRIDE = 0; -export const STARTING_BIOME_OVERRIDE = Biome.TOWN; -export const STARTING_MONEY_OVERRIDE = 0; - -export const ABILITY_OVERRIDE = Abilities.NONE; -export const MOVE_OVERRIDE = Moves.NONE; -export const OPP_SPECIES_OVERRIDE = 0; -export const OPP_ABILITY_OVERRIDE = Abilities.NONE; -export const OPP_MOVE_OVERRIDE = Moves.NONE; - const DEBUG_RNG = false; export const startingWave = STARTING_WAVE_OVERRIDE || 1; @@ -98,6 +85,7 @@ export enum Button { ACTION, CANCEL, MENU, + STATS, CYCLE_SHINY, CYCLE_FORM, CYCLE_GENDER, @@ -176,6 +164,8 @@ export default class BattleScene extends SceneBase { private waveCountText: Phaser.GameObjects.Text; private moneyText: Phaser.GameObjects.Text; private scoreText: Phaser.GameObjects.Text; + private luckLabelText: Phaser.GameObjects.Text; + private luckText: Phaser.GameObjects.Text; private modifierBar: ModifierBar; private enemyModifierBar: ModifierBar; private fieldOverlay: Phaser.GameObjects.Rectangle; @@ -207,25 +197,26 @@ export default class BattleScene extends SceneBase { private movementButtonLock: Button; // using a dualshock controller as a map - private gamepadKeyConfig = { - [Button.UP]: 12, // up - [Button.DOWN]: 13, // down - [Button.LEFT]: 14, // left - [Button.RIGHT]: 15, // right - [Button.SUBMIT]: 17, // touchpad - [Button.ACTION]: 0, // X - [Button.CANCEL]: 1, // O - [Button.MENU]: 9, // options - [Button.CYCLE_SHINY]: 5, // RB - [Button.CYCLE_FORM]: 4, // LB - [Button.CYCLE_GENDER]: 6, // LT - [Button.CYCLE_ABILITY]: 7, // RT - [Button.CYCLE_NATURE]: 2, // square - [Button.CYCLE_VARIANT]: 3, // triangle - [Button.SPEED_UP]: 10, // L3 - [Button.SLOW_DOWN]: 11 // R3 - }; - public gamepadButtonStates: boolean[] = new Array(17).fill(false); + private gamepadKeyConfig = { + [Button.UP]: 12, // up + [Button.DOWN]: 13, // down + [Button.LEFT]: 14, // left + [Button.RIGHT]: 15, // right + [Button.SUBMIT]: 17, // touchpad + [Button.ACTION]: 0, // X + [Button.CANCEL]: 1, // O + [Button.MENU]: 8, // share + [Button.STATS]: 9, // options + [Button.CYCLE_SHINY]: 5, // RB + [Button.CYCLE_FORM]: 4, // LB + [Button.CYCLE_GENDER]: 6, // LT + [Button.CYCLE_ABILITY]: 7, // RT + [Button.CYCLE_NATURE]: 2, // square + [Button.CYCLE_VARIANT]: 3, // triangle + [Button.SPEED_UP]: 10, // L3 + [Button.SLOW_DOWN]: 11 // R3 + }; + public gamepadButtonStates: boolean[] = new Array(17).fill(false); public rngCounter: integer = 0; public rngSeedOverride: string = ''; @@ -247,7 +238,7 @@ export default class BattleScene extends SceneBase { loadPokemonAtlas(key: string, atlasPath: string, experimental?: boolean) { if (experimental === undefined) experimental = this.experimentalSprites; - let variant = atlasPath.includes('variant/'); + let variant = atlasPath.includes('variant/') || /_[0-3]$/.test(atlasPath); if (experimental) experimental = this.hasExpSprite(key); if (variant) @@ -401,6 +392,16 @@ export default class BattleScene extends SceneBase { this.scoreText.setOrigin(1, 0); this.fieldUI.add(this.scoreText); + this.luckText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, '', TextStyle.PARTY, { fontSize: '54px' }); + this.luckText.setOrigin(1, 0); + this.luckText.setVisible(false); + this.fieldUI.add(this.luckText); + + this.luckLabelText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, 'Luck:', TextStyle.PARTY, { fontSize: '54px' }); + this.luckLabelText.setOrigin(1, 0); + this.luckLabelText.setVisible(false); + this.fieldUI.add(this.luckLabelText); + this.updateUIPositions(); this.damageNumberHandler = new DamageNumberHandler(); @@ -519,10 +520,23 @@ export default class BattleScene extends SceneBase { .then(v => { Object.keys(v).forEach(k => variantData[k] = v[k]); if (this.experimentalSprites) { - const expTree = variantData['exp']; - Object.keys(expTree).forEach(ek => { - variantData[ek] = expTree[ek]; - }); + const expVariantData = variantData['exp']; + const traverseVariantData = (keys: string[]) => { + let variantTree = variantData; + let expTree = expVariantData; + keys.map((k: string, i: integer) => { + if (i < keys.length - 1) { + variantTree = variantTree[k]; + expTree = expTree[k]; + } else if (variantTree.hasOwnProperty(k) && expTree.hasOwnProperty(k)) { + if ([ 'back', 'female' ].includes(k)) + traverseVariantData(keys.concat(k)); + else + variantTree[k] = expTree[k]; + } + }); + }; + Object.keys(expVariantData).forEach(ek => traverseVariantData([ ek ])); } Promise.resolve(); }); @@ -603,6 +617,7 @@ export default class BattleScene extends SceneBase { [Button.ACTION]: [keyCodes.SPACE, keyCodes.ENTER, keyCodes.Z], [Button.CANCEL]: [keyCodes.BACKSPACE, keyCodes.X], [Button.MENU]: [keyCodes.ESC, keyCodes.M], + [Button.STATS]: [keyCodes.C], [Button.CYCLE_SHINY]: [keyCodes.R], [Button.CYCLE_FORM]: [keyCodes.F], [Button.CYCLE_GENDER]: [keyCodes.G], @@ -806,6 +821,8 @@ export default class BattleScene extends SceneBase { this.updateScoreText(); this.scoreText.setVisible(false); + [ this.luckLabelText, this.luckText ].map(t => t.setVisible(false)); + this.newArena(STARTING_BIOME_OVERRIDE || Biome.TOWN); this.arenaBgTransition.setPosition(0, 0); @@ -924,7 +941,7 @@ export default class BattleScene extends SceneBase { if (!waveIndex && lastBattle) { let isNewBiome = !(lastBattle.waveIndex % 10) || ((this.gameMode.hasShortBiomes || this.gameMode.isDaily) && (lastBattle.waveIndex % 50) === 49); - if (!isNewBiome && this.gameMode.hasShortBiomes && (newWaveIndex % 10) < 9) { + if (!isNewBiome && this.gameMode.hasShortBiomes && (lastBattle.waveIndex % 10) < 9) { let w = lastBattle.waveIndex - ((lastBattle.waveIndex % 10) - 1); let biomeWaves = 1; while (w < lastBattle.waveIndex) { @@ -1027,17 +1044,26 @@ export default class BattleScene extends SceneBase { case Species.BASCULIN: case Species.DEERLING: case Species.SAWSBUCK: + case Species.FROAKIE: + case Species.FROGADIER: case Species.VIVILLON: case Species.FLABEBE: case Species.FLOETTE: case Species.FLORGES: + case Species.FURFROU: case Species.ORICORIO: case Species.SQUAWKABILLY: case Species.TATSUGIRI: case Species.PALDEA_TAUROS: return Utils.randSeedInt(species.forms.length); + case Species.GRENINJA: + return Utils.randSeedInt(2); + case Species.ZYGARDE: + return Utils.randSeedInt(3); case Species.MINIOR: return Utils.randSeedInt(6); + case Species.ALCREMIE: + return Utils.randSeedInt(9); case Species.MEOWSTIC: case Species.INDEEDEE: case Species.BASCULEGION: @@ -1220,11 +1246,44 @@ export default class BattleScene extends SceneBase { this.scoreText.setVisible(this.gameMode.isDaily); } + updateAndShowLuckText(duration: integer): void { + const labels = [ this.luckLabelText, this.luckText ]; + labels.map(t => { + t.setAlpha(0); + t.setVisible(true); + }) + const luckValue = getPartyLuckValue(this.getParty()); + this.luckText.setText(getLuckString(luckValue)); + if (luckValue < 14) + this.luckText.setTint(getLuckTextTint(luckValue)); + else + this.luckText.setTint(0x83a55a, 0xee384a, 0x5271cd, 0x7b487b); + this.luckLabelText.setX((this.game.canvas.width / 6) - 2 - (this.luckText.displayWidth + 2)); + this.tweens.add({ + targets: labels, + duration: duration, + alpha: 1 + }); + } + + hideLuckText(duration: integer): void { + const labels = [ this.luckLabelText, this.luckText ]; + this.tweens.add({ + targets: labels, + duration: duration, + alpha: 0, + onComplete: () => { + labels.map(l => l.setVisible(false)); + } + }); + } + updateUIPositions(): void { const enemyModifierCount = this.enemyModifiers.filter(m => m.isIconVisible(this)).length; this.waveCountText.setY(-(this.game.canvas.height / 6) + (enemyModifierCount ? enemyModifierCount <= 12 ? 15 : 24 : 0)); this.moneyText.setY(this.waveCountText.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)); const offsetY = (this.scoreText.visible ? this.scoreText : this.moneyText).y + 15; this.partyExpBar.setY(offsetY); this.candyBar.setY(offsetY + 15); @@ -1376,8 +1435,16 @@ export default class BattleScene extends SceneBase { if (this.ui?.getMode() === Mode.SETTINGS) (this.ui.getHandler() as SettingsUiHandler).show([]); } - } else - return; + } else { + let pressed = false; + if (this.buttonJustReleased(Button.STATS) || (pressed = this.buttonJustPressed(Button.STATS))) { + for (let p of this.getField().filter(p => p?.isActive(true))) + p.toggleStats(pressed); + if (pressed) + this.setLastProcessedMovementTime(Button.STATS); + } else + return; + } if (inputSuccess && this.enableVibration && typeof navigator.vibrate !== 'undefined') navigator.vibrate(vibrationLength || 10); } @@ -1387,7 +1454,7 @@ export default class BattleScene extends SceneBase { * or not. It will only return true once, until the key is released and pressed down * again. */ - gamepadButtonJustDown(button: Phaser.Input.Gamepad.Button) : boolean { + gamepadButtonJustDown(button: Phaser.Input.Gamepad.Button): boolean { if (!button || !this.gamepadSupport) return false; @@ -1407,6 +1474,23 @@ export default class BattleScene extends SceneBase { return this.buttonKeys[button].some(k => Phaser.Input.Keyboard.JustDown(k)) || this.gamepadButtonJustDown(gamepad?.buttons[this.gamepadKeyConfig[button]]); } + /** + * gamepadButtonJustUp returns true if @param button has just been released + * or not. It will only return true once, until the key is released and pressed down + * again. + */ + gamepadButtonJustUp(button: Phaser.Input.Gamepad.Button): boolean { + if (!button || !this.gamepadSupport) + return false; + + return !this.gamepadButtonStates[button.index]; + } + + buttonJustReleased(button: Button): boolean { + const gamepad = this.input.gamepad?.gamepads[0]; + return this.buttonKeys[button].some(k => Phaser.Input.Keyboard.JustUp(k)) || this.gamepadButtonJustUp(gamepad?.buttons[this.gamepadKeyConfig[button]]); + } + /** * repeatInputDurationJustPassed returns true if @param button has been held down long * enough to fire a repeated input. A button must claim the movementButtonLock before diff --git a/src/data/ability.ts b/src/data/ability.ts index 590f45fd735..f0a58f106cd 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -1006,16 +1006,19 @@ export class FieldMoveTypePowerBoostAbAttr extends FieldMovePowerBoostAbAttr { export class BattleStatMultiplierAbAttr extends AbAttr { private battleStat: BattleStat; private multiplier: number; + private condition: PokemonAttackCondition; - constructor(battleStat: BattleStat, multiplier: number) { + constructor(battleStat: BattleStat, multiplier: number, condition?: PokemonAttackCondition) { super(false); this.battleStat = battleStat; this.multiplier = multiplier; + this.condition = condition; } applyBattleStat(pokemon: Pokemon, passive: boolean, battleStat: BattleStat, statValue: Utils.NumberHolder, args: any[]): boolean | Promise { - if (battleStat === this.battleStat) { + const move = (args[0] as Move); + if (battleStat === this.battleStat && (!this.condition || this.condition(pokemon, null, move))) { statValue.value *= this.multiplier; return true; } @@ -1178,6 +1181,26 @@ class PostVictoryStatChangeAbAttr extends PostVictoryAbAttr { } } +export class PostVictoryFormChangeAbAttr extends PostVictoryAbAttr { + private formFunc: (p: Pokemon) => integer; + + constructor(formFunc: ((p: Pokemon) => integer)) { + super(true); + + this.formFunc = formFunc; + } + + applyPostVictory(pokemon: Pokemon, passive: boolean, args: any[]): boolean | Promise { + const formIndex = this.formFunc(pokemon); + if (formIndex !== pokemon.formIndex) { + pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false); + return true; + } + + return false; + } +} + export class PostKnockOutAbAttr extends AbAttr { applyPostKnockOut(pokemon: Pokemon, passive: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise { return false; @@ -1412,6 +1435,7 @@ export class TraceAbAttr extends PostSummonAbAttr { const targets = pokemon.getOpponents(); if (!targets.length) return false; + let target: Pokemon; if (targets.length > 1) pokemon.scene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), pokemon.scene.currentBattle.waveIndex); @@ -1437,6 +1461,9 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr { applyPostSummon(pokemon: Pokemon, passive: boolean, args: any[]): boolean { const targets = pokemon.getOpponents(); + if (!targets.length) + return false; + let target: Pokemon; if (targets.length > 1) pokemon.scene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), pokemon.scene.currentBattle.waveIndex); @@ -2652,8 +2679,8 @@ export function initAbilities() { new Ability(Abilities.TRUANT, 3) .attr(PostSummonAddBattlerTagAbAttr, BattlerTagType.TRUANT, 1, false), new Ability(Abilities.HUSTLE, 3) - .attr(BattleStatMultiplierAbAttr, BattleStat.ATK, 1.5) - .attr(BattleStatMultiplierAbAttr, BattleStat.ACC, 0.8), + .attr(BattleStatMultiplierAbAttr, BattleStat.ATK, 1.5, (user, target, move) => move.category == MoveCategory.PHYSICAL) + .attr(BattleStatMultiplierAbAttr, BattleStat.ACC, 0.8, (user, target, move) => move.category == MoveCategory.PHYSICAL), new Ability(Abilities.CUTE_CHARM, 3) .attr(PostDefendContactApplyTagChanceAbAttr, 30, BattlerTagType.INFATUATED), new Ability(Abilities.PLUS, 3) @@ -2692,7 +2719,8 @@ export function initAbilities() { .attr(PostSummonWeatherChangeAbAttr, WeatherType.SUNNY) .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SUNNY), new Ability(Abilities.ARENA_TRAP, 3) - .attr(ArenaTrapAbAttr), + .attr(ArenaTrapAbAttr) + .attr(DoubleBattleChanceAbAttr), new Ability(Abilities.VITAL_SPIRIT, 3) .attr(StatusEffectImmunityAbAttr, StatusEffect.SLEEP) .attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY) @@ -3097,17 +3125,21 @@ export function initAbilities() { .ignorable() .partial(), new Ability(Abilities.BATTLE_BOND, 7) + .attr(PostVictoryFormChangeAbAttr, p => p.getFormKey() ? 2 : 1) .attr(UncopiableAbilityAbAttr) .attr(UnswappableAbilityAbAttr) .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) - .unimplemented(), - new Ability(Abilities.POWER_CONSTRUCT, 7) + .partial(), + new Ability(Abilities.POWER_CONSTRUCT, 7) // TODO: 10% Power Construct Zygarde isn't accounted for yet. If changed, update Zygarde's getSpeciesFormIndex entry accordingly + .attr(PostBattleInitFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 4 : 2) + .attr(PostSummonFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 4 : 2) + .attr(PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 4 : 2) .attr(UncopiableAbilityAbAttr) .attr(UnswappableAbilityAbAttr) .attr(UnsuppressableAbilityAbAttr) .attr(NoFusionAbilityAbAttr) - .unimplemented(), + .partial(), new Ability(Abilities.CORROSION, 7) .unimplemented(), new Ability(Abilities.COMATOSE, 7) diff --git a/src/data/arena-tag.ts b/src/data/arena-tag.ts index bb76a9880b3..a879c68d4ce 100644 --- a/src/data/arena-tag.ts +++ b/src/data/arena-tag.ts @@ -1,10 +1,10 @@ import { Arena } from "../field/arena"; import { Type } from "./type"; import * as Utils from "../utils"; -import { MoveCategory, StatChangeAttr, allMoves } from "./move"; +import { MoveCategory, allMoves } from "./move"; import { getPokemonMessage } from "../messages"; import Pokemon, { HitResult, PokemonMove } from "../field/pokemon"; -import { MoveEffectPhase, StatChangePhase } from "../phases"; +import { MoveEffectPhase, PokemonHealPhase, StatChangePhase} from "../phases"; import { StatusEffect } from "./status-effect"; import { BattlerIndex } from "../battle"; import { Moves } from "./enums/moves"; @@ -146,6 +146,31 @@ class AuroraVeilTag extends WeakenMoveScreenTag { } } +class WishTag extends ArenaTag { + private battlerIndex: BattlerIndex; + private triggerMessage: string; + private healHp: number; + + constructor(turnCount: integer, sourceId: integer, side: ArenaTagSide) { + super(ArenaTagType.WISH, turnCount, Moves.WISH, sourceId, side); + } + + onAdd(arena: Arena): void { + const user = arena.scene.getPokemonById(this.sourceId); + this.battlerIndex = user.getBattlerIndex(); + this.triggerMessage = getPokemonMessage(user, '\'s wish\ncame true!'); + this.healHp = Math.max(Math.floor(user.getMaxHp() / 2), 1); + } + + onRemove(arena: Arena): void { + const target = arena.scene.getField()[this.battlerIndex]; + if (target?.isActive(true)) { + arena.scene.queueMessage(this.triggerMessage); + arena.scene.unshiftPhase(new PokemonHealPhase(target.scene, target.getBattlerIndex(), this.healHp, null, true, false)); + } + } +} + export class WeakenMoveTypeTag extends ArenaTag { private weakenedType: Type; @@ -472,6 +497,8 @@ export function getArenaTag(tagType: ArenaTagType, turnCount: integer, sourceMov case ArenaTagType.FUTURE_SIGHT: case ArenaTagType.DOOM_DESIRE: return new DelayedAttackTag(tagType, sourceMove, sourceId, targetIndex); + case ArenaTagType.WISH: + return new WishTag(turnCount, sourceId, side); case ArenaTagType.STEALTH_ROCK: return new StealthRockTag(sourceId, side); case ArenaTagType.STICKY_WEB: diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index b12d15968f6..aaab9f9a4a2 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -276,6 +276,10 @@ export class SeedTag extends BattlerTag { super(BattlerTagType.SEEDED, BattlerTagLapseType.TURN_END, 1, Moves.LEECH_SEED, sourceId); } + canAdd(pokemon: Pokemon): boolean { + return !pokemon.isOfType(Type.GRASS); + } + onAdd(pokemon: Pokemon): void { super.onAdd(pokemon); diff --git a/src/data/egg-moves.ts b/src/data/egg-moves.ts index 91a78a9b276..800c9a0ef25 100644 --- a/src/data/egg-moves.ts +++ b/src/data/egg-moves.ts @@ -5,37 +5,37 @@ import * as Utils from "../utils"; export const speciesEggMoves = { - [Species.BULBASAUR]: [ Moves.GIGA_DRAIN, Moves.SLUDGE_BOMB, Moves.EARTH_POWER, Moves.STRENGTH_SAP ], - [Species.CHARMANDER]: [ Moves.DRAGON_DANCE, Moves.BITTER_BLADE, Moves.EARTH_POWER, Moves.GLAIVE_RUSH ], - [Species.SQUIRTLE]: [ Moves.AURA_SPHERE, Moves.DARK_PULSE, Moves.BOUNCY_BUBBLE, Moves.ORIGIN_PULSE ], + [Species.BULBASAUR]: [ Moves.STRENGTH_SAP, Moves.SLUDGE_BOMB, Moves.EARTH_POWER, Moves.SAPPY_SEED ], + [Species.CHARMANDER]: [ Moves.DRAGON_DANCE, Moves.BITTER_BLADE, Moves.EARTH_POWER, Moves.OBLIVION_WING ], + [Species.SQUIRTLE]: [ Moves.ICE_BEAM, Moves.DARK_PULSE, Moves.BOUNCY_BUBBLE, Moves.ORIGIN_PULSE ], [Species.CATERPIE]: [ Moves.EARTH_POWER, Moves.SILK_TRAP, Moves.STICKY_WEB, Moves.BLEAKWIND_STORM ], - [Species.WEEDLE]: [ Moves.DRILL_RUN, Moves.ROCK_BLAST, Moves.BANEFUL_BUNKER, Moves.BARB_BARRAGE ], + [Species.WEEDLE]: [ Moves.DRILL_RUN, Moves.SWORDS_DANCE, Moves.BANEFUL_BUNKER, Moves.BARB_BARRAGE ], [Species.PIDGEY]: [ Moves.HEAT_WAVE, Moves.FOCUS_BLAST, Moves.U_TURN, Moves.WILDBOLT_STORM ], [Species.RATTATA]: [ Moves.HYPER_FANG, Moves.PSYCHIC_FANGS, Moves.FIRE_FANG, Moves.EXTREME_SPEED ], [Species.SPEAROW]: [ Moves.DUAL_WINGBEAT, Moves.SUCKER_PUNCH, Moves.PARTING_SHOT, Moves.HYPER_DRILL ], - [Species.EKANS]: [ Moves.SHED_TAIL, Moves.DRAGON_DANCE, Moves.LEECH_LIFE, Moves.NOXIOUS_TORQUE ], - [Species.SANDSHREW]: [ Moves.DIRE_CLAW, Moves.SPIKY_SHIELD, Moves.SHORE_UP, Moves.PRECIPICE_BLADES ], + [Species.EKANS]: [ Moves.SHED_TAIL, Moves.DRAGON_DANCE, Moves.SLACK_OFF, Moves.NOXIOUS_TORQUE ], + [Species.SANDSHREW]: [ Moves.DIRE_CLAW, Moves.CEASELESS_EDGE, Moves.SHORE_UP, Moves.PRECIPICE_BLADES ], [Species.NIDORAN_F]: [ Moves.SCALD, Moves.SHORE_UP, Moves.CALM_MIND, Moves.BANEFUL_BUNKER ], [Species.NIDORAN_M]: [ Moves.DARK_PULSE, Moves.SHORE_UP, Moves.CALM_MIND, Moves.KINGS_SHIELD ], [Species.VULPIX]: [ Moves.MOONBLAST, Moves.PSYCHIC, Moves.MORNING_SUN, Moves.TAIL_GLOW ], - [Species.ZUBAT]: [ Moves.CRUNCH, Moves.DIRE_CLAW, Moves.SWORDS_DANCE, Moves.FLOATY_FALL ], - [Species.ODDISH]: [ Moves.POLLEN_PUFF, Moves.FIERY_DANCE, Moves.FLORAL_HEALING, Moves.SPORE ], - [Species.PARAS]: [ Moves.FIRST_IMPRESSION, Moves.DIRE_CLAW, Moves.CRABHAMMER, Moves.SAPPY_SEED ], - [Species.VENONAT]: [ Moves.TWIN_BEAM, Moves.AURA_SPHERE, Moves.EARTH_POWER, Moves.BLOOD_MOON ], - [Species.DIGLETT]: [ Moves.STRENGTH_SAP, Moves.SWORDS_DANCE, Moves.CLOSE_COMBAT, Moves.HEADLONG_RUSH ], + [Species.ZUBAT]: [ Moves.FLOATY_FALL, Moves.DIRE_CLAW, Moves.SWORDS_DANCE, Moves.BRAVE_BIRD ], + [Species.ODDISH]: [ Moves.SLUDGE_BOMB, Moves.FIERY_DANCE, Moves.STRENGTH_SAP, Moves.SPORE ], + [Species.PARAS]: [ Moves.FIRST_IMPRESSION, Moves.SAPPY_SEED, Moves.CRABHAMMER, Moves.DIRE_CLAW ], + [Species.VENONAT]: [ Moves.SLUDGE_BOMB, Moves.MOONLIGHT, Moves.EARTH_POWER, Moves.MYSTICAL_POWER ], + [Species.DIGLETT]: [ Moves.STRENGTH_SAP, Moves.SWORDS_DANCE, Moves.ICE_SPINNER, Moves.HEADLONG_RUSH ], [Species.MEOWTH]: [ Moves.COVET, Moves.HAPPY_HOUR, Moves.PARTING_SHOT, Moves.MAKE_IT_RAIN ], [Species.PSYDUCK]: [ Moves.MYSTICAL_POWER, Moves.AQUA_STEP, Moves.AURA_SPHERE, Moves.MIND_BLOWN ], - [Species.MANKEY]: [ Moves.DRAIN_PUNCH, Moves.PLAY_ROUGH, Moves.METEOR_MASH, Moves.NO_RETREAT ], + [Species.MANKEY]: [ Moves.DRAIN_PUNCH, Moves.RAGING_FURY, Moves.METEOR_MASH, Moves.NO_RETREAT ], [Species.GROWLITHE]: [ Moves.ZING_ZAP, Moves.PARTING_SHOT, Moves.MORNING_SUN, Moves.SACRED_FIRE ], [Species.POLIWAG]: [ Moves.BOUNCY_BUBBLE, Moves.WILDBOLT_STORM, Moves.DRAIN_PUNCH, Moves.SURGING_STRIKES ], - [Species.ABRA]: [ Moves.MYSTICAL_FIRE, Moves.AURA_SPHERE, Moves.THUNDERBOLT, Moves.MYSTICAL_POWER ], - [Species.MACHOP]: [ Moves.BULLET_PUNCH, Moves.KNOCK_OFF, Moves.FLYING_PRESS, Moves.FISSURE ], + [Species.ABRA]: [ Moves.MOONBLAST, Moves.EARTH_POWER, Moves.THUNDERBOLT, Moves.LUSTER_PURGE ], + [Species.MACHOP]: [ Moves.MACH_PUNCH, Moves.METEOR_MASH, Moves.FLYING_PRESS, Moves.FISSURE ], [Species.BELLSPROUT]: [ Moves.SOLAR_BLADE, Moves.WEATHER_BALL, Moves.FIRE_LASH, Moves.STRENGTH_SAP ], [Species.TENTACOOL]: [ Moves.BANEFUL_BUNKER, Moves.STRENGTH_SAP, Moves.HAZE, Moves.MALIGNANT_CHAIN ], [Species.GEODUDE]: [ Moves.BODY_PRESS, Moves.BULK_UP, Moves.SHORE_UP, Moves.HEAD_SMASH ], [Species.PONYTA]: [ Moves.HIGH_HORSEPOWER, Moves.FIRE_LASH, Moves.MORNING_SUN, Moves.VOLT_TACKLE ], - [Species.SLOWPOKE]: [ Moves.BOUNCY_BUBBLE, Moves.PARTING_SHOT, Moves.COSMIC_POWER, Moves.PSYSTRIKE ], - [Species.MAGNEMITE]: [ Moves.PARABOLIC_CHARGE, Moves.BODY_PRESS, Moves.ENERGY_BALL, Moves.THUNDERCLAP ], + [Species.SLOWPOKE]: [ Moves.BOUNCY_BUBBLE, Moves.PARTING_SHOT, Moves.COSMIC_POWER, Moves.LUMINA_CRASH ], + [Species.MAGNEMITE]: [ Moves.RECOVER, Moves.BODY_PRESS, Moves.ICE_BEAM, Moves.THUNDERCLAP ], [Species.FARFETCHD]: [ Moves.BATON_PASS, Moves.SACRED_SWORD, Moves.ROOST, Moves.VICTORY_DANCE ], [Species.DODUO]: [ Moves.TRIPLE_AXEL, Moves.HEAD_CHARGE, Moves.BRAVE_BIRD, Moves.TRIPLE_ARROWS ], [Species.SEEL]: [ Moves.FREEZE_DRY, Moves.CHILLY_RECEPTION, Moves.SLACK_OFF, Moves.BOUNCY_BUBBLE ], @@ -44,81 +44,81 @@ export const speciesEggMoves = { [Species.GASTLY]: [ Moves.FROST_BREATH, Moves.AURA_SPHERE, Moves.NASTY_PLOT, Moves.MALIGNANT_CHAIN ], [Species.ONIX]: [ Moves.SHORE_UP, Moves.BODY_PRESS, Moves.HEAD_SMASH, Moves.SPIN_OUT ], [Species.DROWZEE]: [ Moves.DREAM_EATER, Moves.RECOVER, Moves.NIGHTMARE, Moves.SPORE ], - [Species.KRABBY]: [ Moves.CRUSH_GRIP, Moves.LIQUIDATION, Moves.SHORE_UP, Moves.SHELL_SMASH ], + [Species.KRABBY]: [ Moves.MOUNTAIN_GALE, Moves.LIQUIDATION, Moves.SHORE_UP, Moves.SHELL_SMASH ], [Species.VOLTORB]: [ Moves.BUZZY_BUZZ, Moves.VOLT_SWITCH, Moves.ENERGY_BALL, Moves.NASTY_PLOT ], [Species.EXEGGCUTE]: [ Moves.MYSTICAL_POWER, Moves.APPLE_ACID, Moves.TRICK_ROOM, Moves.FICKLE_BEAM ], [Species.CUBONE]: [ Moves.HEAD_SMASH, Moves.WOOD_HAMMER, Moves.PAIN_SPLIT, Moves.VOLT_TACKLE ], [Species.LICKITUNG]: [ Moves.BODY_SLAM, Moves.FIRE_LASH, Moves.GRAV_APPLE, Moves.MILK_DRINK ], - [Species.KOFFING]: [ Moves.SCALD, Moves.RECOVER, Moves.MOONBLAST, Moves.SEARING_SHOT ], - [Species.RHYHORN]: [ Moves.HIGH_HORSEPOWER, Moves.METEOR_MASH, Moves.WILD_CHARGE, Moves.HEAD_SMASH ], + [Species.KOFFING]: [ Moves.SCALD, Moves.RECOVER, Moves.SEARING_SHOT, Moves.MALIGNANT_CHAIN ], + [Species.RHYHORN]: [ Moves.SHORE_UP, Moves.WAVE_CRASH, Moves.FLARE_BLITZ, Moves.HEAD_SMASH ], [Species.TANGELA]: [ Moves.STRENGTH_SAP, Moves.INFESTATION, Moves.PARTING_SHOT, Moves.SAPPY_SEED ], [Species.KANGASKHAN]: [ Moves.POWER_UP_PUNCH, Moves.BREAKING_SWIPE, Moves.RETURN, Moves.SEISMIC_TOSS ], - [Species.HORSEA]: [ Moves.SNIPE_SHOT, Moves.SPACIAL_REND, Moves.HURRICANE, Moves.DRAGON_ENERGY ], + [Species.HORSEA]: [ Moves.SNIPE_SHOT, Moves.NASTY_PLOT, Moves.HURRICANE, Moves.SPACIAL_REND ], [Species.GOLDEEN]: [ Moves.DRILL_RUN, Moves.FLIP_TURN, Moves.DRAGON_DANCE, Moves.FISHIOUS_REND ], - [Species.STARYU]: [ Moves.METEOR_BEAM, Moves.BOUNCY_BUBBLE, Moves.MOONBLAST, Moves.MYSTICAL_POWER ], - [Species.SCYTHER]: [ Moves.DUAL_WINGBEAT, Moves.BUG_BITE, Moves.STORM_THROW, Moves.MIGHTY_CLEAVE ], - [Species.PINSIR]: [ Moves.CRUSH_GRIP, Moves.LUNGE, Moves.CLOSE_COMBAT, Moves.EXTREME_SPEED ], + [Species.STARYU]: [ Moves.CALM_MIND, Moves.BOUNCY_BUBBLE, Moves.MOONBLAST, Moves.MYSTICAL_POWER ], + [Species.SCYTHER]: [ Moves.GEAR_GRIND, Moves.BUG_BITE, Moves.STORM_THROW, Moves.MIGHTY_CLEAVE ], + [Species.PINSIR]: [ Moves.CRUSH_GRIP, Moves.U_TURN, Moves.CLOSE_COMBAT, Moves.EXTREME_SPEED ], [Species.TAUROS]: [ Moves.HIGH_HORSEPOWER, Moves.FLARE_BLITZ, Moves.WAVE_CRASH, Moves.HEAD_CHARGE ], [Species.MAGIKARP]: [ Moves.FLIP_TURN, Moves.ICE_SPINNER, Moves.LIQUIDATION, Moves.DRAGON_ASCENT ], - [Species.LAPRAS]: [ Moves.RECOVER, Moves.FREEZE_DRY, Moves.CHILLY_RECEPTION, Moves.RELIC_SONG ], + [Species.LAPRAS]: [ Moves.RECOVER, Moves.FREEZE_DRY, Moves.CHILLY_RECEPTION, Moves.BOOMBURST ], [Species.DITTO]: [ Moves.MIMIC, Moves.COPYCAT, Moves.ME_FIRST, Moves.METRONOME ], - [Species.EEVEE]: [ Moves.WISH, Moves.REVELATION_DANCE, Moves.VEEVEE_VOLLEY, Moves.CLANGOROUS_SOUL ], - [Species.PORYGON]: [ Moves.PARABOLIC_CHARGE, Moves.AURA_SPHERE, Moves.TOPSY_TURVY, Moves.TECHNO_BLAST ], - [Species.OMANYTE]: [ Moves.SCALD, Moves.EERIE_SPELL, Moves.POWER_GEM, Moves.STRENGTH_SAP ], + [Species.EEVEE]: [ Moves.WISH, Moves.REVELATION_DANCE, Moves.TRI_ATTACK, Moves.NO_RETREAT ], + [Species.PORYGON]: [ Moves.BUZZY_BUZZ, Moves.AURA_SPHERE, Moves.TOPSY_TURVY, Moves.TECHNO_BLAST ], + [Species.OMANYTE]: [ Moves.SCALD, Moves.EARTH_POWER, Moves.POWER_GEM, Moves.STRENGTH_SAP ], [Species.KABUTO]: [ Moves.CEASELESS_EDGE, Moves.DRILL_RUN, Moves.AQUA_CUTTER, Moves.MIGHTY_CLEAVE ], - [Species.AERODACTYL]: [ Moves.DUAL_WINGBEAT, Moves.SUPERCELL_SLAM, Moves.SWORDS_DANCE, Moves.MIGHTY_CLEAVE ], - [Species.ARTICUNO]: [ Moves.FREEZING_GLARE, Moves.GLACIATE, Moves.AURORA_VEIL, Moves.BLEAKWIND_STORM ], - [Species.ZAPDOS]: [ Moves.THUNDEROUS_KICK, Moves.PARABOLIC_CHARGE, Moves.SPIKY_SHIELD, Moves.BOLT_BEAK ], - [Species.MOLTRES]: [ Moves.FIERY_WRATH, Moves.SCORCHING_SANDS, Moves.BURNING_BULWARK, Moves.ERUPTION ], - [Species.DRATINI]: [ Moves.DRAGON_HAMMER, Moves.METEOR_MASH, Moves.DRAIN_PUNCH, Moves.FLOATY_FALL ], - [Species.MEWTWO]: [ Moves.PHOTON_GEYSER, Moves.MOONBLAST, Moves.PLASMA_FISTS, Moves.DOUBLE_IRON_BASH ], + [Species.AERODACTYL]: [ Moves.FLOATY_FALL, Moves.HEAD_SMASH, Moves.SWORDS_DANCE, Moves.MIGHTY_CLEAVE ], + [Species.ARTICUNO]: [ Moves.AURA_SPHERE, Moves.CALM_MIND, Moves.AURORA_VEIL, Moves.AEROBLAST ], + [Species.ZAPDOS]: [ Moves.WEATHER_BALL, Moves.CALM_MIND, Moves.SPIKY_SHIELD, Moves.ELECTRO_SHOT ], + [Species.MOLTRES]: [ Moves.SCORCHING_SANDS, Moves.CALM_MIND, Moves.BURNING_BULWARK, Moves.TORCH_SONG ], + [Species.DRATINI]: [ Moves.DRAGON_HAMMER, Moves.METEOR_MASH, Moves.FIRE_LASH, Moves.FLOATY_FALL ], + [Species.MEWTWO]: [ Moves.METEOR_MASH, Moves.MOONBLAST, Moves.PLASMA_FISTS, Moves.PHOTON_GEYSER ], [Species.MEW]: [ Moves.PHOTON_GEYSER, Moves.QUIVER_DANCE, Moves.VICTORY_DANCE, Moves.REVIVAL_BLESSING ], [Species.CHIKORITA]: [ Moves.ROCK_SLIDE, Moves.PLAY_ROUGH, Moves.DRAGON_DANCE, Moves.SAPPY_SEED ], [Species.CYNDAQUIL]: [ Moves.NASTY_PLOT, Moves.SCORCHING_SANDS, Moves.FIERY_DANCE, Moves.ELECTRO_DRIFT ], [Species.TOTODILE]: [ Moves.THUNDER_PUNCH, Moves.DRAGON_DANCE, Moves.ICICLE_CRASH, Moves.FISHIOUS_REND ], - [Species.SENTRET]: [ Moves.TIDY_UP, Moves.COVET, Moves.NUZZLE, Moves.EXTREME_SPEED ], + [Species.SENTRET]: [ Moves.TIDY_UP, Moves.THIEF, Moves.NUZZLE, Moves.EXTREME_SPEED ], [Species.HOOTHOOT]: [ Moves.CALM_MIND, Moves.ESPER_WING, Moves.BOOMBURST, Moves.OBLIVION_WING ], - [Species.LEDYBA]: [ Moves.FIRST_IMPRESSION, Moves.FLOATY_FALL, Moves.VICTORY_DANCE, Moves.DOUBLE_IRON_BASH ], + [Species.LEDYBA]: [ Moves.POLLEN_PUFF, Moves.THIEF, Moves.PARTING_SHOT, Moves.SPORE ], [Species.SPINARAK]: [ Moves.PARTING_SHOT, Moves.MEGAHORN, Moves.SILK_TRAP, Moves.STRENGTH_SAP ], - [Species.CHINCHOU]: [ Moves.PARABOLIC_CHARGE, Moves.BOUNCY_BUBBLE, Moves.VOLT_SWITCH, Moves.TAIL_GLOW ], - [Species.PICHU]: [ Moves.ZIPPY_ZAP, Moves.SPLISHY_SPLASH, Moves.FLOATY_FALL, Moves.PIKA_PAPOW ], - [Species.CLEFFA]: [ Moves.CALM_MIND, Moves.POWER_GEM, Moves.WISH, Moves.LIGHT_OF_RUIN ], + [Species.CHINCHOU]: [ Moves.THUNDERCLAP, Moves.BOUNCY_BUBBLE, Moves.VOLT_SWITCH, Moves.TAIL_GLOW ], + [Species.PICHU]: [ Moves.THUNDERCLAP, Moves.SPLISHY_SPLASH, Moves.FLOATY_FALL, Moves.THUNDER_CAGE ], + [Species.CLEFFA]: [ Moves.TAKE_HEART, Moves.POWER_GEM, Moves.WISH, Moves.LIGHT_OF_RUIN ], [Species.IGGLYBUFF]: [ Moves.MOONBLAST, Moves.APPLE_ACID, Moves.WISH, Moves.BOOMBURST ], - [Species.TOGEPI]: [ Moves.EARTH_POWER, Moves.ROOST, Moves.MYSTICAL_FIRE, Moves.MOONBLAST ], - [Species.NATU]: [ Moves.AEROBLAST, Moves.ROOST, Moves.CALM_MIND, Moves.PSYCHO_BOOST ], - [Species.MAREEP]: [ Moves.ICE_BEAM, Moves.AURA_SPHERE, Moves.DRAGON_ENERGY, Moves.TAIL_GLOW ], + [Species.TOGEPI]: [ Moves.SCORCHING_SANDS, Moves.ROOST, Moves.MOONBLAST, Moves.FIERY_DANCE ], + [Species.NATU]: [ Moves.AEROBLAST, Moves.ROOST, Moves.CALM_MIND, Moves.LUMINA_CRASH ], + [Species.MAREEP]: [ Moves.ICE_BEAM, Moves.MILK_DRINK, Moves.DRAGON_ENERGY, Moves.TAIL_GLOW ], [Species.HOPPIP]: [ Moves.AIR_SLASH, Moves.STRENGTH_SAP, Moves.QUIVER_DANCE, Moves.SEED_FLARE ], - [Species.AIPOM]: [ Moves.TIDY_UP, Moves.STORM_THROW, Moves.FAKE_OUT, Moves.CRUSH_GRIP ], - [Species.SUNKERN]: [ Moves.SPORE, Moves.WEATHER_BALL, Moves.FIERY_DANCE, Moves.HYDRO_STEAM ], - [Species.YANMA]: [ Moves.NASTY_PLOT, Moves.EARTH_POWER, Moves.PSYCHIC_NOISE, Moves.AEROBLAST ], - [Species.WOOPER]: [ Moves.BODY_PRESS, Moves.RECOVER, Moves.CURSE, Moves.SURGING_STRIKES ], - [Species.MURKROW]: [ Moves.THIEF, Moves.FLOATY_FALL, Moves.TIDY_UP, Moves.WICKED_BLOW ], - [Species.MISDREAVUS]: [ Moves.TAKE_HEART, Moves.DRAINING_KISS, Moves.AURA_SPHERE, Moves.ASTRAL_BARRAGE ], - [Species.UNOWN]: [ Moves.SECRET_POWER, Moves.COSMIC_POWER, Moves.ANCIENT_POWER, Moves.MYSTICAL_POWER ], + [Species.AIPOM]: [ Moves.TIDY_UP, Moves.STORM_THROW, Moves.FAKE_OUT, Moves.POPULATION_BOMB ], + [Species.SUNKERN]: [ Moves.SPORE, Moves.SAPPY_SEED, Moves.FIERY_DANCE, Moves.HYDRO_STEAM ], + [Species.YANMA]: [ Moves.NASTY_PLOT, Moves.EARTH_POWER, Moves.HEAT_WAVE, Moves.AEROBLAST ], + [Species.WOOPER]: [ Moves.SIZZLY_SLIDE, Moves.RECOVER, Moves.CURSE, Moves.SURGING_STRIKES ], + [Species.MURKROW]: [ Moves.TRIPLE_ARROWS, Moves.FLOATY_FALL, Moves.TIDY_UP, Moves.WICKED_BLOW ], + [Species.MISDREAVUS]: [ Moves.TAKE_HEART, Moves.MOONBLAST, Moves.AURA_SPHERE, Moves.ASTRAL_BARRAGE ], + [Species.UNOWN]: [ Moves.NATURE_POWER, Moves.COSMIC_POWER, Moves.ANCIENT_POWER, Moves.MYSTICAL_POWER ], [Species.GIRAFARIG]: [ Moves.MYSTICAL_POWER, Moves.NIGHT_DAZE, Moves.RECOVER, Moves.BOOMBURST ], [Species.PINECO]: [ Moves.METAL_BURST, Moves.LUNGE, Moves.BODY_PRESS, Moves.SHORE_UP ], [Species.DUNSPARCE]: [ Moves.BODY_SLAM, Moves.WICKED_TORQUE, Moves.BLAZING_TORQUE, Moves.EXTREME_SPEED ], [Species.GLIGAR]: [ Moves.STONE_AXE, Moves.EARTHQUAKE, Moves.ROOST, Moves.FLOATY_FALL ], [Species.SNUBBULL]: [ Moves.PARTING_SHOT, Moves.EARTHQUAKE, Moves.STUFF_CHEEKS, Moves.MAGICAL_TORQUE ], [Species.QWILFISH]: [ Moves.BARB_BARRAGE, Moves.BANEFUL_BUNKER, Moves.NUZZLE, Moves.FISHIOUS_REND ], - [Species.SHUCKLE]: [ Moves.COSMIC_POWER, Moves.ACCELEROCK, Moves.POWER_SHIFT, Moves.BODY_PRESS ], - [Species.HERACROSS]: [ Moves.ROCK_BLAST, Moves.DRAIN_PUNCH, Moves.BULLET_SEED, Moves.FIRST_IMPRESSION ], + [Species.SHUCKLE]: [ Moves.COSMIC_POWER, Moves.SHORE_UP, Moves.BODY_PRESS, Moves.SALT_CURE ], + [Species.HERACROSS]: [ Moves.ROCK_BLAST, Moves.LUNGE, Moves.ICICLE_SPEAR, Moves.TIDY_UP ], [Species.SNEASEL]: [ Moves.DIRE_CLAW, Moves.KOWTOW_CLEAVE, Moves.TRIPLE_AXEL, Moves.GLACIAL_LANCE ], [Species.TEDDIURSA]: [ Moves.DIRE_CLAW, Moves.FACADE, Moves.BULK_UP, Moves.SLACK_OFF ], [Species.SLUGMA]: [ Moves.BURNING_BULWARK, Moves.POWER_GEM, Moves.MAGMA_STORM, Moves.HYDRO_STEAM ], [Species.SWINUB]: [ Moves.ICE_SPINNER, Moves.HEADLONG_RUSH, Moves.MIGHTY_CLEAVE, Moves.GLACIAL_LANCE ], - [Species.CORSOLA]: [ Moves.SCALD, Moves.FREEZE_DRY, Moves.SPIKY_SHIELD, Moves.STRENGTH_SAP ], + [Species.CORSOLA]: [ Moves.SCALD, Moves.FREEZE_DRY, Moves.STRENGTH_SAP, Moves.SALT_CURE ], [Species.REMORAID]: [ Moves.TWIN_BEAM, Moves.SNIPE_SHOT, Moves.SEARING_SHOT, Moves.ELECTRO_SHOT ], - [Species.DELIBIRD]: [ Moves.GLACIATE, Moves.ROCK_BLAST, Moves.CHILLY_RECEPTION, Moves.BLEAKWIND_STORM ], + [Species.DELIBIRD]: [ Moves.GLACIATE, Moves.FREEZE_DRY, Moves.CHILLY_RECEPTION, Moves.BLEAKWIND_STORM ], [Species.SKARMORY]: [ Moves.ROOST, Moves.BODY_PRESS, Moves.SPIKY_SHIELD, Moves.BEAK_BLAST ], [Species.HOUNDOUR]: [ Moves.SEARING_SHOT, Moves.FIERY_WRATH, Moves.PARTING_SHOT, Moves.HYDRO_STEAM ], - [Species.PHANPY]: [ Moves.SHORE_UP, Moves.HEAD_SMASH, Moves.ICE_SHARD, Moves.VOLT_TACKLE ], + [Species.PHANPY]: [ Moves.SHORE_UP, Moves.HEAD_SMASH, Moves.MOUNTAIN_GALE, Moves.VOLT_TACKLE ], [Species.STANTLER]: [ Moves.HORN_LEECH, Moves.HIGH_JUMP_KICK, Moves.BULK_UP, Moves.HEAD_CHARGE ], [Species.SMEARGLE]: [ Moves.BATON_PASS, Moves.BURNING_BULWARK, Moves.SALT_CURE, Moves.SPORE ], [Species.TYROGUE]: [ Moves.MACH_PUNCH, Moves.WICKED_TORQUE, Moves.METEOR_MASH, Moves.COLLISION_COURSE ], - [Species.SMOOCHUM]: [ Moves.FREEZING_GLARE, Moves.AURA_SPHERE, Moves.FREEZE_DRY, Moves.TAKE_HEART ], - [Species.ELEKID]: [ Moves.DRAIN_PUNCH, Moves.BULK_UP, Moves.ICE_HAMMER, Moves.PLASMA_FISTS ], - [Species.MAGBY]: [ Moves.STORED_POWER, Moves.HYDRO_STEAM, Moves.ARMOR_CANNON, Moves.FLEUR_CANNON ], + [Species.SMOOCHUM]: [ Moves.EXPANDING_FORCE, Moves.AURA_SPHERE, Moves.FREEZY_FROST, Moves.TAKE_HEART ], + [Species.ELEKID]: [ Moves.DRAIN_PUNCH, Moves.TIDY_UP, Moves.ICE_HAMMER, Moves.PLASMA_FISTS ], + [Species.MAGBY]: [ Moves.STORED_POWER, Moves.EARTH_POWER, Moves.ARMOR_CANNON, Moves.FLEUR_CANNON ], [Species.MILTANK]: [ Moves.BODY_PRESS, Moves.BULK_UP, Moves.YAWN, Moves.SIZZLY_SLIDE ], [Species.RAIKOU]: [ Moves.THUNDERCLAP, Moves.NASTY_PLOT, Moves.ICE_BEAM, Moves.PARABOLIC_CHARGE ], [Species.ENTEI]: [ Moves.BURNING_BULWARK, Moves.DRAGON_DANCE, Moves.EARTHQUAKE, Moves.MIGHTY_CLEAVE ], @@ -137,9 +137,9 @@ export const speciesEggMoves = { [Species.SEEDOT]: [ Moves.SWORDS_DANCE, Moves.GRASSY_GLIDE, Moves.KOWTOW_CLEAVE, Moves.IVY_CUDGEL ], [Species.TAILLOW]: [ Moves.BOOMBURST, Moves.FACADE, Moves.DRILL_RUN, Moves.VOLT_TACKLE ], [Species.WINGULL]: [ Moves.THUNDER, Moves.FLIP_TURN, Moves.DEFOG, Moves.STEAM_ERUPTION ], - [Species.RALTS]: [ Moves.VICTORY_DANCE, Moves.CEASELESS_EDGE, Moves.ICE_BEAM, Moves.PHOTON_GEYSER ], + [Species.RALTS]: [ Moves.BOOMBURST, Moves.BITTER_BLADE, Moves.PSYBLADE, Moves.VICTORY_DANCE ], [Species.SURSKIT]: [ Moves.ROOST, Moves.FIERY_DANCE, Moves.STICKY_WEB, Moves.BLEAKWIND_STORM ], - [Species.SHROOMISH]: [ Moves.BONEMERANG, Moves.MORTAL_SPIN, Moves.STORM_THROW, Moves.SAPPY_SEED ], + [Species.SHROOMISH]: [ Moves.ACCELEROCK, Moves.TRAILBLAZE, Moves.STORM_THROW, Moves.SAPPY_SEED ], [Species.SLAKOTH]: [ Moves.FACADE, Moves.JUMP_KICK, Moves.KNOCK_OFF, Moves.SKILL_SWAP ], [Species.NINCADA]: [ Moves.ATTACK_ORDER, Moves.STICKY_WEB, Moves.POLTERGEIST, Moves.SHELL_SMASH ], [Species.WHISMUR]: [ Moves.ALLURING_VOICE, Moves.SLACK_OFF, Moves.SPARKLING_ARIA, Moves.TORCH_SONG ], @@ -148,12 +148,12 @@ export const speciesEggMoves = { [Species.NOSEPASS]: [ Moves.SHORE_UP, Moves.BODY_PRESS, Moves.CALM_MIND, Moves.TACHYON_CUTTER ], [Species.SKITTY]: [ Moves.THUNDEROUS_KICK, Moves.SKETCH, Moves.TIDY_UP, Moves.V_CREATE ], [Species.SABLEYE]: [ Moves.RECOVER, Moves.TOPSY_TURVY, Moves.PARTING_SHOT, Moves.SALT_CURE ], - [Species.MAWILE]: [ Moves.BULLET_PUNCH, Moves.RECOVER, Moves.EARTHQUAKE, Moves.FIRE_LASH ], - [Species.ARON]: [ Moves.HEAD_SMASH, Moves.BODY_PRESS, Moves.SHORE_UP, Moves.DOUBLE_IRON_BASH ], + [Species.MAWILE]: [ Moves.BULLET_PUNCH, Moves.RECOVER, Moves.EARTHQUAKE, Moves.DOUBLE_IRON_BASH ], + [Species.ARON]: [ Moves.HEAD_SMASH, Moves.BODY_PRESS, Moves.SHORE_UP, Moves.SALT_CURE ], [Species.MEDITITE]: [ Moves.THUNDEROUS_KICK, Moves.SUCKER_PUNCH, Moves.BULLET_PUNCH, Moves.PHOTON_GEYSER ], [Species.ELECTRIKE]: [ Moves.RISING_VOLTAGE, Moves.FLAMETHROWER, Moves.NASTY_PLOT, Moves.ICE_BEAM ], - [Species.PLUSLE]: [ Moves.FLAMETHROWER, Moves.PARABOLIC_CHARGE, Moves.SPLISHY_SPLASH, Moves.TAIL_GLOW ], - [Species.MINUN]: [ Moves.ICE_BEAM, Moves.PARABOLIC_CHARGE, Moves.SIZZLY_SLIDE, Moves.TAIL_GLOW ], + [Species.PLUSLE]: [ Moves.FLAMETHROWER, Moves.GLITZY_GLOW, Moves.SPLISHY_SPLASH, Moves.TAIL_GLOW ], + [Species.MINUN]: [ Moves.ICE_BEAM, Moves.BADDY_BAD, Moves.SIZZLY_SLIDE, Moves.TAIL_GLOW ], [Species.VOLBEAT]: [ Moves.PARTING_SHOT, Moves.LUNGE, Moves.POWDER, Moves.VICTORY_DANCE ], [Species.ILLUMISE]: [ Moves.PARTING_SHOT, Moves.POLLEN_PUFF, Moves.POWDER, Moves.QUIVER_DANCE ], [Species.GULPIN]: [ Moves.STRENGTH_SAP, Moves.EARTH_POWER, Moves.GROWTH, Moves.MALIGNANT_CHAIN ], @@ -176,10 +176,10 @@ export const speciesEggMoves = { [Species.LILEEP]: [ Moves.METEOR_BEAM, Moves.SCALD, Moves.STEALTH_ROCK, Moves.SAPPY_SEED ], [Species.ANORITH]: [ Moves.LIQUIDATION, Moves.LEECH_LIFE, Moves.DRAGON_DANCE, Moves.MIGHTY_CLEAVE ], [Species.FEEBAS]: [ Moves.CALM_MIND, Moves.FREEZE_DRY, Moves.MOONBLAST, Moves.STEAM_ERUPTION ], - [Species.CASTFORM]: [ Moves.SANDSEAR_STORM, Moves.ERUPTION, Moves.WATER_SPOUT, Moves.GLACIATE ], + [Species.CASTFORM]: [ Moves.BOOMBURST, Moves.HYDRO_STEAM, Moves.CLEAR_SMOG, Moves.QUIVER_DANCE ], [Species.KECLEON]: [ Moves.DRAIN_PUNCH, Moves.DRAGON_DANCE, Moves.EXTREME_SPEED, Moves.MULTI_ATTACK ], [Species.SHUPPET]: [ Moves.DRAIN_PUNCH, Moves.RECOVER, Moves.PARTING_SHOT, Moves.SPECTRAL_THIEF ], - [Species.DUSKULL]: [ Moves.BULK_UP, Moves.BODY_PRESS, Moves.RECOVER, Moves.RAGE_FIST ], + [Species.DUSKULL]: [ Moves.BULK_UP, Moves.DRAIN_PUNCH, Moves.RECOVER, Moves.RAGE_FIST ], [Species.TROPIUS]: [ Moves.STUFF_CHEEKS, Moves.EARTH_POWER, Moves.APPLE_ACID, Moves.SAPPY_SEED ], [Species.ABSOL]: [ Moves.KOWTOW_CLEAVE, Moves.SACRED_SWORD, Moves.DIRE_CLAW, Moves.BITTER_BLADE ], [Species.WYNAUT]: [ Moves.RECOVER, Moves.COSMIC_POWER, Moves.TAUNT, Moves.SHED_TAIL ], @@ -189,95 +189,95 @@ export const speciesEggMoves = { [Species.RELICANTH]: [ Moves.BODY_PRESS, Moves.SHORE_UP, Moves.WAVE_CRASH, Moves.FISHIOUS_REND ], [Species.LUVDISC]: [ Moves.BATON_PASS, Moves.THIEF, Moves.BOUNCY_BUBBLE, Moves.TAKE_HEART ], [Species.BAGON]: [ Moves.IRON_HEAD, Moves.FIRE_LASH, Moves.DRAGON_DANCE, Moves.GLAIVE_RUSH ], - [Species.BELDUM]: [ Moves.PHOTON_GEYSER, Moves.RECOVER, Moves.SHIFT_GEAR, Moves.DOUBLE_IRON_BASH ], + [Species.BELDUM]: [ Moves.PSYCHIC_FANGS, Moves.RECOVER, Moves.MOUNTAIN_GALE, Moves.SHIFT_GEAR ], [Species.REGIROCK]: [ Moves.STONE_AXE, Moves.BODY_PRESS, Moves.RECOVER, Moves.SALT_CURE ], [Species.REGICE]: [ Moves.EARTH_POWER, Moves.COSMIC_POWER, Moves.RECOVER, Moves.FREEZE_DRY ], [Species.REGISTEEL]: [ Moves.BODY_PRESS, Moves.HEAT_CRASH, Moves.RECOVER, Moves.GIGATON_HAMMER ], - [Species.LATIAS]: [ Moves.TAKE_HEART, Moves.SPARKLY_SWIRL, Moves.SCALD, Moves.DRAGON_ENERGY ], - [Species.LATIOS]: [ Moves.NASTY_PLOT, Moves.FIERY_DANCE, Moves.OBLIVION_WING, Moves.DRAGON_ENERGY ], - [Species.KYOGRE]: [ Moves.FREEZE_DRY, Moves.HURRICANE, Moves.THUNDER, Moves.RECOVER ], - [Species.GROUDON]: [ Moves.STONE_AXE, Moves.SOLAR_BLADE, Moves.SHORE_UP, Moves.SACRED_FIRE ], - [Species.RAYQUAZA]: [ Moves.OBLIVION_WING, Moves.DRAGON_DARTS, Moves.THOUSAND_ARROWS, Moves.V_CREATE ], + [Species.LATIAS]: [ Moves.CORE_ENFORCER, Moves.SEARING_SHOT, Moves.DRAGON_ENERGY, Moves.QUIVER_DANCE ], + [Species.LATIOS]: [ Moves.CORE_ENFORCER, Moves.SEARING_SHOT, Moves.DRAGON_ENERGY, Moves.QUIVER_DANCE ], + [Species.KYOGRE]: [ Moves.BOUNCY_BUBBLE, Moves.HURRICANE, Moves.THUNDER, Moves.RECOVER ], + [Species.GROUDON]: [ Moves.STONE_AXE, Moves.SOLAR_BLADE, Moves.MORNING_SUN, Moves.SACRED_FIRE ], + [Species.RAYQUAZA]: [ Moves.OBLIVION_WING, Moves.DRAGON_DARTS, Moves.DRAGON_ENERGY, Moves.V_CREATE ], [Species.JIRACHI]: [ Moves.IRON_HEAD, Moves.FLOATY_FALL, Moves.ROCK_SLIDE, Moves.SHIFT_GEAR ], [Species.DEOXYS]: [ Moves.COLLISION_COURSE, Moves.EARTH_POWER, Moves.PARTING_SHOT, Moves.LUMINA_CRASH ], - [Species.TURTWIG]: [ Moves.SHELL_SMASH, Moves.SHELTER, Moves.BODY_PRESS, Moves.SAPPY_SEED ], + [Species.TURTWIG]: [ Moves.SHELL_SMASH, Moves.MIGHTY_CLEAVE, Moves.ICE_SPINNER, Moves.SAPPY_SEED ], [Species.CHIMCHAR]: [ Moves.SWORDS_DANCE, Moves.THUNDEROUS_KICK, Moves.ICE_PUNCH, Moves.SACRED_FIRE ], - [Species.PIPLUP]: [ Moves.KINGS_SHIELD, Moves.FLASH_CANNON, Moves.ROOST, Moves.STEAM_ERUPTION ], - [Species.STARLY]: [ Moves.SWORDS_DANCE, Moves.EXTREME_SPEED, Moves.FLARE_BLITZ, Moves.HIGH_JUMP_KICK ], - [Species.BIDOOF]: [ Moves.EXTREME_SPEED, Moves.NO_RETREAT, Moves.BODY_PRESS, Moves.SURGING_STRIKES ], + [Species.PIPLUP]: [ Moves.KINGS_SHIELD, Moves.TACHYON_CUTTER, Moves.ROOST, Moves.STEAM_ERUPTION ], + [Species.STARLY]: [ Moves.SWORDS_DANCE, Moves.EXTREME_SPEED, Moves.FLARE_BLITZ, Moves.HEAD_CHARGE ], + [Species.BIDOOF]: [ Moves.EXTREME_SPEED, Moves.STOCKPILE, Moves.POWER_TRIP, Moves.AQUA_STEP ], [Species.KRICKETOT]: [ Moves.BONEMERANG, Moves.ROOST, Moves.ROCK_BLAST, Moves.VICTORY_DANCE ], [Species.SHINX]: [ Moves.FIRE_LASH, Moves.TRIPLE_AXEL, Moves.FACADE, Moves.BOLT_STRIKE ], - [Species.BUDEW]: [ Moves.PARTING_SHOT, Moves.SPIKES, Moves.SPORE, Moves.MALIGNANT_CHAIN ], + [Species.BUDEW]: [ Moves.FIERY_DANCE, Moves.SLUDGE_WAVE, Moves.SPORE, Moves.QUIVER_DANCE ], [Species.CRANIDOS]: [ Moves.STONE_AXE, Moves.ACCELEROCK, Moves.HEADLONG_RUSH, Moves.DRAGON_DANCE ], [Species.SHIELDON]: [ Moves.PAIN_SPLIT, Moves.BODY_PRESS, Moves.KINGS_SHIELD, Moves.DIAMOND_STORM ], - [Species.BURMY]: [ Moves.BODY_PRESS, Moves.TOXIC, Moves.RECOVER, Moves.DEFEND_ORDER ], - [Species.COMBEE]: [ Moves.SPORE, Moves.MYSTICAL_FIRE, Moves.KINGS_SHIELD, Moves.QUIVER_DANCE ], - [Species.PACHIRISU]: [ Moves.BADDY_BAD, Moves.BUZZY_BUZZ, Moves.U_TURN, Moves.SIZZLY_SLIDE ], - [Species.BUIZEL]: [ Moves.JET_PUNCH, Moves.TRIPLE_AXEL, Moves.THUNDER_PUNCH, Moves.SURGING_STRIKES ], - [Species.CHERUBI]: [ Moves.SPORE, Moves.STRENGTH_SAP, Moves.APPLE_ACID, Moves.FIERY_DANCE ], - [Species.SHELLOS]: [ Moves.SHORE_UP, Moves.SPIKES, Moves.FREEZE_DRY, Moves.STEAM_ERUPTION ], - [Species.DRIFLOON]: [ Moves.WILL_O_WISP, Moves.SHADOW_BONE, Moves.CALM_MIND, Moves.OBLIVION_WING ], + [Species.BURMY]: [ Moves.BODY_PRESS, Moves.TOXIC, Moves.HEAL_ORDER, Moves.DEFEND_ORDER ], + [Species.COMBEE]: [ Moves.SPORE, Moves.HEAT_WAVE, Moves.KINGS_SHIELD, Moves.QUIVER_DANCE ], + [Species.PACHIRISU]: [ Moves.BADDY_BAD, Moves.SIZZLY_SLIDE, Moves.U_TURN, Moves.ZIPPY_ZAP ], + [Species.BUIZEL]: [ Moves.JET_PUNCH, Moves.TRIPLE_AXEL, Moves.SUPERCELL_SLAM, Moves.SURGING_STRIKES ], + [Species.CHERUBI]: [ Moves.SPORE, Moves.STRENGTH_SAP, Moves.FIERY_DANCE, Moves.FLOWER_TRICK ], + [Species.SHELLOS]: [ Moves.STRENGTH_SAP, Moves.SCORCHING_SANDS, Moves.FREEZE_DRY, Moves.STEAM_ERUPTION ], + [Species.DRIFLOON]: [ Moves.WILL_O_WISP, Moves.HEAT_WAVE, Moves.CALM_MIND, Moves.OBLIVION_WING ], [Species.BUNEARY]: [ Moves.TRIPLE_AXEL, Moves.SWORDS_DANCE, Moves.THUNDEROUS_KICK, Moves.MULTI_ATTACK ], - [Species.GLAMEOW]: [ Moves.U_TURN, Moves.STOMPING_TANTRUM, Moves.BULK_UP, Moves.RAGING_BULL ], + [Species.GLAMEOW]: [ Moves.U_TURN, Moves.HIGH_HORSEPOWER, Moves.BULK_UP, Moves.EXTREME_SPEED ], [Species.CHINGLING]: [ Moves.BUZZY_BUZZ, Moves.COSMIC_POWER, Moves.TORCH_SONG, Moves.LUMINA_CRASH ], - [Species.STUNKY]: [ Moves.SPIKES, Moves.KNOCK_OFF, Moves.RECOVER, Moves.DIRE_CLAW ], - [Species.BRONZOR]: [ Moves.RECOVER, Moves.COSMIC_POWER, Moves.SPIKES, Moves.TACHYON_CUTTER ], + [Species.STUNKY]: [ Moves.CEASELESS_EDGE, Moves.KNOCK_OFF, Moves.RECOVER, Moves.DIRE_CLAW ], + [Species.BRONZOR]: [ Moves.RECOVER, Moves.COSMIC_POWER, Moves.GLARE, Moves.TACHYON_CUTTER ], [Species.BONSLY]: [ Moves.STONE_AXE, Moves.LEAF_BLADE, Moves.STRENGTH_SAP, Moves.HEAD_SMASH ], - [Species.MIME_JR]: [ Moves.CALM_MIND, Moves.MOONBLAST, Moves.WILL_O_WISP, Moves.TWIN_BEAM ], - [Species.HAPPINY]: [ Moves.IRON_DEFENSE, Moves.SEISMIC_TOSS, Moves.STEALTH_ROCK, Moves.SIZZLY_SLIDE ], + [Species.MIME_JR]: [ Moves.CALM_MIND, Moves.MOONBLAST, Moves.WILL_O_WISP, Moves.LUMINA_CRASH ], + [Species.HAPPINY]: [ Moves.COTTON_GUARD, Moves.SEISMIC_TOSS, Moves.SIZZLY_SLIDE, Moves.REVIVAL_BLESSING ], [Species.CHATOT]: [ Moves.SPARKLING_ARIA, Moves.TORCH_SONG, Moves.BATON_PASS, Moves.BOOMBURST ], - [Species.SPIRITOMB]: [ Moves.PARTING_SHOT, Moves.FOUL_PLAY, Moves.RECOVER, Moves.POLTERGEIST ], - [Species.GIBLE]: [ Moves.DRAGON_HAMMER, Moves.LANDS_WRATH, Moves.SHORE_UP, Moves.BITTER_BLADE ], - [Species.MUNCHLAX]: [ Moves.IRON_DEFENSE, Moves.BODY_PRESS, Moves.HEAVY_SLAM, Moves.SLACK_OFF ], + [Species.SPIRITOMB]: [ Moves.PARTING_SHOT, Moves.FOUL_PLAY, Moves.RECOVER, Moves.SPECTRAL_THIEF ], + [Species.GIBLE]: [ Moves.DRAGON_DANCE, Moves.THOUSAND_WAVES, Moves.SHORE_UP, Moves.BITTER_BLADE ], + [Species.MUNCHLAX]: [ Moves.CURSE, Moves.BODY_PRESS, Moves.KNOCK_OFF, Moves.SLACK_OFF ], [Species.RIOLU]: [ Moves.THUNDEROUS_KICK, Moves.BULLET_PUNCH, Moves.TRIPLE_AXEL, Moves.DOUBLE_IRON_BASH ], - [Species.HIPPOPOTAS]: [ Moves.BODY_PRESS, Moves.STONE_AXE, Moves.SALT_CURE, Moves.IRON_DEFENSE ], + [Species.HIPPOPOTAS]: [ Moves.BODY_PRESS, Moves.STONE_AXE, Moves.IRON_DEFENSE, Moves.SALT_CURE ], [Species.SKORUPI]: [ Moves.CEASELESS_EDGE, Moves.DIRE_CLAW, Moves.PARTING_SHOT, Moves.WICKED_BLOW ], [Species.CROAGUNK]: [ Moves.DIRE_CLAW, Moves.ICE_PUNCH, Moves.THUNDEROUS_KICK, Moves.VICTORY_DANCE ], - [Species.CARNIVINE]: [ Moves.SWORDS_DANCE, Moves.FIRE_LASH, Moves.MIGHTY_CLEAVE, Moves.FLOWER_TRICK ], + [Species.CARNIVINE]: [ Moves.STRENGTH_SAP, Moves.FIRE_LASH, Moves.MIGHTY_CLEAVE, Moves.FLOWER_TRICK ], [Species.FINNEON]: [ Moves.QUIVER_DANCE, Moves.BOUNCY_BUBBLE, Moves.FREEZE_DRY, Moves.ORIGIN_PULSE ], [Species.MANTYKE]: [ Moves.BOUNCY_BUBBLE, Moves.SPIKES, Moves.ROOST, Moves.STEAM_ERUPTION ], - [Species.SNOVER]: [ Moves.STOMPING_TANTRUM, Moves.ICE_HAMMER, Moves.AURORA_VEIL, Moves.IVY_CUDGEL ], + [Species.SNOVER]: [ Moves.HIGH_HORSEPOWER, Moves.STRENGTH_SAP, Moves.AURORA_VEIL, Moves.IVY_CUDGEL ], [Species.ROTOM]: [ Moves.RECOVER, Moves.FIERY_DANCE, Moves.SPLISHY_SPLASH, Moves.RISING_VOLTAGE ], [Species.UXIE]: [ Moves.COSMIC_POWER, Moves.BODY_PRESS, Moves.RECOVER, Moves.LUMINA_CRASH ], [Species.MESPRIT]: [ Moves.QUIVER_DANCE, Moves.AURA_SPHERE, Moves.RECOVER, Moves.LUMINA_CRASH ], [Species.AZELF]: [ Moves.PHOTON_GEYSER, Moves.DRAGON_DANCE, Moves.RECOVER, Moves.LUMINA_CRASH ], - [Species.DIALGA]: [ Moves.CORE_ENFORCER, Moves.CALM_MIND, Moves.RECOVER, Moves.MAKE_IT_RAIN ], - [Species.PALKIA]: [ Moves.RECOVER, Moves.FREEZE_DRY, Moves.WATER_SPOUT, Moves.DRAGON_ENERGY ], - [Species.HEATRAN]: [ Moves.TORCH_SONG, Moves.SPIKES, Moves.FLASH_CANNON, Moves.RECOVER ], - [Species.REGIGIGAS]: [ Moves.MIGHTY_CLEAVE, Moves.SHORE_UP, Moves.EXTREME_SPEED, Moves.SKILL_SWAP ], + [Species.DIALGA]: [ Moves.CORE_ENFORCER, Moves.TAKE_HEART, Moves.RECOVER, Moves.MAKE_IT_RAIN ], + [Species.PALKIA]: [ Moves.RECOVER, Moves.TAKE_HEART, Moves.WATER_SPOUT, Moves.DRAGON_ENERGY ], + [Species.HEATRAN]: [ Moves.TORCH_SONG, Moves.RECOVER, Moves.FLASH_CANNON, Moves.MATCHA_GOTCHA ], + [Species.REGIGIGAS]: [ Moves.SKILL_SWAP, Moves.SHORE_UP, Moves.EXTREME_SPEED, Moves.GIGATON_HAMMER ], [Species.GIRATINA]: [ Moves.DRAGON_DANCE, Moves.GLAIVE_RUSH, Moves.RECOVER, Moves.ASTRAL_BARRAGE ], - [Species.CRESSELIA]: [ Moves.COSMIC_POWER, Moves.SECRET_SWORD, Moves.INFERNAL_PARADE, Moves.LUMINA_CRASH ], + [Species.CRESSELIA]: [ Moves.COSMIC_POWER, Moves.SECRET_SWORD, Moves.SIZZLY_SLIDE, Moves.LUMINA_CRASH ], [Species.PHIONE]: [ Moves.BOUNCY_BUBBLE, Moves.FREEZE_DRY, Moves.RECOVER, Moves.QUIVER_DANCE ], [Species.MANAPHY]: [ Moves.BOUNCY_BUBBLE, Moves.FREEZE_DRY, Moves.RECOVER, Moves.QUIVER_DANCE ], - [Species.DARKRAI]: [ Moves.FIERY_WRATH, Moves.MOONBLAST, Moves.SEARING_SHOT, Moves.MALIGNANT_CHAIN ], + [Species.DARKRAI]: [ Moves.FIERY_WRATH, Moves.MOONBLAST, Moves.SEARING_SHOT, Moves.SPORE ], [Species.SHAYMIN]: [ Moves.SPRINGTIDE_STORM, Moves.HEAT_WAVE, Moves.BLEAKWIND_STORM, Moves.MATCHA_GOTCHA ], - [Species.ARCEUS]: [ Moves.QUIVER_DANCE, Moves.SPIRIT_SHACKLE, Moves.VICTORY_DANCE, Moves.COLLISION_COURSE ], + [Species.ARCEUS]: [ Moves.QUIVER_DANCE, Moves.COLLISION_COURSE, Moves.VICTORY_DANCE, Moves.SPECTRAL_THIEF ], [Species.VICTINI]: [ Moves.RECOVER, Moves.BOLT_STRIKE, Moves.PHOTON_GEYSER, Moves.VICTORY_DANCE ], [Species.SNIVY]: [ Moves.BURNING_JEALOUSY, Moves.SAPPY_SEED, Moves.SUPERPOWER, Moves.FLEUR_CANNON ], [Species.TEPIG]: [ Moves.AXE_KICK, Moves.VOLT_TACKLE, Moves.DRAIN_PUNCH, Moves.VICTORY_DANCE ], [Species.OSHAWOTT]: [ Moves.ICE_SPINNER, Moves.SHELL_SIDE_ARM, Moves.SACRED_SWORD, Moves.SHELL_SMASH ], - [Species.PATRAT]: [ Moves.YAWN, Moves.PSYCHIC_FANGS, Moves.GLARE, Moves.EXTREME_SPEED ], + [Species.PATRAT]: [ Moves.EXTREME_SPEED, Moves.KNOCK_OFF, Moves.GLARE, Moves.TIDY_UP ], [Species.LILLIPUP]: [ Moves.CLOSE_COMBAT, Moves.THIEF, Moves.HIGH_HORSEPOWER, Moves.LAST_RESPECTS ], [Species.PURRLOIN]: [ Moves.ENCORE, Moves.ASSIST, Moves.PARTING_SHOT, Moves.WICKED_BLOW ], [Species.PANSAGE]: [ Moves.SWORDS_DANCE, Moves.TEMPER_FLARE, Moves.EARTHQUAKE, Moves.IVY_CUDGEL ], [Species.PANSEAR]: [ Moves.NASTY_PLOT, Moves.SCALD, Moves.SCORCHING_SANDS, Moves.SEARING_SHOT ], [Species.PANPOUR]: [ Moves.NASTY_PLOT, Moves.ENERGY_BALL, Moves.AURA_SPHERE, Moves.STEAM_ERUPTION ], - [Species.MUNNA]: [ Moves.COSMIC_POWER, Moves.AURA_SPHERE, Moves.EARTH_POWER, Moves.MYSTICAL_POWER ], - [Species.PIDOVE]: [ Moves.NIGHT_SLASH, Moves.TIDY_UP, Moves.FLOATY_FALL, Moves.TRIPLE_ARROWS ], + [Species.MUNNA]: [ Moves.COSMIC_POWER, Moves.AURA_SPHERE, Moves.EARTH_POWER, Moves.LUMINA_CRASH ], + [Species.PIDOVE]: [ Moves.GUNK_SHOT, Moves.TIDY_UP, Moves.FLOATY_FALL, Moves.TRIPLE_ARROWS ], [Species.BLITZLE]: [ Moves.HIGH_HORSEPOWER, Moves.THUNDEROUS_KICK, Moves.FLARE_BLITZ, Moves.VOLT_TACKLE ], [Species.ROGGENROLA]: [ Moves.BODY_PRESS, Moves.CURSE, Moves.SHORE_UP, Moves.DIAMOND_STORM ], - [Species.WOOBAT]: [ Moves.QUIVER_DANCE, Moves.STORED_POWER, Moves.MYSTICAL_FIRE, Moves.OBLIVION_WING ], - [Species.DRILBUR]: [ Moves.IRON_HEAD, Moves.ICE_SPINNER, Moves.SHIFT_GEAR, Moves.BEHEMOTH_BASH ], + [Species.WOOBAT]: [ Moves.TAKE_HEART, Moves.STORED_POWER, Moves.MYSTICAL_FIRE, Moves.OBLIVION_WING ], + [Species.DRILBUR]: [ Moves.IRON_HEAD, Moves.ICE_SPINNER, Moves.SHIFT_GEAR, Moves.HEADLONG_RUSH ], [Species.AUDINO]: [ Moves.FOLLOW_ME, Moves.MOONBLAST, Moves.WISH, Moves.LUNAR_BLESSING ], [Species.TIMBURR]: [ Moves.MACH_PUNCH, Moves.DRAIN_PUNCH, Moves.ICE_HAMMER, Moves.DOUBLE_IRON_BASH ], [Species.TYMPOLE]: [ Moves.LIQUIDATION, Moves.HIGH_HORSEPOWER, Moves.TOXIC, Moves.SHORE_UP ], [Species.THROH]: [ Moves.DRAIN_PUNCH, Moves.SLACK_OFF, Moves.METEOR_MASH, Moves.NO_RETREAT ], [Species.SAWK]: [ Moves.DRAIN_PUNCH, Moves.MACH_PUNCH, Moves.ENDEAVOR, Moves.VICTORY_DANCE ], [Species.SEWADDLE]: [ Moves.STONE_AXE, Moves.PSYCHO_CUT, Moves.TIDY_UP, Moves.BITTER_BLADE ], - [Species.VENIPEDE]: [ Moves.SWORDS_DANCE, Moves.BATON_PASS, Moves.NOXIOUS_TORQUE, Moves.EARTHQUAKE ], + [Species.VENIPEDE]: [ Moves.SWORDS_DANCE, Moves.BATON_PASS, Moves.NOXIOUS_TORQUE, Moves.BLAZING_TORQUE ], [Species.COTTONEE]: [ Moves.POLLEN_PUFF, Moves.PARTING_SHOT, Moves.SLEEP_POWDER, Moves.SEED_FLARE ], [Species.PETILIL]: [ Moves.THUNDEROUS_KICK, Moves.BATON_PASS, Moves.AQUA_STEP, Moves.FIERY_DANCE ], - [Species.BASCULIN]: [ Moves.LAST_RESPECTS, Moves.CLOSE_COMBAT, Moves.DRAGON_DANCE, Moves.FISHIOUS_REND ], + [Species.BASCULIN]: [ Moves.LAST_RESPECTS, Moves.CLOSE_COMBAT, Moves.TRIPLE_DIVE, Moves.DRAGON_DANCE ], [Species.SANDILE]: [ Moves.DIRE_CLAW, Moves.PARTING_SHOT, Moves.FIRE_LASH, Moves.PRECIPICE_BLADES ], [Species.DARUMAKA]: [ Moves.DRAIN_PUNCH, Moves.THUNDER_PUNCH, Moves.BLAZING_TORQUE, Moves.V_CREATE ], [Species.MARACTUS]: [ Moves.SCORCHING_SANDS, Moves.QUIVER_DANCE, Moves.FIERY_DANCE, Moves.SEED_FLARE ], @@ -285,35 +285,35 @@ export const speciesEggMoves = { [Species.SCRAGGY]: [ Moves.SUCKER_PUNCH, Moves.TRIPLE_AXEL, Moves.DRAGON_DANCE, Moves.COLLISION_COURSE ], [Species.SIGILYPH]: [ Moves.STORED_POWER, Moves.TAKE_HEART, Moves.FREEZING_GLARE, Moves.OBLIVION_WING ], [Species.YAMASK]: [ Moves.RECOVER, Moves.INFERNAL_PARADE, Moves.AURA_SPHERE, Moves.TOPSY_TURVY ], - [Species.TIRTOUGA]: [ Moves.ICE_SPINNER, Moves.ACCELEROCK, Moves.SHORE_UP, Moves.WAVE_CRASH ], - [Species.ARCHEN]: [ Moves.ROOST, Moves.ACCELEROCK, Moves.FLOATY_FALL, Moves.MIGHTY_CLEAVE ], + [Species.TIRTOUGA]: [ Moves.ICE_SPINNER, Moves.WAVE_CRASH, Moves.SHORE_UP, Moves.MIGHTY_CLEAVE ], + [Species.ARCHEN]: [ Moves.ROOST, Moves.MIGHTY_CLEAVE, Moves.FLOATY_FALL, Moves.SKILL_SWAP ], [Species.TRUBBISH]: [ Moves.TIDY_UP, Moves.RECOVER, Moves.DIRE_CLAW, Moves.GIGATON_HAMMER ], - [Species.ZORUA]: [ Moves.BADDY_BAD, Moves.PSYCHIC, Moves.AURA_SPHERE, Moves.WICKED_BLOW ], - [Species.MINCCINO]: [ Moves.ICICLE_SPEAR, Moves.TIDY_UP, Moves.BONE_RUSH, Moves.POPULATION_BOMB ], + [Species.ZORUA]: [ Moves.FLAMETHROWER, Moves.PSYCHIC, Moves.AURA_SPHERE, Moves.BADDY_BAD ], + [Species.MINCCINO]: [ Moves.ICICLE_SPEAR, Moves.TIDY_UP, Moves.KNOCK_OFF, Moves.POPULATION_BOMB ], [Species.GOTHITA]: [ Moves.MILK_DRINK, Moves.COSMIC_POWER, Moves.AURA_SPHERE, Moves.PSYSTRIKE ], [Species.SOLOSIS]: [ Moves.COSMIC_POWER, Moves.MOONBLAST, Moves.AURA_SPHERE, Moves.PSYSTRIKE ], [Species.DUCKLETT]: [ Moves.QUIVER_DANCE, Moves.EARTH_POWER, Moves.FREEZE_DRY, Moves.OBLIVION_WING ], - [Species.VANILLITE]: [ Moves.EARTH_POWER, Moves.AURORA_VEIL, Moves.LOCK_ON, Moves.MILK_DRINK ], - [Species.DEERLING]: [ Moves.TIDY_UP, Moves.HEADBUTT, Moves.BODY_SLAM, Moves.FLOWER_TRICK ], + [Species.VANILLITE]: [ Moves.EARTH_POWER, Moves.AURORA_VEIL, Moves.DECORATE, Moves.MILK_DRINK ], + [Species.DEERLING]: [ Moves.TIDY_UP, Moves.FLOWER_TRICK, Moves.BODY_SLAM, Moves.COMBAT_TORQUE ], [Species.EMOLGA]: [ Moves.ROOST, Moves.HEAT_WAVE, Moves.TAILWIND, Moves.ZING_ZAP ], [Species.KARRABLAST]: [ Moves.TRICK_ROOM, Moves.SHORE_UP, Moves.MIGHTY_CLEAVE, Moves.BITTER_BLADE ], - [Species.FOONGUS]: [ Moves.POLLEN_PUFF, Moves.PARTING_SHOT, Moves.FOUL_PLAY, Moves.STRENGTH_SAP ], + [Species.FOONGUS]: [ Moves.POLLEN_PUFF, Moves.PARTING_SHOT, Moves.FOUL_PLAY, Moves.SAPPY_SEED ], [Species.FRILLISH]: [ Moves.STRENGTH_SAP, Moves.INFERNAL_PARADE, Moves.FREEZE_DRY, Moves.STEAM_ERUPTION ], [Species.ALOMOMOLA]: [ Moves.FLIP_TURN, Moves.HEART_SWAP, Moves.TOXIC, Moves.GLITZY_GLOW ], [Species.JOLTIK]: [ Moves.THUNDER, Moves.PARABOLIC_CHARGE, Moves.EARTH_POWER, Moves.QUIVER_DANCE ], [Species.FERROSEED]: [ Moves.STRENGTH_SAP, Moves.BODY_PRESS, Moves.SPIKY_SHIELD, Moves.SAPPY_SEED ], [Species.KLINK]: [ Moves.FLARE_BLITZ, Moves.HIGH_HORSEPOWER, Moves.FUSION_BOLT, Moves.DOUBLE_IRON_BASH ], - [Species.TYNAMO]: [ Moves.LIQUIDATION, Moves.RECOVER, Moves.PARTING_SHOT, Moves.BOLT_BEAK ], - [Species.ELGYEM]: [ Moves.MYSTICAL_POWER, Moves.TRICK_ROOM, Moves.STORED_POWER, Moves.PSYSTRIKE ], + [Species.TYNAMO]: [ Moves.SCALD, Moves.RECOVER, Moves.FIRE_LASH, Moves.PLASMA_FISTS ], + [Species.ELGYEM]: [ Moves.MYSTICAL_POWER, Moves.TRICK_ROOM, Moves.STORED_POWER, Moves.LUMINA_CRASH ], [Species.LITWICK]: [ Moves.FIERY_DANCE, Moves.EARTH_POWER, Moves.MOONBLAST, Moves.ASTRAL_BARRAGE ], [Species.AXEW]: [ Moves.STONE_AXE, Moves.DIRE_CLAW, Moves.FIRE_LASH, Moves.GLAIVE_RUSH ], - [Species.CUBCHOO]: [ Moves.MOUNTAIN_GALE, Moves.WOOD_HAMMER, Moves.SWORDS_DANCE, Moves.WAVE_CRASH ], - [Species.CRYOGONAL]: [ Moves.SURF, Moves.EARTH_POWER, Moves.NASTY_PLOT, Moves.FREEZY_FROST ], + [Species.CUBCHOO]: [ Moves.TRIPLE_AXEL, Moves.LIQUIDATION, Moves.SWORDS_DANCE, Moves.COLLISION_COURSE ], + [Species.CRYOGONAL]: [ Moves.SURF, Moves.FREEZY_FROST, Moves.NASTY_PLOT, Moves.AURORA_VEIL ], [Species.SHELMET]: [ Moves.SHED_TAIL, Moves.NASTY_PLOT, Moves.BATON_PASS, Moves.HEAT_WAVE ], [Species.STUNFISK]: [ Moves.SHORE_UP, Moves.BANEFUL_BUNKER, Moves.THUNDER_CAGE, Moves.THUNDERCLAP ], - [Species.MIENFOO]: [ Moves.GUNK_SHOT, Moves.TRIPLE_AXEL, Moves.SUPERCELL_SLAM, Moves.TIDY_UP ], - [Species.DRUDDIGON]: [ Moves.SPIKY_SHIELD, Moves.ROOST, Moves.DRAGON_HAMMER, Moves.FIRE_LASH ], - [Species.GOLETT]: [ Moves.BULK_UP, Moves.BULLET_PUNCH, Moves.HEADLONG_RUSH, Moves.RAGE_FIST ], + [Species.MIENFOO]: [ Moves.GUNK_SHOT, Moves.SUPERCELL_SLAM, Moves.KNOCK_OFF, Moves.MOUNTAIN_GALE ], + [Species.DRUDDIGON]: [ Moves.GLARE, Moves.ROOST, Moves.DRAGON_HAMMER, Moves.FIRE_LASH ], + [Species.GOLETT]: [ Moves.BULK_UP, Moves.RECOVER, Moves.HEADLONG_RUSH, Moves.RAGE_FIST ], [Species.PAWNIARD]: [ Moves.SUCKER_PUNCH, Moves.CEASELESS_EDGE, Moves.BITTER_BLADE, Moves.LAST_RESPECTS ], [Species.BOUFFALANT]: [ Moves.SLACK_OFF, Moves.JUMP_KICK, Moves.HEAD_SMASH, Moves.FLARE_BLITZ ], [Species.RUFFLET]: [ Moves.FLOATY_FALL, Moves.MOONBLAST, Moves.HEAT_WAVE, Moves.BOLT_BEAK ], @@ -321,32 +321,32 @@ export const speciesEggMoves = { [Species.HEATMOR]: [ Moves.EARTH_POWER, Moves.OVERHEAT, Moves.FLASH_CANNON, Moves.V_CREATE ], [Species.DURANT]: [ Moves.HIGH_HORSEPOWER, Moves.FIRST_IMPRESSION, Moves.SWORDS_DANCE, Moves.BEHEMOTH_BASH ], [Species.DEINO]: [ Moves.FIERY_WRATH, Moves.ESPER_WING, Moves.SLUDGE_WAVE, Moves.FICKLE_BEAM ], - [Species.LARVESTA]: [ Moves.THUNDERBOLT, Moves.ERUPTION, Moves.EARTH_POWER, Moves.TORCH_SONG ], - [Species.COBALION]: [ Moves.TACHYON_CUTTER, Moves.BODY_PRESS, Moves.CEASELESS_EDGE, Moves.VICTORY_DANCE ], + [Species.LARVESTA]: [ Moves.THUNDERBOLT, Moves.MATCHA_GOTCHA, Moves.EARTH_POWER, Moves.TORCH_SONG ], + [Species.COBALION]: [ Moves.BEHEMOTH_BLADE, Moves.BODY_PRESS, Moves.CEASELESS_EDGE, Moves.VICTORY_DANCE ], [Species.TERRAKION]: [ Moves.MIGHTY_CLEAVE, Moves.HEADLONG_RUSH, Moves.CEASELESS_EDGE, Moves.VICTORY_DANCE ], [Species.VIRIZION]: [ Moves.PSYBLADE, Moves.SAPPY_SEED, Moves.CEASELESS_EDGE, Moves.VICTORY_DANCE ], - [Species.TORNADUS]: [ Moves.EARTH_POWER, Moves.U_TURN, Moves.ICE_BEAM, Moves.AEROBLAST ], - [Species.THUNDURUS]: [ Moves.EARTH_POWER, Moves.AEROBLAST, Moves.THUNDERCLAP, Moves.ELECTRO_SHOT ], - [Species.RESHIRAM]: [ Moves.FUSION_BOLT, Moves.CALM_MIND, Moves.SOLAR_BEAM, Moves.DRAGON_ENERGY ], - [Species.ZEKROM]: [ Moves.FUSION_FLARE, Moves.THUNDEROUS_KICK, Moves.DRAGON_HAMMER, Moves.BOLT_BEAK ], - [Species.LANDORUS]: [ Moves.STONE_AXE, Moves.HIGH_HORSEPOWER, Moves.ROOST, Moves.FLOATY_FALL ], - [Species.KYUREM]: [ Moves.ICICLE_CRASH, Moves.DRAGON_ENERGY, Moves.PHOTON_GEYSER, Moves.GLACIAL_LANCE ], - [Species.KELDEO]: [ Moves.TACHYON_CUTTER, Moves.THUNDERBOLT, Moves.ICE_BEAM, Moves.STEAM_ERUPTION ], - [Species.MELOETTA]: [ Moves.THUNDEROUS_KICK, Moves.QUIVER_DANCE, Moves.VICTORY_DANCE, Moves.BOOMBURST ], - [Species.GENESECT]: [ Moves.AURA_SPHERE, Moves.U_TURN, Moves.SHIFT_GEAR, Moves.TAIL_GLOW ], + [Species.TORNADUS]: [ Moves.EARTH_POWER, Moves.U_TURN, Moves.ICE_BEAM, Moves.OBLIVION_WING ], + [Species.THUNDURUS]: [ Moves.EARTH_POWER, Moves.HURRICANE, Moves.THUNDERCLAP, Moves.ELECTRO_SHOT ], + [Species.RESHIRAM]: [ Moves.ROOST, Moves.TAKE_HEART, Moves.ERUPTION, Moves.DRAGON_ENERGY ], + [Species.ZEKROM]: [ Moves.ROOST, Moves.THUNDEROUS_KICK, Moves.DRAGON_HAMMER, Moves.BOLT_BEAK ], + [Species.LANDORUS]: [ Moves.STONE_AXE, Moves.THOUSAND_ARROWS, Moves.ROOST, Moves.FLOATY_FALL ], + [Species.KYUREM]: [ Moves.ICICLE_CRASH, Moves.DRAGON_ENERGY, Moves.NASTY_PLOT, Moves.GLACIAL_LANCE ], + [Species.KELDEO]: [ Moves.BOUNCY_BUBBLE, Moves.THUNDERBOLT, Moves.FREEZE_DRY, Moves.STEAM_ERUPTION ], + [Species.MELOETTA]: [ Moves.TORCH_SONG, Moves.QUIVER_DANCE, Moves.THUNDEROUS_KICK, Moves.BOOMBURST ], + [Species.GENESECT]: [ Moves.EXTREME_SPEED, Moves.U_TURN, Moves.SHIFT_GEAR, Moves.TAIL_GLOW ], [Species.CHESPIN]: [ Moves.DRAIN_PUNCH, Moves.SYNTHESIS, Moves.CEASELESS_EDGE, Moves.SAPPY_SEED ], [Species.FENNEKIN]: [ Moves.BITTER_MALICE, Moves.MOONBLAST, Moves.THUNDERBOLT, Moves.TORCH_SONG ], [Species.FROAKIE]: [ Moves.MOONBLAST, Moves.EARTH_POWER, Moves.TRIPLE_AXEL, Moves.SURGING_STRIKES ], - [Species.BUNNELBY]: [ Moves.DRAIN_PUNCH, Moves.RECYCLE, Moves.RETURN, Moves.EXTREME_SPEED ], + [Species.BUNNELBY]: [ Moves.DRAIN_PUNCH, Moves.TIDY_UP, Moves.FACADE, Moves.EXTREME_SPEED ], [Species.FLETCHLING]: [ Moves.DRILL_RUN, Moves.U_TURN, Moves.SUPERCELL_SLAM, Moves.TIDY_UP ], - [Species.SCATTERBUG]: [ Moves.MOONBLAST, Moves.POLLEN_PUFF, Moves.TAILWIND, Moves.FOCUS_BLAST ], + [Species.SCATTERBUG]: [ Moves.MOONBLAST, Moves.POLLEN_PUFF, Moves.TAILWIND, Moves.HEAT_WAVE ], [Species.LITLEO]: [ Moves.EARTH_POWER, Moves.NASTY_PLOT, Moves.YAWN, Moves.TORCH_SONG ], [Species.FLABEBE]: [ Moves.GLITZY_GLOW, Moves.MYSTICAL_FIRE, Moves.FLORAL_HEALING, Moves.TAKE_HEART ], [Species.SKIDDO]: [ Moves.HIGH_HORSEPOWER, Moves.GRASSY_GLIDE, Moves.STONE_AXE, Moves.SAPPY_SEED ], [Species.PANCHAM]: [ Moves.DRAIN_PUNCH, Moves.FAKE_OUT, Moves.BULLET_PUNCH, Moves.WICKED_BLOW ], [Species.FURFROU]: [ Moves.TIDY_UP, Moves.CRUNCH, Moves.COVET, Moves.MULTI_ATTACK ], [Species.ESPURR]: [ Moves.GLARE, Moves.MOONBLAST, Moves.FLAMETHROWER, Moves.PSYSTRIKE ], - [Species.HONEDGE]: [ Moves.TACHYON_CUTTER, Moves.POLTERGEIST, Moves.BITTER_BLADE, Moves.BEHEMOTH_BLADE ], + [Species.HONEDGE]: [ Moves.TACHYON_CUTTER, Moves.POLTERGEIST, Moves.BITTER_BLADE, Moves.PAIN_SPLIT ], [Species.SPRITZEE]: [ Moves.TRICK_ROOM, Moves.FOUL_PLAY, Moves.WISH, Moves.REVIVAL_BLESSING ], [Species.SWIRLIX]: [ Moves.BELLY_DRUM, Moves.SUCKER_PUNCH, Moves.SPIRIT_BREAK, Moves.SIZZLY_SLIDE ], [Species.INKAY]: [ Moves.POWER_TRIP, Moves.STORED_POWER, Moves.RECOVER, Moves.PSYCHO_BOOST ], @@ -364,57 +364,57 @@ export const speciesEggMoves = { [Species.PHANTUMP]: [ Moves.POLTERGEIST, Moves.TRICK_ROOM, Moves.SYNTHESIS, Moves.SAPPY_SEED ], [Species.PUMPKABOO]: [ Moves.POLTERGEIST, Moves.FIRE_LASH, Moves.DIRE_CLAW, Moves.SAPPY_SEED ], [Species.BERGMITE]: [ Moves.STONE_AXE, Moves.METAL_BURST, Moves.BODY_PRESS, Moves.GLACIAL_LANCE ], - [Species.NOIBAT]: [ Moves.AEROBLAST, Moves.PSYCHIC_NOISE, Moves.NASTY_PLOT, Moves.CLANGING_SCALES ], + [Species.NOIBAT]: [ Moves.AEROBLAST, Moves.OVERDRIVE, Moves.NASTY_PLOT, Moves.CLANGING_SCALES ], [Species.XERNEAS]: [ Moves.LIGHT_OF_RUIN, Moves.LUMINA_CRASH, Moves.STRENGTH_SAP, Moves.REVIVAL_BLESSING ], - [Species.YVELTAL]: [ Moves.NASTY_PLOT, Moves.FLOATY_FALL, Moves.IRON_HEAD, Moves.WICKED_BLOW ], - [Species.ZYGARDE]: [ Moves.DRAGON_HAMMER, Moves.SHORE_UP, Moves.HEAT_CRASH, Moves.POPULATION_BOMB ], + [Species.YVELTAL]: [ Moves.IRON_HEAD, Moves.FLOATY_FALL, Moves.NASTY_PLOT, Moves.WICKED_BLOW ], + [Species.ZYGARDE]: [ Moves.DRAGON_DARTS, Moves.SHORE_UP, Moves.VICTORY_DANCE, Moves.DOUBLE_IRON_BASH ], [Species.DIANCIE]: [ Moves.MAGICAL_TORQUE, Moves.BODY_PRESS, Moves.SHORE_UP, Moves.GEOMANCY ], [Species.HOOPA]: [ Moves.PHOTON_GEYSER, Moves.EARTH_POWER, Moves.BATON_PASS, Moves.TIDY_UP ], [Species.VOLCANION]: [ Moves.HYDRO_STEAM, Moves.CALM_MIND, Moves.ENERGY_BALL, Moves.SEARING_SHOT ], [Species.ROWLET]: [ Moves.SNIPE_SHOT, Moves.POLTERGEIST, Moves.FIRST_IMPRESSION, Moves.VICTORY_DANCE ], - [Species.LITTEN]: [ Moves.FAKE_OUT, Moves.PARTING_SHOT, Moves.SUCKER_PUNCH, Moves.SACRED_FIRE ], + [Species.LITTEN]: [ Moves.FAKE_OUT, Moves.PARTING_SHOT, Moves.MORNING_SUN, Moves.SACRED_FIRE ], [Species.POPPLIO]: [ Moves.PSYCHIC_NOISE, Moves.BOUNCY_BUBBLE, Moves.ALLURING_VOICE, Moves.TORCH_SONG ], - [Species.PIKIPEK]: [ Moves.FLOATY_FALL, Moves.BONE_RUSH, Moves.KNOCK_OFF, Moves.BURNING_BULWARK ], - [Species.YUNGOOS]: [ Moves.EXTREME_SPEED, Moves.PURSUIT, Moves.TIDY_UP, Moves.MULTI_ATTACK ], - [Species.GRUBBIN]: [ Moves.ICE_BEAM, Moves.EARTH_POWER, Moves.QUIVER_DANCE, Moves.THUNDERCLAP ], + [Species.PIKIPEK]: [ Moves.FLOATY_FALL, Moves.BONE_RUSH, Moves.BURNING_BULWARK, Moves.TIDY_UP ], + [Species.YUNGOOS]: [ Moves.EXTREME_SPEED, Moves.KNOCK_OFF, Moves.TIDY_UP, Moves.HEAD_CHARGE ], + [Species.GRUBBIN]: [ Moves.ICE_BEAM, Moves.EARTH_POWER, Moves.THUNDERCLAP, Moves.QUIVER_DANCE ], [Species.CRABRAWLER]: [ Moves.CURSE, Moves.SHORE_UP, Moves.SUCKER_PUNCH, Moves.SURGING_STRIKES ], - [Species.ORICORIO]: [ Moves.QUIVER_DANCE, Moves.FIERY_DANCE, Moves.PETAL_DANCE, Moves.LUNAR_DANCE ], - [Species.CUTIEFLY]: [ Moves.SILK_TRAP, Moves.DECORATE, Moves.PARTING_SHOT, Moves.FLORAL_HEALING ], - [Species.ROCKRUFF]: [ Moves.KNOCK_OFF, Moves.TIDY_UP, Moves.ICE_SPINNER, Moves.MIGHTY_CLEAVE ], - [Species.WISHIWASHI]: [ Moves.FLIP_TURN, Moves.ICE_SPINNER, Moves.SWORDS_DANCE, Moves.POPULATION_BOMB ], + [Species.ORICORIO]: [ Moves.QUIVER_DANCE, Moves.FIERY_DANCE, Moves.THUNDERCLAP, Moves.OBLIVION_WING ], + [Species.CUTIEFLY]: [ Moves.STICKY_WEB, Moves.MOONBLAST, Moves.HEAT_WAVE, Moves.SPORE ], + [Species.ROCKRUFF]: [ Moves.DRILL_RUN, Moves.TIDY_UP, Moves.ICE_SPINNER, Moves.MIGHTY_CLEAVE ], + [Species.WISHIWASHI]: [ Moves.LIQUIDATION, Moves.ICE_SPINNER, Moves.DRAGON_DANCE, Moves.HEAL_ORDER ], [Species.MAREANIE]: [ Moves.SPIKES, Moves.SIZZLY_SLIDE, Moves.MORTAL_SPIN, Moves.LEECH_SEED ], - [Species.MUDBRAY]: [ Moves.BODY_PRESS, Moves.YAWN, Moves.SHORE_UP, Moves.LANDS_WRATH ], - [Species.DEWPIDER]: [ Moves.AQUA_JET, Moves.SILK_TRAP, Moves.ROCK_SLIDE, Moves.AQUA_STEP ], - [Species.FOMANTIS]: [ Moves.SUPERPOWER, Moves.STONE_AXE, Moves.PSYCHO_CUT, Moves.BITTER_BLADE ], + [Species.MUDBRAY]: [ Moves.BODY_PRESS, Moves.YAWN, Moves.SHORE_UP, Moves.THOUSAND_WAVES ], + [Species.DEWPIDER]: [ Moves.AQUA_JET, Moves.SILK_TRAP, Moves.SWORDS_DANCE, Moves.AQUA_STEP ], + [Species.FOMANTIS]: [ Moves.SUPERPOWER, Moves.HEADLONG_RUSH, Moves.ICE_HAMMER, Moves.BITTER_BLADE ], [Species.MORELULL]: [ Moves.CALM_MIND, Moves.LEECH_SEED, Moves.STRENGTH_SAP, Moves.SPARKLY_SWIRL ], [Species.SALANDIT]: [ Moves.FAKE_OUT, Moves.FIERY_DANCE, Moves.SCALD, Moves.MALIGNANT_CHAIN ], - [Species.STUFFUL]: [ Moves.DRAIN_PUNCH, Moves.THUNDER_PUNCH, Moves.ICE_PUNCH, Moves.RAGE_FIST ], + [Species.STUFFUL]: [ Moves.DRAIN_PUNCH, Moves.METEOR_MASH, Moves.ICE_HAMMER, Moves.RAGE_FIST ], [Species.BOUNSWEET]: [ Moves.TRIPLE_AXEL, Moves.AQUA_STEP, Moves.THUNDEROUS_KICK, Moves.SAPPY_SEED ], [Species.COMFEY]: [ Moves.BUZZY_BUZZ, Moves.POLLEN_PUFF, Moves.STRENGTH_SAP, Moves.MATCHA_GOTCHA ], [Species.ORANGURU]: [ Moves.FOUL_PLAY, Moves.YAWN, Moves.FOLLOW_ME, Moves.LUNAR_BLESSING ], - [Species.PASSIMIAN]: [ Moves.FAKE_OUT, Moves.SUCKER_PUNCH, Moves.SPIKES, Moves.SWORDS_DANCE ], + [Species.PASSIMIAN]: [ Moves.FAKE_OUT, Moves.SUCKER_PUNCH, Moves.SWORDS_DANCE, Moves.PYRO_BALL ], [Species.WIMPOD]: [ Moves.ICE_SPINNER, Moves.OBSTRUCT, Moves.KNOCK_OFF, Moves.SURGING_STRIKES ], [Species.SANDYGAST]: [ Moves.SCORCHING_SANDS, Moves.PARTING_SHOT, Moves.CURSE, Moves.SALT_CURE ], [Species.PYUKUMUKU]: [ Moves.MIRROR_COAT, Moves.BANEFUL_BUNKER, Moves.TOXIC_SPIKES, Moves.SALT_CURE ], [Species.TYPE_NULL]: [ Moves.DIRE_CLAW, Moves.RECOVER, Moves.EXTREME_SPEED, Moves.NO_RETREAT ], - [Species.MINIOR]: [ Moves.EARTH_POWER, Moves.FLOATY_FALL, Moves.SUPERCELL_SLAM, Moves.DIAMOND_STORM ], - [Species.KOMALA]: [ Moves.SLACK_OFF, Moves.EXTREME_SPEED, Moves.DARKEST_LARIAT, Moves.CLOSE_COMBAT ], + [Species.MINIOR]: [ Moves.EARTH_POWER, Moves.FLOATY_FALL, Moves.ZING_ZAP, Moves.DIAMOND_STORM ], + [Species.KOMALA]: [ Moves.SLACK_OFF, Moves.EXTREME_SPEED, Moves.KNOCK_OFF, Moves.CLOSE_COMBAT ], [Species.TURTONATOR]: [ Moves.SHELL_SMASH, Moves.ARMOR_CANNON, Moves.EARTH_POWER, Moves.CLANGING_SCALES ], - [Species.TOGEDEMARU]: [ Moves.SIZZLY_SLIDE, Moves.RECOVER, Moves.SPIKES, Moves.DOUBLE_IRON_BASH ], + [Species.TOGEDEMARU]: [ Moves.SIZZLY_SLIDE, Moves.RECOVER, Moves.METEOR_MASH, Moves.BEHEMOTH_BASH ], [Species.MIMIKYU]: [ Moves.SPIRIT_BREAK, Moves.NUZZLE, Moves.PARTING_SHOT, Moves.SPECTRAL_THIEF ], - [Species.BRUXISH]: [ Moves.SUPER_FANG, Moves.JAW_LOCK, Moves.PAIN_SPLIT, Moves.FISHIOUS_REND ], - [Species.DRAMPA]: [ Moves.YAWN, Moves.FLAMETHROWER, Moves.CLANGING_SCALES, Moves.CLANGOROUS_SOUL ], - [Species.DHELMISE]: [ Moves.POLTERGEIST, Moves.SHIFT_GEAR, Moves.LEAF_BLADE, Moves.DOUBLE_IRON_BASH ], + [Species.BRUXISH]: [ Moves.ICE_FANG, Moves.FIRE_FANG, Moves.FLIP_TURN, Moves.FILLET_AWAY ], + [Species.DRAMPA]: [ Moves.SLACK_OFF, Moves.FLAMETHROWER, Moves.CLANGING_SCALES, Moves.CLANGOROUS_SOUL ], + [Species.DHELMISE]: [ Moves.POLTERGEIST, Moves.STRENGTH_SAP, Moves.LEAF_BLADE, Moves.DOUBLE_IRON_BASH ], [Species.JANGMO_O]: [ Moves.ICE_BEAM, Moves.RECOVER, Moves.SECRET_SWORD, Moves.GLAIVE_RUSH ], - [Species.TAPU_KOKO]: [ Moves.PLAY_ROUGH, Moves.ICE_SPINNER, Moves.RISING_VOLTAGE, Moves.BOLT_BEAK ], + [Species.TAPU_KOKO]: [ Moves.PLAY_ROUGH, Moves.MOUNTAIN_GALE, Moves.RISING_VOLTAGE, Moves.BOLT_BEAK ], [Species.TAPU_LELE]: [ Moves.MOONLIGHT, Moves.NASTY_PLOT, Moves.HEAT_WAVE, Moves.EXPANDING_FORCE ], - [Species.TAPU_BULU]: [ Moves.JUNGLE_HEALING, Moves.CLOSE_COMBAT, Moves.PLAY_ROUGH, Moves.GRASSY_GLIDE ], + [Species.TAPU_BULU]: [ Moves.GRASSY_GLIDE, Moves.CLOSE_COMBAT, Moves.PLAY_ROUGH, Moves.VICTORY_DANCE ], [Species.TAPU_FINI]: [ Moves.AURA_SPHERE, Moves.EARTH_POWER, Moves.RECOVER, Moves.QUIVER_DANCE ], [Species.COSMOG]: [ Moves.VICTORY_DANCE, Moves.QUIVER_DANCE, Moves.STORED_POWER, Moves.PHOTON_GEYSER ], [Species.NIHILEGO]: [ Moves.RECOVER, Moves.QUIVER_DANCE, Moves.GIGA_DRAIN, Moves.MALIGNANT_CHAIN ], [Species.BUZZWOLE]: [ Moves.LEECH_LIFE, Moves.BULLET_PUNCH, Moves.DARKEST_LARIAT, Moves.COLLISION_COURSE ], [Species.PHEROMOSA]: [ Moves.AURA_SPHERE, Moves.MAKE_IT_RAIN, Moves.ATTACK_ORDER, Moves.COLLISION_COURSE ], - [Species.XURKITREE]: [ Moves.OVERHEAT, Moves.GIGA_DRAIN, Moves.THUNDERCLAP, Moves.TAIL_GLOW ], + [Species.XURKITREE]: [ Moves.OVERHEAT, Moves.GIGA_DRAIN, Moves.TAIL_GLOW, Moves.THUNDERCLAP ], [Species.CELESTEELA]: [ Moves.ROOST, Moves.BUZZY_BUZZ, Moves.SPIKES, Moves.OBLIVION_WING ], [Species.KARTANA]: [ Moves.MIGHTY_CLEAVE, Moves.CEASELESS_EDGE, Moves.BITTER_BLADE, Moves.BEHEMOTH_BLADE ], [Species.GUZZLORD]: [ Moves.DIRE_CLAW, Moves.GLAIVE_RUSH, Moves.SLACK_OFF, Moves.BADDY_BAD ], @@ -422,144 +422,144 @@ export const speciesEggMoves = { [Species.MAGEARNA]: [ Moves.RECOVER, Moves.EARTH_POWER, Moves.COSMIC_POWER, Moves.MAKE_IT_RAIN ], [Species.MARSHADOW]: [ Moves.POWER_UP_PUNCH, Moves.TRIPLE_AXEL, Moves.STORM_THROW, Moves.DOUBLE_IRON_BASH ], [Species.POIPOLE]: [ Moves.SLUDGE_BOMB, Moves.BUG_BUZZ, Moves.SEARING_SHOT, Moves.DRAGON_ENERGY ], - [Species.STAKATAKA]: [ Moves.SALT_CURE, Moves.SHORE_UP, Moves.CURSE, Moves.DOUBLE_IRON_BASH ], + [Species.STAKATAKA]: [ Moves.HEAVY_SLAM, Moves.SHORE_UP, Moves.CURSE, Moves.SALT_CURE ], [Species.BLACEPHALON]: [ Moves.NASTY_PLOT, Moves.SEARING_SHOT, Moves.GIGA_DRAIN, Moves.ASTRAL_BARRAGE ], [Species.ZERAORA]: [ Moves.SWORDS_DANCE, Moves.TRIPLE_AXEL, Moves.BOLT_STRIKE, Moves.PYRO_BALL ], [Species.MELTAN]: [ Moves.BULLET_PUNCH, Moves.DRAIN_PUNCH, Moves.BULK_UP, Moves.RECOVER ], - [Species.GROOKEY]: [ Moves.HEADLONG_RUSH, Moves.CLOSE_COMBAT, Moves.GRASSY_GLIDE, Moves.BELLY_DRUM ], - [Species.SCORBUNNY]: [ Moves.HIGH_JUMP_KICK, Moves.SUPERCELL_SLAM, Moves.TRIPLE_AXEL, Moves.AQUA_STEP ], + [Species.GROOKEY]: [ Moves.HEADLONG_RUSH, Moves.CLOSE_COMBAT, Moves.GRASSY_GLIDE, Moves.CLANGOROUS_SOUL ], + [Species.SCORBUNNY]: [ Moves.EXTREME_SPEED, Moves.TROP_KICK, Moves.TRIPLE_AXEL, Moves.THUNDEROUS_KICK ], [Species.SOBBLE]: [ Moves.AEROBLAST, Moves.FROST_BREATH, Moves.SEARING_SHOT, Moves.SURGING_STRIKES ], - [Species.SKWOVET]: [ Moves.RECYCLE, Moves.GRAV_APPLE, Moves.BODY_PRESS, Moves.SLACK_OFF ], + [Species.SKWOVET]: [ Moves.KNOCK_OFF, Moves.GRAV_APPLE, Moves.BODY_PRESS, Moves.SLACK_OFF ], [Species.ROOKIDEE]: [ Moves.ROOST, Moves.BODY_PRESS, Moves.IRON_HEAD, Moves.KINGS_SHIELD ], [Species.BLIPBUG]: [ Moves.RECOVER, Moves.FREEZING_GLARE, Moves.SPORE, Moves.TAIL_GLOW ], - [Species.NICKIT]: [ Moves.KNOCK_OFF, Moves.BURNING_JEALOUSY, Moves.FALSE_SURRENDER, Moves.TIDY_UP ], + [Species.NICKIT]: [ Moves.BADDY_BAD, Moves.BURNING_JEALOUSY, Moves.SPARKLY_SWIRL, Moves.FIERY_WRATH ], [Species.GOSSIFLEUR]: [ Moves.TAILWIND, Moves.STRENGTH_SAP, Moves.PARTING_SHOT, Moves.SEED_FLARE ], - [Species.WOOLOO]: [ Moves.PSYSHIELD_BASH, Moves.HEAD_CHARGE, Moves.BODY_PRESS, Moves.HEAD_CHARGE ], + [Species.WOOLOO]: [ Moves.PSYSHIELD_BASH, Moves.HEAD_CHARGE, Moves.BODY_PRESS, Moves.MILK_DRINK ], [Species.CHEWTLE]: [ Moves.FIRE_FANG, Moves.ACCELEROCK, Moves.SHELL_SMASH, Moves.WAVE_CRASH ], - [Species.YAMPER]: [ Moves.ICE_FANG, Moves.TIDY_UP, Moves.THUNDERCLAP, Moves.ZIPPY_ZAP ], + [Species.YAMPER]: [ Moves.ICE_FANG, Moves.TIDY_UP, Moves.THUNDERCLAP, Moves.ZING_ZAP ], [Species.ROLYCOLY]: [ Moves.BURNING_BULWARK, Moves.ZING_ZAP, Moves.WORK_UP, Moves.DIAMOND_STORM ], [Species.APPLIN]: [ Moves.DRAGON_CHEER, Moves.PARTING_SHOT, Moves.FLOWER_TRICK, Moves.STRENGTH_SAP ], [Species.SILICOBRA]: [ Moves.SHORE_UP, Moves.SHED_TAIL, Moves.STONE_EDGE, Moves.PRECIPICE_BLADES ], - [Species.CRAMORANT]: [ Moves.APPLE_ACID, Moves.AQUA_JET, Moves.SCORCHING_SANDS, Moves.WAVE_CRASH ], + [Species.CRAMORANT]: [ Moves.APPLE_ACID, Moves.SURF, Moves.SCORCHING_SANDS, Moves.ROOST ], [Species.ARROKUDA]: [ Moves.THUNDER_FANG, Moves.KNOCK_OFF, Moves.ICE_FANG, Moves.FILLET_AWAY ], [Species.TOXEL]: [ Moves.NASTY_PLOT, Moves.BANEFUL_BUNKER, Moves.SPARKLING_ARIA, Moves.TORCH_SONG ], [Species.SIZZLIPEDE]: [ Moves.BURNING_BULWARK, Moves.ZING_ZAP, Moves.FIRST_IMPRESSION, Moves.VICTORY_DANCE ], - [Species.CLOBBOPUS]: [ Moves.OBSTRUCT, Moves.NO_RETREAT, Moves.MACH_PUNCH, Moves.SURGING_STRIKES ], + [Species.CLOBBOPUS]: [ Moves.DRAIN_PUNCH, Moves.NO_RETREAT, Moves.MACH_PUNCH, Moves.SURGING_STRIKES ], [Species.SINISTEA]: [ Moves.SCALD, Moves.TAKE_HEART, Moves.SPARKLY_SWIRL, Moves.MATCHA_GOTCHA ], - [Species.HATENNA]: [ Moves.TAKE_HEART, Moves.MOONBLAST, Moves.FIERY_WRATH, Moves.PSYSTRIKE ], + [Species.HATENNA]: [ Moves.TAKE_HEART, Moves.MOONBLAST, Moves.BUZZY_BUZZ, Moves.SEARING_SHOT ], [Species.IMPIDIMP]: [ Moves.ENCORE, Moves.PARTING_SHOT, Moves.TOPSY_TURVY, Moves.WICKED_BLOW ], - [Species.MILCERY]: [ Moves.MOONBLAST, Moves.SYRUP_BOMB, Moves.EARTH_POWER, Moves.MILK_DRINK ], - [Species.FALINKS]: [ Moves.COMBAT_TORQUE, Moves.PSYSHIELD_BASH, Moves.SPIKY_SHIELD, Moves.POPULATION_BOMB ], - [Species.PINCURCHIN]: [ Moves.BANEFUL_BUNKER, Moves.FREEZE_DRY, Moves.STRENGTH_SAP, Moves.TRICK_ROOM ], + [Species.MILCERY]: [ Moves.MOONBLAST, Moves.SYRUP_BOMB, Moves.EARTH_POWER, Moves.SEARING_SHOT ], + [Species.FALINKS]: [ Moves.COMBAT_TORQUE, Moves.PSYSHIELD_BASH, Moves.HEAL_ORDER, Moves.POPULATION_BOMB ], + [Species.PINCURCHIN]: [ Moves.TRICK_ROOM, Moves.RISING_VOLTAGE, Moves.STRENGTH_SAP, Moves.THUNDERCLAP ], [Species.SNOM]: [ Moves.MOONBLAST, Moves.SURF, Moves.EARTH_POWER, Moves.FIERY_DANCE ], - [Species.STONJOURNER]: [ Moves.BODY_PRESS, Moves.CURSE, Moves.SHORE_UP, Moves.ACCELEROCK ], + [Species.STONJOURNER]: [ Moves.BODY_PRESS, Moves.BULK_UP, Moves.SHORE_UP, Moves.ACCELEROCK ], [Species.EISCUE]: [ Moves.TRIPLE_AXEL, Moves.AQUA_STEP, Moves.SHELL_SMASH, Moves.GLACIAL_LANCE ], [Species.INDEEDEE]: [ Moves.MATCHA_GOTCHA, Moves.EXPANDING_FORCE, Moves.MOONBLAST, Moves.REVIVAL_BLESSING ], - [Species.MORPEKO]: [ Moves.GRAV_APPLE, Moves.OBSTRUCT, Moves.DARKEST_LARIAT, Moves.TIDY_UP ], + [Species.MORPEKO]: [ Moves.TRIPLE_AXEL, Moves.OBSTRUCT, Moves.PARTING_SHOT, Moves.SWORDS_DANCE ], [Species.CUFANT]: [ Moves.LIQUIDATION, Moves.HEAVY_SLAM, Moves.CLOSE_COMBAT, Moves.GIGATON_HAMMER ], - [Species.DRACOZOLT]: [ Moves.ICE_SPINNER, Moves.DRAGON_HAMMER, Moves.TEMPER_FLARE, Moves.DRAGON_DANCE ], - [Species.ARCTOZOLT]: [ Moves.SHIFT_GEAR, Moves.ICE_SPINNER, Moves.HIGH_HORSEPOWER, Moves.GLACIAL_LANCE ], - [Species.DRACOVISH]: [ Moves.ICE_FANG, Moves.DRAGON_HAMMER, Moves.THUNDER_FANG, Moves.DRAGON_DANCE ], - [Species.ARCTOVISH]: [ Moves.SHIFT_GEAR, Moves.ICE_SPINNER, Moves.HIGH_HORSEPOWER, Moves.GLACIAL_LANCE ], - [Species.DURALUDON]: [ Moves.FLAMETHROWER, Moves.RECOVER, Moves.EARTH_POWER, Moves.CALM_MIND ], - [Species.DREEPY]: [ Moves.EXTREME_SPEED, Moves.SPIRIT_BREAK, Moves.BLAZING_TORQUE, Moves.SPECTRAL_THIEF ], - [Species.ZACIAN]: [ Moves.MAGICAL_TORQUE, Moves.AQUA_CUTTER, Moves.CEASELESS_EDGE, Moves.VICTORY_DANCE ], - [Species.ZAMAZENTA]: [ Moves.PSYSHIELD_BASH, Moves.BODY_PRESS, Moves.BULK_UP, Moves.KINGS_SHIELD ], - [Species.KUBFU]: [ Moves.BULLET_PUNCH, Moves.DRAIN_PUNCH, Moves.JET_PUNCH, Moves.DRAGON_DANCE ], - [Species.ZARUDE]: [ Moves.VICTORY_DANCE, Moves.PARTING_SHOT, Moves.WICKED_BLOW, Moves.SAPPY_SEED ], - [Species.REGIELEKI]: [ Moves.NASTY_PLOT, Moves.ICE_BEAM, Moves.PARTING_SHOT, Moves.ELECTRO_DRIFT ], + [Species.DRACOZOLT]: [ Moves.TRIPLE_AXEL, Moves.DRAGON_HAMMER, Moves.FIRE_LASH, Moves.DRAGON_DANCE ], + [Species.ARCTOZOLT]: [ Moves.TRIPLE_AXEL, Moves.EARTHQUAKE, Moves.HIGH_HORSEPOWER, Moves.SHIFT_GEAR ], + [Species.DRACOVISH]: [ Moves.TRIPLE_AXEL, Moves.DRAGON_HAMMER, Moves.THUNDER_FANG, Moves.DRAGON_DANCE ], + [Species.ARCTOVISH]: [ Moves.TRIPLE_AXEL, Moves.EARTHQUAKE, Moves.HIGH_HORSEPOWER, Moves.SHIFT_GEAR ], + [Species.DURALUDON]: [ Moves.CALM_MIND, Moves.BODY_PRESS, Moves.EARTH_POWER, Moves.RECOVER ], + [Species.DREEPY]: [ Moves.DRAGON_ENERGY, Moves.SHED_TAIL, Moves.BLAZING_TORQUE, Moves.SPECTRAL_THIEF ], + [Species.ZACIAN]: [ Moves.MAGICAL_TORQUE, Moves.BITTER_BLADE, Moves.LEAF_BLADE, Moves.VICTORY_DANCE ], + [Species.ZAMAZENTA]: [ Moves.PSYSHIELD_BASH, Moves.BODY_PRESS, Moves.SLACK_OFF, Moves.VICTORY_DANCE ], + [Species.KUBFU]: [ Moves.METEOR_MASH, Moves.DRAIN_PUNCH, Moves.JET_PUNCH, Moves.DRAGON_DANCE ], + [Species.ZARUDE]: [ Moves.SAPPY_SEED, Moves.PARTING_SHOT, Moves.WICKED_BLOW, Moves.VICTORY_DANCE ], + [Species.REGIELEKI]: [ Moves.NASTY_PLOT, Moves.FROST_BREATH, Moves.PARTING_SHOT, Moves.ELECTRO_DRIFT ], [Species.REGIDRAGO]: [ Moves.METEOR_MASH, Moves.FLAMETHROWER, Moves.CALM_MIND, Moves.DRAGON_DARTS ], [Species.GLASTRIER]: [ Moves.TRICK_ROOM, Moves.SLACK_OFF, Moves.HIGH_HORSEPOWER, Moves.GLACIAL_LANCE ], [Species.SPECTRIER]: [ Moves.EARTH_POWER, Moves.PARTING_SHOT, Moves.AURA_SPHERE, Moves.ASTRAL_BARRAGE ], - [Species.CALYREX]: [ Moves.KINGS_SHIELD, Moves.RECOVER, Moves.AURA_SPHERE, Moves.PHOTON_GEYSER ], - [Species.ENAMORUS]: [ Moves.AEROBLAST, Moves.TAKE_HEART, Moves.STORED_POWER, Moves.FLEUR_CANNON ], + [Species.CALYREX]: [ Moves.SAPPY_SEED, Moves.RECOVER, Moves.AURA_SPHERE, Moves.PHOTON_GEYSER ], + [Species.ENAMORUS]: [ Moves.FLEUR_CANNON, Moves.TAKE_HEART, Moves.STORED_POWER, Moves.OBLIVION_WING ], [Species.SPRIGATITO]: [ Moves.BLAZE_KICK, Moves.STRENGTH_SAP, Moves.SUCKER_PUNCH, Moves.WICKED_BLOW ], [Species.FUECOCO]: [ Moves.COSMIC_POWER, Moves.SLACK_OFF, Moves.INFERNAL_PARADE, Moves.MOONGEIST_BEAM ], [Species.QUAXLY]: [ Moves.DRAGON_DANCE, Moves.ROOST, Moves.TROP_KICK, Moves.THUNDEROUS_KICK ], - [Species.LECHONK]: [ Moves.MILK_DRINK, Moves.TEMPER_FLARE, Moves.FILLET_AWAY, Moves.HEAD_CHARGE ], - [Species.TAROUNTULA]: [ Moves.STRENGTH_SAP, Moves.LEECH_LIFE, Moves.PARTING_SHOT, Moves.STEALTH_ROCK ], + [Species.LECHONK]: [ Moves.MILK_DRINK, Moves.BLAZING_TORQUE, Moves.FILLET_AWAY, Moves.MULTI_ATTACK ], + [Species.TAROUNTULA]: [ Moves.STONE_AXE, Moves.LEECH_LIFE, Moves.THIEF, Moves.SPORE ], [Species.NYMBLE]: [ Moves.CEASELESS_EDGE, Moves.FELL_STINGER, Moves.LEECH_LIFE, Moves.WICKED_BLOW ], [Species.PAWMI]: [ Moves.DRAIN_PUNCH, Moves.WISH, Moves.PARTING_SHOT, Moves.PLASMA_FISTS ], - [Species.TANDEMAUS]: [ Moves.BATON_PASS, Moves.BITE, Moves.NUZZLE, Moves.REVIVAL_BLESSING ], - [Species.FIDOUGH]: [ Moves.WISH, Moves.SPIKES, Moves.PARTING_SHOT, Moves.SIZZLY_SLIDE ], + [Species.TANDEMAUS]: [ Moves.BATON_PASS, Moves.BITE, Moves.SIZZLY_SLIDE, Moves.REVIVAL_BLESSING ], + [Species.FIDOUGH]: [ Moves.WISH, Moves.BODY_PRESS, Moves.PARTING_SHOT, Moves.SIZZLY_SLIDE ], [Species.SMOLIV]: [ Moves.STRENGTH_SAP, Moves.EARTH_POWER, Moves.CALM_MIND, Moves.BOOMBURST ], - [Species.SQUAWKABILLY]: [ Moves.PARTING_SHOT, Moves.BULK_UP, Moves.TEMPER_FLARE, Moves.HEAD_CHARGE ], + [Species.SQUAWKABILLY]: [ Moves.PARTING_SHOT, Moves.BULK_UP, Moves.FLARE_BLITZ, Moves.HEAD_CHARGE ], [Species.NACLI]: [ Moves.BODY_PRESS, Moves.SPIKES, Moves.CURSE, Moves.DIAMOND_STORM ], - [Species.CHARCADET]: [ Moves.SACRED_SWORD, Moves.BURNING_BULWARK, Moves.RECOVER, Moves.PHOTON_GEYSER ], - [Species.TADBULB]: [ Moves.PARABOLIC_CHARGE, Moves.MUDDY_WATER, Moves.EARTH_POWER, Moves.ELECTRO_SHOT ], + [Species.CHARCADET]: [ Moves.SACRED_SWORD, Moves.PHOTON_GEYSER, Moves.RECOVER, Moves.SPECTRAL_THIEF ], + [Species.TADBULB]: [ Moves.PARABOLIC_CHARGE, Moves.SCALD, Moves.EARTH_POWER, Moves.ELECTRO_SHOT ], [Species.WATTREL]: [ Moves.NASTY_PLOT, Moves.TAILWIND, Moves.HEAT_WAVE, Moves.AEROBLAST ], - [Species.MASCHIFF]: [ Moves.PARTING_SHOT, Moves.DARKEST_LARIAT, Moves.NUZZLE, Moves.COLLISION_COURSE ], - [Species.SHROODLE]: [ Moves.TEMPER_FLARE, Moves.PARTING_SHOT, Moves.TOXIC, Moves.TIDY_UP ], + [Species.MASCHIFF]: [ Moves.PARTING_SHOT, Moves.KNOCK_OFF, Moves.NUZZLE, Moves.COLLISION_COURSE ], + [Species.SHROODLE]: [ Moves.FIRE_LASH, Moves.PARTING_SHOT, Moves.TOXIC, Moves.TOPSY_TURVY ], [Species.BRAMBLIN]: [ Moves.TAILWIND, Moves.STRENGTH_SAP, Moves.CEASELESS_EDGE, Moves.LAST_RESPECTS ], - [Species.TOEDSCOOL]: [ Moves.STRENGTH_SAP, Moves.SCALD, Moves.PARTING_SHOT, Moves.SAPPY_SEED ], + [Species.TOEDSCOOL]: [ Moves.STRENGTH_SAP, Moves.HEART_SWAP, Moves.PARTING_SHOT, Moves.SAPPY_SEED ], [Species.KLAWF]: [ Moves.CRABHAMMER, Moves.SHORE_UP, Moves.MIGHTY_CLEAVE, Moves.SHELL_SMASH ], - [Species.CAPSAKID]: [ Moves.STRENGTH_SAP, Moves.BURNING_BULWARK, Moves.ICE_SPINNER, Moves.TORCH_SONG ], - [Species.RELLOR]: [ Moves.TOXIC_SPIKES, Moves.RECOVER, Moves.MYSTICAL_FIRE, Moves.LUMINA_CRASH ], + [Species.CAPSAKID]: [ Moves.STRENGTH_SAP, Moves.APPLE_ACID, Moves.FROST_BREATH, Moves.TORCH_SONG ], + [Species.RELLOR]: [ Moves.TOXIC_SPIKES, Moves.RECOVER, Moves.HEAT_WAVE, Moves.LUMINA_CRASH ], [Species.FLITTLE]: [ Moves.COSMIC_POWER, Moves.AURA_SPHERE, Moves.ROOST, Moves.SEARING_SHOT ], [Species.TINKATINK]: [ Moves.NUZZLE, Moves.SHIFT_GEAR, Moves.ICE_HAMMER, Moves.PYRO_BALL ], [Species.WIGLETT]: [ Moves.SHELL_SMASH, Moves.ICICLE_CRASH, Moves.SEED_BOMB, Moves.SURGING_STRIKES ], - [Species.BOMBIRDIER]: [ Moves.U_TURN, Moves.SWORDS_DANCE, Moves.SUCKER_PUNCH, Moves.MIGHTY_CLEAVE ], - [Species.FINIZEN]: [ Moves.ICE_SPINNER, Moves.DRAIN_PUNCH, Moves.RECOVER, Moves.WOOD_HAMMER ], + [Species.BOMBIRDIER]: [ Moves.U_TURN, Moves.TIDY_UP, Moves.SUCKER_PUNCH, Moves.MIGHTY_CLEAVE ], + [Species.FINIZEN]: [ Moves.TRIPLE_AXEL, Moves.DRAIN_PUNCH, Moves.RECOVER, Moves.WOOD_HAMMER ], [Species.VAROOM]: [ Moves.COMBAT_TORQUE, Moves.U_TURN, Moves.BLAZING_TORQUE, Moves.NOXIOUS_TORQUE ], [Species.CYCLIZAR]: [ Moves.BATON_PASS, Moves.BLAZING_TORQUE, Moves.HEAD_CHARGE, Moves.CLANGOROUS_SOUL ], [Species.ORTHWORM]: [ Moves.GLARE, Moves.COIL, Moves.BODY_PRESS, Moves.SHORE_UP ], [Species.GLIMMET]: [ Moves.CALM_MIND, Moves.SHORE_UP, Moves.PARTING_SHOT, Moves.FIERY_DANCE ], - [Species.GREAVARD]: [ Moves.BULK_UP, Moves.AGILITY, Moves.SHORE_UP, Moves.COLLISION_COURSE ], + [Species.GREAVARD]: [ Moves.TIDY_UP, Moves.YAWN, Moves.SHORE_UP, Moves.COLLISION_COURSE ], [Species.FLAMIGO]: [ Moves.THUNDEROUS_KICK, Moves.TRIPLE_AXEL, Moves.U_TURN, Moves.VICTORY_DANCE ], [Species.CETODDLE]: [ Moves.ICICLE_CRASH, Moves.HIGH_HORSEPOWER, Moves.RECOVER, Moves.DRAGON_DANCE ], - [Species.VELUZA]: [ Moves.RECOVER, Moves.FLIP_TURN, Moves.ICE_SPINNER, Moves.PHOTON_GEYSER ], - [Species.DONDOZO]: [ Moves.RECOVER, Moves.ICE_SPINNER, Moves.CURSE, Moves.WOOD_HAMMER ], - [Species.TATSUGIRI]: [ Moves.ICE_BEAM, Moves.BATON_PASS, Moves.SCALD, Moves.CLANGOROUS_SOUL ], - [Species.GREAT_TUSK]: [ Moves.STONE_AXE, Moves.CEASELESS_EDGE, Moves.DRAGON_DANCE, Moves.COLLISION_COURSE ], + [Species.VELUZA]: [ Moves.CEASELESS_EDGE, Moves.FLIP_TURN, Moves.ICE_SPINNER, Moves.PSYBLADE ], + [Species.DONDOZO]: [ Moves.SOFT_BOILED, Moves.ICE_SPINNER, Moves.TOXIC, Moves.SALT_CURE ], + [Species.TATSUGIRI]: [ Moves.ICE_BEAM, Moves.BATON_PASS, Moves.SCALD, Moves.FILLET_AWAY ], + [Species.GREAT_TUSK]: [ Moves.STONE_AXE, Moves.MORNING_SUN, Moves.DRAGON_DANCE, Moves.COLLISION_COURSE ], [Species.SCREAM_TAIL]: [ Moves.COSMIC_POWER, Moves.LUMINA_CRASH, Moves.MOONLIGHT, Moves.SHED_TAIL ], [Species.BRUTE_BONNET]: [ Moves.DARKEST_LARIAT, Moves.STRENGTH_SAP, Moves.EARTHQUAKE, Moves.SAPPY_SEED ], [Species.FLUTTER_MANE]: [ Moves.MOONLIGHT, Moves.FLAMETHROWER, Moves.EARTH_POWER, Moves.ASTRAL_BARRAGE ], - [Species.SLITHER_WING]: [ Moves.KNOCK_OFF, Moves.VICTORY_DANCE, Moves.FIRE_LASH, Moves.FLYING_PRESS ], + [Species.SLITHER_WING]: [ Moves.KNOCK_OFF, Moves.VICTORY_DANCE, Moves.FIRE_LASH, Moves.THUNDEROUS_KICK ], [Species.SANDY_SHOCKS]: [ Moves.SHORE_UP, Moves.ICE_BEAM, Moves.NASTY_PLOT, Moves.THUNDERCLAP ], - [Species.IRON_TREADS]: [ Moves.SUPERCELL_SLAM, Moves.BULK_UP, Moves.SPIKES, Moves.DOUBLE_IRON_BASH ], + [Species.IRON_TREADS]: [ Moves.SUPERCELL_SLAM, Moves.BULK_UP, Moves.SHORE_UP, Moves.DOUBLE_IRON_BASH ], [Species.IRON_BUNDLE]: [ Moves.EARTH_POWER, Moves.BOUNCY_BUBBLE, Moves.NASTY_PLOT, Moves.WATER_SPOUT ], - [Species.IRON_HANDS]: [ Moves.HAMMER_ARM, Moves.CURSE, Moves.PLASMA_FISTS, Moves.RECOVER ], + [Species.IRON_HANDS]: [ Moves.DRAIN_PUNCH, Moves.CURSE, Moves.PLASMA_FISTS, Moves.RECOVER ], [Species.IRON_JUGULIS]: [ Moves.FIERY_WRATH, Moves.ROOST, Moves.NASTY_PLOT, Moves.OBLIVION_WING ], [Species.IRON_MOTH]: [ Moves.EARTH_POWER, Moves.SEARING_SHOT, Moves.QUIVER_DANCE, Moves.MALIGNANT_CHAIN ], [Species.IRON_THORNS]: [ Moves.MIGHTY_CLEAVE, Moves.SHORE_UP, Moves.SHIFT_GEAR, Moves.FUSION_BOLT ], - [Species.FRIGIBAX]: [ Moves.DRAGON_HAMMER, Moves.BULK_UP, Moves.SHORE_UP, Moves.GLACIAL_LANCE ], + [Species.FRIGIBAX]: [ Moves.DRAGON_DARTS, Moves.BULK_UP, Moves.SHORE_UP, Moves.GLACIAL_LANCE ], [Species.GIMMIGHOUL]: [ Moves.COSMIC_POWER, Moves.STORED_POWER, Moves.BATON_PASS, Moves.ASTRAL_BARRAGE ], - [Species.WO_CHIEN]: [ Moves.SPORE, Moves.RAGE_POWDER, Moves.SAPPY_SEED, Moves.JUNGLE_HEALING ], - [Species.CHIEN_PAO]: [ Moves.HEAD_CHARGE, Moves.PARTING_SHOT, Moves.BITTER_BLADE, Moves.GLACIAL_LANCE ], - [Species.TING_LU]: [ Moves.SHORE_UP, Moves.CURSE, Moves.LEECH_SEED, Moves.THOUSAND_ARROWS ], - [Species.CHI_YU]: [ Moves.FIERY_WRATH, Moves.EARTH_POWER, Moves.BURNING_BULWARK, Moves.ERUPTION ], + [Species.WO_CHIEN]: [ Moves.SPORE, Moves.RAGE_POWDER, Moves.SAPPY_SEED, Moves.RECOVER ], + [Species.CHIEN_PAO]: [ Moves.KNOCK_OFF, Moves.PARTING_SHOT, Moves.BITTER_BLADE, Moves.GLACIAL_LANCE ], + [Species.TING_LU]: [ Moves.SHORE_UP, Moves.CURSE, Moves.SAPPY_SEED, Moves.THOUSAND_ARROWS ], + [Species.CHI_YU]: [ Moves.FIERY_WRATH, Moves.HYDRO_STEAM, Moves.TORCH_SONG, Moves.ERUPTION ], [Species.ROARING_MOON]: [ Moves.FIRE_LASH, Moves.DRAGON_HAMMER, Moves.SUCKER_PUNCH, Moves.WICKED_BLOW ], [Species.IRON_VALIANT]: [ Moves.PLASMA_FISTS, Moves.VICTORY_DANCE, Moves.QUIVER_DANCE, Moves.MAGICAL_TORQUE ], - [Species.KORAIDON]: [ Moves.MIGHTY_CLEAVE, Moves.RECOVER, Moves.GLAIVE_RUSH, Moves.CLANGOROUS_SOUL ], + [Species.KORAIDON]: [ Moves.SACRED_FIRE, Moves.RECOVER, Moves.GLAIVE_RUSH, Moves.CLANGOROUS_SOUL ], [Species.MIRAIDON]: [ Moves.ICE_BEAM, Moves.RECOVER, Moves.RISING_VOLTAGE, Moves.DRAGON_ENERGY ], [Species.WALKING_WAKE]: [ Moves.BOUNCY_BUBBLE, Moves.NASTY_PLOT, Moves.EARTH_POWER, Moves.DRAGON_ENERGY ], - [Species.IRON_LEAVES]: [ Moves.SPORE, Moves.BLAZING_TORQUE, Moves.SAPPY_SEED, Moves.PHOTON_GEYSER ], - [Species.POLTCHAGEIST]: [ Moves.COSMIC_POWER, Moves.INFERNAL_PARADE, Moves.LEECH_SEED, Moves.FOLLOW_ME ], + [Species.IRON_LEAVES]: [ Moves.SPORE, Moves.U_TURN, Moves.MIGHTY_CLEAVE, Moves.BITTER_BLADE ], + [Species.POLTCHAGEIST]: [ Moves.COSMIC_POWER, Moves.INFERNAL_PARADE, Moves.LEECH_SEED, Moves.SPARKLY_SWIRL ], [Species.OKIDOGI]: [ Moves.MORNING_SUN, Moves.OBSTRUCT, Moves.DIRE_CLAW, Moves.COLLISION_COURSE ], [Species.MUNKIDORI]: [ Moves.PSYSTRIKE, Moves.HEAT_WAVE, Moves.EARTH_POWER, Moves.MALIGNANT_CHAIN ], [Species.FEZANDIPITI]: [ Moves.BATON_PASS, Moves.COSMIC_POWER, Moves.SIZZLY_SLIDE, Moves.MALIGNANT_CHAIN ], - [Species.OGERPON]: [ Moves.JUNGLE_HEALING, Moves.BONEMERANG, Moves.TRIPLE_AXEL, Moves.GIGATON_HAMMER ], + [Species.OGERPON]: [ Moves.FLOWER_TRICK, Moves.BONEMERANG, Moves.TRIPLE_AXEL, Moves.GIGATON_HAMMER ], [Species.GOUGING_FIRE]: [ Moves.SUPERCELL_SLAM, Moves.BULK_UP, Moves.SACRED_FIRE, Moves.GLAIVE_RUSH ], [Species.RAGING_BOLT]: [ Moves.NASTY_PLOT, Moves.FLAMETHROWER, Moves.RECOVER, Moves.ELECTRO_DRIFT ], - [Species.IRON_BOULDER]: [ Moves.PSYBLADE, Moves.TACHYON_CUTTER, Moves.STONE_AXE, Moves.BITTER_BLADE ], - [Species.IRON_CROWN]: [ Moves.KINGS_SHIELD, Moves.SECRET_SWORD, Moves.PHOTON_GEYSER, Moves.ELECTRO_DRIFT ], + [Species.IRON_BOULDER]: [ Moves.PSYBLADE, Moves.KOWTOW_CLEAVE, Moves.STONE_AXE, Moves.BITTER_BLADE ], + [Species.IRON_CROWN]: [ Moves.NASTY_PLOT, Moves.SECRET_SWORD, Moves.PHOTON_GEYSER, Moves.ELECTRO_DRIFT ], [Species.TERAPAGOS]: [ Moves.EARTH_POWER, Moves.SHORE_UP, Moves.ICE_BEAM, Moves.SHELL_SMASH ], [Species.PECHARUNT]: [ Moves.TOXIC_SPIKES, Moves.BODY_PRESS, Moves.HEX, Moves.BANEFUL_BUNKER ], [Species.ALOLA_RATTATA]: [ Moves.STORM_THROW, Moves.PLAY_ROUGH, Moves.TIDY_UP, Moves.POPULATION_BOMB ], [Species.ALOLA_SANDSHREW]: [ Moves.SPIKY_SHIELD, Moves.AQUA_CUTTER, Moves.SHIFT_GEAR, Moves.GLACIAL_LANCE ], [Species.ALOLA_VULPIX]: [ Moves.MOONBLAST, Moves.AURORA_VEIL, Moves.PARTING_SHOT, Moves.FREEZY_FROST ], - [Species.ALOLA_DIGLETT]: [ Moves.LANDS_WRATH, Moves.SWORDS_DANCE, Moves.TRIPLE_DIVE, Moves.DOUBLE_IRON_BASH ], + [Species.ALOLA_DIGLETT]: [ Moves.THOUSAND_WAVES, Moves.SWORDS_DANCE, Moves.TRIPLE_DIVE, Moves.MOUNTAIN_GALE ], [Species.ALOLA_MEOWTH]: [ Moves.MAKE_IT_RAIN, Moves.BUZZY_BUZZ, Moves.PARTING_SHOT, Moves.BADDY_BAD ], [Species.ALOLA_GEODUDE]: [ Moves.HIGH_HORSEPOWER, Moves.BULK_UP, Moves.STONE_AXE, Moves.EXTREME_SPEED ], [Species.ALOLA_GRIMER]: [ Moves.SUCKER_PUNCH, Moves.DIRE_CLAW, Moves.STRENGTH_SAP, Moves.SURGING_STRIKES ], - [Species.ETERNAL_FLOETTE]: [ Moves.DECORATE, Moves.FORESTS_CURSE, Moves.POLLEN_PUFF, Moves.QUIVER_DANCE ], + [Species.ETERNAL_FLOETTE]: [ Moves.FIERY_DANCE, Moves.GIGA_DRAIN, Moves.POLLEN_PUFF, Moves.QUIVER_DANCE ], [Species.GALAR_MEOWTH]: [ Moves.AQUA_CUTTER, Moves.KNOCK_OFF, Moves.BULLET_PUNCH, Moves.BEHEMOTH_BASH ], [Species.GALAR_PONYTA]: [ Moves.SPIRIT_BREAK, Moves.EXTREME_SPEED, Moves.FLARE_BLITZ, Moves.PHOTON_GEYSER ], - [Species.GALAR_SLOWPOKE]: [ Moves.TRICK_ROOM, Moves.BADDY_BAD, Moves.MOONBLAST, Moves.PHOTON_GEYSER ], + [Species.GALAR_SLOWPOKE]: [ Moves.TRICK_ROOM, Moves.BADDY_BAD, Moves.MOONBLAST, Moves.LUMINA_CRASH ], [Species.GALAR_FARFETCHD]: [ Moves.ROOST, Moves.SACRED_SWORD, Moves.KINGS_SHIELD, Moves.BEHEMOTH_BLADE ], - [Species.GALAR_ARTICUNO]: [ Moves.AURA_SPHERE, Moves.BLEAKWIND_STORM, Moves.ICE_BEAM, Moves.PSYSTRIKE ], + [Species.GALAR_ARTICUNO]: [ Moves.AURA_SPHERE, Moves.OBLIVION_WING, Moves.ICE_BEAM, Moves.PSYSTRIKE ], [Species.GALAR_ZAPDOS]: [ Moves.TIDY_UP, Moves.FLOATY_FALL, Moves.ROOST, Moves.BOLT_BEAK ], - [Species.GALAR_MOLTRES]: [ Moves.CALM_MIND, Moves.SLUDGE_BOMB, Moves.FLAMETHROWER, Moves.OBLIVION_WING ], + [Species.GALAR_MOLTRES]: [ Moves.ROOST, Moves.SLUDGE_BOMB, Moves.FLAMETHROWER, Moves.OBLIVION_WING ], [Species.GALAR_CORSOLA]: [ Moves.TRICK_ROOM, Moves.MOONBLAST, Moves.COSMIC_POWER, Moves.ASTRAL_BARRAGE ], [Species.GALAR_ZIGZAGOON]: [ Moves.CEASELESS_EDGE, Moves.DIRE_CLAW, Moves.PARTING_SHOT, Moves.EXTREME_SPEED ], [Species.GALAR_DARUMAKA]: [ Moves.ICE_SPINNER, Moves.ENDURE, Moves.DRAIN_PUNCH, Moves.V_CREATE ], @@ -567,12 +567,12 @@ export const speciesEggMoves = { [Species.GALAR_STUNFISK]: [ Moves.SPIKY_SHIELD, Moves.TRICK_ROOM, Moves.SHORE_UP, Moves.SALT_CURE ], [Species.HISUI_GROWLITHE]: [ Moves.WOOD_HAMMER, Moves.HEAD_SMASH, Moves.VOLT_TACKLE, Moves.MORNING_SUN ], [Species.HISUI_VOLTORB]: [ Moves.FROST_BREATH, Moves.NASTY_PLOT, Moves.PARABOLIC_CHARGE, Moves.SEED_FLARE ], - [Species.HISUI_QWILFISH]: [ Moves.CEASELESS_EDGE, Moves.KNOCK_OFF, Moves.PARTING_SHOT, Moves.STRENGTH_SAP ], - [Species.HISUI_SNEASEL]: [ Moves.AXE_KICK, Moves.BULLET_PUNCH, Moves.ICE_SPINNER, Moves.VICTORY_DANCE ], + [Species.HISUI_QWILFISH]: [ Moves.CEASELESS_EDGE, Moves.KNOCK_OFF, Moves.STRENGTH_SAP, Moves.FISHIOUS_REND ], + [Species.HISUI_SNEASEL]: [ Moves.THUNDEROUS_KICK, Moves.KNOCK_OFF, Moves.ICE_SPINNER, Moves.VICTORY_DANCE ], [Species.HISUI_ZORUA]: [ Moves.MOONBLAST, Moves.AURA_SPHERE, Moves.PARTING_SHOT, Moves.BLOOD_MOON ], - [Species.PALDEA_TAUROS]: [ Moves.NO_RETREAT, Moves.FLARE_BLITZ, Moves.WAVE_CRASH, Moves.THUNDEROUS_KICK ], - [Species.PALDEA_WOOPER]: [ Moves.RECOVER, Moves.STONE_AXE, Moves.LEECH_SEED, Moves.BANEFUL_BUNKER ], - [Species.BLOODMOON_URSALUNA]: [ Moves.GLARE, Moves.OBSTRUCT, Moves.PARTING_SHOT, Moves.MIND_BLOWN ] + [Species.PALDEA_TAUROS]: [ Moves.NO_RETREAT, Moves.BLAZING_TORQUE, Moves.AQUA_STEP, Moves.THUNDEROUS_KICK ], + [Species.PALDEA_WOOPER]: [ Moves.RECOVER, Moves.STONE_AXE, Moves.BANEFUL_BUNKER, Moves.SAPPY_SEED ], + [Species.BLOODMOON_URSALUNA]: [ Moves.GLARE, Moves.TRICK_ROOM, Moves.PARTING_SHOT, Moves.MIND_BLOWN ] }; function parseEggMoves(content: string): void { diff --git a/src/data/enums/arena-tag-type.ts b/src/data/enums/arena-tag-type.ts index cc08ca4fdcf..8478b6f3f57 100644 --- a/src/data/enums/arena-tag-type.ts +++ b/src/data/enums/arena-tag-type.ts @@ -8,6 +8,7 @@ export enum ArenaTagType { MIST = "MIST", FUTURE_SIGHT = "FUTURE_SIGHT", DOOM_DESIRE = "DOOM_DESIRE", + WISH = "WISH", STEALTH_ROCK = "STEALTH_ROCK", STICKY_WEB = "STICKY_WEB", TRICK_ROOM = "TRICK_ROOM", diff --git a/src/data/move.ts b/src/data/move.ts index c963b951c42..60e07b8f513 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -1009,6 +1009,25 @@ export class StatusEffectAttr extends MoveEffectAttr { } } +export class MultiStatusEffectAttr extends StatusEffectAttr { + public effects: StatusEffect[]; + + constructor(effects: StatusEffect[], selfTarget?: boolean, cureTurn?: integer, overrideStatus?: boolean) { + super(effects[0], selfTarget, cureTurn, overrideStatus); + this.effects = effects; + } + + apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean { + this.effect = Utils.randSeedItem(this.effects); + const result = super.apply(user, target, move, args); + return result; + } + + getTargetBenefitScore(user: Pokemon, target: Pokemon, move: Move): number { + return !(this.selfTarget ? user : target).status && (this.selfTarget ? user : target).canSetStatus(this.effect, true) ? Math.floor(move.chance * -0.1) : 0; + } +} + export class PsychoShiftEffectAttr extends MoveEffectAttr { constructor() { super(false, MoveEffectTrigger.HIT); @@ -1020,7 +1039,7 @@ export class PsychoShiftEffectAttr extends MoveEffectAttr { if (target.status) { return false; } - if (!target.status || (target.status.effect === statusToApply && move.chance < 0)) + if (!target.status || (target.status.effect === statusToApply && move.chance < 0)) { var statusAfflictResult = target.trySetStatus(statusToApply, true); if (statusAfflictResult) { user.scene.queueMessage(getPokemonMessage(user, getStatusEffectHealText(user.status.effect))); @@ -1028,6 +1047,7 @@ export class PsychoShiftEffectAttr extends MoveEffectAttr { user.updateInfo(); } return statusAfflictResult; + } return false; } @@ -1551,6 +1571,8 @@ export class CopyStatsAttr extends MoveEffectAttr { else user.removeTag(BattlerTagType.CRIT_BOOST); + user.updateInfo(); + target.scene.queueMessage(getPokemonMessage(user, 'copied\n') + getPokemonMessage(target, `'s stat changes!`)); return true; @@ -1565,6 +1587,8 @@ export class InvertStatsAttr extends MoveEffectAttr { for (let s = 0; s < target.summonData.battleStats.length; s++) target.summonData.battleStats[s] *= -1; + user.updateInfo(); + target.scene.queueMessage(getPokemonMessage(target, `'s stat changes\nwere all reversed!`)); return true; @@ -1579,6 +1603,8 @@ export class ResetStatsAttr extends MoveEffectAttr { for (let s = 0; s < target.summonData.battleStats.length; s++) target.summonData.battleStats[s] = 0; + user.updateInfo(); + target.scene.queueMessage(getPokemonMessage(target, `'s stat changes\nwere eliminated!`)); return true; @@ -2465,7 +2491,7 @@ export class FrenzyAttr extends MoveEffectAttr { if (!user.getMoveQueue().length) { if (!user.getTag(BattlerTagType.FRENZY)) { - const turnCount = user.randSeedIntRange(2, 3); + const turnCount = user.randSeedIntRange(1, 2); new Array(turnCount).fill(null).map(() => user.getMoveQueue().push({ move: move.id, targets: [ target.getBattlerIndex() ], ignorePP: true })); user.addTag(BattlerTagType.FRENZY, 1, move.id, user.id); } else { @@ -3098,11 +3124,23 @@ export class RandomMovesetMoveAttr extends OverrideMoveEffectAttr { const moveTargets = getMoveTargets(user, move.moveId); if (!moveTargets.targets.length) return false; - const targets = moveTargets.multiple || moveTargets.targets.length === 1 - ? moveTargets.targets - : moveTargets.targets.indexOf(target.getBattlerIndex()) > -1 - ? [ target.getBattlerIndex() ] - : [ moveTargets.targets[user.randSeedInt(moveTargets.targets.length)] ]; + let selectTargets: BattlerIndex[]; + switch (true) { + case (moveTargets.multiple || moveTargets.targets.length === 1): { + selectTargets = moveTargets.targets; + break; + } + case (moveTargets.targets.indexOf(target.getBattlerIndex()) > -1): { + selectTargets = [ target.getBattlerIndex() ]; + break; + } + default: { + moveTargets.targets.splice(moveTargets.targets.indexOf(user.getAlly().getBattlerIndex())); + selectTargets = [ moveTargets.targets[user.randSeedInt(moveTargets.targets.length)] ]; + break; + } + } + const targets = selectTargets; user.getMoveQueue().push({ move: move.moveId, targets: targets, ignorePP: true }); user.scene.unshiftPhase(new MovePhase(user.scene, user, targets, moveset[moveIndex], true)); return true; @@ -4151,9 +4189,7 @@ export function initMoves() { new SelfStatusMove(Moves.CONVERSION, Type.NORMAL, -1, 30, -1, 0, 1) .attr(FirstMoveTypeAttr), new AttackMove(Moves.TRI_ATTACK, Type.NORMAL, MoveCategory.SPECIAL, 80, 100, 10, 20, 0, 1) - .attr(StatusEffectAttr, StatusEffect.PARALYSIS) - .attr(StatusEffectAttr, StatusEffect.BURN) - .attr(StatusEffectAttr, StatusEffect.FREEZE), + .attr(MultiStatusEffectAttr, [StatusEffect.BURN, StatusEffect.FREEZE, StatusEffect.PARALYSIS]), new AttackMove(Moves.SUPER_FANG, Type.NORMAL, MoveCategory.PHYSICAL, -1, 90, 10, -1, 0, 1) .attr(TargetHalfHpDamageAttr), new AttackMove(Moves.SLASH, Type.NORMAL, MoveCategory.PHYSICAL, 70, 100, 20, -1, 0, 1) @@ -4480,7 +4516,7 @@ export function initMoves() { .attr(AbilityCopyAttr), new SelfStatusMove(Moves.WISH, Type.NORMAL, -1, 10, -1, 0, 3) .triageMove() - .unimplemented(), + .attr(AddArenaTagAttr, ArenaTagType.WISH, 2, true), new SelfStatusMove(Moves.ASSIST, Type.NORMAL, -1, 20, -1, 0, 3) .attr(RandomMovesetMoveAttr, true) .ignoresVirtual(), @@ -5502,8 +5538,8 @@ export function initMoves() { new SelfStatusMove(Moves.BANEFUL_BUNKER, Type.POISON, -1, 10, -1, 4, 7) .attr(ProtectAttr, BattlerTagType.BANEFUL_BUNKER), new AttackMove(Moves.SPIRIT_SHACKLE, Type.GHOST, MoveCategory.PHYSICAL, 80, 100, 10, -1, 0, 7) - .makesContact(false) - .partial(), + .attr(AddBattlerTagAttr, BattlerTagType.TRAPPED, false, false, 1) + .makesContact(false), new AttackMove(Moves.DARKEST_LARIAT, Type.DARK, MoveCategory.PHYSICAL, 85, 100, 10, -1, 0, 7) .attr(IgnoreOpponentStatChangesAttr), new AttackMove(Moves.SPARKLING_ARIA, Type.WATER, MoveCategory.SPECIAL, 90, 100, 10, -1, 0, 7) @@ -5576,7 +5612,7 @@ export function initMoves() { .partial(), new AttackMove(Moves.CORE_ENFORCER, Type.DRAGON, MoveCategory.SPECIAL, 100, 100, 10, -1, 0, 7) .target(MoveTarget.ALL_NEAR_ENEMIES) - .unimplemented(), + .partial(), new AttackMove(Moves.TROP_KICK, Type.GRASS, MoveCategory.PHYSICAL, 70, 100, 15, 100, 0, 7) .attr(StatChangeAttr, BattleStat.ATK, -1), new StatusMove(Moves.INSTRUCT, Type.PSYCHIC, -1, 15, -1, 0, 7) @@ -5967,9 +6003,7 @@ export function initMoves() { .soundBased() .partial(), new AttackMove(Moves.DIRE_CLAW, Type.POISON, MoveCategory.PHYSICAL, 80, 100, 15, 50, 0, 8) - .attr(StatusEffectAttr, StatusEffect.POISON) - .attr(StatusEffectAttr, StatusEffect.PARALYSIS) - .attr(StatusEffectAttr, StatusEffect.SLEEP), + .attr(MultiStatusEffectAttr, [StatusEffect.POISON, StatusEffect.PARALYSIS, StatusEffect.SLEEP]), new AttackMove(Moves.PSYSHIELD_BASH, Type.PSYCHIC, MoveCategory.PHYSICAL, 70, 90, 10, 100, 0, 8) .attr(StatChangeAttr, BattleStat.DEF, 1, true), new SelfStatusMove(Moves.POWER_SHIFT, Type.NORMAL, -1, 10, 100, 0, 8) diff --git a/src/data/pokemon-evolutions.ts b/src/data/pokemon-evolutions.ts index 0c1dfe06ca1..0d09277ad47 100644 --- a/src/data/pokemon-evolutions.ts +++ b/src/data/pokemon-evolutions.ts @@ -1421,7 +1421,15 @@ export const pokemonEvolutions: PokemonEvolutions = { new SpeciesFormEvolution(Species.POLTEAGEIST, 'antique', 'antique', 1, EvolutionItem.CHIPPED_POT, null, SpeciesWildEvolutionDelay.LONG) ], [Species.MILCERY]: [ - new SpeciesEvolution(Species.ALCREMIE, 1, EvolutionItem.STRAWBERRY_SWEET, null, SpeciesWildEvolutionDelay.LONG) + new SpeciesFormEvolution(Species.ALCREMIE, '', 'vanilla-cream', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.TOWN || p.scene.arena.biomeType === Biome.PLAINS || p.scene.arena.biomeType === Biome.GRASS || p.scene.arena.biomeType === Biome.TALL_GRASS || p.scene.arena.biomeType === Biome.METROPOLIS), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'ruby-cream', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.BADLANDS || p.scene.arena.biomeType === Biome.VOLCANO || p.scene.arena.biomeType === Biome.GRAVEYARD || p.scene.arena.biomeType === Biome.FACTORY || p.scene.arena.biomeType === Biome.SLUM), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'matcha-cream', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.FOREST || p.scene.arena.biomeType === Biome.SWAMP || p.scene.arena.biomeType === Biome.MEADOW || p.scene.arena.biomeType === Biome.JUNGLE), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'mint-cream', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.SEA || p.scene.arena.biomeType === Biome.BEACH || p.scene.arena.biomeType === Biome.LAKE || p.scene.arena.biomeType === Biome.SEABED), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'lemon-cream', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.DESERT || p.scene.arena.biomeType === Biome.POWER_PLANT || p.scene.arena.biomeType === Biome.DOJO || p.scene.arena.biomeType === Biome.RUINS || p.scene.arena.biomeType === Biome.CONSTRUCTION_SITE), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'salted-cream', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.MOUNTAIN || p.scene.arena.biomeType === Biome.CAVE || p.scene.arena.biomeType === Biome.ICE_CAVE || p.scene.arena.biomeType === Biome.FAIRY_CAVE || p.scene.arena.biomeType === Biome.SNOWY_FOREST), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'ruby-swirl', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.WASTELAND || p.scene.arena.biomeType === Biome.LABORATORY), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'caramel-swirl', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.TEMPLE || p.scene.arena.biomeType === Biome.ISLAND), SpeciesWildEvolutionDelay.LONG), + new SpeciesFormEvolution(Species.ALCREMIE, '', 'rainbow-swirl', 1, EvolutionItem.STRAWBERRY_SWEET, new SpeciesEvolutionCondition(p => p.scene.arena.biomeType === Biome.ABYSS || p.scene.arena.biomeType === Biome.SPACE || p.scene.arena.biomeType === Biome.END), SpeciesWildEvolutionDelay.LONG) ], [Species.DURALUDON]: [ new SpeciesFormEvolution(Species.ARCHALUDON, '', '', 1, EvolutionItem.METAL_ALLOY, null, SpeciesWildEvolutionDelay.VERY_LONG) diff --git a/src/data/pokemon-forms.ts b/src/data/pokemon-forms.ts index e8dbef822d5..87094af2028 100644 --- a/src/data/pokemon-forms.ts +++ b/src/data/pokemon-forms.ts @@ -542,11 +542,21 @@ export const pokemonFormChanges: PokemonFormChanges = { new SpeciesFormChange(Species.MELOETTA, 'pirouette', 'aria', new SpeciesFormChangePostMoveTrigger(Moves.RELIC_SONG), true), new SpeciesFormChange(Species.MELOETTA, 'pirouette', 'aria', new SpeciesFormChangeActiveTrigger(false), true) ], + [Species.GRENINJA]: [ + new SpeciesFormChange(Species.GRENINJA, 'battle-bond', 'ash', new SpeciesFormChangeManualTrigger(), true), + new SpeciesFormChange(Species.GRENINJA, 'ash', 'battle-bond', new SpeciesFormChangeManualTrigger(), true) + ], [Species.AEGISLASH]: [ new SpeciesFormChange(Species.AEGISLASH, 'blade', 'shield', new SpeciesFormChangePreMoveTrigger(Moves.KINGS_SHIELD), true, new SpeciesFormChangeCondition(p => p.hasAbility(Abilities.STANCE_CHANGE))), new SpeciesFormChange(Species.AEGISLASH, 'shield', 'blade', new SpeciesFormChangePreMoveTrigger(m => allMoves[m].category !== MoveCategory.STATUS), true, new SpeciesFormChangeCondition(p => p.hasAbility(Abilities.STANCE_CHANGE))), new SpeciesFormChange(Species.AEGISLASH, 'blade', 'shield', new SpeciesFormChangeActiveTrigger(false), true) ], + [Species.ZYGARDE]: [ + new SpeciesFormChange(Species.ZYGARDE, '50-pc', 'complete', new SpeciesFormChangeManualTrigger(), true), + new SpeciesFormChange(Species.ZYGARDE, 'complete', '50-pc', new SpeciesFormChangeManualTrigger(), true), + new SpeciesFormChange(Species.ZYGARDE, '10-pc', 'complete', new SpeciesFormChangeManualTrigger(), true), + new SpeciesFormChange(Species.ZYGARDE, 'complete', '10-pc', new SpeciesFormChangeManualTrigger(), true) + ], [Species.DIANCIE]: [ new SpeciesFormChange(Species.DIANCIE, '', SpeciesFormKey.MEGA, new SpeciesFormChangeItemTrigger(FormChangeItem.DIANCITE)) ], @@ -630,7 +640,15 @@ export const pokemonFormChanges: PokemonFormChanges = { new SpeciesFormChange(Species.GRIMMSNARL, '', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)) ], [Species.ALCREMIE]: [ - new SpeciesFormChange(Species.ALCREMIE, 'vanilla-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)) + new SpeciesFormChange(Species.ALCREMIE, 'vanilla-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'ruby-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'matcha-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'mint-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'lemon-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'salted-cream', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'ruby-swirl', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'caramel-swirl', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)), + new SpeciesFormChange(Species.ALCREMIE, 'rainbow-swirl', SpeciesFormKey.GIGANTAMAX, new SpeciesFormChangeItemTrigger(FormChangeItem.MAX_MUSHROOMS)) ], [Species.MORPEKO]: [ new SpeciesFormChange(Species.MORPEKO, 'full-belly', 'hangry', new SpeciesFormChangeManualTrigger(), true), diff --git a/src/data/pokemon-level-moves.ts b/src/data/pokemon-level-moves.ts index 5788c9c61c8..07691b01eff 100644 --- a/src/data/pokemon-level-moves.ts +++ b/src/data/pokemon-level-moves.ts @@ -396,9 +396,10 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 36, Moves.THUNDERBOLT ], [ 40, Moves.LIGHT_SCREEN ], [ 44, Moves.THUNDER ], + [ 48, Moves.PIKA_PAPOW ], ], [Species.RAICHU]: [ - [ 0, Moves.THUNDER_PUNCH ], + [ 0, Moves.ZIPPY_ZAP ], [ 1, Moves.TAIL_WHIP ], [ 1, Moves.GROWL ], [ 1, Moves.THUNDER_SHOCK ], @@ -418,7 +419,9 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.ELECTRO_BALL ], [ 1, Moves.PLAY_NICE ], [ 1, Moves.NUZZLE ], + [ 1, Moves.THUNDER_PUNCH ], [ 5, Moves.THUNDERBOLT ], + [ 50, Moves.PIKA_PAPOW ], ], [Species.SANDSHREW]: [ [ 1, Moves.SCRATCH ], @@ -2231,9 +2234,10 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 45, Moves.CHARM ], [ 50, Moves.DOUBLE_EDGE ], [ 55, Moves.LAST_RESORT ], + [ 60, Moves.VEEVEE_VOLLEY ], ], [Species.VAPOREON]: [ - [ 0, Moves.WATER_GUN ], + [ 0, Moves.BOUNCY_BUBBLE ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -2247,19 +2251,20 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.HAZE ], - [ 25, Moves.WATER_PULSE ], - [ 30, Moves.AURORA_BEAM ], - [ 35, Moves.AQUA_RING ], - [ 40, Moves.MUDDY_WATER ], - [ 45, Moves.ACID_ARMOR ], - [ 50, Moves.HYDRO_PUMP ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.WATER_GUN ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.HAZE ], + [ 30, Moves.WATER_PULSE ], + [ 35, Moves.AURORA_BEAM ], + [ 40, Moves.AQUA_RING ], + [ 45, Moves.MUDDY_WATER ], + [ 50, Moves.ACID_ARMOR ], + [ 55, Moves.HYDRO_PUMP ], + [ 60, Moves.LAST_RESORT ], ], [Species.JOLTEON]: [ - [ 0, Moves.THUNDER_SHOCK ], + [ 0, Moves.BUZZY_BUZZ ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -2273,19 +2278,20 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.THUNDER_WAVE ], - [ 25, Moves.DOUBLE_KICK ], - [ 30, Moves.THUNDER_FANG ], - [ 35, Moves.PIN_MISSILE ], - [ 40, Moves.DISCHARGE ], - [ 45, Moves.AGILITY ], - [ 50, Moves.THUNDER ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.THUNDER_SHOCK ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.THUNDER_WAVE ], + [ 30, Moves.DOUBLE_KICK ], + [ 35, Moves.THUNDER_FANG ], + [ 40, Moves.PIN_MISSILE ], + [ 45, Moves.DISCHARGE ], + [ 50, Moves.AGILITY ], + [ 55, Moves.THUNDER ], + [ 60, Moves.LAST_RESORT ], ], [Species.FLAREON]: [ - [ 0, Moves.EMBER ], + [ 0, Moves.SIZZLY_SLIDE ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -2298,16 +2304,17 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.SMOG ], - [ 25, Moves.BITE ], - [ 30, Moves.FIRE_FANG ], - [ 35, Moves.FIRE_SPIN ], - [ 40, Moves.LAVA_PLUME ], - [ 45, Moves.SCARY_FACE ], - [ 50, Moves.FLARE_BLITZ ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.EMBER ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.SMOG ], + [ 30, Moves.BITE ], + [ 35, Moves.FIRE_FANG ], + [ 40, Moves.FIRE_SPIN ], + [ 45, Moves.LAVA_PLUME ], + [ 50, Moves.SCARY_FACE ], + [ 55, Moves.FLARE_BLITZ ], + [ 60, Moves.LAST_RESORT ], ], [Species.PORYGON]: [ [ 1, Moves.TACKLE ], @@ -3325,7 +3332,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 52, Moves.EARTHQUAKE ], ], [Species.ESPEON]: [ - [ 0, Moves.CONFUSION ], + [ 0, Moves.GLITZY_GLOW ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -3338,19 +3345,20 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.SWIFT ], - [ 25, Moves.PSYBEAM ], - [ 30, Moves.MORNING_SUN ], - [ 35, Moves.POWER_SWAP ], - [ 40, Moves.PSYCHIC ], - [ 45, Moves.PSYCH_UP ], - [ 50, Moves.FUTURE_SIGHT ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.CONFUSION ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.SWIFT ], + [ 30, Moves.PSYBEAM ], + [ 35, Moves.MORNING_SUN ], + [ 40, Moves.POWER_SWAP ], + [ 45, Moves.PSYCHIC ], + [ 50, Moves.PSYCH_UP ], + [ 55, Moves.FUTURE_SIGHT ], + [ 60, Moves.LAST_RESORT ], ], [Species.UMBREON]: [ - [ 0, Moves.SNARL ], + [ 0, Moves.BADDY_BAD ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -3364,16 +3372,17 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.CONFUSE_RAY ], - [ 25, Moves.ASSURANCE ], - [ 30, Moves.MOONLIGHT ], - [ 35, Moves.GUARD_SWAP ], - [ 40, Moves.DARK_PULSE ], - [ 45, Moves.SCREECH ], - [ 50, Moves.MEAN_LOOK ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.SNARL ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.CONFUSE_RAY ], + [ 30, Moves.ASSURANCE ], + [ 35, Moves.MOONLIGHT ], + [ 40, Moves.GUARD_SWAP ], + [ 45, Moves.DARK_PULSE ], + [ 50, Moves.SCREECH ], + [ 55, Moves.MEAN_LOOK ], + [ 60, Moves.LAST_RESORT ], ], [Species.MURKROW]: [ [ 1, Moves.PECK ], @@ -5586,7 +5595,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [Species.SPINDA]: [ [ 1, Moves.TACKLE ], [ 5, Moves.COPYCAT ], - [ 10, Moves.TEETER_DANCE ], + [ 10, Moves.DIZZY_PUNCH ], [ 14, Moves.PSYBEAM ], [ 19, Moves.HYPNOSIS ], [ 23, Moves.BODY_SLAM ], @@ -7932,7 +7941,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 49, Moves.U_TURN ], ], [Species.LEAFEON]: [ - [ 0, Moves.RAZOR_LEAF ], + [ 0, Moves.SAPPY_SEED ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -7946,19 +7955,20 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.LEECH_SEED ], - [ 25, Moves.MAGICAL_LEAF ], - [ 30, Moves.SYNTHESIS ], - [ 35, Moves.SUNNY_DAY ], - [ 40, Moves.GIGA_DRAIN ], - [ 45, Moves.SWORDS_DANCE ], - [ 50, Moves.LEAF_BLADE ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.RAZOR_LEAF ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.LEECH_SEED ], + [ 30, Moves.MAGICAL_LEAF ], + [ 35, Moves.SYNTHESIS ], + [ 40, Moves.SUNNY_DAY ], + [ 45, Moves.GIGA_DRAIN ], + [ 50, Moves.SWORDS_DANCE ], + [ 55, Moves.LEAF_BLADE ], + [ 60, Moves.LAST_RESORT ], ], [Species.GLACEON]: [ - [ 0, Moves.ICY_WIND ], + [ 0, Moves.FREEZY_FROST ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -7971,16 +7981,17 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.ICE_SHARD ], - [ 25, Moves.BITE ], - [ 30, Moves.ICE_FANG ], - [ 35, Moves.SNOWSCAPE ], - [ 40, Moves.FREEZE_DRY ], - [ 45, Moves.MIRROR_COAT ], - [ 50, Moves.BLIZZARD ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.ICY_WIND ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.ICE_SHARD ], + [ 30, Moves.BITE ], + [ 35, Moves.ICE_FANG ], + [ 40, Moves.SNOWSCAPE ], + [ 45, Moves.FREEZE_DRY ], + [ 50, Moves.MIRROR_COAT ], + [ 55, Moves.BLIZZARD ], + [ 60, Moves.LAST_RESORT ], ], [Species.GLISCOR]: [ [ 1, Moves.SAND_ATTACK ], @@ -11822,7 +11833,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 66, Moves.HYPER_BEAM ], ], [Species.SYLVEON]: [ - [ 0, Moves.DISARMING_VOICE ], + [ 0, Moves.SPARKLY_SWIRL ], [ 1, Moves.TACKLE ], [ 1, Moves.TAKE_DOWN ], [ 1, Moves.DOUBLE_EDGE ], @@ -11835,16 +11846,17 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.COVET ], [ 1, Moves.COPYCAT ], [ 5, Moves.SAND_ATTACK ], - [ 10, Moves.QUICK_ATTACK ], - [ 15, Moves.BABY_DOLL_EYES ], - [ 20, Moves.SWIFT ], - [ 25, Moves.LIGHT_SCREEN ], - [ 30, Moves.DRAINING_KISS ], - [ 35, Moves.MISTY_TERRAIN ], - [ 40, Moves.SKILL_SWAP ], - [ 45, Moves.PSYCH_UP ], - [ 50, Moves.MOONBLAST ], - [ 55, Moves.LAST_RESORT ], + [ 10, Moves.DISARMING_VOICE ], + [ 15, Moves.QUICK_ATTACK ], + [ 20, Moves.BABY_DOLL_EYES ], + [ 25, Moves.SWIFT ], + [ 30, Moves.LIGHT_SCREEN ], + [ 35, Moves.DRAINING_KISS ], + [ 40, Moves.MISTY_TERRAIN ], + [ 45, Moves.SKILL_SWAP ], + [ 50, Moves.PSYCH_UP ], + [ 55, Moves.MOONBLAST ], + [ 60, Moves.LAST_RESORT ], ], [Species.HAWLUCHA]: [ [ 1, Moves.TACKLE ], @@ -17237,6 +17249,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { ], [Species.ALOLA_RAICHU]: [ [ 0, Moves.PSYCHIC ], + [ 0, Moves.ZIPPY_ZAP ], [ 1, Moves.TAIL_WHIP ], [ 1, Moves.GROWL ], [ 1, Moves.THUNDER_SHOCK ], @@ -17257,6 +17270,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = { [ 1, Moves.PLAY_NICE ], [ 1, Moves.NUZZLE ], [ 5, Moves.THUNDERBOLT ], + [ 50, Moves.PIKA_PAPOW ], ], [Species.ALOLA_SANDSHREW]: [ [ 1, Moves.SCRATCH ], diff --git a/src/data/pokemon-species.ts b/src/data/pokemon-species.ts index ceeca373b97..4136be5b70f 100644 --- a/src/data/pokemon-species.ts +++ b/src/data/pokemon-species.ts @@ -1710,17 +1710,17 @@ export function initSpecies() { new PokemonSpecies(Species.VIRIZION, 5, true, false, false, "Grassland Pokémon", Type.GRASS, Type.FIGHTING, 2, 200, Abilities.JUSTIFIED, Abilities.NONE, Abilities.NONE, 580, 91, 90, 72, 90, 129, 108, 3, 35, 290, GrowthRate.SLOW, null, false), new PokemonSpecies(Species.TORNADUS, 5, true, false, false, "Cyclone Pokémon", Type.FLYING, null, 1.5, 63, Abilities.PRANKSTER, Abilities.NONE, Abilities.DEFIANT, 580, 79, 115, 70, 125, 80, 111, 3, 90, 290, GrowthRate.SLOW, 100, false, true, new PokemonForm("Incarnate Forme", "incarnate", Type.FLYING, null, 1.5, 63, Abilities.PRANKSTER, Abilities.NONE, Abilities.DEFIANT, 580, 79, 115, 70, 125, 80, 111, 3, 90, 290), - new PokemonForm("Therian Forme", "therian", Type.FLYING, null, 1.4, 63, Abilities.REGENERATOR, Abilities.NONE, Abilities.NONE, 580, 79, 100, 80, 110, 90, 121, 3, 90, 290), + new PokemonForm("Therian Forme", "therian", Type.FLYING, null, 1.4, 63, Abilities.REGENERATOR, Abilities.NONE, Abilities.REGENERATOR, 580, 79, 100, 80, 110, 90, 121, 3, 90, 290), ), new PokemonSpecies(Species.THUNDURUS, 5, true, false, false, "Bolt Strike Pokémon", Type.ELECTRIC, Type.FLYING, 1.5, 61, Abilities.PRANKSTER, Abilities.NONE, Abilities.DEFIANT, 580, 79, 115, 70, 125, 80, 111, 3, 90, 290, GrowthRate.SLOW, 100, false, true, new PokemonForm("Incarnate Forme", "incarnate", Type.ELECTRIC, Type.FLYING, 1.5, 61, Abilities.PRANKSTER, Abilities.NONE, Abilities.DEFIANT, 580, 79, 115, 70, 125, 80, 111, 3, 90, 290), - new PokemonForm("Therian Forme", "therian", Type.ELECTRIC, Type.FLYING, 3, 61, Abilities.VOLT_ABSORB, Abilities.NONE, Abilities.NONE, 580, 79, 105, 70, 145, 80, 101, 3, 90, 290), + new PokemonForm("Therian Forme", "therian", Type.ELECTRIC, Type.FLYING, 3, 61, Abilities.VOLT_ABSORB, Abilities.NONE, Abilities.VOLT_ABSORB, 580, 79, 105, 70, 145, 80, 101, 3, 90, 290), ), new PokemonSpecies(Species.RESHIRAM, 5, false, true, false, "Vast White Pokémon", Type.DRAGON, Type.FIRE, 3.2, 330, Abilities.TURBOBLAZE, Abilities.NONE, Abilities.NONE, 680, 100, 120, 100, 150, 120, 90, 3, 0, 340, GrowthRate.SLOW, null, false), new PokemonSpecies(Species.ZEKROM, 5, false, true, false, "Deep Black Pokémon", Type.DRAGON, Type.ELECTRIC, 2.9, 345, Abilities.TERAVOLT, Abilities.NONE, Abilities.NONE, 680, 100, 150, 120, 120, 100, 90, 3, 0, 340, GrowthRate.SLOW, null, false), new PokemonSpecies(Species.LANDORUS, 5, true, false, false, "Abundance Pokémon", Type.GROUND, Type.FLYING, 1.5, 68, Abilities.SAND_FORCE, Abilities.NONE, Abilities.SHEER_FORCE, 600, 89, 125, 90, 115, 80, 101, 3, 90, 300, GrowthRate.SLOW, 100, false, true, new PokemonForm("Incarnate Forme", "incarnate", Type.GROUND, Type.FLYING, 1.5, 68, Abilities.SAND_FORCE, Abilities.NONE, Abilities.SHEER_FORCE, 600, 89, 125, 90, 115, 80, 101, 3, 90, 300), - new PokemonForm("Therian Forme", "therian", Type.GROUND, Type.FLYING, 1.3, 68, Abilities.INTIMIDATE, Abilities.NONE, Abilities.NONE, 600, 89, 145, 90, 105, 80, 91, 3, 90, 300), + new PokemonForm("Therian Forme", "therian", Type.GROUND, Type.FLYING, 1.3, 68, Abilities.INTIMIDATE, Abilities.NONE, Abilities.INTIMIDATE, 600, 89, 145, 90, 105, 80, 91, 3, 90, 300), ), new PokemonSpecies(Species.KYUREM, 5, false, true, false, "Boundary Pokémon", Type.DRAGON, Type.ICE, 3, 325, Abilities.PRESSURE, Abilities.NONE, Abilities.NONE, 660, 125, 130, 90, 130, 90, 95, 3, 0, 330, GrowthRate.SLOW, null, false, true, new PokemonForm("Normal", "", Type.DRAGON, Type.ICE, 3, 325, Abilities.PRESSURE, Abilities.NONE, Abilities.NONE, 660, 125, 130, 90, 130, 90, 95, 3, 0, 330), @@ -1748,12 +1748,18 @@ export function initSpecies() { new PokemonSpecies(Species.FENNEKIN, 6, false, false, false, "Fox Pokémon", Type.FIRE, null, 0.4, 9.4, Abilities.BLAZE, Abilities.NONE, Abilities.MAGICIAN, 307, 40, 45, 40, 62, 60, 60, 45, 70, 61, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.BRAIXEN, 6, false, false, false, "Fox Pokémon", Type.FIRE, null, 1, 14.5, Abilities.BLAZE, Abilities.NONE, Abilities.MAGICIAN, 409, 59, 59, 58, 90, 70, 73, 45, 70, 143, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.DELPHOX, 6, false, false, false, "Fox Pokémon", Type.FIRE, Type.PSYCHIC, 1.5, 39, Abilities.BLAZE, Abilities.NONE, Abilities.MAGICIAN, 534, 75, 69, 72, 114, 100, 104, 45, 70, 240, GrowthRate.MEDIUM_SLOW, 87.5, false), - new PokemonSpecies(Species.FROAKIE, 6, false, false, false, "Bubble Frog Pokémon", Type.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, GrowthRate.MEDIUM_SLOW, 87.5, false), - new PokemonSpecies(Species.FROGADIER, 6, false, false, false, "Bubble Frog Pokémon", Type.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, GrowthRate.MEDIUM_SLOW, 87.5, false), + new PokemonSpecies(Species.FROAKIE, 6, false, false, false, "Bubble Frog Pokémon", Type.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, GrowthRate.MEDIUM_SLOW, 87.5, false, false, + new PokemonForm("Normal", "", Type.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63), + new PokemonForm("Battle Bond", "battle-bond", Type.WATER, null, 0.3, 7, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 314, 41, 56, 40, 62, 44, 71, 45, 70, 63, false, ""), + ), + new PokemonSpecies(Species.FROGADIER, 6, false, false, false, "Bubble Frog Pokémon", Type.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, GrowthRate.MEDIUM_SLOW, 87.5, false, false, + new PokemonForm("Normal", "", Type.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142), + new PokemonForm("Battle Bond", "battle-bond", Type.WATER, null, 0.6, 10.9, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 405, 54, 63, 52, 83, 56, 97, 45, 70, 142, false, ""), + ), new PokemonSpecies(Species.GRENINJA, 6, false, false, false, "Ninja Pokémon", Type.WATER, Type.DARK, 1.5, 40, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 530, 72, 95, 67, 103, 71, 122, 45, 70, 239, GrowthRate.MEDIUM_SLOW, 87.5, false, false, new PokemonForm("Normal", "", Type.WATER, Type.DARK, 1.5, 40, Abilities.TORRENT, Abilities.NONE, Abilities.PROTEAN, 530, 72, 95, 67, 103, 71, 122, 45, 70, 239), - new PokemonForm("Battle Bond", "battle-bond", Type.WATER, Type.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.NONE, 530, 72, 95, 67, 103, 71, 122, 45, 70, 239, false, ""), - new PokemonForm("Ash", "ash", Type.WATER, Type.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.NONE, 640, 72, 145, 67, 153, 71, 132, 45, 70, 239), + new PokemonForm("Battle Bond", "battle-bond", Type.WATER, Type.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.BATTLE_BOND, 530, 72, 95, 67, 103, 71, 122, 45, 70, 239, false, ""), + new PokemonForm("Ash", "ash", Type.WATER, Type.DARK, 1.5, 40, Abilities.BATTLE_BOND, Abilities.NONE, Abilities.BATTLE_BOND, 640, 72, 145, 67, 153, 71, 132, 45, 70, 239), ), new PokemonSpecies(Species.BUNNELBY, 6, false, false, false, "Digging Pokémon", Type.NORMAL, null, 0.4, 5, Abilities.PICKUP, Abilities.CHEEK_POUCH, Abilities.HUGE_POWER, 237, 38, 36, 38, 32, 36, 57, 255, 50, 47, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.DIGGERSBY, 6, false, false, false, "Digging Pokémon", Type.NORMAL, Type.GROUND, 1, 42.4, Abilities.PICKUP, Abilities.CHEEK_POUCH, Abilities.HUGE_POWER, 423, 85, 56, 77, 50, 77, 78, 127, 50, 148, GrowthRate.MEDIUM_FAST, 50, false), @@ -1855,15 +1861,15 @@ export function initSpecies() { new PokemonSpecies(Species.PANGORO, 6, false, false, false, "Daunting Pokémon", Type.FIGHTING, Type.DARK, 2.1, 136, Abilities.IRON_FIST, Abilities.MOLD_BREAKER, Abilities.SCRAPPY, 495, 95, 124, 78, 69, 71, 58, 65, 50, 173, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.FURFROU, 6, false, false, false, "Poodle Pokémon", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, GrowthRate.MEDIUM_FAST, 50, false, true, new PokemonForm("Natural Form", "", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165), - new PokemonForm("Heart Trim", "heart", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Star Trim", "star", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Diamond Trim", "diamond", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Debutante Trim", "debutante", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Matron Trim", "matron", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Dandy Trim", "dandy", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("La Reine Trim", "la-reine", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Kabuki Trim", "kabuki", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), - new PokemonForm("Pharaoh Trim", "pharaoh", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false, ""), + new PokemonForm("Heart Trim", "heart", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Star Trim", "star", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Diamond Trim", "diamond", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Debutante Trim", "debutante", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Matron Trim", "matron", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Dandy Trim", "dandy", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("La Reine Trim", "la-reine", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Kabuki Trim", "kabuki", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), + new PokemonForm("Pharaoh Trim", "pharaoh", Type.NORMAL, null, 1.2, 28, Abilities.FUR_COAT, Abilities.NONE, Abilities.NONE, 472, 75, 80, 60, 65, 90, 102, 160, 70, 165, false), ), new PokemonSpecies(Species.ESPURR, 6, false, false, false, "Restraint Pokémon", Type.PSYCHIC, null, 0.3, 3.5, Abilities.KEEN_EYE, Abilities.INFILTRATOR, Abilities.OWN_TEMPO, 355, 62, 48, 54, 63, 60, 68, 190, 50, 71, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.MEOWSTIC, 6, false, false, false, "Constraint Pokémon", Type.PSYCHIC, null, 0.6, 8.5, Abilities.KEEN_EYE, Abilities.INFILTRATOR, Abilities.PRANKSTER, 466, 74, 48, 76, 83, 81, 104, 75, 50, 163, GrowthRate.MEDIUM_FAST, 50, false, false, @@ -1970,12 +1976,12 @@ export function initSpecies() { new PokemonSpecies(Species.RIBOMBEE, 7, false, false, false, "Bee Fly Pokémon", Type.BUG, Type.FAIRY, 0.2, 0.5, Abilities.HONEY_GATHER, Abilities.SHIELD_DUST, Abilities.SWEET_VEIL, 464, 60, 55, 60, 95, 70, 124, 75, 50, 162, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.ROCKRUFF, 7, false, false, false, "Puppy Pokémon", Type.ROCK, null, 0.5, 9.2, Abilities.KEEN_EYE, Abilities.VITAL_SPIRIT, Abilities.STEADFAST, 280, 45, 65, 40, 30, 40, 60, 190, 50, 56, GrowthRate.MEDIUM_FAST, 50, false, false, new PokemonForm("Normal", "", Type.ROCK, null, 0.5, 9.2, Abilities.KEEN_EYE, Abilities.VITAL_SPIRIT, Abilities.STEADFAST, 280, 45, 65, 40, 30, 40, 60, 190, 50, 56), - new PokemonForm("Own Tempo", "own-tempo", Type.ROCK, null, 0.5, 9.2, Abilities.OWN_TEMPO, Abilities.NONE, Abilities.NONE, 280, 45, 65, 40, 30, 40, 60, 190, 50, 56, false, ""), + new PokemonForm("Own Tempo", "own-tempo", Type.ROCK, null, 0.5, 9.2, Abilities.OWN_TEMPO, Abilities.NONE, Abilities.OWN_TEMPO, 280, 45, 65, 40, 30, 40, 60, 190, 50, 56, false, ""), ), new PokemonSpecies(Species.LYCANROC, 7, false, false, false, "Wolf Pokémon", Type.ROCK, null, 0.8, 25, Abilities.KEEN_EYE, Abilities.SAND_RUSH, Abilities.STEADFAST, 487, 75, 115, 65, 55, 65, 112, 90, 50, 170, GrowthRate.MEDIUM_FAST, 50, false, false, new PokemonForm("Midday Form", "midday", Type.ROCK, null, 0.8, 25, Abilities.KEEN_EYE, Abilities.SAND_RUSH, Abilities.STEADFAST, 487, 75, 115, 65, 55, 65, 112, 90, 50, 170, false, ""), new PokemonForm("Midnight Form", "midnight", Type.ROCK, null, 1.1, 25, Abilities.KEEN_EYE, Abilities.VITAL_SPIRIT, Abilities.NO_GUARD, 487, 85, 115, 75, 55, 75, 82, 90, 50, 170), - new PokemonForm("Dusk Form", "dusk", Type.ROCK, null, 0.8, 25, Abilities.TOUGH_CLAWS, Abilities.NONE, Abilities.NONE, 487, 75, 117, 65, 55, 65, 110, 90, 50, 170), + new PokemonForm("Dusk Form", "dusk", Type.ROCK, null, 0.8, 25, Abilities.TOUGH_CLAWS, Abilities.TOUGH_CLAWS, Abilities.TOUGH_CLAWS, 487, 75, 117, 65, 55, 65, 110, 90, 50, 170), ), new PokemonSpecies(Species.WISHIWASHI, 7, false, false, false, "Small Fry Pokémon", Type.WATER, null, 0.2, 0.3, Abilities.SCHOOLING, Abilities.NONE, Abilities.NONE, 175, 45, 20, 20, 25, 25, 40, 60, 50, 61, GrowthRate.FAST, 50, false, false, new PokemonForm("Solo Form", "", Type.WATER, null, 0.2, 0.3, Abilities.SCHOOLING, Abilities.NONE, Abilities.NONE, 175, 45, 20, 20, 25, 25, 40, 60, 50, 61), @@ -2209,14 +2215,14 @@ export function initSpecies() { new PokemonSpecies(Species.MILCERY, 8, false, false, false, "Cream Pokémon", Type.FAIRY, null, 0.2, 0.3, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 270, 45, 40, 40, 50, 61, 34, 200, 50, 54, GrowthRate.MEDIUM_FAST, 0, false), new PokemonSpecies(Species.ALCREMIE, 8, false, false, false, "Cream Pokémon", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, GrowthRate.MEDIUM_FAST, 0, false, true, new PokemonForm("Vanilla Cream", "vanilla-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Ruby Cream", "ruby-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Matcha Cream", "matcha-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Mint Cream", "mint-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Lemon Cream", "lemon-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Salted Cream", "salted-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Ruby Swirl", "ruby-swirl", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Caramel Swirl", "caramel-swirl", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), - new PokemonForm("Rainbow Swirl", "rainbow-swirl", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false, ""), + new PokemonForm("Ruby Cream", "ruby-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Matcha Cream", "matcha-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Mint Cream", "mint-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Lemon Cream", "lemon-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Salted Cream", "salted-cream", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Ruby Swirl", "ruby-swirl", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Caramel Swirl", "caramel-swirl", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), + new PokemonForm("Rainbow Swirl", "rainbow-swirl", Type.FAIRY, null, 0.3, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 495, 65, 60, 75, 110, 121, 64, 100, 50, 173, false), new PokemonForm("G-Max", SpeciesFormKey.GIGANTAMAX, Type.FAIRY, null, 30, 0.5, Abilities.SWEET_VEIL, Abilities.NONE, Abilities.AROMA_VEIL, 595, 80, 70, 85, 140, 150, 65, 100, 50, 173), ), new PokemonSpecies(Species.FALINKS, 8, false, false, false, "Formation Pokémon", Type.FIGHTING, null, 3, 62, Abilities.BATTLE_ARMOR, Abilities.NONE, Abilities.DEFIANT, 470, 65, 100, 100, 70, 60, 75, 45, 50, 165, GrowthRate.MEDIUM_FAST, null, false), @@ -2295,7 +2301,7 @@ export function initSpecies() { new PokemonSpecies(Species.OVERQWIL, 8, false, false, false, "Pin Cluster Pokémon", Type.DARK, Type.POISON, 2.5, 60.5, Abilities.POISON_POINT, Abilities.SWIFT_SWIM, Abilities.INTIMIDATE, 510, 85, 115, 95, 65, 65, 85, 135, 50, 179, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.ENAMORUS, 8, true, false, false, "Love-Hate Pokémon", Type.FAIRY, Type.FLYING, 1.6, 48, Abilities.CUTE_CHARM, Abilities.NONE, Abilities.CONTRARY, 580, 74, 115, 70, 135, 80, 106, 3, 50, 116, GrowthRate.SLOW, 0, false, true, new PokemonForm("Incarnate Forme", "incarnate", Type.FAIRY, Type.FLYING, 1.6, 48, Abilities.CUTE_CHARM, Abilities.NONE, Abilities.CONTRARY, 580, 74, 115, 70, 135, 80, 106, 3, 50, 116), - new PokemonForm("Therian Forme", "therian", Type.FAIRY, Type.FLYING, 1.6, 48, Abilities.OVERCOAT, Abilities.NONE, Abilities.NONE, 580, 74, 115, 110, 135, 100, 46, 3, 50, 116), + new PokemonForm("Therian Forme", "therian", Type.FAIRY, Type.FLYING, 1.6, 48, Abilities.OVERCOAT, Abilities.NONE, Abilities.OVERCOAT, 580, 74, 115, 110, 135, 100, 46, 3, 50, 116), ), new PokemonSpecies(Species.SPRIGATITO, 9, false, false, false, "Grass Cat Pokémon", Type.GRASS, null, 0.4, 4.1, Abilities.OVERGROW, Abilities.NONE, Abilities.PROTEAN, 310, 40, 61, 54, 45, 45, 65, 45, 50, 62, GrowthRate.MEDIUM_SLOW, 87.5, false), new PokemonSpecies(Species.FLORAGATO, 9, false, false, false, "Grass Cat Pokémon", Type.GRASS, null, 0.9, 12.2, Abilities.OVERGROW, Abilities.NONE, Abilities.PROTEAN, 410, 61, 80, 63, 60, 63, 83, 45, 50, 144, GrowthRate.MEDIUM_SLOW, 87.5, false), diff --git a/src/data/splash-messages.ts b/src/data/splash-messages.ts index 11629cf05d7..198ff07cec9 100644 --- a/src/data/splash-messages.ts +++ b/src/data/splash-messages.ts @@ -33,6 +33,5 @@ splashMessages.push(...[ 'Also Try Emerald Rogue!', 'Also Try Radical Red!', 'Eevee Expo!', - 'YNOproject!', - 'Shh, don\'t tell Sam!' + 'YNOproject!' ]); \ No newline at end of file diff --git a/src/data/trainer-names.ts b/src/data/trainer-names.ts index a1c83af0779..348976eae92 100644 --- a/src/data/trainer-names.ts +++ b/src/data/trainer-names.ts @@ -97,7 +97,7 @@ export const trainerNamePools = { [TrainerType.MAID]: ["Belinda","Sophie","Emily","Elena","Clare","Alica","Tanya","Tammy"], [TrainerType.MUSICIAN]: ["Boris","Preston","Charles","Clyde","Vincent","Dalton","Kirk","Shawn","Fabian","Fernando","Joseph","Marcos","Arturo","Jerry","Lonnie","Tony"], [TrainerType.NURSERY_AIDE]: ["Autumn","Briana","Leah","Miho","Ethel","Hollie","Ilse","June","Kimya","Rosalyn"], - [TrainerType.OFFICER]: ["Dirk","Keith","Alex","Bobby","Caleb","Danny","Dylan","Thomas","Daniel","Jeff","Braven","Dell","Neagle","Haruki","Mitchell","Sheriff","Raymond"], + [TrainerType.OFFICER]: ["Dirk","Keith","Alex","Bobby","Caleb","Danny","Dylan","Thomas","Daniel","Jeff","Braven","Dell","Neagle","Haruki","Mitchell","Raymond"], [TrainerType.PARASOL_LADY]: ["Angelica","Clarissa","Madeline","Akari","Annabell","Kayley","Rachel","Alexa","Sabrina","April","Gwyneth","Laura","Lumi","Mariah","Melita","Nicole","Tihana","Ingrid","Tyra"], [TrainerType.PILOT]: ["Chase","Leonard","Ted","Elron","Ewing","Flynn","Winslow"], [TrainerType.POKEFAN]: [["Alex","Allan","Brandon","Carter","Colin","Derek","Jeremy","Joshua","Rex","Robert","Trevor","William","Colton","Miguel","Francisco","Kaleb","Leonard","Boone","Elliot","Jude","Norbert","Corey","Gabe","Baxter"],["Beverly","Georgia","Jaime","Ruth","Isabel","Marissa","Vanessa","Annika","Bethany","Kimberly","Meredith","Rebekah","Eleanor","Darcy","Lydia","Sachiko","Abigail","Agnes","Lydie","Roisin","Tara","Carmen","Janet"]], @@ -106,7 +106,7 @@ export const trainerNamePools = { [TrainerType.RANGER]: [["Carlos","Jackson","Sebastian","Gav","Lorenzo","Logan","Nicolas","Trenton","Deshawn","Dwayne","Jeffery","Kyler","Taylor","Alain","Claude","Crofton","Forrest","Harry","Jaden","Keith","Lewis","Miguel","Pedro","Ralph","Richard","Bret","Daryl","Eddie","Johan","Leaf","Louis","Maxwell","Parker","Rick","Steve","Bjorn","Chaise","Dean","Lee","Maurice","Nash","Ralf","Reed","Shinobu","Silas"],["Catherine","Jenna","Sophia","Merdith","Nora","Beth","Chelsea","Katelyn","Madeline","Allison","Ashlee","Felicia","Krista","Annie","Audra","Brenda","Chloris","Eliza","Heidi","Irene","Mary","Mylene","Shanti","Shelly","Thalia","Anja","Briana","Dianna","Elaine","Elle","Hillary","Katie","Lena","Lois","Malory","Melita","Mikiko","Naoko","Serenity","Ambre","Brooke","Clementine","Melina","Petra","Twiggy"]], [TrainerType.RICH]: [["Alfred","Edward","Gregory","Preston","Thomas","Tucker","Walter","Clifford","Everett","Micah","Nate","Pierre","Terrance","Arthur","Brooks","Emanuel","Lamar","Jeremy","Leonardo","Milton","Frederic","Renaud","Robert","Yan","Daniel","Sheldon","Stonewall","Gerald","Ronald","Smith","Stanley","Reginald","Orson","Wilco","Caden","Glenn"],["Rebecca","Reina","Cassandra","Emilia","Grace","Marian","Elizabeth","Kathleen","Sayuri","Caroline","Judy"]], [TrainerType.RICH_KID]: [["Garret","Winston","Dawson","Enrique","Jason","Roman","Trey","Liam","Anthony","Brad","Cody","Manuel","Martin","Pierce","Rolan","Keenan","Filbert","Antoin","Cyus","Diek","Dugo","Flitz","Jurek","Lond","Perd","Quint","Basto","Benit","Brot","Denc","Guyit","Marcon","Perc","Puros","Roex","Sainz","Symin","Tark","Venak"],["Anette","Brianna","Cindy","Colleen","Daphne","Elizabeth","Naomi","Sarah","Charlotte","Gillian","Jacki","Lady","Melissa","Celeste","Colette","Elizandra","Isabel","Lynette","Magnolia","Sophie","Lina","Dulcie","Auro","Brin","Caril","Eloos","Gwin","Illa","Kowly","Rima","Ristin","Vesey","Brena","Deasy","Denslon","Kylet","Nemi","Rene","Sanol","Stouner","Sturk","Talmen","Zoila"]], - [TrainerType.ROUGHNECK]: ["Camron","Corey","Gabriel","Isaiah","Jamal","Koji","Luke","Paxton","Raul","Zeek","Kirby","Chance","Dave","Fletcher","Johnny","Reese","Joey","Roughneck","Ricky","Silvester","Martin"], + [TrainerType.ROUGHNECK]: ["Camron","Corey","Gabriel","Isaiah","Jamal","Koji","Luke","Paxton","Raul","Zeek","Kirby","Chance","Dave","Fletcher","Johnny","Reese","Joey","Ricky","Silvester","Martin"], [TrainerType.SCIENTIST]: [["Jed","Marc","Mitch","Rich","Ross","Beau","Braydon","Connor","Ed","Ivan","Jerry","Jose","Joshua","Parker","Rodney","Taylor","Ted","Travis","Zackery","Darrius","Emilio","Fredrick","Shaun","Stefano","Travon","Daniel","Garett","Gregg","Linden","Lowell","Trenton","Dudley","Luke","Markus","Nathan","Orville","Randall","Ron","Ronald","Simon","Steve","William","Franklin","Clarke","Jacques","Terrance","Ernst","Justus","Ikaika","Jayson","Kyle","Reid","Tyrone","Adam","Albert","Alphonse","Cory","Donnie","Elton","Francis","Gordon","Herbert","Humphrey","Jordan","Julian","Keaton","Levi","Melvin","Murray","West","Craig","Coren","Dubik","Kotan","Lethco","Mante","Mort","Myron","Odlow","Ribek","Roeck","Vogi","Vonder","Zogo","Doimo","Doton","Durel","Hildon","Kukla","Messa","Nanot","Platen","Raburn","Reman","Acrod","Coffy","Elrok","Foss","Hardig","Hombol","Hospel","Kaller","Klots","Krilok","Limar","Loket","Mesak","Morbit","Newin","Orill","Tabor","Tekot"],["Blythe","Chan","Kathrine","Marie","Maria","Naoko","Samantha","Satomi","Shannon","Athena","Caroline","Lumi","Lumina","Marissa","Sonia"]], [TrainerType.SMASHER]: ["Aspen","Elena","Mari","Amy","Lizzy"], [TrainerType.SNOW_WORKER]: [["Braden","Brendon","Colin","Conrad","Dillan","Gary","Gerardo","Holden","Jackson","Mason","Quentin","Willy","Noel","Arnold","Brady","Brand","Cairn","Cliff","Don","Eddie","Felix","Filipe","Glenn","Gus","Heath","Matthew","Patton","Rich","Rob","Ryan","Scott","Shelby","Sterling","Tyler","Victor","Zack","Friedrich","Herman","Isaac","Leo","Maynard","Mitchell","Morgann","Nathan","Niel","Pasqual","Paul","Tavarius","Tibor","Dimitri","Narek","Yusif","Frank","Jeff","Vaclav","Ovid","Francis","Keith","Russel","Sangon","Toway","Bomber","Chean","Demit","Hubor","Kebile","Laber","Ordo","Retay","Ronix","Wagel","Dobit","Kaster","Lobel","Releo","Saken","Rustix"],["Georgia","Sandra","Yvonne"]], diff --git a/src/egg-hatch-phase.ts b/src/egg-hatch-phase.ts index a28d8e2983c..19934ad6e81 100644 --- a/src/egg-hatch-phase.ts +++ b/src/egg-hatch-phase.ts @@ -416,6 +416,7 @@ export class EggHatchPhase extends Phase { } ret.trySetShiny(this.egg.gachaType === GachaType.SHINY ? 1024 : 512); + ret.variant = ret.shiny ? ret.generateVariant() : 0; const secondaryIvs = Utils.getIvsFromId(Utils.randSeedInt(4294967295)); diff --git a/src/field/arena.ts b/src/field/arena.ts index 910d998d68e..5b14560d407 100644 --- a/src/field/arena.ts +++ b/src/field/arena.ts @@ -18,8 +18,7 @@ import { TimeOfDay } from "../data/enums/time-of-day"; import { Terrain, TerrainType } from "../data/terrain"; import { PostTerrainChangeAbAttr, PostWeatherChangeAbAttr, applyPostTerrainChangeAbAttrs, applyPostWeatherChangeAbAttrs } from "../data/ability"; import Pokemon from "./pokemon"; - -const WEATHER_OVERRIDE = WeatherType.NONE; +import { WEATHER_OVERRIDE } from '../overrides'; export class Arena { public scene: BattleScene; diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index cb2c3bccc7b..55036e1906d 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -1,10 +1,10 @@ import Phaser from 'phaser'; -import BattleScene, { ABILITY_OVERRIDE, AnySound, MOVE_OVERRIDE, OPP_ABILITY_OVERRIDE, OPP_MOVE_OVERRIDE } from '../battle-scene'; +import BattleScene, { AnySound } from '../battle-scene'; import { Variant, VariantSet, variantColorCache } from '#app/data/variant'; import { variantData } from '#app/data/variant'; import BattleInfo, { PlayerBattleInfo, EnemyBattleInfo } from '../ui/battle-info'; import { Moves } from "../data/enums/moves"; -import Move, { HighCritAttr, HitsTagAttr, applyMoveAttrs, FixedDamageAttr, VariableAtkAttr, VariablePowerAttr, allMoves, MoveCategory, TypelessAttr, CritOnlyAttr, getMoveTargets, OneHitKOAttr, MultiHitAttr, StatusMoveTypeImmunityAttr, MoveTarget, VariableDefAttr, AttackMove, ModifiedDamageAttr, VariableMoveTypeMultiplierAttr, IgnoreOpponentStatChangesAttr, SacrificialAttr, VariableMoveTypeAttr, VariableMoveCategoryAttr, ExplosiveAttr } from "../data/move"; +import Move, { HighCritAttr, HitsTagAttr, applyMoveAttrs, FixedDamageAttr, VariableAtkAttr, VariablePowerAttr, allMoves, MoveCategory, TypelessAttr, CritOnlyAttr, getMoveTargets, OneHitKOAttr, MultiHitAttr, StatusMoveTypeImmunityAttr, MoveTarget, VariableDefAttr, AttackMove, ModifiedDamageAttr, VariableMoveTypeMultiplierAttr, IgnoreOpponentStatChangesAttr, SacrificialAttr, VariableMoveTypeAttr, VariableMoveCategoryAttr } from "../data/move"; import { default as PokemonSpecies, PokemonSpeciesForm, SpeciesFormKey, getFusedSpeciesName, getPokemonSpecies, getPokemonSpeciesForm, starterPassiveAbilities } from '../data/pokemon-species'; import * as Utils from '../utils'; import { Type, TypeDamageMultiplier, getTypeDamageMultiplier, getTypeRgb } from '../data/type'; @@ -43,6 +43,7 @@ import { Nature, getNatureStatMultiplier } from '../data/nature'; import { SpeciesFormChange, SpeciesFormChangeActiveTrigger, SpeciesFormChangeMoveLearnedTrigger, SpeciesFormChangePostMoveTrigger, SpeciesFormChangeStatusEffectTrigger } from '../data/pokemon-forms'; import { TerrainType } from '../data/terrain'; import { TrainerSlot } from '../data/trainer-config'; +import { ABILITY_OVERRIDE, MOVE_OVERRIDE, OPP_ABILITY_OVERRIDE, OPP_MOVE_OVERRIDE, OPP_SHINY_OVERRIDE, OPP_VARIANT_OVERRIDE } from '../overrides'; export enum FieldPosition { CENTER, @@ -75,6 +76,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { public friendship: integer; public metLevel: integer; public metBiome: Biome | -1; + public luck: integer; public pauseEvolutions: boolean; public pokerus: boolean; @@ -84,6 +86,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { public fusionShiny: boolean; public fusionVariant: Variant; public fusionGender: Gender; + public fusionLuck: integer; private summonDataPrimer: PokemonSummonData; @@ -142,6 +145,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { this.status = dataSource.status; this.friendship = dataSource.friendship !== undefined ? dataSource.friendship : this.species.baseFriendship; this.metLevel = dataSource.metLevel || 5; + this.luck = dataSource.luck; this.metBiome = dataSource.metBiome; this.pauseEvolutions = dataSource.pauseEvolutions; this.pokerus = !!dataSource.pokerus; @@ -151,6 +155,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { this.fusionShiny = dataSource.fusionShiny; this.fusionVariant = dataSource.fusionVariant || 0; this.fusionGender = dataSource.fusionGender; + this.fusionLuck = dataSource.fusionLuck; } else { this.id = Utils.randSeedInt(4294967296); this.ivs = ivs || Utils.getIvsFromId(this.id); @@ -189,6 +194,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { this.generateFusionSpecies(); } } + + this.luck = (this.shiny ? this.variant + 1 : 0) + (this.fusionShiny ? this.fusionVariant + 1 : 0); } this.generateName(); @@ -651,7 +658,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { getHpRatio(precise: boolean = false): number { return precise ? this.hp / this.getMaxHp() - : ((this.hp / this.getMaxHp()) * 100) / 100; + : Math.round((this.hp / this.getMaxHp()) * 100) / 100; } generateGender(): void { @@ -686,6 +693,10 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { return !this.isFusion() ? this.variant : Math.max(this.variant, this.fusionVariant) as Variant; } + getLuck(): integer { + return this.luck + (this.isFusion() ? this.fusionLuck : 0); + } + isFusion(): boolean { return !!this.fusionSpecies; } @@ -1048,6 +1059,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } this.fusionFormIndex = this.scene.getSpeciesFormIndex(this.fusionSpecies, this.fusionGender, this.getNature(), true); + this.fusionLuck = this.luck; this.generateName(); } @@ -1057,7 +1069,9 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { this.fusionFormIndex = 0; this.fusionAbilityIndex = 0; this.fusionShiny = false; + this.fusionVariant = 0; this.fusionGender = 0; + this.fusionLuck = 0; this.generateName(); this.calculateStats(); @@ -1165,6 +1179,10 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { return this.battleInfo.updateInfo(this, instant); } + toggleStats(visible: boolean): void { + this.battleInfo.toggleStats(visible); + } + addExp(exp: integer) { const maxExpLevel = this.scene.getMaxExpLevel(); const initialExp = this.exp; @@ -1606,6 +1624,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { this.summonData.tags.push(tag); if (this instanceof PlayerPokemon && source.summonData.battleStats.find(bs => bs === 6)) this.scene.validateAchv(achvs.TRANSFER_MAX_BATTLE_STAT); + this.updateInfo(); } getMoveHistory(): TurnMove[] { @@ -1906,6 +1925,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } this.summonDataPrimer = null; } + this.updateInfo(); } resetBattleData(): void { @@ -2099,7 +2119,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { if (variantColors) { const color = Utils.rgbaToInt([r, g, b, a]); if (variantColorSet.has(color)) { - console.log(color); const mappedPixel = variantColorSet.get(color); [ r, g, b, a ] = mappedPixel; } @@ -2414,6 +2433,7 @@ export class PlayerPokemon extends Pokemon { newPokemon.fusionShiny = this.fusionShiny; newPokemon.fusionVariant = this.fusionVariant; newPokemon.fusionGender = this.fusionGender; + newPokemon.fusionLuck = this.fusionLuck; this.scene.getParty().push(newPokemon); newPokemon.evolve(newEvolution); const modifiers = this.scene.findModifiers(m => m instanceof PokemonHeldItemModifier @@ -2471,8 +2491,9 @@ export class PlayerPokemon extends Pokemon { this.fusionFormIndex = pokemon.formIndex; this.fusionAbilityIndex = pokemon.abilityIndex; this.fusionShiny = pokemon.shiny; - this.fusionVariant = pokemon.fusionVariant; + this.fusionVariant = pokemon.variant; this.fusionGender = pokemon.gender; + this.fusionLuck = pokemon.luck; this.scene.validateAchv(achvs.SPLICE); this.scene.gameData.gameStats.pokemonFused++; @@ -2532,9 +2553,17 @@ export class EnemyPokemon extends Pokemon { this.generateAndPopulateMoveset(); this.trySetShiny(); - - if (this.shiny) + if (OPP_SHINY_OVERRIDE) { + this.shiny = true; + this.initShinySparkle(); + } + if (this.shiny) { this.variant = this.generateVariant(); + if (OPP_VARIANT_OVERRIDE) + this.variant = OPP_VARIANT_OVERRIDE; + } + + this.luck = (this.shiny ? this.variant + 1 : 0) + (this.fusionShiny ? this.fusionVariant + 1 : 0); let prevolution: Species; let speciesId = species.speciesId; diff --git a/src/game-mode.ts b/src/game-mode.ts index 0ac3f0503f1..76c97b4c9ac 100644 --- a/src/game-mode.ts +++ b/src/game-mode.ts @@ -1,10 +1,11 @@ import { fixedBattles } from "./battle"; -import BattleScene, { STARTING_BIOME_OVERRIDE, STARTING_LEVEL_OVERRIDE, STARTING_MONEY_OVERRIDE } from "./battle-scene"; +import BattleScene from "./battle-scene"; import { Biome } from "./data/enums/biome"; import { Species } from "./data/enums/species"; import PokemonSpecies, { allSpecies } from "./data/pokemon-species"; import { Arena } from "./field/arena"; import * as Utils from "./utils"; +import { STARTING_BIOME_OVERRIDE, STARTING_LEVEL_OVERRIDE, STARTING_MONEY_OVERRIDE } from './overrides'; export enum GameModes { CLASSIC, diff --git a/src/loading-scene.ts b/src/loading-scene.ts index 38f82ff060e..875d618ec0f 100644 --- a/src/loading-scene.ts +++ b/src/loading-scene.ts @@ -39,15 +39,21 @@ export class LoadingScene extends SceneBase { } this.loadAtlas('namebox', 'ui'); this.loadImage('pbinfo_player', 'ui'); + this.loadImage('pbinfo_player_stats', 'ui'); this.loadImage('pbinfo_player_mini', 'ui'); + this.loadImage('pbinfo_player_mini_stats', 'ui'); this.loadAtlas('pbinfo_player_type', 'ui'); this.loadAtlas('pbinfo_player_type1', 'ui'); this.loadAtlas('pbinfo_player_type2', 'ui'); this.loadImage('pbinfo_enemy_mini', 'ui'); + this.loadImage('pbinfo_enemy_mini_stats', 'ui'); this.loadImage('pbinfo_enemy_boss', 'ui'); + this.loadImage('pbinfo_enemy_boss_stats', 'ui'); this.loadAtlas('pbinfo_enemy_type', 'ui'); this.loadAtlas('pbinfo_enemy_type1', 'ui'); this.loadAtlas('pbinfo_enemy_type2', 'ui'); + this.loadAtlas('pbinfo_stat', 'ui'); + this.loadAtlas('pbinfo_stat_numbers', 'ui'); this.loadImage('overlay_lv', 'ui'); this.loadAtlas('numbers', 'ui'); this.loadAtlas('numbers_red', 'ui'); @@ -62,7 +68,11 @@ export class LoadingScene extends SceneBase { this.loadImage('achv_bar_3', 'ui'); this.loadImage('achv_bar_4', 'ui'); this.loadImage('shiny_star', 'ui', 'shiny.png'); + this.loadImage('shiny_star_1', 'ui', 'shiny_1.png'); + this.loadImage('shiny_star_2', 'ui', 'shiny_2.png'); this.loadImage('shiny_star_small', 'ui', 'shiny_small.png'); + this.loadImage('shiny_star_small_1', 'ui', 'shiny_small_1.png'); + this.loadImage('shiny_star_small_2', 'ui', 'shiny_small_2.png'); this.loadImage('ha_capsule', 'ui', 'ha_capsule.png'); this.loadImage('icon_spliced', 'ui'); this.loadImage('icon_tera', 'ui'); diff --git a/src/locales/de/menu.ts b/src/locales/de/menu.ts index d70cd83c50d..4876fa3432a 100644 --- a/src/locales/de/menu.ts +++ b/src/locales/de/menu.ts @@ -59,4 +59,9 @@ export const menu: SimpleTranslationEntries = { "escapeVerbSwitch": "auswechseln", "escapeVerbFlee": "flucht", "notDisabled": "{{moveName}} ist\nnicht mehr deaktiviert!", + "rankings": "Rankings", + "dailyRankings": "Daily Rankings", + "noRankings": "No Rankings", + "loading": "Loading…", + "playersOnline": "Players Online" } as const; \ No newline at end of file diff --git a/src/locales/de/pokemon.ts b/src/locales/de/pokemon.ts index 09be8894eb4..db92ccc5c18 100644 --- a/src/locales/de/pokemon.ts +++ b/src/locales/de/pokemon.ts @@ -1,380 +1,380 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemon: SimpleTranslationEntries = { - "bulbasaur": "Bulbasaur", - "ivysaur": "Ivysaur", - "venusaur": "Venusaur", - "charmander": "Charmander", - "charmeleon": "Charmeleon", - "charizard": "Charizard", - "squirtle": "Squirtle", - "wartortle": "Wartortle", - "blastoise": "Blastoise", - "caterpie": "Caterpie", - "metapod": "Metapod", - "butterfree": "Butterfree", - "weedle": "Weedle", - "kakuna": "Kakuna", - "beedrill": "Beedrill", - "pidgey": "Pidgey", - "pidgeotto": "Pidgeotto", - "pidgeot": "Pidgeot", - "rattata": "Rattata", - "raticate": "Raticate", - "spearow": "Spearow", - "fearow": "Fearow", - "ekans": "Ekans", + "bulbasaur": "Bisasam", + "ivysaur": "Bisaknosp", + "venusaur": "Bisaflor", + "charmander": "Glumanda", + "charmeleon": "Glutexo", + "charizard": "Glurak", + "squirtle": "Schiggy", + "wartortle": "Schillok", + "blastoise": "Turtok", + "caterpie": "Raupy", + "metapod": "Safcon", + "butterfree": "Smettbo", + "weedle": "Hornliu", + "kakuna": "Kokuna", + "beedrill": "Bibor", + "pidgey": "Taubsi", + "pidgeotto": "Tauboga", + "pidgeot": "Tauboss", + "rattata": "Rattfratz", + "raticate": "Rattikarl", + "spearow": "Habitak", + "fearow": "Ibitak", + "ekans": "Rettan", "arbok": "Arbok", "pikachu": "Pikachu", "raichu": "Raichu", - "sandshrew": "Sandshrew", - "sandslash": "Sandslash", + "sandshrew": "Sandan", + "sandslash": "Sandamer", "nidoran_f": "Nidoran♀", "nidorina": "Nidorina", "nidoqueen": "Nidoqueen", "nidoran_m": "Nidoran♂", "nidorino": "Nidorino", "nidoking": "Nidoking", - "clefairy": "Clefairy", - "clefable": "Clefable", + "clefairy": "Piepi", + "clefable": "Pixi", "vulpix": "Vulpix", - "ninetales": "Ninetales", - "jigglypuff": "Jigglypuff", - "wigglytuff": "Wigglytuff", + "ninetales": "Vulnona", + "jigglypuff": "Pummeluff", + "wigglytuff": "Knuddeluff", "zubat": "Zubat", "golbat": "Golbat", - "oddish": "Oddish", - "gloom": "Gloom", - "vileplume": "Vileplume", + "oddish": "Myrapla", + "gloom": "Duflor", + "vileplume": "Giflor", "paras": "Paras", - "parasect": "Parasect", - "venonat": "Venonat", - "venomoth": "Venomoth", - "diglett": "Diglett", - "dugtrio": "Dugtrio", - "meowth": "Meowth", - "persian": "Persian", - "psyduck": "Psyduck", - "golduck": "Golduck", - "mankey": "Mankey", - "primeape": "Primeape", - "growlithe": "Growlithe", - "arcanine": "Arcanine", - "poliwag": "Poliwag", - "poliwhirl": "Poliwhirl", - "poliwrath": "Poliwrath", + "parasect": "Parasek", + "venonat": "Bluzuk", + "venomoth": "Omot", + "diglett": "Digda", + "dugtrio": "Digdri", + "meowth": "Mauzi", + "persian": "Snobilikat", + "psyduck": "Enton", + "golduck": "Entoron", + "mankey": "Menki", + "primeape": "Rasaff", + "growlithe": "Fukano", + "arcanine": "Arkani", + "poliwag": "Quapsel", + "poliwhirl": "Quaputzi", + "poliwrath": "Quappo", "abra": "Abra", "kadabra": "Kadabra", - "alakazam": "Alakazam", - "machop": "Machop", - "machoke": "Machoke", - "machamp": "Machamp", - "bellsprout": "Bellsprout", - "weepinbell": "Weepinbell", - "victreebel": "Victreebel", - "tentacool": "Tentacool", - "tentacruel": "Tentacruel", - "geodude": "Geodude", - "graveler": "Graveler", - "golem": "Golem", - "ponyta": "Ponyta", - "rapidash": "Rapidash", - "slowpoke": "Slowpoke", - "slowbro": "Slowbro", - "magnemite": "Magnemite", + "alakazam": "Simsala", + "machop": "Machollo", + "machoke": "Maschock", + "machamp": "Machomei", + "bellsprout": "Knofensa", + "weepinbell": "Ultrigaria", + "victreebel": "Sarzenia", + "tentacool": "Tentacha", + "tentacruel": "Tentoxa", + "geodude": "Kleinstein", + "graveler": "Georok", + "golem": "Geowaz", + "ponyta": "Ponita", + "rapidash": "Gallopa", + "slowpoke": "Flegmon", + "slowbro": "Lahmus", + "magnemite": "Magnetilo", "magneton": "Magneton", - "farfetchd": "Farfetch'd", - "doduo": "Doduo", - "dodrio": "Dodrio", - "seel": "Seel", - "dewgong": "Dewgong", - "grimer": "Grimer", - "muk": "Muk", - "shellder": "Shellder", - "cloyster": "Cloyster", - "gastly": "Gastly", - "haunter": "Haunter", + "farfetchd": "Porenta", + "doduo": "Dodu", + "dodrio": "Dodri", + "seel": "Jurob", + "dewgong": "Jugong", + "grimer": "Sleima", + "muk": "Sleimok", + "shellder": "Muschas", + "cloyster": "Austos", + "gastly": "Nebulak", + "haunter": "Alpollo", "gengar": "Gengar", "onix": "Onix", - "drowzee": "Drowzee", + "drowzee": "Traumato", "hypno": "Hypno", "krabby": "Krabby", "kingler": "Kingler", - "voltorb": "Voltorb", - "electrode": "Electrode", - "exeggcute": "Exeggcute", - "exeggutor": "Exeggutor", - "cubone": "Cubone", - "marowak": "Marowak", - "hitmonlee": "Hitmonlee", - "hitmonchan": "Hitmonchan", - "lickitung": "Lickitung", - "koffing": "Koffing", - "weezing": "Weezing", - "rhyhorn": "Rhyhorn", - "rhydon": "Rhydon", - "chansey": "Chansey", + "voltorb": "Voltobal", + "electrode": "Lektrobal", + "exeggcute": "Owei", + "exeggutor": "Kokowei", + "cubone": "Tragosso", + "marowak": "Knogga", + "hitmonlee": "Kicklee", + "hitmonchan": "Nockchan", + "lickitung": "Schlurp", + "koffing": "Smogon", + "weezing": "Smogmog", + "rhyhorn": "Rihorn", + "rhydon": "Rizeros", + "chansey": "Chaneira", "tangela": "Tangela", - "kangaskhan": "Kangaskhan", - "horsea": "Horsea", - "seadra": "Seadra", - "goldeen": "Goldeen", - "seaking": "Seaking", - "staryu": "Staryu", + "kangaskhan": "Kangama", + "horsea": "Seeper", + "seadra": "Seemon", + "goldeen": "Goldini", + "seaking": "Golking", + "staryu": "Sterndu", "starmie": "Starmie", - "mr_mime": "Mr. Mime", - "scyther": "Scyther", - "jynx": "Jynx", - "electabuzz": "Electabuzz", + "mr_mime": "Pantimos", + "scyther": "Sichlor", + "jynx": "Rossana", + "electabuzz": "Elektek", "magmar": "Magmar", "pinsir": "Pinsir", "tauros": "Tauros", - "magikarp": "Magikarp", - "gyarados": "Gyarados", + "magikarp": "Karpador", + "gyarados": "Garados", "lapras": "Lapras", "ditto": "Ditto", - "eevee": "Eevee", - "vaporeon": "Vaporeon", - "jolteon": "Jolteon", - "flareon": "Flareon", + "eevee": "Evoli", + "vaporeon": "Aquana", + "jolteon": "Blitza", + "flareon": "Flamara", "porygon": "Porygon", - "omanyte": "Omanyte", - "omastar": "Omastar", + "omanyte": "Amonitas", + "omastar": "Amoroso", "kabuto": "Kabuto", "kabutops": "Kabutops", "aerodactyl": "Aerodactyl", - "snorlax": "Snorlax", - "articuno": "Articuno", + "snorlax": "Relaxo", + "articuno": "Arktos", "zapdos": "Zapdos", - "moltres": "Moltres", + "moltres": "Lavados", "dratini": "Dratini", - "dragonair": "Dragonair", - "dragonite": "Dragonite", - "mewtwo": "Mewtwo", + "dragonair": "Dragonir", + "dragonite": "Dragoran", + "mewtwo": "Mewtu", "mew": "Mew", - "chikorita": "Chikorita", - "bayleef": "Bayleef", - "meganium": "Meganium", - "cyndaquil": "Cyndaquil", - "quilava": "Quilava", - "typhlosion": "Typhlosion", - "totodile": "Totodile", - "croconaw": "Croconaw", - "feraligatr": "Feraligatr", - "sentret": "Sentret", - "furret": "Furret", + "chikorita": "Endivie", + "bayleef": "Lorblatt", + "meganium": "Meganie", + "cyndaquil": "Feurigel", + "quilava": "Igelavar", + "typhlosion": "Tornupto", + "totodile": "Karnimani", + "croconaw": "Tyracroc", + "feraligatr": "Impergator", + "sentret": "Wiesor", + "furret": "Wiesenior", "hoothoot": "Hoothoot", - "noctowl": "Noctowl", + "noctowl": "Noctuh", "ledyba": "Ledyba", "ledian": "Ledian", - "spinarak": "Spinarak", + "spinarak": "Webarak", "ariados": "Ariados", - "crobat": "Crobat", - "chinchou": "Chinchou", + "crobat": "Iksbat", + "chinchou": "Lampi", "lanturn": "Lanturn", "pichu": "Pichu", - "cleffa": "Cleffa", - "igglybuff": "Igglybuff", + "cleffa": "Pii", + "igglybuff": "Fluffeluff", "togepi": "Togepi", "togetic": "Togetic", "natu": "Natu", "xatu": "Xatu", - "mareep": "Mareep", - "flaaffy": "Flaaffy", + "mareep": "Voltilamm", + "flaaffy": "Waaty", "ampharos": "Ampharos", - "bellossom": "Bellossom", + "bellossom": "Blubella", "marill": "Marill", "azumarill": "Azumarill", - "sudowoodo": "Sudowoodo", - "politoed": "Politoed", - "hoppip": "Hoppip", - "skiploom": "Skiploom", - "jumpluff": "Jumpluff", - "aipom": "Aipom", - "sunkern": "Sunkern", - "sunflora": "Sunflora", + "sudowoodo": "Mogelbaum", + "politoed": "Quaxo", + "hoppip": "Hoppspross", + "skiploom": "Hubelupf", + "jumpluff": "Papungha", + "aipom": "Griffel", + "sunkern": "Sonnkern", + "sunflora": "Sonnflora", "yanma": "Yanma", - "wooper": "Wooper", - "quagsire": "Quagsire", - "espeon": "Espeon", - "umbreon": "Umbreon", - "murkrow": "Murkrow", - "slowking": "Slowking", - "misdreavus": "Misdreavus", - "unown": "Unown", - "wobbuffet": "Wobbuffet", + "wooper": "Felino", + "quagsire": "Morlord", + "espeon": "Psiana", + "umbreon": "Nachtara", + "murkrow": "Kramurx", + "slowking": "Laschoking", + "misdreavus": "Traunfugil", + "unown": "Icognito", + "wobbuffet": "Woingenau", "girafarig": "Girafarig", - "pineco": "Pineco", - "forretress": "Forretress", - "dunsparce": "Dunsparce", - "gligar": "Gligar", - "steelix": "Steelix", + "pineco": "Tannza", + "forretress": "Forstellka", + "dunsparce": "Dummisel", + "gligar": "Skorgla", + "steelix": "Stahlos", "snubbull": "Snubbull", "granbull": "Granbull", - "qwilfish": "Qwilfish", - "scizor": "Scizor", - "shuckle": "Shuckle", - "heracross": "Heracross", - "sneasel": "Sneasel", + "qwilfish": "Baldorfish", + "scizor": "Scherox", + "shuckle": "Pottrott", + "heracross": "Skaraborn", + "sneasel": "Sniebel", "teddiursa": "Teddiursa", "ursaring": "Ursaring", - "slugma": "Slugma", + "slugma": "Schneckmag", "magcargo": "Magcargo", - "swinub": "Swinub", - "piloswine": "Piloswine", - "corsola": "Corsola", + "swinub": "Quiekel", + "piloswine": "Keifel", + "corsola": "Corasonn", "remoraid": "Remoraid", "octillery": "Octillery", - "delibird": "Delibird", - "mantine": "Mantine", - "skarmory": "Skarmory", - "houndour": "Houndour", - "houndoom": "Houndoom", - "kingdra": "Kingdra", + "delibird": "Botogel", + "mantine": "Mantax", + "skarmory": "Panzaeron", + "houndour": "Hunduster", + "houndoom": "Hundemon", + "kingdra": "Seedraking", "phanpy": "Phanpy", "donphan": "Donphan", "porygon2": "Porygon2", - "stantler": "Stantler", - "smeargle": "Smeargle", - "tyrogue": "Tyrogue", - "hitmontop": "Hitmontop", - "smoochum": "Smoochum", + "stantler": "Damhirplex", + "smeargle": "Farbeagle", + "tyrogue": "Rabauz", + "hitmontop": "Kapoera", + "smoochum": "Kussilla", "elekid": "Elekid", "magby": "Magby", "miltank": "Miltank", - "blissey": "Blissey", + "blissey": "Heiteira", "raikou": "Raikou", "entei": "Entei", "suicune": "Suicune", "larvitar": "Larvitar", "pupitar": "Pupitar", - "tyranitar": "Tyranitar", + "tyranitar": "Despotar", "lugia": "Lugia", "ho_oh": "Ho-Oh", "celebi": "Celebi", - "treecko": "Treecko", - "grovyle": "Grovyle", - "sceptile": "Sceptile", - "torchic": "Torchic", - "combusken": "Combusken", - "blaziken": "Blaziken", - "mudkip": "Mudkip", - "marshtomp": "Marshtomp", - "swampert": "Swampert", - "poochyena": "Poochyena", - "mightyena": "Mightyena", - "zigzagoon": "Zigzagoon", - "linoone": "Linoone", - "wurmple": "Wurmple", - "silcoon": "Silcoon", - "beautifly": "Beautifly", - "cascoon": "Cascoon", - "dustox": "Dustox", - "lotad": "Lotad", - "lombre": "Lombre", - "ludicolo": "Ludicolo", - "seedot": "Seedot", - "nuzleaf": "Nuzleaf", - "shiftry": "Shiftry", - "taillow": "Taillow", - "swellow": "Swellow", + "treecko": "Geckarbor", + "grovyle": "Reptain", + "sceptile": "Gewaldro", + "torchic": "Flemmli", + "combusken": "Jungglut", + "blaziken": "Lohgock", + "mudkip": "Hydropi", + "marshtomp": "Moorabbel", + "swampert": "Sumpex", + "poochyena": "Fiffyen", + "mightyena": "Magnayen", + "zigzagoon": "Zigzachs", + "linoone": "Geradaks", + "wurmple": "Waumpel", + "silcoon": "Schaloko", + "beautifly": "Papinella", + "cascoon": "Panekon", + "dustox": "Pudox", + "lotad": "Loturzel", + "lombre": "Lombrero", + "ludicolo": "Kappalores", + "seedot": "Samurzel", + "nuzleaf": "Blanas", + "shiftry": "Tengulist", + "taillow": "Schwalbini", + "swellow": "Schwalboss", "wingull": "Wingull", "pelipper": "Pelipper", - "ralts": "Ralts", + "ralts": "Trasla", "kirlia": "Kirlia", "gardevoir": "Gardevoir", - "surskit": "Surskit", - "masquerain": "Masquerain", - "shroomish": "Shroomish", - "breloom": "Breloom", - "slakoth": "Slakoth", - "vigoroth": "Vigoroth", - "slaking": "Slaking", + "surskit": "Geweiher", + "masquerain": "Maskeregen", + "shroomish": "Knilz", + "breloom": "Kapilz", + "slakoth": "Bummelz", + "vigoroth": "Muntier", + "slaking": "Letarking", "nincada": "Nincada", "ninjask": "Ninjask", - "shedinja": "Shedinja", - "whismur": "Whismur", - "loudred": "Loudred", - "exploud": "Exploud", + "shedinja": "Ninjatom", + "whismur": "Flurmel", + "loudred": "Krakeelo", + "exploud": "Krawumms", "makuhita": "Makuhita", "hariyama": "Hariyama", "azurill": "Azurill", - "nosepass": "Nosepass", - "skitty": "Skitty", - "delcatty": "Delcatty", - "sableye": "Sableye", - "mawile": "Mawile", - "aron": "Aron", - "lairon": "Lairon", - "aggron": "Aggron", + "nosepass": "Nasgnet", + "skitty": "Eneco", + "delcatty": "Enekoro", + "sableye": "Zobiris", + "mawile": "Flunkifer", + "aron": "Stollunior", + "lairon": "Stollrak", + "aggron": "Stolloss", "meditite": "Meditite", - "medicham": "Medicham", - "electrike": "Electrike", - "manectric": "Manectric", + "medicham": "Meditalis", + "electrike": "Frizelbliz", + "manectric": "Voltenso", "plusle": "Plusle", "minun": "Minun", "volbeat": "Volbeat", "illumise": "Illumise", "roselia": "Roselia", - "gulpin": "Gulpin", - "swalot": "Swalot", - "carvanha": "Carvanha", - "sharpedo": "Sharpedo", + "gulpin": "Schluppuck", + "swalot": "Schluckwech", + "carvanha": "Kanivanha", + "sharpedo": "Tohaido", "wailmer": "Wailmer", "wailord": "Wailord", - "numel": "Numel", + "numel": "Camaub", "camerupt": "Camerupt", - "torkoal": "Torkoal", + "torkoal": "Qurtel", "spoink": "Spoink", - "grumpig": "Grumpig", - "spinda": "Spinda", - "trapinch": "Trapinch", + "grumpig": "Groink", + "spinda": "Pandir", + "trapinch": "Knacklion", "vibrava": "Vibrava", - "flygon": "Flygon", - "cacnea": "Cacnea", - "cacturne": "Cacturne", - "swablu": "Swablu", + "flygon": "Libelldra", + "cacnea": "Tuska", + "cacturne": "Noktuska", + "swablu": "Wablu", "altaria": "Altaria", - "zangoose": "Zangoose", - "seviper": "Seviper", - "lunatone": "Lunatone", - "solrock": "Solrock", - "barboach": "Barboach", - "whiscash": "Whiscash", - "corphish": "Corphish", - "crawdaunt": "Crawdaunt", - "baltoy": "Baltoy", - "claydol": "Claydol", - "lileep": "Lileep", - "cradily": "Cradily", + "zangoose": "Sengo", + "seviper": "Vipitis", + "lunatone": "Lunastein", + "solrock": "Sonnfel", + "barboach": "Schmerbe", + "whiscash": "Welsar", + "corphish": "Krebscorps", + "crawdaunt": "Krebutack", + "baltoy": "Puppance", + "claydol": "Lepumentas", + "lileep": "Liliep", + "cradily": "Wielie", "anorith": "Anorith", "armaldo": "Armaldo", - "feebas": "Feebas", + "feebas": "Barschwa", "milotic": "Milotic", - "castform": "Castform", + "castform": "Formeo", "kecleon": "Kecleon", "shuppet": "Shuppet", "banette": "Banette", - "duskull": "Duskull", - "dusclops": "Dusclops", + "duskull": "Zwirrlicht", + "dusclops": "Zwirrklop", "tropius": "Tropius", - "chimecho": "Chimecho", + "chimecho": "Palimpalim", "absol": "Absol", - "wynaut": "Wynaut", - "snorunt": "Snorunt", - "glalie": "Glalie", - "spheal": "Spheal", - "sealeo": "Sealeo", - "walrein": "Walrein", - "clamperl": "Clamperl", - "huntail": "Huntail", - "gorebyss": "Gorebyss", + "wynaut": "Isso", + "snorunt": "Schneppke", + "glalie": "Firnontor", + "spheal": "Seemops", + "sealeo": "Seejong", + "walrein": "Walraisa", + "clamperl": "Perlu", + "huntail": "Aalabyss", + "gorebyss": "Saganabyss", "relicanth": "Relicanth", - "luvdisc": "Luvdisc", - "bagon": "Bagon", - "shelgon": "Shelgon", - "salamence": "Salamence", - "beldum": "Beldum", + "luvdisc": "Liebiskus", + "bagon": "Kindwurm", + "shelgon": "Draschel", + "salamence": "Brutalanda", + "beldum": "Tanhel", "metang": "Metang", "metagross": "Metagross", "regirock": "Regirock", @@ -387,102 +387,102 @@ export const pokemon: SimpleTranslationEntries = { "rayquaza": "Rayquaza", "jirachi": "Jirachi", "deoxys": "Deoxys", - "turtwig": "Turtwig", - "grotle": "Grotle", - "torterra": "Torterra", - "chimchar": "Chimchar", - "monferno": "Monferno", - "infernape": "Infernape", - "piplup": "Piplup", - "prinplup": "Prinplup", - "empoleon": "Empoleon", - "starly": "Starly", + "turtwig": "Chelast", + "grotle": "Chelcarain", + "torterra": "Chelterrar", + "chimchar": "Panflam", + "monferno": "Panpyro", + "infernape": "Panferno", + "piplup": "Plinfa", + "prinplup": "Pilprin", + "empoleon": "Impoleon", + "starly": "Staralili", "staravia": "Staravia", "staraptor": "Staraptor", - "bidoof": "Bidoof", - "bibarel": "Bibarel", - "kricketot": "Kricketot", - "kricketune": "Kricketune", - "shinx": "Shinx", + "bidoof": "Bidiza", + "bibarel": "Bidifas", + "kricketot": "Zirpurze", + "kricketune": "Zirpeise", + "shinx": "Sheinux", "luxio": "Luxio", "luxray": "Luxray", - "budew": "Budew", + "budew": "Knospi", "roserade": "Roserade", - "cranidos": "Cranidos", - "rampardos": "Rampardos", - "shieldon": "Shieldon", - "bastiodon": "Bastiodon", + "cranidos": "Koknodon", + "rampardos": "Rameidon", + "shieldon": "Schilterus", + "bastiodon": "Bollterus", "burmy": "Burmy", - "wormadam": "Wormadam", - "mothim": "Mothim", - "combee": "Combee", - "vespiquen": "Vespiquen", + "wormadam": "Burmadame", + "mothim": "Moterpel", + "combee": "Wadribie", + "vespiquen": "Hornwiesel", "pachirisu": "Pachirisu", - "buizel": "Buizel", - "floatzel": "Floatzel", - "cherubi": "Cherubi", - "cherrim": "Cherrim", - "shellos": "Shellos", + "buizel": "Bamelin", + "floatzel": "Bojelin", + "cherubi": "Kikugi", + "cherrim": "Kinoso", + "shellos": "Schalellos", "gastrodon": "Gastrodon", - "ambipom": "Ambipom", - "drifloon": "Drifloon", - "drifblim": "Drifblim", - "buneary": "Buneary", - "lopunny": "Lopunny", - "mismagius": "Mismagius", - "honchkrow": "Honchkrow", - "glameow": "Glameow", - "purugly": "Purugly", - "chingling": "Chingling", - "stunky": "Stunky", + "ambipom": "Ambidifel", + "drifloon": "Driftlon", + "drifblim": "Drifzepeli", + "buneary": "Haspiror", + "lopunny": "Schlapor", + "mismagius": "Traunmagil", + "honchkrow": "Kramshef", + "glameow": "Charmian", + "purugly": "Shnurgarst", + "chingling": "Klingplim", + "stunky": "Skunkapuh", "skuntank": "Skuntank", - "bronzor": "Bronzor", + "bronzor": "Bronzel", "bronzong": "Bronzong", - "bonsly": "Bonsly", - "mime_jr": "Mime Jr.", - "happiny": "Happiny", - "chatot": "Chatot", - "spiritomb": "Spiritomb", - "gible": "Gible", - "gabite": "Gabite", - "garchomp": "Garchomp", - "munchlax": "Munchlax", + "bonsly": "Mobai", + "mime_jr": "Pantimimi", + "happiny": "Wonneira", + "chatot": "Plaudagei", + "spiritomb": "Kryppuk", + "gible": "Kaumalat", + "gabite": "Knarksel", + "garchomp": "Knackrack", + "munchlax": "Mampfaxo", "riolu": "Riolu", "lucario": "Lucario", "hippopotas": "Hippopotas", - "hippowdon": "Hippowdon", - "skorupi": "Skorupi", - "drapion": "Drapion", - "croagunk": "Croagunk", - "toxicroak": "Toxicroak", - "carnivine": "Carnivine", + "hippowdon": "Hippoterus", + "skorupi": "Pionskora", + "drapion": "Piondragi", + "croagunk": "Glibunkel", + "toxicroak": "Toxiquak", + "carnivine": "Venuflibis", "finneon": "Finneon", "lumineon": "Lumineon", - "mantyke": "Mantyke", - "snover": "Snover", - "abomasnow": "Abomasnow", - "weavile": "Weavile", + "mantyke": "Mantirps", + "snover": "Shnebedeck", + "abomasnow": "Rexblisar", + "weavile": "Snibunna", "magnezone": "Magnezone", - "lickilicky": "Lickilicky", - "rhyperior": "Rhyperior", - "tangrowth": "Tangrowth", - "electivire": "Electivire", - "magmortar": "Magmortar", + "lickilicky": "Schlurplek", + "rhyperior": "Rihornior", + "tangrowth": "Tangoloss", + "electivire": "Elevoltek", + "magmortar": "Magbrant", "togekiss": "Togekiss", "yanmega": "Yanmega", - "leafeon": "Leafeon", - "glaceon": "Glaceon", - "gliscor": "Gliscor", - "mamoswine": "Mamoswine", + "leafeon": "Folipurba", + "glaceon": "Glaziola", + "gliscor": "Skorgro", + "mamoswine": "Mamutel", "porygon_z": "Porygon-Z", - "gallade": "Gallade", - "probopass": "Probopass", - "dusknoir": "Dusknoir", - "froslass": "Froslass", + "gallade": "Galagladi", + "probopass": "Voluminas", + "dusknoir": "Zwirrfinst", + "froslass": "Frosdedje", "rotom": "Rotom", - "uxie": "Uxie", - "mesprit": "Mesprit", - "azelf": "Azelf", + "uxie": "Selfe", + "mesprit": "Vesprit", + "azelf": "Tobutz", "dialga": "Dialga", "palkia": "Palkia", "heatran": "Heatran", @@ -495,116 +495,116 @@ export const pokemon: SimpleTranslationEntries = { "shaymin": "Shaymin", "arceus": "Arceus", "victini": "Victini", - "snivy": "Snivy", - "servine": "Servine", - "serperior": "Serperior", - "tepig": "Tepig", - "pignite": "Pignite", - "emboar": "Emboar", - "oshawott": "Oshawott", - "dewott": "Dewott", - "samurott": "Samurott", - "patrat": "Patrat", - "watchog": "Watchog", - "lillipup": "Lillipup", - "herdier": "Herdier", - "stoutland": "Stoutland", - "purrloin": "Purrloin", - "liepard": "Liepard", - "pansage": "Pansage", - "simisage": "Simisage", - "pansear": "Pansear", - "simisear": "Simisear", - "panpour": "Panpour", - "simipour": "Simipour", - "munna": "Munna", - "musharna": "Musharna", - "pidove": "Pidove", - "tranquill": "Tranquill", - "unfezant": "Unfezant", - "blitzle": "Blitzle", - "zebstrika": "Zebstrika", - "roggenrola": "Roggenrola", - "boldore": "Boldore", - "gigalith": "Gigalith", - "woobat": "Woobat", - "swoobat": "Swoobat", - "drilbur": "Drilbur", - "excadrill": "Excadrill", - "audino": "Audino", - "timburr": "Timburr", - "gurdurr": "Gurdurr", - "conkeldurr": "Conkeldurr", - "tympole": "Tympole", - "palpitoad": "Palpitoad", - "seismitoad": "Seismitoad", - "throh": "Throh", - "sawk": "Sawk", - "sewaddle": "Sewaddle", - "swadloon": "Swadloon", - "leavanny": "Leavanny", - "venipede": "Venipede", - "whirlipede": "Whirlipede", - "scolipede": "Scolipede", - "cottonee": "Cottonee", - "whimsicott": "Whimsicott", - "petilil": "Petilil", - "lilligant": "Lilligant", - "basculin": "Basculin", - "sandile": "Sandile", - "krokorok": "Krokorok", - "krookodile": "Krookodile", - "darumaka": "Darumaka", - "darmanitan": "Darmanitan", - "maractus": "Maractus", - "dwebble": "Dwebble", - "crustle": "Crustle", - "scraggy": "Scraggy", - "scrafty": "Scrafty", - "sigilyph": "Sigilyph", - "yamask": "Yamask", - "cofagrigus": "Cofagrigus", - "tirtouga": "Tirtouga", - "carracosta": "Carracosta", - "archen": "Archen", - "archeops": "Archeops", - "trubbish": "Trubbish", - "garbodor": "Garbodor", + "snivy": "Serpifeu", + "servine": "Efoserp", + "serperior": "Serpiroyal", + "tepig": "Floink", + "pignite": "Ferkokel", + "emboar": "Flambirex", + "oshawott": "Ottaro", + "dewott": "Zwottronin", + "samurott": "Admurai", + "patrat": "Nagelotz", + "watchog": "Kukmarda", + "lillipup": "Yorkleff", + "herdier": "Terribark", + "stoutland": "Bissbark", + "purrloin": "Felilou", + "liepard": "Kleoparda", + "pansage": "Vegimak", + "simisage": "Vegichita", + "pansear": "Grillmak", + "simisear": "Grillchita", + "panpour": "Sodamak", + "simipour": "Sodachita", + "munna": "Somniam", + "musharna": "Somnivora", + "pidove": "Dusslgurr", + "tranquill": "Navitaub", + "unfezant": "Fasasnob", + "blitzle": "Elezeba", + "zebstrika": "Zebritz", + "roggenrola": "Kiesling", + "boldore": "Sedimantur", + "gigalith": "Brockoloss", + "woobat": "Fleknoil", + "swoobat": "Fletiamo", + "drilbur": "Rotomurf", + "excadrill": "Stalobor", + "audino": "Ohrdoch", + "timburr": "Praktibalk", + "gurdurr": "Strepoli", + "conkeldurr": "Meistagriff", + "tympole": "Schallquap", + "palpitoad": "Membrana", + "seismitoad": "Branawarz", + "throh": "Juitesto", + "sawk": "Karadonis", + "sewaddle": "Strawickl", + "swadloon": "Folikon", + "leavanny": "Matrifol", + "venipede": "Toxiped", + "whirlipede": "Rollum", + "scolipede": "Cerapendra", + "cottonee": "Waumboll", + "whimsicott": "Elfun", + "petilil": "Lilminip", + "lilligant": "Dressella", + "basculin": "Barschuft", + "sandile": "Ganovil", + "krokorok": "Rokkaiman", + "krookodile": "Rabigator", + "darumaka": "Flampion", + "darmanitan": "Flampavian", + "maractus": "Maracamba", + "dwebble": "Lithomith", + "crustle": "Castellith", + "scraggy": "Zurrokex", + "scrafty": "Irokex", + "sigilyph": "Symvolara", + "yamask": "Makabaja", + "cofagrigus": "Echnatoll", + "tirtouga": "Galapaflos", + "carracosta": "Karippas", + "archen": "Flapteryx", + "archeops": "Aeropteryx", + "trubbish": "Unratütox", + "garbodor": "Deponitox", "zorua": "Zorua", "zoroark": "Zoroark", - "minccino": "Minccino", - "cinccino": "Cinccino", - "gothita": "Gothita", - "gothorita": "Gothorita", - "gothitelle": "Gothitelle", - "solosis": "Solosis", - "duosion": "Duosion", - "reuniclus": "Reuniclus", - "ducklett": "Ducklett", - "swanna": "Swanna", - "vanillite": "Vanillite", - "vanillish": "Vanillish", - "vanilluxe": "Vanilluxe", - "deerling": "Deerling", - "sawsbuck": "Sawsbuck", + "minccino": "Picochilla", + "cinccino": "Chillabell", + "gothita": "Mollimorba", + "gothorita": "Hypnomorba", + "gothitelle": "Morbitesse", + "solosis": "Monozyto", + "duosion": "Mitodos", + "reuniclus": "Zytomega", + "ducklett": "Piccolente", + "swanna": "Swaroness", + "vanillite": "Gelatini", + "vanillish": "Gelatroppo", + "vanilluxe": "Gelatwino", + "deerling": "Sesokitz", + "sawsbuck": "Kronjuwild", "emolga": "Emolga", - "karrablast": "Karrablast", - "escavalier": "Escavalier", - "foongus": "Foongus", - "amoonguss": "Amoonguss", - "frillish": "Frillish", - "jellicent": "Jellicent", - "alomomola": "Alomomola", - "joltik": "Joltik", - "galvantula": "Galvantula", - "ferroseed": "Ferroseed", - "ferrothorn": "Ferrothorn", - "klink": "Klink", - "klang": "Klang", - "klinklang": "Klinklang", - "tynamo": "Tynamo", - "eelektrik": "Eelektrik", - "eelektross": "Eelektross", + "karrablast": "Laukaps", + "escavalier": "Cavalanzas", + "foongus": "Tarnpignon", + "amoonguss": "Hutsassa", + "frillish": "Quabbel", + "jellicent": "Apoquallyp", + "alomomola": "Mamolida", + "joltik": "Wattzapf", + "galvantula": "Voltula", + "ferroseed": "Kastadur", + "ferrothorn": "Tentantel", + "klink": "Klikk", + "klang": "Kliklak", + "klinklang": "Klikdiklak", + "tynamo": "Zapplardin", + "eelektrik": "Zapplalek", + "eelektross": "Zapplarang", "elgyem": "Elgyem", "beheeyem": "Beheeyem", "litwick": "Litwick", diff --git a/src/locales/de/tutorial.ts b/src/locales/de/tutorial.ts new file mode 100644 index 00000000000..7a27f2077e6 --- /dev/null +++ b/src/locales/de/tutorial.ts @@ -0,0 +1,42 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const tutorial: SimpleTranslationEntries = { + "intro": `Welcome to PokéRogue! This is a battle-focused Pokémon fangame with roguelite elements. + $This game is not monetized and we claim no ownership of Pokémon nor of the copyrighted assets used. + $The game is a work in progress, but fully playable.\nFor bug reports, please use the Discord community. + $If the game runs slowly, please ensure 'Hardware Acceleration' is turned on in your browser settings.`, + + "accessMenu": `To access the menu, press M or Escape while awaiting input.\nThe menu contains settings and various features.`, + + "menu": `From this menu you can access the settings. + $From the settings you can change game speed, window style, and other options. + $There are also various other features here, so be sure to check them all!`, + + "starterSelect": `From this screen, you can select your starters.\nThese are your initial party members. + $Each starter has a value. Your party can have up to\n6 members as long as the total does not exceed 10. + $You can also select gender, ability, and form depending on\nthe variants you've caught or hatched. + $The IVs for a species are also the best of every one you've\ncaught or hatched, so try to get lots of the same species!`, + + "pokerus": `A daily random 3 selectable starters have a purple border. + $If you see a starter you own with one of these,\ntry adding it to your party. Be sure to check its summary!`, + + "statChange": `Stat changes persist across battles as long as your Pokémon aren't recalled. + $Your Pokémon are recalled before a trainer battle and before entering a new biome. + $You can also view the stat changes for the Pokémon on the field by holding C.`, + + "selectItem": `After every battle, you are given a choice of 3 random items.\nYou may only pick one. + $These range from consumables, to Pokémon held items, to passive permanent items. + $Most non-consumable item effects will stack in various ways. + $Some items will only show up if they can be used, such as evolution items. + $You can also transfer held items between Pokémon using the transfer option. + $The transfer option will appear in the bottom right once you have obtained a held item. + $You may purchase consumable items with money, and a larger variety will be available the further you get. + $Be sure to buy these before you pick your random item, as it will progress to the next battle once you do.`, + + "eggGacha": `From this screen, you can redeem your vouchers for\nPokémon eggs. + $Eggs have to be hatched and get closer to hatching after\nevery battle. Rarer eggs take longer to hatch. + $Hatched Pokémon also won't be added to your party, they will\nbe added to your starters. + $Pokémon hatched from eggs generally have better IVs than\nwild Pokémon. + $Some Pokémon can only even be obtained from eggs. + $There are 3 different machines to pull from with different\nbonuses, so pick the one that suits you best!`, +} as const; \ No newline at end of file diff --git a/src/locales/en/menu.ts b/src/locales/en/menu.ts index 22610268ad1..1d840a3eb03 100644 --- a/src/locales/en/menu.ts +++ b/src/locales/en/menu.ts @@ -44,8 +44,22 @@ export const menu: SimpleTranslationEntries = { "playerGo": "Go! {{pokemonName}}!", "trainerGo": "{{trainerName}} sent out {{pokemonName}}!", "switchQuestion": "Will you switch\n{{pokemonName}}?", + "trainerDefeated": `You defeated\n{{trainerName}}!`, + "pokemonCaught": "{{pokemonName}} was caught!", "pokemon": "Pokémon", "sendOutPokemon": "Go! {{pokemonName}}!", + "attackFailed": "But it failed!", + "attackHitsCount": `Hit {{count}} time(s)!`, + "expGain": "{{pokemonName}} gained\n{{exp}} EXP. Points!", + "levelUp": "{{pokemonName}} grew to\nLv. {{level}}!", + "learnMove": "{{pokemonName}} learned\n{{moveName}}!", + "learnMovePrompt": "{{pokemonName}} wants to learn the\nmove {{moveName}}.", + "learnMoveLimitReached": "However, {{pokemonName}} already\nknows four moves.", + "learnMoveReplaceQuestion": "Should a move be forgotten and\nreplaced with {{moveName}}?", + "learnMoveStopTeaching": "Stop trying to teach\n{{moveName}}?", + "learnMoveNotLearned": "{{pokemonName}} did not learn the\nmove {{moveName}}.", + "learnMoveForgetQuestion": "Which move should be forgotten?", + "learnMoveForgetSuccess": "{{pokemonName}} forgot how to\nuse {{moveName}}.", "levelCapUp": "The level cap\nhas increased to {{levelCap}}!", "moveNotImplemented": "{{moveName}} is not yet implemented and cannot be selected.", "moveDisabled": "{{moveName}} is disabled!", @@ -56,7 +70,17 @@ export const menu: SimpleTranslationEntries = { "noEscapeForce": "An unseen force\nprevents escape.", "noEscapeTrainer": "You can't run\nfrom a trainer battle!", "noEscapePokemon": "{{pokemonName}}'s {{moveName}}\nprevents {{escapeVerb}}!", + "runAwaySuccess": "You got away safely!", + "runAwayCannotEscape": 'You can\'t escape!', "escapeVerbSwitch": "switching", "escapeVerbFlee": "fleeing", "notDisabled": "{{moveName}} is disabled\nno more!", + "skipItemQuestion": "Are you sure you want to skip taking an item?", + "eggHatching": "Oh?", + "ivScannerUseQuestion": "Use IV Scanner on {{pokemonName}}?", + "rankings": "Rankings", + "dailyRankings": "Daily Rankings", + "noRankings": "No Rankings", + "loading": "Loading…", + "playersOnline": "Players Online" } as const; \ No newline at end of file diff --git a/src/locales/en/tutorial.ts b/src/locales/en/tutorial.ts new file mode 100644 index 00000000000..7a27f2077e6 --- /dev/null +++ b/src/locales/en/tutorial.ts @@ -0,0 +1,42 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const tutorial: SimpleTranslationEntries = { + "intro": `Welcome to PokéRogue! This is a battle-focused Pokémon fangame with roguelite elements. + $This game is not monetized and we claim no ownership of Pokémon nor of the copyrighted assets used. + $The game is a work in progress, but fully playable.\nFor bug reports, please use the Discord community. + $If the game runs slowly, please ensure 'Hardware Acceleration' is turned on in your browser settings.`, + + "accessMenu": `To access the menu, press M or Escape while awaiting input.\nThe menu contains settings and various features.`, + + "menu": `From this menu you can access the settings. + $From the settings you can change game speed, window style, and other options. + $There are also various other features here, so be sure to check them all!`, + + "starterSelect": `From this screen, you can select your starters.\nThese are your initial party members. + $Each starter has a value. Your party can have up to\n6 members as long as the total does not exceed 10. + $You can also select gender, ability, and form depending on\nthe variants you've caught or hatched. + $The IVs for a species are also the best of every one you've\ncaught or hatched, so try to get lots of the same species!`, + + "pokerus": `A daily random 3 selectable starters have a purple border. + $If you see a starter you own with one of these,\ntry adding it to your party. Be sure to check its summary!`, + + "statChange": `Stat changes persist across battles as long as your Pokémon aren't recalled. + $Your Pokémon are recalled before a trainer battle and before entering a new biome. + $You can also view the stat changes for the Pokémon on the field by holding C.`, + + "selectItem": `After every battle, you are given a choice of 3 random items.\nYou may only pick one. + $These range from consumables, to Pokémon held items, to passive permanent items. + $Most non-consumable item effects will stack in various ways. + $Some items will only show up if they can be used, such as evolution items. + $You can also transfer held items between Pokémon using the transfer option. + $The transfer option will appear in the bottom right once you have obtained a held item. + $You may purchase consumable items with money, and a larger variety will be available the further you get. + $Be sure to buy these before you pick your random item, as it will progress to the next battle once you do.`, + + "eggGacha": `From this screen, you can redeem your vouchers for\nPokémon eggs. + $Eggs have to be hatched and get closer to hatching after\nevery battle. Rarer eggs take longer to hatch. + $Hatched Pokémon also won't be added to your party, they will\nbe added to your starters. + $Pokémon hatched from eggs generally have better IVs than\nwild Pokémon. + $Some Pokémon can only even be obtained from eggs. + $There are 3 different machines to pull from with different\nbonuses, so pick the one that suits you best!`, +} as const; \ No newline at end of file diff --git a/src/locales/es/command-ui-handler.ts b/src/locales/es/command-ui-handler.ts index 889c1378b08..237e779db03 100644 --- a/src/locales/es/command-ui-handler.ts +++ b/src/locales/es/command-ui-handler.ts @@ -1,9 +1,9 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const commandUiHandler: SimpleTranslationEntries = { - "fight": "Fight", + "fight": "Luchar", "ball": "Ball", "pokemon": "Pokémon", - "run": "Run", - "actionMessage": "What will\n{{pokemonName}} do?", + "run": "Huir", + "actionMessage": "¿Qué debería\nhacer {{pokemonName}}?", } as const; \ No newline at end of file diff --git a/src/locales/es/menu-ui-handler.ts b/src/locales/es/menu-ui-handler.ts index 5fde37ae360..ba7ea78fd8f 100644 --- a/src/locales/es/menu-ui-handler.ts +++ b/src/locales/es/menu-ui-handler.ts @@ -1,23 +1,23 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const menuUiHandler: SimpleTranslationEntries = { - "GAME_SETTINGS": 'Game Settings', - "ACHIEVEMENTS": "Achievements", - "STATS": "Stats", - "VOUCHERS": "Vouchers", - "EGG_LIST": "Egg List", - "EGG_GACHA": "Egg Gacha", - "MANAGE_DATA": "Manage Data", - "COMMUNITY": "Community", - "RETURN_TO_TITLE": "Return To Title", - "LOG_OUT": "Log Out", - "slot": "Slot {{slotNumber}}", - "importSession": "Import Session", - "importSlotSelect": "Select a slot to import to.", - "exportSession": "Export Session", - "exportSlotSelect": "Select a slot to export from.", - "importData": "Import Data", - "exportData": "Export Data", - "cancel": "Cancel", - "losingProgressionWarning": "You will lose any progress since the beginning of the battle. Proceed?" + "GAME_SETTINGS": 'Ajustes', + "ACHIEVEMENTS": "Logros", + "STATS": "Estadísticas", + "VOUCHERS": "Vales", + "EGG_LIST": "Lista de Huevos", + "EGG_GACHA": "Gacha de Huevos", + "MANAGE_DATA": "Gestionar Datos", + "COMMUNITY": "Comunidad", + "RETURN_TO_TITLE": "Volver al Título", + "LOG_OUT": "Cerrar Sesión", + "slot": "Ranura {{slotNumber}}", + "importSession": "Importar Sesión", + "importSlotSelect": "Selecciona una ranura para importar.", + "exportSession": "Exportar Sesión", + "exportSlotSelect": "Selecciona una ranura para exportar.", + "importData": "Importar Datos", + "exportData": "Exportar Datos", + "cancel": "Cancelar", + "losingProgressionWarning": "Perderás cualquier progreso desde el inicio de la batalla. ¿Continuar?" } as const; \ No newline at end of file diff --git a/src/locales/es/menu.ts b/src/locales/es/menu.ts index 734219f2a16..e72710cee37 100644 --- a/src/locales/es/menu.ts +++ b/src/locales/es/menu.ts @@ -20,7 +20,7 @@ export const menu: SimpleTranslationEntries = { "boy": "Chico", "girl": "Chica", "bossAppeared": "¡{{bossName}} te corta el paso!", - "trainerAppeared": "¡{{trainerName}}\n te desafía!", + "trainerAppeared": "¡{{trainerName}}\nte desafía!", "singleWildAppeared": "¡Un {{pokemonName}} salvaje te corta el paso!", "multiWildAppeared": "¡Un {{pokemonName1}} y un {{pokemonName2}} salvajes\nte cortan el paso!", "playerComeBack": "¡{{pokemonName}}, ven aquí!", @@ -28,8 +28,22 @@ export const menu: SimpleTranslationEntries = { "playerGo": "¡Adelante, {{pokemonName}}!", "trainerGo": "¡{{trainerName}} saca a {{pokemonName}}!", "switchQuestion": "¿Quieres cambiar a\n{{pokemonName}}?", + "trainerDefeated": "¡Has derrotado a\n{{trainerName}}!", + "pokemonCaught": "¡{{pokemonName}} atrapado!", "pokemon": "Pokémon", "sendOutPokemon": "¡Adelante, {{pokemonName}}!", + "attackFailed": "¡Pero ha fallado!", + "attackHitsCount": `N.º de golpes: {{count}}.`, + "expGain": "{{pokemonName}} ha ganado\n{{exp}} puntos de experiencia.", + "levelUp": "¡{{pokemonName}} ha subido al \nNv. {{level}}!", + "learnMove": "¡{{pokemonName}} ha aprendido {{moveName}}!", + "learnMovePrompt": "{{pokemonName}} quiere aprender {{moveName}}.", + "learnMoveLimitReached": "Pero, {{pokemonName}} ya conoce\ncuatro movimientos.", + "learnMoveReplaceQuestion": "¿Quieres sustituir uno de sus movimientos por {{moveName}}?", + "learnMoveStopTeaching": "¿Prefieres que no aprenda\n{{moveName}}?", + "learnMoveNotLearned": "{{pokemonName}} no ha aprendido {{moveName}}.", + "learnMoveForgetQuestion": "¿Qué movimiento quieres que olvide?", + "learnMoveForgetSuccess": "{{pokemonName}} ha olvidado cómo utilizar {{moveName}}.", "levelCapUp": "¡Se ha incrementado el\nnivel máximo a {{levelCap}}!", "moveNotImplemented": "{{moveName}} aún no está implementado y no se puede seleccionar.", "moveDisabled": "!No puede usar {{moveName}} porque ha sido anulado!", @@ -40,7 +54,17 @@ export const menu: SimpleTranslationEntries = { "noEscapeForce": "Una fuerza misteriosa\nte impide huir.", "noEscapeTrainer": "¡No puedes huir de los\ncombates contra Entrenadores!", "noEscapePokemon": "¡El movimiento {{moveName}} de {{pokemonName}} impide la huida!", + "runAwaySuccess": "¡Escapas sin problemas!", + "runAwayCannotEscape": "¡No has podido escapar!", "escapeVerbSwitch": "cambiar", "escapeVerbFlee": "huir", - "notDisabled": "¡El movimiento {{moveName}}\n ya no está anulado!", + "notDisabled": "¡El movimiento {{moveName}}\nya no está anulado!", + "skipItemQuestion": "¿Estás seguro de que no quieres coger un objeto?", + "eggHatching": "¿Y esto?", + "ivScannerUseQuestion": "¿Quieres usar el Escáner de IVs en {{pokemonName}}?", + "rankings": "Rankings", + "dailyRankings": "Daily Rankings", + "noRankings": "No Rankings", + "loading": "Loading…", + "playersOnline": "Players Online" } as const; \ No newline at end of file diff --git a/src/locales/es/pokemon-stat.ts b/src/locales/es/pokemon-stat.ts index 7a209461b11..276b099bf74 100644 --- a/src/locales/es/pokemon-stat.ts +++ b/src/locales/es/pokemon-stat.ts @@ -1,16 +1,16 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { - "HP": "Max. HP", - "HPshortened": "MaxHP", - "ATK": "Attack", - "ATKshortened": "Atk", - "DEF": "Defense", - "DEFshortened": "Def", - "SPATK": "Sp. Atk", - "SPATKshortened": "SpAtk", - "SPDEF": "Sp. Def", - "SPDEFshortened": "SpDef", - "SPD": "Speed", - "SPDshortened": "Spd" + "HP": "PV", + "HPshortened": "PV", + "ATK": "Ataque", + "ATKshortened": "Ataque", + "DEF": "Defensa", + "DEFshortened": "Defensa", + "SPATK": "At. Esp.", + "SPATKshortened": "At. Esp.", + "SPDEF": "Def. Esp.", + "SPDEFshortened": "Def. Esp.", + "SPD": "Velocidad", + "SPDshortened": "Veloc." } as const; \ No newline at end of file diff --git a/src/locales/es/pokemon.ts b/src/locales/es/pokemon.ts index 09be8894eb4..7826e15ba67 100644 --- a/src/locales/es/pokemon.ts +++ b/src/locales/es/pokemon.ts @@ -772,7 +772,7 @@ export const pokemon: SimpleTranslationEntries = { "sandygast": "Sandygast", "palossand": "Palossand", "pyukumuku": "Pyukumuku", - "type_null": "Type: Null", + "type_null": "Código Cero", "silvally": "Silvally", "minior": "Minior", "komala": "Komala", @@ -984,18 +984,18 @@ export const pokemon: SimpleTranslationEntries = { "farigiraf": "Farigiraf", "dudunsparce": "Dudunsparce", "kingambit": "Kingambit", - "great_tusk": "Great Tusk", - "scream_tail": "Scream Tail", - "brute_bonnet": "Brute Bonnet", - "flutter_mane": "Flutter Mane", - "slither_wing": "Slither Wing", - "sandy_shocks": "Sandy Shocks", - "iron_treads": "Iron Treads", - "iron_bundle": "Iron Bundle", - "iron_hands": "Iron Hands", - "iron_jugulis": "Iron Jugulis", - "iron_moth": "Iron Moth", - "iron_thorns": "Iron Thorns", + "great_tusk": "Colmilargo", + "scream_tail": "Colagrito", + "brute_bonnet": "Furioseta", + "flutter_mane": "Melenaleteo", + "slither_wing": "Reptalada", + "sandy_shocks": "Pelarena", + "iron_treads": "Ferrodada", + "iron_bundle": "Ferrosaco", + "iron_hands": "Ferropalmas", + "iron_jugulis": "Ferrocuello", + "iron_moth": "Ferropolilla", + "iron_thorns": "Ferropúas", "frigibax": "Frigibax", "arctibax": "Arctibax", "baxcalibur": "Baxcalibur", @@ -1005,12 +1005,12 @@ export const pokemon: SimpleTranslationEntries = { "chien_pao": "Chien-Pao", "ting_lu": "Ting-Lu", "chi_yu": "Chi-Yu", - "roaring_moon": "Roaring Moon", - "iron_valiant": "Iron Valiant", + "roaring_moon": "Bramaluna", + "iron_valiant": "Ferropaladín", "koraidon": "Koraidon", "miraidon": "Miraidon", - "walking_wake": "Walking Wake", - "iron_leaves": "Iron Leaves", + "walking_wake": "Ondulagua", + "iron_leaves": "Ferroverdor", "dipplin": "Dipplin", "poltchageist": "Poltchageist", "sinistcha": "Sinistcha", @@ -1020,10 +1020,10 @@ export const pokemon: SimpleTranslationEntries = { "ogerpon": "Ogerpon", "archaludon": "Archaludon", "hydrapple": "Hydrapple", - "gouging_fire": "Gouging Fire", - "raging_bolt": "Raging Bolt", - "iron_boulder": "Iron Boulder", - "iron_crown": "Iron Crown", + "gouging_fire": "Flamariete", + "raging_bolt": "Electrofuria", + "iron_boulder": "Ferromole", + "iron_crown": "Ferrotesta", "terapagos": "Terapagos", "pecharunt": "Pecharunt", "alola_rattata": "Rattata", @@ -1083,4 +1083,4 @@ export const pokemon: SimpleTranslationEntries = { "paldea_tauros": "Tauros", "paldea_wooper": "Wooper", "bloodmoon_ursaluna": "Ursaluna", -} as const; \ No newline at end of file +} as const; diff --git a/src/locales/es/tutorial.ts b/src/locales/es/tutorial.ts new file mode 100644 index 00000000000..7a27f2077e6 --- /dev/null +++ b/src/locales/es/tutorial.ts @@ -0,0 +1,42 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const tutorial: SimpleTranslationEntries = { + "intro": `Welcome to PokéRogue! This is a battle-focused Pokémon fangame with roguelite elements. + $This game is not monetized and we claim no ownership of Pokémon nor of the copyrighted assets used. + $The game is a work in progress, but fully playable.\nFor bug reports, please use the Discord community. + $If the game runs slowly, please ensure 'Hardware Acceleration' is turned on in your browser settings.`, + + "accessMenu": `To access the menu, press M or Escape while awaiting input.\nThe menu contains settings and various features.`, + + "menu": `From this menu you can access the settings. + $From the settings you can change game speed, window style, and other options. + $There are also various other features here, so be sure to check them all!`, + + "starterSelect": `From this screen, you can select your starters.\nThese are your initial party members. + $Each starter has a value. Your party can have up to\n6 members as long as the total does not exceed 10. + $You can also select gender, ability, and form depending on\nthe variants you've caught or hatched. + $The IVs for a species are also the best of every one you've\ncaught or hatched, so try to get lots of the same species!`, + + "pokerus": `A daily random 3 selectable starters have a purple border. + $If you see a starter you own with one of these,\ntry adding it to your party. Be sure to check its summary!`, + + "statChange": `Stat changes persist across battles as long as your Pokémon aren't recalled. + $Your Pokémon are recalled before a trainer battle and before entering a new biome. + $You can also view the stat changes for the Pokémon on the field by holding C.`, + + "selectItem": `After every battle, you are given a choice of 3 random items.\nYou may only pick one. + $These range from consumables, to Pokémon held items, to passive permanent items. + $Most non-consumable item effects will stack in various ways. + $Some items will only show up if they can be used, such as evolution items. + $You can also transfer held items between Pokémon using the transfer option. + $The transfer option will appear in the bottom right once you have obtained a held item. + $You may purchase consumable items with money, and a larger variety will be available the further you get. + $Be sure to buy these before you pick your random item, as it will progress to the next battle once you do.`, + + "eggGacha": `From this screen, you can redeem your vouchers for\nPokémon eggs. + $Eggs have to be hatched and get closer to hatching after\nevery battle. Rarer eggs take longer to hatch. + $Hatched Pokémon also won't be added to your party, they will\nbe added to your starters. + $Pokémon hatched from eggs generally have better IVs than\nwild Pokémon. + $Some Pokémon can only even be obtained from eggs. + $There are 3 different machines to pull from with different\nbonuses, so pick the one that suits you best!`, +} as const; \ No newline at end of file diff --git a/src/locales/fr/ability.ts b/src/locales/fr/ability.ts index c23ea295a26..a0c7f2d1b5d 100644 --- a/src/locales/fr/ability.ts +++ b/src/locales/fr/ability.ts @@ -1061,11 +1061,11 @@ export const ability: AbilityTranslationEntries = { name: "Sombre Ruade", description: "Quand le Pokémon met un ennemi K.O., il émet un hennissement terrifiant qui augmente son Attaque Spéciale.", }, - asOne: { + asOneGlastrier: { name: "Osmose Équine", description: "Les talents Tension de Sylveroy et Blanche Ruade de Blizzeval sont cumulés.", }, - asOne: { + asOneSpectrier: { name: "Osmose Équine", description: "Les talents Tension de Sylveroy et Sombre Ruade de Spectreval sont cumulés.", }, diff --git a/src/locales/fr/menu.ts b/src/locales/fr/menu.ts index b05e7e6940d..037f0f3b5e2 100644 --- a/src/locales/fr/menu.ts +++ b/src/locales/fr/menu.ts @@ -8,25 +8,25 @@ export const menu: SimpleTranslationEntries = { "newGame": "Nouvelle partie", "selectGameMode": "Sélectionnez un mode de jeu.", "logInOrCreateAccount": "Connectez-vous ou créez un compte pour commencer. Aucun e-mail requis !", - "username": "Nom d'utilisateur", + "username": "Nom d’utilisateur", "password": "Mot de passe", "login": "Connexion", - "register": "S'inscrire", - "emptyUsername": "Le nom d'utilisateur est manquant", - "invalidLoginUsername": "Le nom d'utilisateur n'est pas valide", - "invalidRegisterUsername": "Le nom d'utilisateur ne doit contenir que\ndes lettres, chiffres ou traits bas", - "invalidLoginPassword": "Le mot de passe n'est pas valide", + "register": "S’inscrire", + "emptyUsername": "Le nom d’utilisateur est manquant", + "invalidLoginUsername": "Le nom d’utilisateur n’est pas valide", + "invalidRegisterUsername": "Le nom d’utilisateur ne doit contenir que\ndes lettres, chiffres ou traits bas", + "invalidLoginPassword": "Le mot de passe n’est pas valide", "invalidRegisterPassword": "Le mot de passe doit contenir 6 caractères ou plus", - "usernameAlreadyUsed": "Le nom d'utilisateur est déjà utilisé", - "accountNonExistent": "Le nom d'utilisateur n'existe pas", - "unmatchingPassword": "Le mot de passe n'est pas correct", + "usernameAlreadyUsed": "Le nom d’utilisateur est déjà utilisé", + "accountNonExistent": "Le nom d’utilisateur n’existe pas", + "unmatchingPassword": "Le mot de passe n’est pas correct", "passwordNotMatchingConfirmPassword": "Les mots de passe ne correspondent pas", "confirmPassword": "Confirmer le MDP", "registrationAgeWarning": "Vous confirmez en vous inscrivant que vous avez 13 ans ou plus.", "backToLogin": "Retour", - "failedToLoadSaveData": "Échec du chargement des données. Veuillez recharger la page.\nSi cela continue, veuillez contacter l'administrateur.", + "failedToLoadSaveData": "Échec du chargement des données. Veuillez recharger la page.\nSi cela continue, veuillez contacter l’administrateur.", "sessionSuccess": "Session chargée avec succès.", - "failedToLoadSession": "Vos données de session n'ont pas pu être chargées.\nElles pourraient être corrompues.", + "failedToLoadSession": "Vos données de session n’ont pas pu être chargées.\nElles pourraient être corrompues.", "boyOrGirl": "Es-tu un garçon ou une fille ?", "boy": "Garçon", "girl": "Fille", @@ -39,19 +39,43 @@ export const menu: SimpleTranslationEntries = { "playerGo": "{{pokemonName}} ! Go !", "trainerGo": "{{pokemonName}} est envoyé par\n{{trainerName}} !", "switchQuestion": "Voulez-vous changer\n{{pokemonName}} ?", + "trainerDefeated": `Vous avez battu\n{{trainerName}} !`, + "pokemonCaught": "Vous avez attrapé {{pokemonName}} !", "pokemon": "Pokémon", "sendOutPokemon": "{{pokemonName}} ! Go !", + "attackFailed": "Mais cela échoue !", + "attackHitsCount": `Touché {{count}} fois !`, + "expGain": "{{pokemonName}} gagne\n{{exp}} Points d’Exp !", + "levelUp": "{{pokemonName}} monte au\nN. {{level}} !", + "learnMove": "{{pokemonName}} apprend \n{{moveName}} !", + "learnMovePrompt": "{{pokemonName}} veut apprendre\n{{moveName}}.", + "learnMoveLimitReached": "Cependant, {{pokemonName}} connait\ndéjà quatre capacités.", + "learnMoveReplaceQuestion": "Voulez-vous oublier une capacité\net la remplacer par {{moveName}} ?", + "learnMoveStopTeaching": "Arrêter d’apprendre\n{{moveName}} ?", + "learnMoveNotLearned": "{{pokemonName}} n’a pas appris\n{{moveName}}.", + "learnMoveForgetQuestion": "Quelle capacité doit être oubliée ?", + "learnMoveForgetSuccess": "{{pokemonName}} oublie comment\nutiliser {{moveName}}.", "levelCapUp": "La limite de niveau\na été augmentée à {{levelCap}} !", - "moveNotImplemented": "{{moveName}} n'est pas encore implémenté et ne peut pas être sélectionné.", + "moveNotImplemented": "{{moveName}} n’est pas encore implémenté et ne peut pas être sélectionné.", "moveDisabled": "{{moveName}} est sous entrave !", - "noPokeballForce": "Une force mystérieuse\nempêche l'utilisation des Poké Balls.", - "noPokeballTrainer": "Le Dresseur détourne la Ball\nVoler, c'est mal !", + "noPokeballForce": "Une force mystérieuse\nempêche l’utilisation des Poké Balls.", + "noPokeballTrainer": "Le Dresseur détourne la Ball\nVoler, c’est mal !", "noPokeballMulti": "Impossible ! On ne peut pas viser\nquand il y a deux Pokémon!", - "noPokeballStrong": "Le Pokémon est trop fort pour être capturé !\nVous devez d'abord l'affaiblir !", + "noPokeballStrong": "Le Pokémon est trop fort pour être capturé !\nVous devez d’abord l’affaiblir !", "noEscapeForce": "Une force mystérieuse\nempêche la fuite.", - "noEscapeTrainer": "On ne s'enfuit pas d'un\ncombat de Dresseurs !", + "noEscapeTrainer": "On ne s’enfuit pas d’un\ncombat de Dresseurs !", "noEscapePokemon": "{{moveName}} de {{pokemonName}}\nempêche {{escapeVerb}} !", + "runAwaySuccess": "Vous prenez la fuite !", + "runAwayCannotEscape": "Fuite impossible !", "escapeVerbSwitch": "le changement", "escapeVerbFlee": "la fuite", - "notDisabled": "{{moveName}} n'est plus sous entrave !", -} as const; \ No newline at end of file + "notDisabled": "{{moveName}} n’est plus sous entrave !", + "skipItemQuestion": "Êtes-vous sûr·e de ne pas vouloir prendre d’objet ?", + "eggHatching": "Oh ?", + "ivScannerUseQuestion": "Utiliser le Scanner d’IV sur {{pokemonName}} ?", + "rankings": "Classement", + "dailyRankings": "Classement du Jour", + "noRankings": "Pas de Classement", + "loading": "Chargement…", + "playersOnline": "Joueurs Connectés" +} as const; diff --git a/src/locales/fr/move.ts b/src/locales/fr/move.ts index 867fbd4f489..b6d17252b59 100644 --- a/src/locales/fr/move.ts +++ b/src/locales/fr/move.ts @@ -390,7 +390,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur se relaxe et allège son corps pour beaucoup augmenter sa Vitesse." }, "quickAttack": { - name: "Vive-attaque", + name: "Vive-Attaque", effect: "Le lanceur fonce sur la cible si rapidement qu’on parvient à peine à le discerner. Frappe en priorité." }, "rage": { @@ -490,8 +490,8 @@ export const move: MoveTranslationEntries = { effect: "Un grand coup de langue qui inflige des dégâts à la cible et peut aussi la paralyser (30% de chances)." }, "smog": { - name: "Bain de Smog", - effect: "Le lanceur projette de la boue bizarre sur la cible. Les changements de stats de la cible sont annulés." + name: "Purédpois", + effect: "Le lanceur attaque à l'aide d'une éruption de gaz répugnants qui peuvent aussi empoisonner la cible." }, "sludge": { name: "Détritus", @@ -1090,7 +1090,7 @@ export const move: MoveTranslationEntries = { effect: "Imite la cible et copie son talent." }, "wish": { - name: "Voeu", + name: "Vœu", effect: "Un vœu qui permet au lanceur ou au Pokémon entrant sur le terrain au tour suivant de récupérer la moitié des PV max du lanceur." }, "assist": { @@ -1410,7 +1410,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur projette une aura aquatique sur la cible, et peut la rendre confuse." }, "doomDesire": { - name: "Voeu Destructeur", + name: "Vœu Destructeur", effect: "Le lanceur génère une sphère lumineuse qu’il projette sur l’ennemi deux tours plus tard." }, "psychoBoost": { @@ -1442,7 +1442,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur effectue une rotation rapide et frappe la cible. Plus la Vitesse du lanceur est basse par rapport à celle de la cible, plus il inflige de dégâts." }, "healingWish": { - name: "Voeu Soin", + name: "Vœu Soin", effect: "Le lanceur tombe K.O. pour soigner les altérations de statut et les PV du Pokémon qui viendra le remplacer sur le terrain." }, "brine": { @@ -1786,7 +1786,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur fait flotter des pierres autour de la cible qui blessent tout adversaire entrant au combat." }, "grassKnot": { - name: "Noeud Herbe", + name: "Nœud Herbe", effect: "Le lanceur fait des nœuds dans l’herbe pour faire trébucher la cible. Plus la cible est lourde, plus la puissance de cette capacité augmente." }, "chatter": { @@ -2030,7 +2030,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur emmène l’ennemi dans les airs au premier tour et le lâche dans le vide au second. L’ennemi saisi ne peut pas attaquer." }, "shiftGear": { - name: "Chgt Vitesse", + name: "Change-Vitesse", effect: "Le lanceur fait tourner ses engrenages. Cela augmente son Attaque et augmente beaucoup sa Vitesse." }, "circleThrow": { @@ -2858,7 +2858,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur attaque avec un rayon de lumière mystérieux. Ignore le talent de la cible." }, "tearfulLook": { - name: "Larme à l’Oeil", + name: "Larme à l’Œil", effect: "Le lanceur regarde la cible avec des yeux remplis de larmes. Celle-ci perd toute combativité et voit son Attaque et son Attaque Spéciale baisser." }, "zingZap": { @@ -3362,7 +3362,7 @@ export const move: MoveTranslationEntries = { effect: "Le lanceur entaille la cible avec ses ailes renforcées par une émanation psychique. Taux de critiques élevé. Cela augmente la Vitesse du lanceur." }, "bitterMalice": { - name: "Coeur de Rancoeur", + name: "Cœur de Rancœur", effect: "Une rancœur glaciale frappe la cible et baisse son Attaque." }, "shelter": { diff --git a/src/locales/fr/pokemon.ts b/src/locales/fr/pokemon.ts index fa543852b19..fc0ed5e1074 100644 --- a/src/locales/fr/pokemon.ts +++ b/src/locales/fr/pokemon.ts @@ -75,7 +75,7 @@ export const pokemon: SimpleTranslationEntries = { "tentacool": "Tentacool", "tentacruel": "Tentacruel", "geodude": "Racaillou", - "graveler": "Gravalanche", + "graveler": "Gravalanch", "golem": "Grolem", "ponyta": "Ponyta", "rapidash": "Galopa", @@ -279,7 +279,7 @@ export const pokemon: SimpleTranslationEntries = { "taillow": "Nirondelle", "swellow": "Hélédelle", "wingull": "Goélise", - "pelipper": "Békipan", + "pelipper": "Bekipan", "ralts": "Tarsal", "kirlia": "Kirlia", "gardevoir": "Gardevoir", @@ -307,7 +307,7 @@ export const pokemon: SimpleTranslationEntries = { "aron": "Galekid", "lairon": "Galegon", "aggron": "Galeking", - "meditite": "Méditika", + "meditite": "Méditikka", "medicham": "Charmina", "electrike": "Dynavolt", "manectric": "Élecsprint", @@ -573,7 +573,7 @@ export const pokemon: SimpleTranslationEntries = { "zorua": "Zorua", "zoroark": "Zoroark", "minccino": "Chinchidou", - "cinccino": "Pasmilla", + "cinccino": "Pashmilla", "gothita": "Scrutella", "gothorita": "Mesmérella", "gothitelle": "Sidérella", @@ -766,7 +766,7 @@ export const pokemon: SimpleTranslationEntries = { "tsareena": "Sucreine", "comfey": "Guérilande", "oranguru": "Gouroutan", - "passimian": "Quatermac", + "passimian": "Quartermac", "wimpod": "Sovkipou", "golisopod": "Sarmuraï", "sandygast": "Bacabouh", diff --git a/src/locales/fr/tutorial.ts b/src/locales/fr/tutorial.ts new file mode 100644 index 00000000000..e280ee2d5dc --- /dev/null +++ b/src/locales/fr/tutorial.ts @@ -0,0 +1,47 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const tutorial: SimpleTranslationEntries = { + "intro": `Bienvenue dans PokéRogue, un fangame axé sur les combats Pokémon avec des éléments roguelite ! + $Ce jeu n’est pas monétisé et nous ne prétendons pas à la propriété de Pokémon, ni des éléments sous copyright + $utilisés. + $Ce jeu est toujours en développement, mais entièrement jouable. + $Tout signalement de bugs passe par le serveur Discord. + $Si le jeu est lent, vérifiez que l’Accélération Matérielle est activée dans les paramètres du navigateur.`, + + "accessMenu": `Accédez au menu avec M ou Échap lors de l'attente d’une\naction. + $Il contient les paramètres et diverses fonctionnalités`, + + "menu": `Vous pouvez accéder aux paramètres depuis ce menu. + $Vous pouvez entre autres y changer la vitesse du jeu ou le style de fenêtre. + $Il y a également toute une variété d’autres fonctionnalités, + $jetez-y un œil !`, + + "starterSelect": `Choisissez vos starters depuis cet écran.\nIls formeront votre équipe de départ. + $Chacun possède une valeur. Votre équipe peut avoir jusqu’à\n6 membres, tant que vous ne dépassez pas un coût de 10. + $Vous pouvez aussi choisir le sexe, le talent et la forme en\nfonction des variants déjà capturés ou éclos. + $Les IVs d’un starter sont les meilleurs de tous ceux de son\nespèce déjà obtenus. Essayez donc d’en obtenir plusieurs !`, + + "pokerus": `Chaque jour, 3 starters tirés aléatoirement ont un contour + $violet. Si un starter que vous possédez l’a, essayez de + $ l’ajouter à votre équipe. Vérifiez bien son résumé !`, + + "statChange": `Stat changes persist across battles as long as your Pokémon aren't recalled. + $Your Pokémon are recalled before a trainer battle and before entering a new biome. + $You can also view the stat changes for the Pokémon on the field by holding C.`, + + "selectItem": `Après chaque combat, vous avez le choix entre 3 objets\ntirés au sort. Vous ne pouvez en prendre qu’un. + $Cela peut être des objets consommables, des objets à\nfaire tenir, ou des objets passifs aux effets permanents. + $La plupart des effets des objets non-consommables se cumuleront de diverses manières. + $Certains objets apparaîtront s’ils peuvent être utilisés, comme les objets d’évolution. + $Vous pouvez aussi transférer des objets tenus entre Pokémon en utilisant l’option de transfert. + $L’option de transfert apparaît en bas à droite dès que vous avez obtenu un objet à faire tenir. + $Vous pouvez acheter des consommables avec de l’argent.\nPlus vous progressez, plus le choix sera varié. + $Choisir un des objets gratuits déclenchera le prochain combat, donc faites bien tous vos achats avant.`, + + "eggGacha": `Depuis cet écran, vous pouvez échanger vos coupons\ncontre des Œufs de Pokémon. + $Les Œufs éclosent après avoir remporté un certain nombre\nde combats. Les plus rares mettent plus de temps. + $Les Pokémon éclos ne rejoindront pas votre équipe,\nmais seront ajoutés à vos starters. + $Les Pokémon issus d’Œufs ont généralement de\nmeilleurs IVs que les Pokémon sauvages. + $Certains Pokémon ne peuvent être obtenus\nque dans des Œufs. + $Il y a 3 différentes machines à actionner avec différents\nbonus, prenez celle qui vous convient le mieux !`, +} as const; \ No newline at end of file diff --git a/src/locales/it/menu.ts b/src/locales/it/menu.ts index 872315d77c0..b9e288c26ce 100644 --- a/src/locales/it/menu.ts +++ b/src/locales/it/menu.ts @@ -6,5 +6,10 @@ export const menu: SimpleTranslationEntries = { "newGame": "Nuova Partita", "loadGame": "Carica Partita", "dailyRun": "Corsa Giornaliera (Beta)", - "selectGameMode": "Seleziona una modalità di gioco." + "selectGameMode": "Seleziona una modalità di gioco.", + "rankings": "Rankings", + "dailyRankings": "Daily Rankings", + "noRankings": "No Rankings", + "loading": "Loading…", + "playersOnline": "Players Online" } as const; \ No newline at end of file diff --git a/src/locales/it/tutorial.ts b/src/locales/it/tutorial.ts new file mode 100644 index 00000000000..7a27f2077e6 --- /dev/null +++ b/src/locales/it/tutorial.ts @@ -0,0 +1,42 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const tutorial: SimpleTranslationEntries = { + "intro": `Welcome to PokéRogue! This is a battle-focused Pokémon fangame with roguelite elements. + $This game is not monetized and we claim no ownership of Pokémon nor of the copyrighted assets used. + $The game is a work in progress, but fully playable.\nFor bug reports, please use the Discord community. + $If the game runs slowly, please ensure 'Hardware Acceleration' is turned on in your browser settings.`, + + "accessMenu": `To access the menu, press M or Escape while awaiting input.\nThe menu contains settings and various features.`, + + "menu": `From this menu you can access the settings. + $From the settings you can change game speed, window style, and other options. + $There are also various other features here, so be sure to check them all!`, + + "starterSelect": `From this screen, you can select your starters.\nThese are your initial party members. + $Each starter has a value. Your party can have up to\n6 members as long as the total does not exceed 10. + $You can also select gender, ability, and form depending on\nthe variants you've caught or hatched. + $The IVs for a species are also the best of every one you've\ncaught or hatched, so try to get lots of the same species!`, + + "pokerus": `A daily random 3 selectable starters have a purple border. + $If you see a starter you own with one of these,\ntry adding it to your party. Be sure to check its summary!`, + + "statChange": `Stat changes persist across battles as long as your Pokémon aren't recalled. + $Your Pokémon are recalled before a trainer battle and before entering a new biome. + $You can also view the stat changes for the Pokémon on the field by holding C.`, + + "selectItem": `After every battle, you are given a choice of 3 random items.\nYou may only pick one. + $These range from consumables, to Pokémon held items, to passive permanent items. + $Most non-consumable item effects will stack in various ways. + $Some items will only show up if they can be used, such as evolution items. + $You can also transfer held items between Pokémon using the transfer option. + $The transfer option will appear in the bottom right once you have obtained a held item. + $You may purchase consumable items with money, and a larger variety will be available the further you get. + $Be sure to buy these before you pick your random item, as it will progress to the next battle once you do.`, + + "eggGacha": `From this screen, you can redeem your vouchers for\nPokémon eggs. + $Eggs have to be hatched and get closer to hatching after\nevery battle. Rarer eggs take longer to hatch. + $Hatched Pokémon also won't be added to your party, they will\nbe added to your starters. + $Pokémon hatched from eggs generally have better IVs than\nwild Pokémon. + $Some Pokémon can only even be obtained from eggs. + $There are 3 different machines to pull from with different\nbonuses, so pick the one that suits you best!`, +} as const; \ No newline at end of file diff --git a/src/modifier/modifier-type.ts b/src/modifier/modifier-type.ts index 76ab3bd5f78..6237e8b5a50 100644 --- a/src/modifier/modifier-type.ts +++ b/src/modifier/modifier-type.ts @@ -20,6 +20,7 @@ import { FormChangeItem, SpeciesFormChangeItemTrigger, pokemonFormChanges } from import { ModifierTier } from './modifier-tier'; import { Nature, getNatureName, getNatureStatMultiplier } from '#app/data/nature'; import { Localizable } from '#app/plugins/i18n'; +import { getModifierTierTextTint } from '#app/ui/text'; const outputModifierData = false; const useMaxWeightForOutput = false; @@ -1428,11 +1429,11 @@ function getNewModifierTypeOption(party: Pokemon[], poolType: ModifierPoolType, if (!upgradeCount) upgradeCount = 0; if (player && tierValue) { - const partyShinyCount = party.filter(p => p.isShiny() && !p.isFainted()).length; - const upgradeOdds = Math.floor(32 / ((partyShinyCount + 2) / 2)); + const partyLuckValue = getPartyLuckValue(party); + const upgradeOdds = Math.floor(128 / ((partyLuckValue + 4) / 4)); let upgraded = false; do { - upgraded = !Utils.randSeedInt(upgradeOdds); + upgraded = Utils.randSeedInt(upgradeOdds) < 4; if (upgraded) upgradeCount++; } while (upgraded); @@ -1512,6 +1513,20 @@ export class ModifierTypeOption { constructor(type: ModifierType, upgradeCount: integer, cost: number = 0) { this.type = type; this.upgradeCount = upgradeCount; - this.cost = Math.round(cost); + this.cost = Math.min(Math.round(cost), Number.MAX_SAFE_INTEGER); } } + +export function getPartyLuckValue(party: Pokemon[]): integer { + return Phaser.Math.Clamp(party.map(p => p.isFainted() ? 0 : p.getLuck()) + .reduce((total: integer, value: integer) => total += value, 0), 0, 14); +} + +export function getLuckString(luckValue: integer): string { + return [ 'D', 'C', 'C+', 'B-', 'B', 'B+', 'A-', 'A', 'A+', 'A++', 'S', 'S+', 'SS', 'SS+', 'SSS' ][luckValue]; +} + +export function getLuckTextTint(luckValue: integer): integer { + const modifierTier = luckValue ? luckValue > 2 ? luckValue > 5 ? luckValue > 9 ? luckValue > 11 ? ModifierTier.LUXURY : ModifierTier.MASTER : ModifierTier.ROGUE : ModifierTier.ULTRA : ModifierTier.GREAT : ModifierTier.COMMON; + return getModifierTierTextTint(modifierTier); +} \ No newline at end of file diff --git a/src/overrides.ts b/src/overrides.ts new file mode 100644 index 00000000000..732b1a5a45b --- /dev/null +++ b/src/overrides.ts @@ -0,0 +1,23 @@ +import { Species } from './data/enums/species'; +import { Abilities } from "./data/enums/abilities"; +import { Biome } from "./data/enums/biome"; +import { Moves } from "./data/enums/moves"; +import { WeatherType } from "./data/weather"; + +export const SEED_OVERRIDE = ''; +export const STARTER_SPECIES_OVERRIDE = 0; +export const STARTER_FORM_OVERRIDE = 0; +export const STARTING_LEVEL_OVERRIDE = 0; +export const STARTING_WAVE_OVERRIDE = 0; +export const STARTING_BIOME_OVERRIDE = Biome.TOWN; +export const STARTING_MONEY_OVERRIDE = 0; +export const WEATHER_OVERRIDE = WeatherType.NONE; + +export const ABILITY_OVERRIDE = Abilities.NONE; +export const MOVE_OVERRIDE = Moves.NONE; +export const OPP_SPECIES_OVERRIDE = 0; +export const OPP_ABILITY_OVERRIDE = Abilities.NONE; +export const OPP_MOVE_OVERRIDE = Moves.NONE; + +export const OPP_SHINY_OVERRIDE = false; +export const OPP_VARIANT_OVERRIDE = 0; diff --git a/src/phases.ts b/src/phases.ts index c7ff49e2e4c..ceba555f2ce 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -1,8 +1,8 @@ -import BattleScene, { STARTER_FORM_OVERRIDE, STARTER_SPECIES_OVERRIDE, bypassLogin, startingWave } from "./battle-scene"; +import BattleScene, { bypassLogin, startingWave } from "./battle-scene"; import { default as Pokemon, PlayerPokemon, EnemyPokemon, PokemonMove, MoveResult, DamageResult, FieldPosition, HitResult, TurnMove } from "./field/pokemon"; import * as Utils from './utils'; import { Moves } from "./data/enums/moves"; -import { allMoves, applyMoveAttrs, BypassSleepAttr, ChargeAttr, applyFilteredMoveAttrs, HitsTagAttr, MissEffectAttr, MoveAttr, MoveEffectAttr, MoveFlags, MultiHitAttr, OverrideMoveEffectAttr, VariableAccuracyAttr, MoveTarget, OneHitKOAttr, getMoveTargets, MoveTargetSet, MoveEffectTrigger, CopyMoveAttr, AttackMove, SelfStatusMove, DelayedAttackAttr, RechargeAttr, PreMoveMessageAttr, HealStatusEffectAttr, IgnoreOpponentStatChangesAttr, NoEffectAttr, FixedDamageAttr, OneHitKOAccuracyAttr } from "./data/move"; +import { allMoves, applyMoveAttrs, BypassSleepAttr, ChargeAttr, applyFilteredMoveAttrs, HitsTagAttr, MissEffectAttr, MoveAttr, MoveEffectAttr, MoveFlags, MultiHitAttr, OverrideMoveEffectAttr, VariableAccuracyAttr, MoveTarget, OneHitKOAttr, getMoveTargets, MoveTargetSet, MoveEffectTrigger, CopyMoveAttr, AttackMove, SelfStatusMove, DelayedAttackAttr, RechargeAttr, PreMoveMessageAttr, HealStatusEffectAttr, IgnoreOpponentStatChangesAttr, NoEffectAttr, FixedDamageAttr, OneHitKOAccuracyAttr, ForceSwitchOutAttr } from "./data/move"; import { Mode } from './ui/ui'; import { Command } from "./ui/command-ui-handler"; import { Stat } from "./data/pokemon-stat"; @@ -57,6 +57,7 @@ import { fetchDailyRunSeed, getDailyRunStarters } from "./data/daily-run"; import { GameModes, gameModes } from "./game-mode"; import { getPokemonSpecies, speciesStarters } from "./data/pokemon-species"; import i18next from './plugins/i18n'; +import { STARTER_FORM_OVERRIDE, STARTER_SPECIES_OVERRIDE } from './overrides'; export class LoginPhase extends Phase { private showText: boolean; @@ -497,6 +498,7 @@ export class SelectStarterPhase extends Phase { starterPokemon.tryPopulateMoveset(starter.moveset); if (starter.passive) starterPokemon.passive = true; + starterPokemon.luck = this.scene.gameData.getDexAttrLuck(this.scene.gameData.dexData[starter.species.speciesId].caughtAttr); if (starter.pokerus) starterPokemon.pokerus = true; if (this.scene.gameMode.isSplicedOnly) @@ -1185,7 +1187,7 @@ export class SummonPhase extends PartyMemberPokemonPhase { } if (this.player) { - this.scene.ui.showText(i18next.t('menu:playerGo', {pokemonName: this.getPokemon().name})); + this.scene.ui.showText(i18next.t('menu:playerGo', { pokemonName: this.getPokemon().name })); if (this.player) this.scene.pbTray.hide(); this.scene.trainer.setTexture(`trainer_${this.scene.gameData.gender === PlayerGender.FEMALE ? 'f' : 'm'}_back_pb`); @@ -1419,9 +1421,11 @@ export class SwitchSummonPhase extends SummonPhase { super.onEnd(); const pokemon = this.getPokemon(); + const moveId = pokemon.scene.currentBattle.turnCommands[this.fieldIndex]?.move?.move; + const lastUsedMove = moveId ? allMoves[moveId] : undefined; // Compensate for turn spent summoning - if (pokemon.scene.currentBattle.turnCommands[this.fieldIndex]?.command === Command.POKEMON) + if (pokemon.scene.currentBattle.turnCommands[this.fieldIndex]?.command === Command.POKEMON || !!lastUsedMove?.findAttr(attr => attr instanceof ForceSwitchOutAttr)) //check if hard switch OR pivot move was used pokemon.battleSummonData.turnCount--; if (this.batonPass && pokemon) @@ -1696,7 +1700,7 @@ export class CommandPhase extends FieldPhase { } break; case Command.BALL: - if (this.scene.arena.biomeType === Biome.END && (!this.scene.gameMode.isClassic || this.scene.gameData.getStarterCount(d => !!d.caughtAttr) < Object.keys(speciesStarters).length - 1)) { + if (this.scene.arena.biomeType === Biome.END && (!this.scene.gameMode.isClassic || (this.scene.getEnemyField().filter(p => p.isActive(true)).some(p => !p.scene.gameData.dexData[p.species.speciesId].caughtAttr) && this.scene.gameData.getStarterCount(d => !!d.caughtAttr) < Object.keys(speciesStarters).length - 1))) { this.scene.ui.setMode(Mode.COMMAND, this.fieldIndex); this.scene.ui.setMode(Mode.MESSAGE); this.scene.ui.showText(i18next.t('menu:noPokeballForce'), null, () => { @@ -2335,7 +2339,7 @@ export class MovePhase extends BattlePhase { } showFailedText(failedText: string = null): void { - this.scene.queueMessage(failedText || 'But it failed!'); + this.scene.queueMessage(failedText || i18next.t('menu:attackFailed')); } end() { @@ -2398,7 +2402,7 @@ export class MoveEffectPhase extends PokemonPhase { moveHistoryEntry.result = MoveResult.MISS; applyMoveAttrs(MissEffectAttr, user, null, this.move.getMove()); } else { - this.scene.queueMessage('But it failed!'); + this.scene.queueMessage(i18next.t('menu:attackFailed')); moveHistoryEntry.result = MoveResult.FAIL; } return this.end(); @@ -2482,7 +2486,7 @@ export class MoveEffectPhase extends PokemonPhase { else { const hitsTotal = user.turnData.hitCount - Math.max(user.turnData.hitsLeft, 0); if (hitsTotal > 1) - this.scene.queueMessage(`Hit ${hitsTotal} time(s)!`); + this.scene.queueMessage(i18next.t('menu:attackHitsCount', { count: hitsTotal })); this.scene.applyModifiers(HitHealModifier, this.player, user); } } @@ -2544,7 +2548,7 @@ export class MoveEffectPhase extends PokemonPhase { : 3 / (3 + Math.min(targetEvasionLevel.value - userAccuracyLevel.value, 6)); } - applyBattleStatMultiplierAbAttrs(BattleStatMultiplierAbAttr, user, BattleStat.ACC, accuracyMultiplier); + applyBattleStatMultiplierAbAttrs(BattleStatMultiplierAbAttr, user, BattleStat.ACC, accuracyMultiplier, this.move.getMove()); const evasionMultiplier = new Utils.NumberHolder(1); applyBattleStatMultiplierAbAttrs(BattleStatMultiplierAbAttr, this.getTarget(), BattleStat.EVA, evasionMultiplier); @@ -2667,7 +2671,6 @@ export class StatChangePhase extends PokemonPhase { let random = false; - const allStats = Utils.getEnumValues(BattleStat); if (this.stats.length === 1 && this.stats[0] === BattleStat.RAND) { this.stats[0] = this.getRandomStat(); random = true; @@ -2677,7 +2680,7 @@ export class StatChangePhase extends PokemonPhase { if (!pokemon.isActive(true)) return this.end(); - + const filteredStats = this.stats.map(s => s !== BattleStat.RAND ? s : this.getRandomStat()).filter(stat => { const cancelled = new Utils.BooleanHolder(false); @@ -2708,8 +2711,11 @@ export class StatChangePhase extends PokemonPhase { for (let stat of filteredStats) pokemon.summonData.battleStats[stat] = Math.max(Math.min(pokemon.summonData.battleStats[stat] + levels.value, 6), -6); - applyPostStatChangeAbAttrs(PostStatChangeAbAttr, pokemon, filteredStats, this.levels, this.selfTarget) - this.end(); + applyPostStatChangeAbAttrs(PostStatChangeAbAttr, pokemon, filteredStats, this.levels, this.selfTarget); + + pokemon.updateInfo(); + + handleTutorial(this.scene, Tutorial.Stat_Change).then(() => super.end()); }; if (relLevels.filter(l => l).length && this.scene.moveAnimations) { @@ -2777,7 +2783,7 @@ export class StatChangePhase extends PokemonPhase { continue; } this.levels += existingPhase.levels; - + if (!this.scene.tryRemovePhase(p => p === existingPhase)) break; } @@ -3333,10 +3339,10 @@ export class TrainerVictoryPhase extends BattlePhase { const trainerType = this.scene.currentBattle.trainer.config.trainerType; if (vouchers.hasOwnProperty(TrainerType[trainerType])) { if (!this.scene.validateVoucher(vouchers[TrainerType[trainerType]]) && this.scene.currentBattle.trainer.config.isBoss) - this.scene.pushPhase(new ModifierRewardPhase(this.scene, modifierTypes.VOUCHER)); + this.scene.unshiftPhase(new ModifierRewardPhase(this.scene, [ modifierTypes.VOUCHER, modifierTypes.VOUCHER, modifierTypes.VOUCHER_PLUS, modifierTypes.VOUCHER_PREMIUM ][vouchers[TrainerType[trainerType]].voucherType])); } - this.scene.ui.showText(`You defeated\n${this.scene.currentBattle.trainer.getName(TrainerSlot.NONE, true)}!`, null, () => { + this.scene.ui.showText(i18next.t('menu:trainerDefeated', { trainerName: this.scene.currentBattle.trainer.getName(TrainerSlot.NONE, true) }), null, () => { const victoryMessages = this.scene.currentBattle.trainer.getVictoryMessages(); const showMessage = () => { let message: string; @@ -3603,7 +3609,7 @@ export class ExpPhase extends PlayerPartyMemberPokemonPhase { let exp = new Utils.NumberHolder(this.expValue); this.scene.applyModifiers(ExpBoosterModifier, true, exp); exp.value = Math.floor(exp.value); - this.scene.ui.showText(`${pokemon.name} gained\n${exp.value} EXP. Points!`, null, () => { + this.scene.ui.showText(i18next.t('menu:expGain', { pokemonName: pokemon.name, exp: exp.value }), null, () => { const lastLevel = pokemon.level; let newLevel: integer; pokemon.addExp(exp.value); @@ -3691,7 +3697,7 @@ export class LevelUpPhase extends PlayerPartyMemberPokemonPhase { pokemon.calculateStats(); pokemon.updateInfo(); this.scene.playSound('level_up_fanfare'); - this.scene.ui.showText(`${this.getPokemon().name} grew to\nLv. ${this.level}!`, null, () => this.scene.ui.getMessageHandler().promptLevelUpStats(this.partyMemberIndex, prevStats, false).then(() => this.end()), null, true); + this.scene.ui.showText(i18next.t('menu:levelUp', { pokemonName: this.getPokemon().name, level: this.level }), null, () => this.scene.ui.getMessageHandler().promptLevelUpStats(this.partyMemberIndex, prevStats, false).then(() => this.end()), null, true); if (this.level <= 100) { const levelMoves = this.getPokemon().getLevelMoves(this.lastLevel + 1); for (let lm of levelMoves) @@ -3740,7 +3746,7 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase { .then(() => { this.scene.ui.setMode(messageMode).then(() => { this.scene.playSound('level_up_fanfare'); - this.scene.ui.showText(`${pokemon.name} learned\n${move.name}!`, null, () => { + this.scene.ui.showText(i18next.t('menu:learnMove', { pokemonName: pokemon.name, moveName: move.name }), null, () => { this.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeMoveLearnedTrigger, true); this.end(); }, messageMode === Mode.EVOLUTION_SCENE ? 1000 : null, true); @@ -3749,15 +3755,15 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase { }); } else { this.scene.ui.setMode(messageMode).then(() => { - this.scene.ui.showText(`${pokemon.name} wants to learn the\nmove ${move.name}.`, null, () => { - this.scene.ui.showText(`However, ${pokemon.name} already\nknows four moves.`, null, () => { - this.scene.ui.showText(`Should a move be deleted and\nreplaced with ${move.name}?`, null, () => { + this.scene.ui.showText(i18next.t('menu:learnMovePrompt', { pokemonName: pokemon.name, moveName: move.name }), null, () => { + this.scene.ui.showText(i18next.t('menu:learnMoveLimitReached', { pokemonName: pokemon.name }), null, () => { + this.scene.ui.showText(i18next.t('menu:learnMoveReplaceQuestion', { moveName: move.name }), null, () => { const noHandler = () => { this.scene.ui.setMode(messageMode).then(() => { - this.scene.ui.showText(`Stop trying to teach\n${move.name}?`, null, () => { + this.scene.ui.showText(i18next.t('menu:learnMoveStopTeaching', { moveName: move.name }), null, () => { this.scene.ui.setModeWithoutClear(Mode.CONFIRM, () => { this.scene.ui.setMode(messageMode); - this.scene.ui.showText(`${pokemon.name} did not learn the\nmove ${move.name}.`, null, () => this.end(), null, true); + this.scene.ui.showText(i18next.t('menu:learnMoveNotLearned', { pokemonName: pokemon.name, moveName: move.name }), null, () => this.end(), null, true); }, () => { this.scene.ui.setMode(messageMode); this.scene.unshiftPhase(new LearnMovePhase(this.scene, this.partyMemberIndex, this.moveId)); @@ -3768,7 +3774,7 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase { }; this.scene.ui.setModeWithoutClear(Mode.CONFIRM, () => { this.scene.ui.setMode(messageMode); - this.scene.ui.showText('Which move should be forgotten?', null, () => { + this.scene.ui.showText(i18next.t('menu:learnMoveForgetQuestion'), null, () => { this.scene.ui.setModeWithoutClear(Mode.SUMMARY, this.getPokemon(), SummaryUiMode.LEARN_MOVE, move, (moveIndex: integer) => { if (moveIndex === 4) { noHandler(); @@ -3776,7 +3782,7 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase { } this.scene.ui.setMode(messageMode).then(() => { this.scene.ui.showText('@d{32}1, @d{15}2, and@d{15}… @d{15}… @d{15}… @d{15}@s{pb_bounce_1}Poof!', null, () => { - this.scene.ui.showText(`${pokemon.name} forgot how to\nuse ${pokemon.moveset[moveIndex].getName()}.`, null, () => { + this.scene.ui.showText(i18next.t('menu:learnMoveForgetSuccess', { pokemonName: pokemon.name, moveName: pokemon.moveset[moveIndex].getName() }), null, () => { this.scene.ui.showText('And…', null, () => { pokemon.setMove(moveIndex, Moves.NONE); this.scene.unshiftPhase(new LearnMovePhase(this.scene, this.partyMemberIndex, this.moveId)); @@ -4091,7 +4097,7 @@ export class AttemptCapturePhase extends PokemonPhase { this.scene.gameData.updateSpeciesDexIvs(pokemon.species.speciesId, pokemon.ivs); - this.scene.ui.showText(`${pokemon.name} was caught!`, null, () => { + this.scene.ui.showText(i18next.t('menu:pokemonCaught', { pokemonName: pokemon.name }), null, () => { const end = () => { this.scene.pokemonInfoContainer.hide(); this.removePb(); @@ -4177,7 +4183,7 @@ export class AttemptRunPhase extends PokemonPhase { if (playerPokemon.randSeedInt(256) < escapeChance.value) { this.scene.playSound('flee'); - this.scene.queueMessage('You got away safely!', null, true, 500); + this.scene.queueMessage(i18next.t('menu:runAwaySuccess'), null, true, 500); this.scene.tweens.add({ targets: [ this.scene.arenaEnemy, enemyField ].flat(), @@ -4198,7 +4204,7 @@ export class AttemptRunPhase extends PokemonPhase { this.scene.pushPhase(new BattleEndPhase(this.scene)); this.scene.pushPhase(new NewBattlePhase(this.scene)); } else - this.scene.queueMessage('You can\'t escape!', null, true); + this.scene.queueMessage(i18next.t('menu:runAwayCannotEscape'), null, true, 500); this.end(); } @@ -4230,7 +4236,7 @@ export class SelectModifierPhase extends BattlePhase { const modifierSelectCallback = (rowCursor: integer, cursor: integer) => { if (rowCursor < 0 || cursor < 0) { - this.scene.ui.showText(`Are you sure you want to skip taking an item?`, null, () => { + this.scene.ui.showText(i18next.t('menu:skipItemQuestion'), null, () => { this.scene.ui.setOverlayMode(Mode.CONFIRM, () => { this.scene.ui.revertMode(); this.scene.ui.setMode(Mode.MESSAGE); @@ -4379,7 +4385,7 @@ export class SelectModifierPhase extends BattlePhase { baseValue += tierValues[opt.type.tier]; } else baseValue = 250; - return Math.ceil(this.scene.currentBattle.waveIndex / 10) * baseValue * Math.pow(2, this.rerollCount); + return Math.min(Math.ceil(this.scene.currentBattle.waveIndex / 10) * baseValue * Math.pow(2, this.rerollCount), Number.MAX_SAFE_INTEGER); } getPoolType(): ModifierPoolType { @@ -4408,7 +4414,7 @@ export class EggLapsePhase extends Phase { }); if (eggsToHatch.length) { - this.scene.queueMessage('Oh?'); + this.scene.queueMessage(i18next.t('menu:eggHatching')); for (let egg of eggsToHatch) this.scene.unshiftPhase(new EggHatchPhase(this.scene, egg)); @@ -4502,7 +4508,7 @@ export class ScanIvsPhase extends PokemonPhase { const pokemon = this.getPokemon(); - this.scene.ui.showText(`Use IV Scanner on ${pokemon.name}?`, null, () => { + this.scene.ui.showText(i18next.t('menu:ivScannerUseQuestion', { pokemonName: pokemon.name }), null, () => { this.scene.ui.setMode(Mode.CONFIRM, () => { this.scene.ui.setMode(Mode.MESSAGE); this.scene.ui.clearText(); diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index adc1f3d5295..22a407c3b42 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -1,4 +1,6 @@ import i18next from 'i18next'; +import LanguageDetector from 'i18next-browser-languagedetector'; + import { menu as enMenu } from '../locales/en/menu'; import { menu as esMenu } from '../locales/es/menu'; import { menu as itMenu } from '../locales/it/menu'; @@ -45,11 +47,16 @@ import { commandUiHandler as deCommandUiHandler } from '../locales/de/command-ui import { fightUiHandler as enFightUiHandler } from '../locales/en/fight-ui-handler'; import { fightUiHandler as frFightUiHandler } from '../locales/fr/fight-ui-handler'; +import { tutorial as enTutorial } from '../locales/en/tutorial'; +import { tutorial as esTutorial } from '../locales/es/tutorial'; +import { tutorial as frTutorial } from '../locales/fr/tutorial'; +import { tutorial as itTutorial} from '../locales/it/tutorial'; +import { tutorial as deTutorial } from '../locales/de/tutorial'; + export interface SimpleTranslationEntries { [key: string]: string } - export interface MoveTranslationEntry { name: string, effect: string @@ -72,10 +79,8 @@ export interface Localizable { localize(): void; } -const DEFAULT_LANGUAGE_OVERRIDE = ''; - export function initI18n(): void { - let lang = 'en'; + let lang = ''; if (localStorage.getItem('prLang')) lang = localStorage.getItem('prLang'); @@ -86,18 +91,20 @@ export function initI18n(): void { * Q: How do I add a new language? * A: To add a new language, create a new folder in the locales directory with the language code. * Each language folder should contain a file for each namespace (ex. menu.ts) with the translations. + * Don't forget to declare new language in `supportedLngs` i18next initializer * * Q: How do I add a new namespace? * A: To add a new namespace, create a new file in each language folder with the translations. * Then update the `resources` field in the init() call and the CustomTypeOptions interface. - * + * * Q: How do I make a language selectable in the settings? * A: In src/system/settings.ts, add a new case to the Setting.Language switch statement. */ - i18next.init({ - lng: DEFAULT_LANGUAGE_OVERRIDE ? DEFAULT_LANGUAGE_OVERRIDE : lang, + i18next.use(LanguageDetector).init({ + lng: lang, fallbackLng: 'en', + supportedLngs: ['en', 'es', 'fr', 'it', 'de'], debug: true, interpolation: { escapeValue: false, @@ -113,6 +120,7 @@ export function initI18n(): void { pokemonStat: enPokemonStat, commandUiHandler: enCommandUiHandler, fightUiHandler: enFightUiHandler, + tutorial: enTutorial, }, es: { menu: esMenu, @@ -123,6 +131,7 @@ export function initI18n(): void { pokemon: esPokemon, pokemonStat: esPokemonStat, commandUiHandler: esCommandUiHandler, + tutorial: esTutorial, }, fr: { menu: frMenu, @@ -134,11 +143,13 @@ export function initI18n(): void { pokemonStat: frPokemonStat, commandUiHandler: frCommandUiHandler, fightUiHandler: frFightUiHandler, + tutorial: frTutorial, }, it: { menu: itMenu, menuUiHandler: itMenuUiHandler, pokemonStat: itPokemonStat, + tutorial: itTutorial, }, de: { menu: deMenu, @@ -149,6 +160,7 @@ export function initI18n(): void { pokemon: dePokemon, pokemonStat: dePokemonStat, commandUiHandler: deCommandUiHandler, + tutorial: deTutorial, } }, }); @@ -167,6 +179,7 @@ declare module 'i18next' { pokemonStat: typeof enPokemonStat; commandUiHandler: typeof enCommandUiHandler; fightUiHandler: typeof enFightUiHandler; + tutorial: typeof enTutorial; }; } } diff --git a/src/system/game-data.ts b/src/system/game-data.ts index 23c3f24affb..e11c2dcc572 100644 --- a/src/system/game-data.ts +++ b/src/system/game-data.ts @@ -1189,6 +1189,10 @@ export class GameData { return Math.pow(2, this.getSpeciesDefaultNature(species)); } + getDexAttrLuck(dexAttr: bigint): integer { + return dexAttr & DexAttr.SHINY ? dexAttr & DexAttr.VARIANT_3 ? 3 : dexAttr & DexAttr.VARIANT_2 ? 2 : 1 : 0; + } + getNaturesForAttr(natureAttr: integer): Nature[] { let ret: Nature[] = []; for (let n = 0; n < 25; n++) { diff --git a/src/system/pokemon-data.ts b/src/system/pokemon-data.ts index 8ad14d5ca81..b9589020e9b 100644 --- a/src/system/pokemon-data.ts +++ b/src/system/pokemon-data.ts @@ -36,6 +36,7 @@ export default class PokemonData { public friendship: integer; public metLevel: integer; public metBiome: Biome | -1; + public luck: integer; public pauseEvolutions: boolean; public pokerus: boolean; @@ -45,6 +46,7 @@ export default class PokemonData { public fusionShiny: boolean; public fusionVariant: Variant; public fusionGender: Gender; + public fusionLuck: integer; public boss: boolean; @@ -75,6 +77,7 @@ export default class PokemonData { this.friendship = source.friendship !== undefined ? source.friendship : getPokemonSpecies(this.species).baseFriendship; this.metLevel = source.metLevel || 5; this.metBiome = source.metBiome !== undefined ? source.metBiome : -1; + this.luck = source.luck !== undefined ? source.luck : (source.shiny ? (source.variant + 1) : 0); if (!forHistory) this.pauseEvolutions = !!source.pauseEvolutions; this.pokerus = !!source.pokerus; @@ -85,6 +88,7 @@ export default class PokemonData { this.fusionShiny = source.fusionShiny; this.fusionVariant = source.fusionVariant; this.fusionGender = source.fusionGender; + this.fusionLuck = source.fusionLuck !== undefined ? source.fusionLuck : (source.fusionShiny ? source.fusionVariant + 1 : 0); if (!forHistory) this.boss = (source instanceof EnemyPokemon && !!source.bossSegments) || (!this.player && !!source.boss); diff --git a/src/tutorial.ts b/src/tutorial.ts index a924243ac33..88e88fa809c 100644 --- a/src/tutorial.ts +++ b/src/tutorial.ts @@ -1,6 +1,7 @@ import BattleScene from "./battle-scene"; import AwaitableUiHandler from "./ui/awaitable-ui-handler"; import { Mode } from "./ui/ui"; +import i18next from './plugins/i18n'; export enum Tutorial { Intro = "INTRO", @@ -8,6 +9,7 @@ export enum Tutorial { Menu = "MENU", Starter_Select = "STARTER_SELECT", Pokerus = "POKERUS", + Stat_Change = "STAT_CHANGE", Select_Item = "SELECT_ITEM", Egg_Gacha = "EGG_GACHA" } @@ -15,63 +17,47 @@ export enum Tutorial { const tutorialHandlers = { [Tutorial.Intro]: (scene: BattleScene) => { return new Promise(resolve => { - scene.ui.showText(`Welcome to PokéRogue! This is a battle-focused Pokémon fangame with roguelite elements. - $This game is not monetized and we claim no ownership of Pokémon nor of the copyrighted assets used. - $The game is a work in progress, but fully playable.\nFor bug reports, please use the Discord community. - $If the game runs slowly, please ensure 'Hardware Acceleration' is turned on in your browser settings.`, null, () => resolve(), null, true); + scene.ui.showText(i18next.t("tutorial:intro"), null, () => resolve(), null, true); }); }, [Tutorial.Access_Menu]: (scene: BattleScene) => { return new Promise(resolve => { if (scene.enableTouchControls) return resolve(); - scene.showFieldOverlay(1000).then(() => scene.ui.showText(`To access the menu, press M or Escape while awaiting input.\nThe menu contains settings and various features.`, null, () => scene.hideFieldOverlay(1000).then(() => resolve()), null, true)); + scene.showFieldOverlay(1000).then(() => scene.ui.showText(i18next.t("tutorial:accessMenu"), null, () => scene.hideFieldOverlay(1000).then(() => resolve()), null, true)); }); }, [Tutorial.Menu]: (scene: BattleScene) => { return new Promise(resolve => { scene.gameData.saveTutorialFlag(Tutorial.Access_Menu, true); - scene.ui.showText(`From this menu you can access the settings. - $From the settings you can change game speed, window style, and other options. - $There are also various other features here, so be sure to check them all!`, null, () => scene.ui.showText('', null, () => resolve()), null, true); + scene.ui.showText(i18next.t("tutorial:menu"), null, () => scene.ui.showText('', null, () => resolve()), null, true); }); }, [Tutorial.Starter_Select]: (scene: BattleScene) => { return new Promise(resolve => { - scene.ui.showText(`From this screen, you can select your starters.\nThese are your initial party members. - $Each starter has a value. Your party can have up to\n6 members as long as the total does not exceed 10. - $You can also select gender, ability, and form depending on\nthe variants you've caught or hatched. - $The IVs for a species are also the best of every one you've\ncaught or hatched, so try to get lots of the same species!`, null, () => scene.ui.showText('', null, () => resolve()), null, true); + scene.ui.showText(i18next.t("tutorial:starterSelect"), null, () => scene.ui.showText('', null, () => resolve()), null, true); }); }, [Tutorial.Pokerus]: (scene: BattleScene) => { return new Promise(resolve => { - scene.ui.showText(`A daily random 3 selectable starters have a purple border. - $If you see a starter you own with one of these,\ntry adding it to your party. Be sure to check its summary!`, null, () => scene.ui.showText('', null, () => resolve()), null, true); + scene.ui.showText(i18next.t("tutorial:pokerus"), null, () => scene.ui.showText('', null, () => resolve()), null, true); + }); + }, + [Tutorial.Stat_Change]: (scene: BattleScene) => { + return new Promise(resolve => { + scene.showFieldOverlay(1000).then(() => scene.ui.showText(i18next.t("tutorial:statChange"), null, () => scene.ui.showText('', null, () => scene.hideFieldOverlay(1000).then(() => resolve())), null, true)); }); }, [Tutorial.Select_Item]: (scene: BattleScene) => { return new Promise(resolve => { scene.ui.setModeWithoutClear(Mode.MESSAGE).then(() => { - scene.ui.showText(`After every battle, you are given a choice of 3 random items.\nYou may only pick one. - $These range from consumables, to Pokémon held items, to passive permanent items. - $Most non-consumable item effects will stack in various ways. - $Some items will only show up if they can be used, such as evolution items. - $You can also transfer held items between Pokémon using the transfer option. - $The transfer option will appear in the bottom right once you have obtained a held item. - $You may purchase consumable items with money, and a larger variety will be available the further you get. - $Be sure to buy these before you pick your random item, as it will progress to the next battle once you do.`, null, () => scene.ui.showText('', null, () => scene.ui.setModeWithoutClear(Mode.MODIFIER_SELECT).then(() => resolve())), null, true); + scene.ui.showText(i18next.t("tutorial:selectItem"), null, () => scene.ui.showText('', null, () => scene.ui.setModeWithoutClear(Mode.MODIFIER_SELECT).then(() => resolve())), null, true); }); }); }, [Tutorial.Egg_Gacha]: (scene: BattleScene) => { return new Promise(resolve => { - scene.ui.showText(`From this screen, you can redeem your vouchers for\nPokémon eggs. - $Eggs have to be hatched and get closer to hatching after\nevery battle. Rarer eggs take longer to hatch. - $Hatched Pokémon also won't be added to your party, they will\nbe added to your starters. - $Pokémon hatched from eggs generally have better IVs than\nwild Pokémon. - $Some Pokémon can only even be obtained from eggs. - $There are 3 different machines to pull from with different\nbonuses, so pick the one that suits you best!`, null, () => scene.ui.showText('', null, () => resolve()), null, true); + scene.ui.showText(i18next.t("tutorial:eggGacha"), null, () => scene.ui.showText('', null, () => resolve()), null, true); }); }, }; @@ -94,4 +80,4 @@ export function handleTutorial(scene: BattleScene, tutorial: Tutorial): Promise< resolve(true); }); }); -} \ No newline at end of file +} diff --git a/src/ui/battle-info.ts b/src/ui/battle-info.ts index c26214b5940..ae8f518e727 100644 --- a/src/ui/battle-info.ts +++ b/src/ui/battle-info.ts @@ -7,6 +7,9 @@ import { StatusEffect } from '../data/status-effect'; import BattleScene from '../battle-scene'; import { Type, getTypeRgb } from '../data/type'; import { getVariantTint } from '#app/data/variant'; +import { BattleStat } from '#app/data/battle-stat'; + +const battleStatOrder = [ BattleStat.ATK, BattleStat.DEF, BattleStat.SPATK, BattleStat.SPDEF, BattleStat.ACC, BattleStat.EVA, BattleStat.SPD ]; export default class BattleInfo extends Phaser.GameObjects.Container { private player: boolean; @@ -24,6 +27,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { private lastLevelExp: integer; private lastLevel: integer; private lastLevelCapped: boolean; + private lastBattleStats: string; private box: Phaser.GameObjects.Sprite; private nameText: Phaser.GameObjects.Text; @@ -31,6 +35,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { private ownedIcon: Phaser.GameObjects.Sprite; private teraIcon: Phaser.GameObjects.Sprite; private shinyIcon: Phaser.GameObjects.Sprite; + private fusionShinyIcon: Phaser.GameObjects.Sprite; private splicedIcon: Phaser.GameObjects.Sprite; private statusIndicator: Phaser.GameObjects.Sprite; private levelContainer: Phaser.GameObjects.Container; @@ -45,6 +50,11 @@ export default class BattleInfo extends Phaser.GameObjects.Container { public expMaskRect: Phaser.GameObjects.Graphics; + private statsContainer: Phaser.GameObjects.Container; + private statsBox: Phaser.GameObjects.Sprite; + private statValuesContainer: Phaser.GameObjects.Container; + private statNumbers: Phaser.GameObjects.Sprite[]; + constructor(scene: Phaser.Scene, x: number, y: number, player: boolean) { super(scene, x, y); this.player = player; @@ -101,6 +111,13 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.shinyIcon.setInteractive(new Phaser.Geom.Rectangle(0, 0, 12, 15), Phaser.Geom.Rectangle.Contains); this.add(this.shinyIcon); + this.fusionShinyIcon = this.scene.add.sprite(0, 0, 'shiny_star_2'); + this.fusionShinyIcon.setVisible(false); + this.fusionShinyIcon.setOrigin(0, 0); + this.fusionShinyIcon.setScale(0.5) + this.fusionShinyIcon.setPosition(this.shinyIcon.x, this.shinyIcon.y); + this.add(this.fusionShinyIcon); + this.splicedIcon = this.scene.add.sprite(0, 0, 'icon_spliced'); this.splicedIcon.setVisible(false); this.splicedIcon.setOrigin(0, 0); @@ -130,18 +147,6 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.levelNumbersContainer = this.scene.add.container(9.5, (this.scene as BattleScene).uiTheme ? 0 : -0.5); this.levelContainer.add(this.levelNumbersContainer); - this.type1Icon = this.scene.add.sprite(player ? -139 : -15, player ? -17 : -15.5, `pbinfo_${player ? 'player' : 'enemy'}_type1`); - this.type1Icon.setOrigin(0, 0); - this.add(this.type1Icon); - - this.type2Icon = this.scene.add.sprite(player ? -139 : -15, player ? -1 : -2.5, `pbinfo_${player ? 'player' : 'enemy'}_type2`); - this.type2Icon.setOrigin(0, 0); - this.add(this.type2Icon); - - this.type3Icon = this.scene.add.sprite(player ? -154 : 0, player ? -17 : -15.5, `pbinfo_${player ? 'player' : 'enemy'}_type`); - this.type3Icon.setOrigin(0, 0); - this.add(this.type3Icon); - if (this.player) { this.hpNumbersContainer = this.scene.add.container(-15, 10); this.add(this.hpNumbersContainer); @@ -163,6 +168,46 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.expBar = expBar; this.expMaskRect = expMaskRect; } + + this.statsContainer = this.scene.add.container(0, 0); + this.statsContainer.setAlpha(0); + this.add(this.statsContainer); + + this.statsBox = this.scene.add.sprite(0, 0, `${this.getTextureName()}_stats`); + this.statsBox.setOrigin(1, 0.5); + this.statsContainer.add(this.statsBox); + + const statLabels: Phaser.GameObjects.Sprite[] = []; + this.statNumbers = []; + + this.statValuesContainer = this.scene.add.container(0, 0); + this.statsContainer.add(this.statValuesContainer); + + battleStatOrder.map((s, i) => { + const statX = i > 1 ? this.statNumbers[i - 2].x + this.statNumbers[i - 2].width + 4 : -this.statsBox.width + 8; + const statY = -this.statsBox.height / 2 + 4 + (i < battleStatOrder.length - 1 ? (i % 2 ? 10 : 0) : 5); + const statLabel = this.scene.add.sprite(statX, statY, 'pbinfo_stat', BattleStat[s]); + statLabel.setOrigin(0, 0); + statLabels.push(statLabel); + this.statValuesContainer.add(statLabel); + + const statNumber = this.scene.add.sprite(statX + statLabel.width, statY, 'pbinfo_stat_numbers', '3'); + statNumber.setOrigin(0, 0); + this.statNumbers.push(statNumber); + this.statValuesContainer.add(statNumber); + }); + + this.type1Icon = this.scene.add.sprite(player ? -139 : -15, player ? -17 : -15.5, `pbinfo_${player ? 'player' : 'enemy'}_type1`); + this.type1Icon.setOrigin(0, 0); + this.add(this.type1Icon); + + this.type2Icon = this.scene.add.sprite(player ? -139 : -15, player ? -1 : -2.5, `pbinfo_${player ? 'player' : 'enemy'}_type2`); + this.type2Icon.setOrigin(0, 0); + this.add(this.type2Icon); + + this.type3Icon = this.scene.add.sprite(player ? -154 : 0, player ? -17 : -15.5, `pbinfo_${player ? 'player' : 'enemy'}_type`); + this.type3Icon.setOrigin(0, 0); + this.add(this.type3Icon); } initInfo(pokemon: Pokemon) { @@ -183,21 +228,35 @@ export default class BattleInfo extends Phaser.GameObjects.Container { }); this.teraIcon.on('pointerout', () => (this.scene as BattleScene).ui.hideTooltip()); + const isFusion = pokemon.isFusion(); + this.splicedIcon.setPositionRelative(this.nameText, nameTextWidth + this.genderText.displayWidth + 1 + (this.teraIcon.visible ? this.teraIcon.displayWidth + 1 : 0), 2.5); - this.splicedIcon.setVisible(!!pokemon.fusionSpecies); + this.splicedIcon.setVisible(isFusion); if (this.splicedIcon.visible) { this.splicedIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `${pokemon.species.getName(pokemon.formIndex)}/${pokemon.fusionSpecies.getName(pokemon.fusionFormIndex)}`)); this.splicedIcon.on('pointerout', () => (this.scene as BattleScene).ui.hideTooltip()); } + const doubleShiny = isFusion && pokemon.shiny && pokemon.fusionShiny; + const baseVariant = !doubleShiny ? pokemon.getVariant() : pokemon.variant; + this.shinyIcon.setPositionRelative(this.nameText, nameTextWidth + this.genderText.displayWidth + 1 + (this.teraIcon.visible ? this.teraIcon.displayWidth + 1 : 0) + (this.splicedIcon.visible ? this.splicedIcon.displayWidth + 1 : 0), 2.5); - this.shinyIcon.setVisible(!!pokemon.isShiny()); - this.shinyIcon.setTint(getVariantTint(pokemon.getVariant())); + this.shinyIcon.setTexture(`shiny_star${doubleShiny ? '_1' : ''}`); + this.shinyIcon.setVisible(pokemon.isShiny()); + this.shinyIcon.setTint(getVariantTint(baseVariant)); if (this.shinyIcon.visible) { - this.shinyIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `Shiny${pokemon.getVariant() ? ` (${pokemon.getVariant() === 2 ? 'Epic' : 'Rare'})` : ''}`)); + const shinyDescriptor = doubleShiny || baseVariant ? + `${baseVariant === 2 ? 'Epic' : baseVariant === 1 ? 'Rare' : 'Common'}${doubleShiny ? `/${pokemon.fusionVariant === 2 ? 'Epic' : pokemon.fusionVariant === 1 ? 'Rare' : 'Common'}` : ''}` + : ''; + this.shinyIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `Shiny${shinyDescriptor ? ` (${shinyDescriptor})` : ''}`)); this.shinyIcon.on('pointerout', () => (this.scene as BattleScene).ui.hideTooltip()); } + this.fusionShinyIcon.setPosition(this.shinyIcon.x, this.shinyIcon.y); + this.fusionShinyIcon.setVisible(doubleShiny); + if (isFusion) + this.fusionShinyIcon.setTint(getVariantTint(pokemon.fusionVariant)); + if (!this.player) { const dexEntry = pokemon.scene.gameData.dexData[pokemon.species.speciesId]; this.ownedIcon.setVisible(!!dexEntry.caughtAttr); @@ -236,7 +295,14 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.expMaskRect.x = (pokemon.levelExp / getLevelTotalExp(pokemon.level, pokemon.species.growthRate)) * 510; this.lastExp = pokemon.exp; this.lastLevelExp = pokemon.levelExp; + + this.statValuesContainer.setPosition(8, 7) } + + const battleStats = battleStatOrder.map(() => 0); + + this.lastBattleStats = battleStats.join(''); + this.updateBattleStats(battleStats); } getTextureName(): string { @@ -250,6 +316,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.mini = mini; this.box.setTexture(this.getTextureName()); + this.statsBox.setTexture(`${this.getTextureName()}_stats`); if (this.player) this.y -= 12 * (mini ? 1 : -1); @@ -262,21 +329,34 @@ export default class BattleInfo extends Phaser.GameObjects.Container { el.y += -8 * (mini ? 1 : -1); }); + this.statValuesContainer.x += 2 * (mini ? 1 : -1); + this.statValuesContainer.y += -7 * (mini ? 1 : -1); + const toggledElements = [ this.hpNumbersContainer, this.expBar ]; toggledElements.forEach(el => el.setVisible(!mini)); } + toggleStats(visible: boolean): void { + this.scene.tweens.add({ + targets: this.statsContainer, + duration: Utils.fixedInt(125), + ease: 'Sine.easeInOut', + alpha: visible ? 1 : 0 + }); + } + updateBossSegments(pokemon: EnemyPokemon): void { const boss = !!pokemon.bossSegments; if (boss !== this.boss) { this.boss = boss; - [ this.nameText, this.genderText, this.teraIcon, this.splicedIcon, this.shinyIcon, this.ownedIcon, this.statusIndicator, this.levelContainer ].map(e => e.x += 48 * (boss ? -1 : 1)); + [ this.nameText, this.genderText, this.teraIcon, this.splicedIcon, this.shinyIcon, this.ownedIcon, this.statusIndicator, this.levelContainer, this.statValuesContainer ].map(e => e.x += 48 * (boss ? -1 : 1)); this.hpBar.x += 38 * (boss ? -1 : 1); this.hpBar.y += 2 * (this.boss ? -1 : 1); this.hpBar.setTexture(`overlay_hp${boss ? '_boss' : ''}`); this.box.setTexture(this.getTextureName()); + this.statsBox.setTexture(`${this.getTextureName()}_stats`); } this.bossSegments = boss ? pokemon.bossSegments : 0; @@ -295,6 +375,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { const divider = this.scene.add.rectangle(0, 0, 1, this.hpBar.height - (uiTheme ? 0 : 1), pokemon.bossSegmentIndex >= s ? 0xFFFFFF : 0x404040) divider.setOrigin(0.5, 0); this.add(divider); + this.moveBelow(divider as Phaser.GameObjects.GameObject, this.statsContainer); divider.setPositionRelative(this.hpBar, dividerX, uiTheme ? 0 : 1); this.hpBarSegmentDividers.push(divider); @@ -417,6 +498,13 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.lastLevel = pokemon.level; } + if (pokemon.summonData) { + const battleStats = pokemon.summonData.battleStats.join(''); + + if (this.lastBattleStats !== battleStats) + this.updateBattleStats(pokemon.summonData.battleStats); + } + this.shinyIcon.setVisible(pokemon.isShiny()); resolve(); @@ -491,7 +579,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { }); } - setLevel(level: integer) { + setLevel(level: integer): void { const isCapped = level >= (this.scene as BattleScene).getMaxExpLevel(); this.levelNumbersContainer.removeAll(true); const levelStr = level.toString(); @@ -500,7 +588,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { this.levelContainer.setX((this.player ? -41 : -50) - 8 * Math.max(levelStr.length - 3, 0)); } - setHpNumbers(hp: integer, maxHp: integer) { + setHpNumbers(hp: integer, maxHp: integer): void { if (!this.player || !this.scene) return; this.hpNumbersContainer.removeAll(true); @@ -513,6 +601,12 @@ export default class BattleInfo extends Phaser.GameObjects.Container { for (let i = hpStr.length - 1; i >= 0; i--) this.hpNumbersContainer.add(this.scene.add.image(offset++ * -8, 0, 'numbers', hpStr[i])); } + + updateBattleStats(battleStats: integer[]): void { + battleStatOrder.map((s, i) => { + this.statNumbers[i].setFrame(battleStats[s].toString()); + }); + } } export class PlayerBattleInfo extends BattleInfo { diff --git a/src/ui/battle-message-ui-handler.ts b/src/ui/battle-message-ui-handler.ts index 7bf983c34ed..77144d6bbc0 100644 --- a/src/ui/battle-message-ui-handler.ts +++ b/src/ui/battle-message-ui-handler.ts @@ -1,5 +1,5 @@ import BattleScene, { Button } from "../battle-scene"; -import { addTextObject, TextStyle } from "./text"; +import { addBBCodeTextObject, addTextObject, getTextColor, TextStyle } from "./text"; import { Mode } from "./ui"; import * as Utils from "../utils"; import MessageUiHandler from "./message-ui-handler"; @@ -9,7 +9,7 @@ import { addWindow } from "./ui-theme"; export default class BattleMessageUiHandler extends MessageUiHandler { private levelUpStatsContainer: Phaser.GameObjects.Container; private levelUpStatsIncrContent: Phaser.GameObjects.Text; - private levelUpStatsValuesContent: Phaser.GameObjects.Text; + private levelUpStatsValuesContent: BBCodeText; private nameBox: Phaser.GameObjects.NineSlice; private nameText: Phaser.GameObjects.Text; @@ -29,7 +29,7 @@ export default class BattleMessageUiHandler extends MessageUiHandler { this.textCallbackTimer = null; const bg = this.scene.add.sprite(0, 0, 'bg', this.scene.windowType); - bg.setOrigin(0, 1); + bg.setOrigin(0, 1); ui.add(bg); this.bg = bg; @@ -95,18 +95,19 @@ export default class BattleMessageUiHandler extends MessageUiHandler { this.levelUpStatsContainer = levelUpStatsContainer; - const levelUpStatsBg = addWindow(this.scene, (this.scene.game.canvas.width / 6), -100, 128, 100); - levelUpStatsBg.setOrigin(1, 0); - levelUpStatsContainer.add(levelUpStatsBg); - - const levelUpStatsLabelsContent = addTextObject(this.scene, (this.scene.game.canvas.width / 6) - 121, -94, '', TextStyle.WINDOW, { maxLines: 6 }); + const levelUpStatsLabelsContent = addTextObject(this.scene, (this.scene.game.canvas.width / 6) - 73, -94, '', TextStyle.WINDOW, { maxLines: 6 }); let levelUpStatsLabelText = ''; const stats = Utils.getEnumValues(Stat); for (let s of stats) levelUpStatsLabelText += `${getStatName(s)}\n`; - levelUpStatsLabelsContent.text = levelUpStatsLabelText; + levelUpStatsLabelsContent.x -= levelUpStatsLabelsContent.displayWidth; + + const levelUpStatsBg = addWindow(this.scene, (this.scene.game.canvas.width / 6), -100, 80 + levelUpStatsLabelsContent.displayWidth, 100); + levelUpStatsBg.setOrigin(1, 0); + levelUpStatsContainer.add(levelUpStatsBg); + levelUpStatsContainer.add(levelUpStatsLabelsContent); const levelUpStatsIncrContent = addTextObject(this.scene, (this.scene.game.canvas.width / 6) - 50, -94, '+\n+\n+\n+\n+\n+', TextStyle.WINDOW, { maxLines: 6 }); @@ -114,7 +115,7 @@ export default class BattleMessageUiHandler extends MessageUiHandler { this.levelUpStatsIncrContent = levelUpStatsIncrContent; - const levelUpStatsValuesContent = addTextObject(this.scene, (this.scene.game.canvas.width / 6) - 7, -94, '', TextStyle.WINDOW, { maxLines: 6 }); + const levelUpStatsValuesContent = addBBCodeTextObject(this.scene, (this.scene.game.canvas.width / 6) - 7, -94, '', TextStyle.WINDOW, { maxLines: 6 , lineSpacing: 5}); levelUpStatsValuesContent.setOrigin(1, 0); levelUpStatsValuesContent.setAlign('right'); levelUpStatsContainer.add(levelUpStatsValuesContent); @@ -208,7 +209,7 @@ export default class BattleMessageUiHandler extends MessageUiHandler { } else shownStats = stats; for (let s of stats) - levelUpStatsValuesText += `${shownStats.indexOf(s) > -1 ? this.getIvDescriptor(ivs[s]) : '???'}\n`; + levelUpStatsValuesText += `${shownStats.indexOf(s) > -1 ? this.getIvDescriptor(ivs[s], s) : '???'}\n`; this.levelUpStatsValuesContent.text = levelUpStatsValuesText; this.levelUpStatsIncrContent.setVisible(false); this.levelUpStatsContainer.setVisible(true); @@ -221,18 +222,29 @@ export default class BattleMessageUiHandler extends MessageUiHandler { }); } - getIvDescriptor(value: integer): string { + getIvDescriptor(value: integer, typeIv: integer): string { + let starterIvs: number[] = this.scene.gameData.dexData[this.scene.getEnemyPokemon().species.speciesId].ivs; + let uiTheme = (this.scene as BattleScene).uiTheme; // Assuming uiTheme is accessible + + // Function to wrap text in color based on comparison + const coloredText = (text: string, isBetter: boolean) => { + const textStyle: TextStyle = isBetter ? TextStyle.SUMMARY_GREEN : TextStyle.SUMMARY; + const color = getTextColor(textStyle, false, uiTheme); + return `[color=${color}][shadow=${getTextColor(textStyle, true, uiTheme)}]${text}[/shadow][/color]`; + }; + if (value > 30) - return 'Best'; + return coloredText('Best', value > starterIvs[typeIv]); if (value === 30) - return 'Fantastic'; + return coloredText('Fantastic', value > starterIvs[typeIv]); if (value > 20) - return 'Very Good'; + return coloredText('Very Good', value > starterIvs[typeIv]); if (value > 10) - return 'Pretty Good'; - if (value) - return 'Decent'; - return 'No Good'; + return coloredText('Pretty Good', value > starterIvs[typeIv]); + if (value > 0) + return coloredText('Decent', value > starterIvs[typeIv]); + + return coloredText('No Good', value > starterIvs[typeIv]); } showNameText(name: string): void { @@ -244,4 +256,4 @@ export default class BattleMessageUiHandler extends MessageUiHandler { hideNameText(): void { this.nameBoxContainer.setVisible(false); } -} \ No newline at end of file +} diff --git a/src/ui/daily-run-scoreboard.ts b/src/ui/daily-run-scoreboard.ts index 90fef5ba5e4..1379ec6a8ef 100644 --- a/src/ui/daily-run-scoreboard.ts +++ b/src/ui/daily-run-scoreboard.ts @@ -2,6 +2,7 @@ import BattleScene from "../battle-scene"; import { TextStyle, addTextObject } from "./text"; import { WindowVariant, addWindow } from "./ui-theme"; import * as Utils from "../utils"; +import i18next from "i18next"; interface RankingEntry { rank: integer, @@ -39,7 +40,7 @@ export class DailyRunScoreboard extends Phaser.GameObjects.Container { const titleWindow = addWindow(this.scene, 0, 0, 114, 18, false, false, null, null, WindowVariant.THIN); this.add(titleWindow); - this.titleLabel = addTextObject(this.scene, titleWindow.displayWidth / 2, titleWindow.displayHeight / 2, 'Daily Rankings', TextStyle.WINDOW, { fontSize: '64px' }); + this.titleLabel = addTextObject(this.scene, titleWindow.displayWidth / 2, titleWindow.displayHeight / 2, i18next.t('menu:dailyRankings'), TextStyle.WINDOW, { fontSize: '64px' }); this.titleLabel.setOrigin(0.5, 0.5); this.add(this.titleLabel); @@ -141,7 +142,7 @@ export class DailyRunScoreboard extends Phaser.GameObjects.Container { update(category: ScoreboardCategory = this.category, page: integer = this.page) { this.rankingsContainer.removeAll(true); - this.loadingLabel.setText('Loading…'); + this.loadingLabel.setText(i18next.t('menu:loading')); this.loadingLabel.setVisible(true); if (category !== this.category) @@ -155,7 +156,7 @@ export class DailyRunScoreboard extends Phaser.GameObjects.Container { .then(jsonResponse => { this.page = page; this.category = category; - this.titleLabel.setText(`${Utils.toReadableString(ScoreboardCategory[category])} Rankings`); + this.titleLabel.setText(`${Utils.toReadableString(ScoreboardCategory[category])} ${i18next.t("menu:rankings")}`); this.prevPageButton.setAlpha(page > 1 ? 1 : 0.5); this.nextPageButton.setAlpha(page < this.pageCount ? 1 : 0.5); this.pageNumberLabel.setText(page.toString()); @@ -163,7 +164,7 @@ export class DailyRunScoreboard extends Phaser.GameObjects.Container { this.loadingLabel.setVisible(false); this.updateRankings(jsonResponse); } else - this.loadingLabel.setText('No Rankings'); + this.loadingLabel.setText(i18next.t('menu:noRankings')); }); }); } diff --git a/src/ui/menu-ui-handler.ts b/src/ui/menu-ui-handler.ts index 8444d8aa577..03d93699e75 100644 --- a/src/ui/menu-ui-handler.ts +++ b/src/ui/menu-ui-handler.ts @@ -311,7 +311,7 @@ export default class MenuUiHandler extends MessageUiHandler { case MenuOptions.LOG_OUT: success = true; const doLogout = () => { - Utils.apiPost('account/logout', undefined, undefined, true).then(res => { + Utils.apiFetch('account/logout', true).then(res => { if (!res.ok) console.error(`Log out failed (${res.status}: ${res.statusText})`); Utils.setCookie(Utils.sessionIdKey, ''); diff --git a/src/ui/modifier-select-ui-handler.ts b/src/ui/modifier-select-ui-handler.ts index 1bd44bfd3c4..e5252e02a8f 100644 --- a/src/ui/modifier-select-ui-handler.ts +++ b/src/ui/modifier-select-ui-handler.ts @@ -138,6 +138,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler { const maxUpgradeCount = typeOptions.map(to => to.upgradeCount).reduce((max, current) => Math.max(current, max), 0); this.scene.showFieldOverlay(750); + this.scene.updateAndShowLuckText(750); let i = 0; @@ -363,6 +364,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler { this.eraseCursor(); this.scene.hideFieldOverlay(250); + this.scene.hideLuckText(750); const options = this.options.concat(this.shopOptionsRows.flat()); this.options.splice(0, this.options.length); diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index 919b9606700..29a4037f12f 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -383,6 +383,7 @@ export default class PartyUiHandler extends MessageUiHandler { } const slotCount = this.partySlots.length; + const battlerCount = this.scene.currentBattle.getBattlerCount(); switch (button) { case Button.UP: @@ -392,14 +393,20 @@ export default class PartyUiHandler extends MessageUiHandler { success = this.setCursor(this.cursor < 6 ? this.cursor < slotCount - 1 ? this.cursor + 1 : 6 : 0); break; case Button.LEFT: - if (this.cursor >= this.scene.currentBattle.getBattlerCount() && this.cursor < 6) + if (this.cursor >= battlerCount && this.cursor <= 6) success = this.setCursor(0); break; case Button.RIGHT: - const battlerCount = this.scene.currentBattle.getBattlerCount(); - if (slotCount > battlerCount && this.cursor < battlerCount) - success = this.setCursor(this.lastCursor < 6 ? this.lastCursor || battlerCount : battlerCount); + if (slotCount === battlerCount){ + success = this.setCursor(6); break; + } else if (battlerCount >= 2 && slotCount > battlerCount && this.getCursor() === 0 && this.lastCursor === 1){ + success = this.setCursor(2); + break; + } else if (slotCount > battlerCount && this.cursor < battlerCount){ + success = this.setCursor(this.lastCursor < 6 ? this.lastCursor || battlerCount : battlerCount); + break; + } } } @@ -900,12 +907,23 @@ class PartySlot extends Phaser.GameObjects.Container { } if (this.pokemon.isShiny()) { - const shinyStar = this.scene.add.image(0, 0, 'shiny_star_small'); + const doubleShiny = this.pokemon.isFusion() && this.pokemon.shiny && this.pokemon.fusionShiny; + + const shinyStar = this.scene.add.image(0, 0, `shiny_star_small${doubleShiny ? '_1' : ''}`); shinyStar.setOrigin(0, 0); shinyStar.setPositionRelative(slotName, -9, 3); - shinyStar.setTint(getVariantTint(this.pokemon.getVariant())); + shinyStar.setTint(getVariantTint(!doubleShiny ? this.pokemon.getVariant() : this.pokemon.variant)); slotInfoContainer.add(shinyStar); + + if (doubleShiny) { + const fusionShinyStar = this.scene.add.image(0, 0, `shiny_star_small_2`); + fusionShinyStar.setOrigin(0, 0); + fusionShinyStar.setPosition(shinyStar.x, shinyStar.y); + fusionShinyStar.setTint(getVariantTint(this.pokemon.fusionVariant)); + + slotInfoContainer.add(fusionShinyStar); + } } if (partyUiMode !== PartyUiMode.TM_MODIFIER) { diff --git a/src/ui/pokemon-info-container.ts b/src/ui/pokemon-info-container.ts index 2b2dcb07e34..4d8ecfe0b03 100644 --- a/src/ui/pokemon-info-container.ts +++ b/src/ui/pokemon-info-container.ts @@ -18,6 +18,7 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container { private pokemonNatureLabelText: Phaser.GameObjects.Text; private pokemonNatureText: BBCodeText; private pokemonShinyIcon: Phaser.GameObjects.Image; + private pokemonFusionShinyIcon: Phaser.GameObjects.Image; private pokemonMovesContainer: Phaser.GameObjects.Container; private pokemonMovesContainers: Phaser.GameObjects.Container[]; private pokemonMoveBgs: Phaser.GameObjects.NineSlice[]; @@ -114,6 +115,11 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container { this.pokemonShinyIcon.setInteractive(new Phaser.Geom.Rectangle(0, 0, 12, 15), Phaser.Geom.Rectangle.Contains); this.add(this.pokemonShinyIcon); + this.pokemonFusionShinyIcon = this.scene.add.image(this.pokemonShinyIcon.x, this.pokemonShinyIcon.y, 'shiny_star_2'); + this.pokemonFusionShinyIcon.setOrigin(0, 0); + this.pokemonFusionShinyIcon.setScale(0.75); + this.add(this.pokemonFusionShinyIcon); + this.setVisible(false); } @@ -135,12 +141,25 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container { this.pokemonNatureText.setText(getNatureName(pokemon.getNature(), true, false, false, this.scene.uiTheme)); - this.pokemonShinyIcon.setTint(getVariantTint(pokemon.getVariant())); + const isFusion = pokemon.isFusion(); + const doubleShiny = isFusion && pokemon.shiny && pokemon.fusionShiny; + const baseVariant = !doubleShiny ? pokemon.getVariant() : pokemon.variant; + + this.pokemonShinyIcon.setTexture(`shiny_star${doubleShiny ? '_1' : ''}`); this.pokemonShinyIcon.setVisible(pokemon.isShiny()); + this.pokemonShinyIcon.setTint(getVariantTint(baseVariant)); if (this.pokemonShinyIcon.visible) { - this.pokemonShinyIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `Shiny${pokemon.getVariant() ? ` (${pokemon.getVariant() === 2 ? 'Epic' : 'Rare'})` : ''}`, true)); + const shinyDescriptor = doubleShiny || baseVariant ? + `${baseVariant === 2 ? 'Epic' : baseVariant === 1 ? 'Rare' : 'Common'}${doubleShiny ? `/${pokemon.fusionVariant === 2 ? 'Epic' : pokemon.fusionVariant === 1 ? 'Rare' : 'Common'}` : ''}` + : ''; + this.pokemonShinyIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `Shiny${shinyDescriptor ? ` (${shinyDescriptor})` : ''}`, true)); this.pokemonShinyIcon.on('pointerout', () => (this.scene as BattleScene).ui.hideTooltip()); } + + this.pokemonFusionShinyIcon.setPosition(this.pokemonShinyIcon.x, this.pokemonShinyIcon.y); + this.pokemonFusionShinyIcon.setVisible(doubleShiny); + if (isFusion) + this.pokemonFusionShinyIcon.setTint(getVariantTint(pokemon.fusionVariant)); const originalIvs: integer[] = this.scene.gameData.dexData[pokemon.species.speciesId].caughtAttr ? this.scene.gameData.dexData[pokemon.species.speciesId].ivs diff --git a/src/ui/starter-select-ui-handler.ts b/src/ui/starter-select-ui-handler.ts index 369dcf44f7a..f1e058b12cf 100644 --- a/src/ui/starter-select-ui-handler.ts +++ b/src/ui/starter-select-ui-handler.ts @@ -97,6 +97,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler { private pokemonGrowthRateText: Phaser.GameObjects.Text; private type1Icon: Phaser.GameObjects.Sprite; private type2Icon: Phaser.GameObjects.Sprite; + private pokemonLuckLabelText: Phaser.GameObjects.Text; + private pokemonLuckText: Phaser.GameObjects.Text; private pokemonGenderText: Phaser.GameObjects.Text; private pokemonUncaughtText: Phaser.GameObjects.Text; private pokemonAbilityLabelText: Phaser.GameObjects.Text; @@ -201,7 +203,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.starterSelectContainer.add(this.shinyOverlay); const starterContainerWindow = addWindow(this.scene, 141, 1, 178, 178); - + this.starterSelectContainer.add(addWindow(this.scene, 107, 1, 34, 58)); this.starterSelectContainer.add(addWindow(this.scene, 107, 59, 34, 91)); this.starterSelectContainer.add(addWindow(this.scene, 107, 145, 34, 34, true)); @@ -316,7 +318,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.genCursorObj.setVisible(false); this.genCursorObj.setOrigin(0, 0); this.starterSelectContainer.add(this.genCursorObj); - + this.valueLimitLabel = addTextObject(this.scene, 124, 150, '0/10', TextStyle.TOOLTIP_CONTENT); this.valueLimitLabel.setOrigin(0.5, 0); this.starterSelectContainer.add(this.valueLimitLabel); @@ -331,7 +333,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.starterSelectContainer.add(this.startCursorObj); const starterSpecies: Species[] = []; - + for (let g = 0; g < this.starterSelectGenIconContainers.length; g++) { let s = 0; this.genSpecies.push([]); @@ -418,6 +420,14 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.type2Icon.setOrigin(0, 0); this.starterSelectContainer.add(this.type2Icon); + this.pokemonLuckLabelText = addTextObject(this.scene, 8, 89, 'Luck:', TextStyle.WINDOW_ALT, { fontSize: '56px' }); + this.pokemonLuckLabelText.setOrigin(0, 0); + this.starterSelectContainer.add(this.pokemonLuckLabelText); + + this.pokemonLuckText = addTextObject(this.scene, 8 + this.pokemonLuckLabelText.displayWidth + 2, 89, '0', TextStyle.WINDOW, { fontSize: '56px' }); + this.pokemonLuckText.setOrigin(0, 0); + this.starterSelectContainer.add(this.pokemonLuckText); + this.pokemonCandyIcon = this.scene.add.sprite(1, 12, 'items', 'candy'); this.pokemonCandyIcon.setScale(0.5); this.pokemonCandyIcon.setOrigin(0, 0); @@ -488,7 +498,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { const eggMovesLabel = addTextObject(this.scene, -46, 0, 'Egg Moves', TextStyle.WINDOW_ALT); eggMovesLabel.setOrigin(0.5, 0); - + this.pokemonEggMovesContainer.add(eggMovesLabel); for (let m = 0; m < 4; m++) { @@ -542,7 +552,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { species = getPokemonSpecies(randomSpeciesId); pokerusCursor = this.genSpecies[species.generation - 1].indexOf(species); }; - + let dupe = false; do { @@ -1039,7 +1049,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { } } } - + if (success) ui.playSelect(); else if (error) @@ -1076,7 +1086,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.scene.gameData.starterData[speciesId].moveset = this.starterMoveset.slice(0) as StarterMoveset; this.setSpeciesDetails(this.lastSpecies, undefined, undefined, undefined, undefined, undefined, undefined, false); } - + updateInstructions(): void { let instructionLines = [ ]; let cycleInstructionLines = []; @@ -1202,7 +1212,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { setGenMode(genMode: boolean): boolean { this.genCursorObj.setVisible(genMode && !this.startCursorObj.visible); this.cursorObj.setVisible(!genMode && !this.startCursorObj.visible); - + if (genMode !== this.genMode) { this.genMode = genMode; @@ -1249,6 +1259,12 @@ export default class StarterSelectUiHandler extends MessageUiHandler { if (this.speciesStarterDexEntry?.caughtAttr) { const colorScheme = starterColors[species.speciesId]; + const luck = this.scene.gameData.getDexAttrLuck(this.speciesStarterDexEntry.caughtAttr); + this.pokemonLuckText.setVisible(!!luck); + this.pokemonLuckText.setText(luck.toString()); + this.pokemonLuckText.setTint(getVariantTint(Math.min(luck - 1, 2) as Variant)); + this.pokemonLuckLabelText.setVisible(this.pokemonLuckText.visible); + this.pokemonGrowthRateText.setText(Utils.toReadableString(GrowthRate[species.growthRate])); this.pokemonGrowthRateText.setColor(getGrowthRateColor(species.growthRate)); this.pokemonGrowthRateText.setShadowColor(getGrowthRateColor(species.growthRate, true)); @@ -1295,7 +1311,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { const defaultAbilityIndex = this.scene.gameData.getStarterSpeciesDefaultAbilityIndex(species); const defaultNature = this.scene.gameData.getSpeciesDefaultNature(species); props = this.scene.gameData.getSpeciesDexAttrProps(species, defaultDexAttr); - + this.setSpeciesDetails(species, props.shiny, props.formIndex, props.female, props.variant, defaultAbilityIndex, defaultNature); } @@ -1303,13 +1319,15 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.setTypeIcons(speciesForm.type1, speciesForm.type2); this.pokemonSprite.clearTint(); - if (this.pokerusCursors.find((cursor: integer, i: integer) => cursor === this.cursor && this.pokerusGens[i] === this.genCursor)) + if (this.pokerusCursors.find((cursor: integer, i: integer) => cursor === this.cursor && this.pokerusGens[i] === this.getGenCursorWithScroll())) handleTutorial(this.scene, Tutorial.Pokerus); } else { this.pokemonGrowthRateText.setText(''); this.pokemonGrowthRateLabelText.setVisible(false); this.type1Icon.setVisible(false); this.type2Icon.setVisible(false); + this.pokemonLuckLabelText.setVisible(false); + this.pokemonLuckText.setVisible(false); this.pokemonUncaughtText.setVisible(true); this.pokemonAbilityLabelText.setVisible(false); this.pokemonPassiveLabelText.setVisible(false); @@ -1323,7 +1341,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { const defaultAbilityIndex = this.scene.gameData.getStarterSpeciesDefaultAbilityIndex(species); const defaultNature = this.scene.gameData.getSpeciesDefaultNature(species); const props = this.scene.gameData.getSpeciesDexAttrProps(species, defaultDexAttr); - + this.setSpeciesDetails(species, props.shiny, props.formIndex, props.female, props.variant, defaultAbilityIndex, defaultNature, true); this.pokemonSprite.setTint(0x808080); } @@ -1334,6 +1352,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.pokemonGrowthRateLabelText.setVisible(false); this.type1Icon.setVisible(false); this.type2Icon.setVisible(false); + this.pokemonLuckLabelText.setVisible(false); + this.pokemonLuckText.setVisible(false); this.pokemonUncaughtText.setVisible(!!species); this.pokemonAbilityLabelText.setVisible(false); this.pokemonPassiveLabelText.setVisible(false); @@ -1487,7 +1507,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.speciesStarterMoves.push(speciesEggMoves[species.speciesId][em]); } } - + const speciesMoveData = this.scene.gameData.starterData[species.speciesId].moveset; let moveData: StarterMoveset = speciesMoveData ? Array.isArray(speciesMoveData) @@ -1676,7 +1696,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler { this.statsContainer.updateIvs(null); } } - + showStats(): void { if (!this.speciesStarterDexEntry) return; diff --git a/src/ui/summary-ui-handler.ts b/src/ui/summary-ui-handler.ts index 35a469317c1..cf5eb3639fd 100644 --- a/src/ui/summary-ui-handler.ts +++ b/src/ui/summary-ui-handler.ts @@ -16,7 +16,7 @@ import { getBiomeName } from "../data/biomes"; import { Nature, getNatureStatMultiplier } from "../data/nature"; import { loggedInUser } from "../account"; import { PlayerGender } from "../system/game-data"; -import { getVariantTint } from "#app/data/variant"; +import { Variant, getVariantTint } from "#app/data/variant"; enum Page { PROFILE, @@ -43,6 +43,7 @@ export default class SummaryUiHandler extends UiHandler { private levelText: Phaser.GameObjects.Text; private genderText: Phaser.GameObjects.Text; private shinyIcon: Phaser.GameObjects.Image; + private fusionShinyIcon: Phaser.GameObjects.Image; private statusContainer: Phaser.GameObjects.Container; private status: Phaser.GameObjects.Image; private summaryPageContainer: Phaser.GameObjects.Container; @@ -125,6 +126,12 @@ export default class SummaryUiHandler extends UiHandler { this.shinyIcon.setInteractive(new Phaser.Geom.Rectangle(0, 0, 12, 15), Phaser.Geom.Rectangle.Contains); this.summaryContainer.add(this.shinyIcon); + this.fusionShinyIcon = this.scene.add.image(0, 0, 'shiny_star_2'); + this.fusionShinyIcon.setVisible(false); + this.fusionShinyIcon.setOrigin(0, 0); + this.fusionShinyIcon.setScale(0.75) + this.summaryContainer.add(this.fusionShinyIcon); + this.pokeball = this.scene.add.sprite(6, -19, 'pb'); this.pokeball.setOrigin(0, 1); this.summaryContainer.add(this.pokeball); @@ -137,8 +144,6 @@ export default class SummaryUiHandler extends UiHandler { this.genderText.setOrigin(0, 1); this.summaryContainer.add(this.genderText); - - this.statusContainer = this.scene.add.container(-106, -16); const statusBg = this.scene.add.image(0, 0, 'summary_status'); @@ -237,21 +242,35 @@ export default class SummaryUiHandler extends UiHandler { this.nameText.setText(this.pokemon.name); + const isFusion = this.pokemon.isFusion(); + this.splicedIcon.setPositionRelative(this.nameText, this.nameText.displayWidth + 2, 3); - this.splicedIcon.setVisible(!!this.pokemon.fusionSpecies); + this.splicedIcon.setVisible(isFusion); if (this.splicedIcon.visible) { this.splicedIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `${this.pokemon.species.getName(this.pokemon.formIndex)}/${this.pokemon.fusionSpecies.getName(this.pokemon.fusionFormIndex)}`, true)); this.splicedIcon.on('pointerout', () => (this.scene as BattleScene).ui.hideTooltip()); } + + const doubleShiny = isFusion && this.pokemon.shiny && this.pokemon.fusionShiny; + const baseVariant = !doubleShiny ? this.pokemon.getVariant() : this.pokemon.variant; this.shinyIcon.setPositionRelative(this.nameText, this.nameText.displayWidth + (this.splicedIcon.visible ? this.splicedIcon.displayWidth + 1 : 0) + 1, 3); - this.shinyIcon.setTint(getVariantTint(this.pokemon.getVariant())); + this.shinyIcon.setTexture(`shiny_star${doubleShiny ? '_1' : ''}`); this.shinyIcon.setVisible(this.pokemon.isShiny()); + this.shinyIcon.setTint(getVariantTint(baseVariant)); if (this.shinyIcon.visible) { - this.shinyIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `Shiny${this.pokemon.getVariant() ? ` (${this.pokemon.getVariant() === 2 ? 'Epic' : 'Rare'})` : ''}`, true)); + const shinyDescriptor = doubleShiny || baseVariant ? + `${baseVariant === 2 ? 'Epic' : baseVariant === 1 ? 'Rare' : 'Common'}${doubleShiny ? `/${this.pokemon.fusionVariant === 2 ? 'Epic' : this.pokemon.fusionVariant === 1 ? 'Rare' : 'Common'}` : ''}` + : ''; + this.shinyIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `Shiny${shinyDescriptor ? ` (${shinyDescriptor})` : ''}`, true)); this.shinyIcon.on('pointerout', () => (this.scene as BattleScene).ui.hideTooltip()); } + this.fusionShinyIcon.setPosition(this.shinyIcon.x, this.shinyIcon.y); + this.fusionShinyIcon.setVisible(doubleShiny); + if (isFusion) + this.fusionShinyIcon.setTint(getVariantTint(this.pokemon.fusionVariant)); + this.pokeball.setFrame(getPokeballAtlasKey(this.pokemon.pokeball)); this.levelText.setText(this.pokemon.level.toString()); this.genderText.setText(getGenderSymbol(this.pokemon.getGender(true))); @@ -345,9 +364,16 @@ export default class SummaryUiHandler extends UiHandler { case Button.LEFT: this.moveSelect = false; this.setCursor(Page.STATS); - this.hideMoveEffect(); - success = true; - break; + if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE){ + this.hideMoveEffect(); + this.destroyBlinkCursor(); + success = true; + break; + } else { + this.hideMoveSelect(); + success = true; + break; + } } } } else { @@ -357,7 +383,10 @@ export default class SummaryUiHandler extends UiHandler { success = true; } } else if (button === Button.CANCEL) { - ui.setMode(Mode.PARTY); + if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE) + this.hideMoveSelect(); + else + ui.setMode(Mode.PARTY); success = true; } else { const pages = Utils.getEnumValues(Page); @@ -404,11 +433,9 @@ export default class SummaryUiHandler extends UiHandler { } setCursor(cursor: integer, overrideChanged: boolean = false): boolean { - let changed: boolean; + let changed: boolean = overrideChanged || this.moveCursor !== cursor; if (this.moveSelect) { - changed = overrideChanged || this.moveCursor !== cursor; - if (changed) { this.moveCursor = cursor; const selectedMove = this.getSelectedMove(); @@ -440,7 +467,6 @@ export default class SummaryUiHandler extends UiHandler { y: `-=${14.83 * (moveDescriptionLineCount - 3)}` }); } - } if (!this.moveCursorObj) { this.moveCursorObj = this.scene.add.sprite(-2, 0, 'summary_moves_cursor', 'highlight'); @@ -505,6 +531,11 @@ export default class SummaryUiHandler extends UiHandler { this.setCursor(0, true); this.showMoveEffect(); } + else if (this.cursor===Page.MOVES) { + this.moveCursorObj = null; + this.showMoveSelect(); + this.showMoveEffect(); + } } else this.summaryPageTransitionContainer.x -= 214; @@ -585,6 +616,17 @@ export default class SummaryUiHandler extends UiHandler { if (this.pokemon.isTerastallized()) profileContainer.add(getTypeIcon(types.length, this.pokemon.getTeraType(), true)); + if (this.pokemon.getLuck()) { + const luckLabelText = addTextObject(this.scene, 141, 28, 'Luck:', TextStyle.SUMMARY_ALT); + luckLabelText.setOrigin(0, 0); + profileContainer.add(luckLabelText); + + const luckText = addTextObject(this.scene, 141 + luckLabelText.displayWidth + 2, 28, this.pokemon.getLuck().toString(), TextStyle.SUMMARY); + luckText.setOrigin(0, 0); + luckText.setTint(getVariantTint((Math.min(this.pokemon.getLuck() - 1, 2)) as Variant)); + profileContainer.add(luckText); + } + const ability = this.pokemon.getAbility(true); const abilityNameText = addTextObject(this.scene, 7, 66, ability.name, TextStyle.SUMMARY_ALT); @@ -838,6 +880,12 @@ export default class SummaryUiHandler extends UiHandler { this.moveSelect = false; this.extraMoveRowContainer.setVisible(false); this.moveDescriptionText.setText(''); + + this.destroyBlinkCursor(); + this.hideMoveEffect(); + } + + destroyBlinkCursor(){ if (this.moveCursorBlinkTimer) { this.moveCursorBlinkTimer.destroy(); this.moveCursorBlinkTimer = null; @@ -850,8 +898,6 @@ export default class SummaryUiHandler extends UiHandler { this.selectedMoveCursorObj.destroy(); this.selectedMoveCursorObj = null; } - - this.hideMoveEffect(); } showMoveEffect(instant?: boolean) { diff --git a/src/ui/text.ts b/src/ui/text.ts index bfb02d06e27..a8cce878240 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -19,6 +19,7 @@ export enum TextStyle { SUMMARY_PINK, SUMMARY_GOLD, SUMMARY_GRAY, + SUMMARY_GREEN, MONEY, SETTINGS_LABEL, SETTINGS_SELECTED, @@ -82,6 +83,7 @@ function getTextStyleOptions(style: TextStyle, uiTheme: UiTheme, extraStyleOptio case TextStyle.SUMMARY_PINK: case TextStyle.SUMMARY_GOLD: case TextStyle.SUMMARY_GRAY: + case TextStyle.SUMMARY_GREEN: case TextStyle.WINDOW: case TextStyle.WINDOW_ALT: case TextStyle.MESSAGE: @@ -160,6 +162,8 @@ export function getTextColor(textStyle: TextStyle, shadow?: boolean, uiTheme: Ui return !shadow ? '#e8e8a8' : '#a0a060'; case TextStyle.SUMMARY_GRAY: return !shadow ? '#a0a0a0' : '#636363'; + case TextStyle.SUMMARY_GREEN: + return !shadow ? '#78c850' : '#306850'; case TextStyle.SETTINGS_LABEL: return !shadow ? '#f8b050' : '#c07800'; case TextStyle.SETTINGS_SELECTED: diff --git a/src/ui/title-ui-handler.ts b/src/ui/title-ui-handler.ts index 6c96e475929..c430764e4da 100644 --- a/src/ui/title-ui-handler.ts +++ b/src/ui/title-ui-handler.ts @@ -5,6 +5,7 @@ import { Mode } from "./ui"; import * as Utils from "../utils"; import { TextStyle, addTextObject } from "./text"; import { battleCountSplashMessage, splashMessages } from "../data/splash-messages"; +import i18next from "i18next"; export default class TitleUiHandler extends OptionSelectUiHandler { private titleContainer: Phaser.GameObjects.Container; @@ -37,7 +38,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler { this.titleContainer.add(this.dailyRunScoreboard); - this.playerCountLabel = addTextObject(this.scene, (this.scene.game.canvas.width / 6) - 2, (this.scene.game.canvas.height / 6) - 90, '? Players Online', TextStyle.MESSAGE, { fontSize: '54px' }); + this.playerCountLabel = addTextObject(this.scene, (this.scene.game.canvas.width / 6) - 2, (this.scene.game.canvas.height / 6) - 90, `? ${i18next.t("menu:playersOnline")}`, TextStyle.MESSAGE, { fontSize: '54px' }); this.playerCountLabel.setOrigin(1, 0); this.titleContainer.add(this.playerCountLabel); @@ -61,7 +62,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler { Utils.apiFetch(`game/titlestats`) .then(request => request.json()) .then(stats => { - this.playerCountLabel.setText(`${stats.playerCount} Players Online`); + this.playerCountLabel.setText(`${stats.playerCount} ${i18next.t("menu:playersOnline")}`); if (this.splashMessage === battleCountSplashMessage) this.splashMessageText.setText(battleCountSplashMessage.replace('{COUNT}', stats.battleCount.toLocaleString('en-US'))); }); diff --git a/tsconfig.json b/tsconfig.json index c07d12b010c..ab6fd748bfc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "strictNullChecks": false, - "sourceMap": true, + "sourceMap": false, "strict": false, "rootDir": "./src", "baseUrl": "./src", diff --git a/vite.config.js b/vite.config.js index f257239cafa..220747b98e3 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => { clearScreen: false, build: { minify: 'esbuild', - sourcemap: true + sourcemap: false }, esbuild: { pure: mode === 'production' ? [ 'console.log' ] : [],