Merge branch 'beta' into sprite-masterlist-script
17
.github/CODEOWNERS
vendored
@ -4,4 +4,19 @@
|
||||
* @pagefaultgames/junior-dev-team
|
||||
|
||||
# github actions/templates etc. - Dev Leads
|
||||
/.github @pagefaultgames/dev-leads
|
||||
/.github @pagefaultgames/senior-dev-team
|
||||
|
||||
# Art Team
|
||||
/public/**/*.png @pagefaultgames/art-team
|
||||
/public/**/*.json @pagefaultgames/art-team
|
||||
/public/images @pagefaultgames/art-team
|
||||
/public/battle-anims @pagefaultgames/art-team
|
||||
|
||||
# Audio files
|
||||
*.mp3 @pagefaultgames/composer-team
|
||||
*.wav @pagefaultgames/composer-team
|
||||
*.ogg @pagefaultgames/composer-team
|
||||
/public/audio @pagefaultgames/composer-team
|
||||
|
||||
# Balance Files; contain actual code logic and must also be owned by dev team
|
||||
/src/data/balance @pagefaultgames/balance-team @pagefaultgames/junior-dev-team
|
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pokemon-rogue-battle",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pokemon-rogue-battle",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.7",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@material/material-color-utilities": "^0.2.7",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pokemon-rogue-battle",
|
||||
"private": true,
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
@ -183,6 +183,8 @@
|
||||
"487-origin",
|
||||
"531-mega",
|
||||
"531-mega",
|
||||
"569-gigantamax",
|
||||
"569-gigantamax",
|
||||
"6-mega",
|
||||
"6-mega",
|
||||
"6-mega-x",
|
||||
@ -339,7 +341,6 @@
|
||||
"6724",
|
||||
"673",
|
||||
"673",
|
||||
|
||||
"675",
|
||||
"675",
|
||||
"676",
|
||||
@ -382,14 +383,12 @@
|
||||
"692",
|
||||
"693",
|
||||
"693",
|
||||
|
||||
"695",
|
||||
"695",
|
||||
"696",
|
||||
"696",
|
||||
"697",
|
||||
"697",
|
||||
|
||||
"699",
|
||||
"699",
|
||||
"700",
|
||||
@ -398,7 +397,6 @@
|
||||
"701",
|
||||
"702",
|
||||
"702",
|
||||
|
||||
"704",
|
||||
"704",
|
||||
"705",
|
||||
@ -697,6 +695,8 @@
|
||||
"814",
|
||||
"815",
|
||||
"815",
|
||||
"815-gigantamax",
|
||||
"815-gigantamax",
|
||||
"816",
|
||||
"816",
|
||||
"817",
|
||||
@ -747,6 +747,8 @@
|
||||
"838",
|
||||
"839",
|
||||
"839",
|
||||
"839-gigantamax",
|
||||
"839-gigantamax",
|
||||
"840",
|
||||
"840",
|
||||
"841",
|
||||
@ -1071,8 +1073,6 @@
|
||||
"978-droopy",
|
||||
"978-stretchy",
|
||||
"978-stretchy",
|
||||
"979",
|
||||
"979",
|
||||
"980",
|
||||
"980",
|
||||
"981",
|
||||
@ -1301,6 +1301,8 @@
|
||||
"487b-origin",
|
||||
"531b-mega",
|
||||
"531b-mega",
|
||||
"569b-gigantamax",
|
||||
"569b-gigantamax",
|
||||
"6b-mega",
|
||||
"6b-mega",
|
||||
"6b-mega-x",
|
||||
@ -1457,7 +1459,6 @@
|
||||
"6724b",
|
||||
"673b",
|
||||
"673b",
|
||||
|
||||
"675b",
|
||||
"675b",
|
||||
"676b",
|
||||
@ -1500,14 +1501,12 @@
|
||||
"692b",
|
||||
"693b",
|
||||
"693b",
|
||||
|
||||
"695b",
|
||||
"695b",
|
||||
"696b",
|
||||
"696b",
|
||||
"697b",
|
||||
"697b",
|
||||
|
||||
"699b",
|
||||
"699b",
|
||||
"700b",
|
||||
@ -1516,7 +1515,6 @@
|
||||
"701b",
|
||||
"702b",
|
||||
"702b",
|
||||
|
||||
"704b",
|
||||
"704b",
|
||||
"705b",
|
||||
@ -1815,6 +1813,8 @@
|
||||
"814b",
|
||||
"815b",
|
||||
"815b",
|
||||
"815b-gigantamax",
|
||||
"815b-gigantamax",
|
||||
"816b",
|
||||
"816b",
|
||||
"817b",
|
||||
@ -1865,6 +1865,8 @@
|
||||
"838b",
|
||||
"839b",
|
||||
"839b",
|
||||
"839b-gigantamax",
|
||||
"839b-gigantamax",
|
||||
"840b",
|
||||
"840b",
|
||||
"841b",
|
||||
@ -2191,8 +2193,6 @@
|
||||
"978b-droopy",
|
||||
"978b-stretchy",
|
||||
"978b-stretchy",
|
||||
"979b",
|
||||
"979b",
|
||||
"980b",
|
||||
"980b",
|
||||
"981b",
|
||||
@ -2421,6 +2421,8 @@
|
||||
"487sb-origin",
|
||||
"531sb-mega",
|
||||
"531sb-mega",
|
||||
"569sb-gigantamax",
|
||||
"569sb-gigantamax",
|
||||
"6sb-mega",
|
||||
"6sb-mega",
|
||||
"6sb-mega-x",
|
||||
@ -2577,7 +2579,6 @@
|
||||
"6724sb",
|
||||
"673sb",
|
||||
"673sb",
|
||||
|
||||
"675sb",
|
||||
"675sb",
|
||||
"676sb",
|
||||
@ -2620,14 +2621,12 @@
|
||||
"692sb",
|
||||
"693sb",
|
||||
"693sb",
|
||||
|
||||
"695sb",
|
||||
"695sb",
|
||||
"696sb",
|
||||
"696sb",
|
||||
"697sb",
|
||||
"697sb",
|
||||
|
||||
"699sb",
|
||||
"699sb",
|
||||
"700sb",
|
||||
@ -2636,7 +2635,6 @@
|
||||
"701sb",
|
||||
"702sb",
|
||||
"702sb",
|
||||
|
||||
"704sb",
|
||||
"704sb",
|
||||
"705sb",
|
||||
@ -2935,6 +2933,8 @@
|
||||
"814sb",
|
||||
"815sb",
|
||||
"815sb",
|
||||
"815sb-gigantamax",
|
||||
"815sb-gigantamax",
|
||||
"816sb",
|
||||
"816sb",
|
||||
"817sb",
|
||||
@ -2985,6 +2985,8 @@
|
||||
"838sb",
|
||||
"839sb",
|
||||
"839sb",
|
||||
"839sb-gigantamax",
|
||||
"839sb-gigantamax",
|
||||
"840sb",
|
||||
"840sb",
|
||||
"841sb",
|
||||
@ -3311,8 +3313,6 @@
|
||||
"978sb-droopy",
|
||||
"978sb-stretchy",
|
||||
"978sb-stretchy",
|
||||
"979sb",
|
||||
"979sb",
|
||||
"980sb",
|
||||
"980sb",
|
||||
"981sb",
|
||||
@ -3546,6 +3546,8 @@
|
||||
"487s-origin",
|
||||
"531s-mega",
|
||||
"531s-mega",
|
||||
"569s-gigantamax",
|
||||
"569s-gigantamax",
|
||||
"6s-mega",
|
||||
"6s-mega",
|
||||
"6s-mega-x",
|
||||
@ -3702,7 +3704,6 @@
|
||||
"6724s",
|
||||
"673s",
|
||||
"673s",
|
||||
|
||||
"675s",
|
||||
"675s",
|
||||
"676s",
|
||||
@ -3745,14 +3746,12 @@
|
||||
"692s",
|
||||
"693s",
|
||||
"693s",
|
||||
|
||||
"695s",
|
||||
"695s",
|
||||
"696s",
|
||||
"696s",
|
||||
"697s",
|
||||
"697s",
|
||||
|
||||
"699s",
|
||||
"699s",
|
||||
"700s",
|
||||
@ -3761,7 +3760,6 @@
|
||||
"701s",
|
||||
"702s",
|
||||
"702s",
|
||||
|
||||
"704s",
|
||||
"704s",
|
||||
"705s",
|
||||
@ -4060,6 +4058,8 @@
|
||||
"814s",
|
||||
"815s",
|
||||
"815s",
|
||||
"815s-gigantamax",
|
||||
"815s-gigantamax",
|
||||
"816s",
|
||||
"816s",
|
||||
"817s",
|
||||
@ -4110,6 +4110,8 @@
|
||||
"838s",
|
||||
"839s",
|
||||
"839s",
|
||||
"839s-gigantamax",
|
||||
"839s-gigantamax",
|
||||
"840s",
|
||||
"840s",
|
||||
"841s",
|
||||
@ -4436,8 +4438,6 @@
|
||||
"978s-droopy",
|
||||
"978s-stretchy",
|
||||
"978s-stretchy",
|
||||
"979s",
|
||||
"979s",
|
||||
"980s",
|
||||
"980s",
|
||||
"981s",
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.1 KiB |
1478
public/images/pokemon/exp/569-gigantamax.json
Normal file
BIN
public/images/pokemon/exp/569-gigantamax.png
Normal file
After Width: | Height: | Size: 11 KiB |
659
public/images/pokemon/exp/815-gigantamax.json
Normal file
@ -0,0 +1,659 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "815-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 611, "h": 579 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/815-gigantamax.png
Normal file
After Width: | Height: | Size: 32 KiB |
821
public/images/pokemon/exp/839-gigantamax.json
Normal file
@ -0,0 +1,821 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0073.png",
|
||||
"frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0074.png",
|
||||
"frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0075.png",
|
||||
"frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0076.png",
|
||||
"frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0077.png",
|
||||
"frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0078.png",
|
||||
"frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0079.png",
|
||||
"frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0080.png",
|
||||
"frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0081.png",
|
||||
"frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0082.png",
|
||||
"frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0083.png",
|
||||
"frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0084.png",
|
||||
"frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0085.png",
|
||||
"frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0086.png",
|
||||
"frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0087.png",
|
||||
"frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0088.png",
|
||||
"frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0089.png",
|
||||
"frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0090.png",
|
||||
"frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "839-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 692, "h": 664 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/839-gigantamax.png
Normal file
After Width: | Height: | Size: 64 KiB |
1478
public/images/pokemon/exp/back/569-gigantamax.json
Normal file
BIN
public/images/pokemon/exp/back/569-gigantamax.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
659
public/images/pokemon/exp/back/815-gigantamax.json
Normal file
@ -0,0 +1,659 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "815-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 611, "h": 579 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/back/815-gigantamax.png
Normal file
After Width: | Height: | Size: 33 KiB |
821
public/images/pokemon/exp/back/839-gigantamax.json
Normal file
@ -0,0 +1,821 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0073.png",
|
||||
"frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0074.png",
|
||||
"frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0075.png",
|
||||
"frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0076.png",
|
||||
"frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0077.png",
|
||||
"frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0078.png",
|
||||
"frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0079.png",
|
||||
"frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0080.png",
|
||||
"frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0081.png",
|
||||
"frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0082.png",
|
||||
"frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0083.png",
|
||||
"frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0084.png",
|
||||
"frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0085.png",
|
||||
"frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0086.png",
|
||||
"frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0087.png",
|
||||
"frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0088.png",
|
||||
"frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0089.png",
|
||||
"frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0090.png",
|
||||
"frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "839-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 622, "h": 661 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/back/839-gigantamax.png
Normal file
After Width: | Height: | Size: 49 KiB |
1478
public/images/pokemon/exp/back/shiny/569-gigantamax.json
Normal file
BIN
public/images/pokemon/exp/back/shiny/569-gigantamax.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
659
public/images/pokemon/exp/back/shiny/815-gigantamax.json
Normal file
@ -0,0 +1,659 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "815-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 611, "h": 579 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/back/shiny/815-gigantamax.png
Normal file
After Width: | Height: | Size: 33 KiB |
821
public/images/pokemon/exp/back/shiny/839-gigantamax.json
Normal file
@ -0,0 +1,821 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0073.png",
|
||||
"frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0074.png",
|
||||
"frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0075.png",
|
||||
"frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0076.png",
|
||||
"frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0077.png",
|
||||
"frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0078.png",
|
||||
"frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0079.png",
|
||||
"frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0080.png",
|
||||
"frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0081.png",
|
||||
"frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0082.png",
|
||||
"frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0083.png",
|
||||
"frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0084.png",
|
||||
"frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0085.png",
|
||||
"frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0086.png",
|
||||
"frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0087.png",
|
||||
"frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0088.png",
|
||||
"frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0089.png",
|
||||
"frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0090.png",
|
||||
"frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
|
||||
"sourceSize": { "w": 106, "h": 96 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "839-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 622, "h": 661 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/back/shiny/839-gigantamax.png
Normal file
After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.1 KiB |
1478
public/images/pokemon/exp/shiny/569-gigantamax.json
Normal file
BIN
public/images/pokemon/exp/shiny/569-gigantamax.png
Normal file
After Width: | Height: | Size: 11 KiB |
659
public/images/pokemon/exp/shiny/815-gigantamax.json
Normal file
@ -0,0 +1,659 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
|
||||
"sourceSize": { "w": 100, "h": 100 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "815-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 611, "h": 579 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/shiny/815-gigantamax.png
Normal file
After Width: | Height: | Size: 32 KiB |
821
public/images/pokemon/exp/shiny/839-gigantamax.json
Normal file
@ -0,0 +1,821 @@
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0002.png",
|
||||
"frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0003.png",
|
||||
"frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0005.png",
|
||||
"frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0013.png",
|
||||
"frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0015.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0016.png",
|
||||
"frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0017.png",
|
||||
"frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0019.png",
|
||||
"frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0020.png",
|
||||
"frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0025.png",
|
||||
"frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0026.png",
|
||||
"frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0027.png",
|
||||
"frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0035.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0037.png",
|
||||
"frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0038.png",
|
||||
"frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0039.png",
|
||||
"frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0040.png",
|
||||
"frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0041.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0042.png",
|
||||
"frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0043.png",
|
||||
"frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0044.png",
|
||||
"frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0045.png",
|
||||
"frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0046.png",
|
||||
"frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0047.png",
|
||||
"frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0048.png",
|
||||
"frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0049.png",
|
||||
"frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0050.png",
|
||||
"frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0051.png",
|
||||
"frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0052.png",
|
||||
"frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0053.png",
|
||||
"frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0054.png",
|
||||
"frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0055.png",
|
||||
"frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0056.png",
|
||||
"frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0057.png",
|
||||
"frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0058.png",
|
||||
"frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0059.png",
|
||||
"frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0060.png",
|
||||
"frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0061.png",
|
||||
"frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0062.png",
|
||||
"frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0063.png",
|
||||
"frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0064.png",
|
||||
"frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0065.png",
|
||||
"frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0066.png",
|
||||
"frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0067.png",
|
||||
"frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0068.png",
|
||||
"frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0069.png",
|
||||
"frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0070.png",
|
||||
"frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0071.png",
|
||||
"frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0072.png",
|
||||
"frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0073.png",
|
||||
"frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0074.png",
|
||||
"frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0075.png",
|
||||
"frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0076.png",
|
||||
"frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0077.png",
|
||||
"frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0078.png",
|
||||
"frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0079.png",
|
||||
"frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0080.png",
|
||||
"frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0081.png",
|
||||
"frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0082.png",
|
||||
"frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0083.png",
|
||||
"frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0084.png",
|
||||
"frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0085.png",
|
||||
"frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0086.png",
|
||||
"frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0087.png",
|
||||
"frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0088.png",
|
||||
"frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0089.png",
|
||||
"frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"filename": "0090.png",
|
||||
"frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
|
||||
"sourceSize": { "w": 111, "h": 96 },
|
||||
"duration": 100
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.13-x64",
|
||||
"image": "839-gigantamax.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 692, "h": 664 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
public/images/pokemon/exp/shiny/839-gigantamax.png
Normal file
After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 2.3 KiB |
@ -1 +1 @@
|
||||
Subproject commit b4534f03ba8eb8709486ee967257b6f3725702dd
|
||||
Subproject commit 0e5c6096ba26f6b87aed1aab3fe9b0b23f6cbb7b
|
@ -6186,7 +6186,8 @@ export function initAbilities() {
|
||||
.attr(ProtectStatAbAttr, Stat.ATK)
|
||||
.ignorable(),
|
||||
new Ability(Abilities.PICKUP, 3)
|
||||
.attr(PostBattleLootAbAttr),
|
||||
.attr(PostBattleLootAbAttr)
|
||||
.attr(UnsuppressableAbilityAbAttr),
|
||||
new Ability(Abilities.TRUANT, 3)
|
||||
.attr(PostSummonAddBattlerTagAbAttr, BattlerTagType.TRUANT, 1, false),
|
||||
new Ability(Abilities.HUSTLE, 3)
|
||||
@ -6378,7 +6379,8 @@ export function initAbilities() {
|
||||
.attr(PostSummonWeatherChangeAbAttr, WeatherType.SNOW)
|
||||
.attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SNOW),
|
||||
new Ability(Abilities.HONEY_GATHER, 4)
|
||||
.attr(MoneyAbAttr),
|
||||
.attr(MoneyAbAttr)
|
||||
.attr(UnsuppressableAbilityAbAttr),
|
||||
new Ability(Abilities.FRISK, 4)
|
||||
.attr(FriskAbAttr),
|
||||
new Ability(Abilities.RECKLESS, 4)
|
||||
|
@ -1,7 +1,20 @@
|
||||
import { globalScene } from "#app/global-scene";
|
||||
import { AttackMove, BeakBlastHeaderAttr, DelayedAttackAttr, MoveFlags, SelfStatusMove, allMoves } from "./move";
|
||||
import {
|
||||
AttackMove,
|
||||
BeakBlastHeaderAttr,
|
||||
DelayedAttackAttr,
|
||||
MoveFlags,
|
||||
SelfStatusMove,
|
||||
allMoves,
|
||||
} from "./move";
|
||||
import type Pokemon from "../field/pokemon";
|
||||
import * as Utils from "../utils";
|
||||
import {
|
||||
type nil,
|
||||
getFrameMs,
|
||||
getEnumKeys,
|
||||
getEnumValues,
|
||||
animationFileName,
|
||||
} from "../utils";
|
||||
import type { BattlerIndex } from "../battle";
|
||||
import type { Element } from "json-stable-stringify";
|
||||
import { Moves } from "#enums/moves";
|
||||
@ -401,7 +414,7 @@ class AnimTimedUpdateBgEvent extends AnimTimedBgEvent {
|
||||
if (Object.keys(tweenProps).length) {
|
||||
globalScene.tweens.add(Object.assign({
|
||||
targets: moveAnim.bgSprite,
|
||||
duration: Utils.getFrameMs(this.duration * 3)
|
||||
duration: getFrameMs(this.duration * 3)
|
||||
}, tweenProps));
|
||||
}
|
||||
return this.duration * 2;
|
||||
@ -437,7 +450,7 @@ class AnimTimedAddBgEvent extends AnimTimedBgEvent {
|
||||
|
||||
globalScene.tweens.add({
|
||||
targets: moveAnim.bgSprite,
|
||||
duration: Utils.getFrameMs(this.duration * 3)
|
||||
duration: getFrameMs(this.duration * 3)
|
||||
});
|
||||
|
||||
return this.duration * 2;
|
||||
@ -455,8 +468,8 @@ export const encounterAnims = new Map<EncounterAnim, AnimConfig>();
|
||||
|
||||
export function initCommonAnims(): Promise<void> {
|
||||
return new Promise(resolve => {
|
||||
const commonAnimNames = Utils.getEnumKeys(CommonAnim);
|
||||
const commonAnimIds = Utils.getEnumValues(CommonAnim);
|
||||
const commonAnimNames = getEnumKeys(CommonAnim);
|
||||
const commonAnimIds = getEnumValues(CommonAnim);
|
||||
const commonAnimFetches: Promise<Map<CommonAnim, AnimConfig>>[] = [];
|
||||
for (let ca = 0; ca < commonAnimIds.length; ca++) {
|
||||
const commonAnimId = commonAnimIds[ca];
|
||||
@ -493,7 +506,7 @@ export function initMoveAnim(move: Moves): Promise<void> {
|
||||
const defaultMoveAnim = allMoves[move] instanceof AttackMove ? Moves.TACKLE : allMoves[move] instanceof SelfStatusMove ? Moves.FOCUS_ENERGY : Moves.TAIL_WHIP;
|
||||
|
||||
const fetchAnimAndResolve = (move: Moves) => {
|
||||
globalScene.cachedFetch(`./battle-anims/${Utils.animationFileName(move)}.json`)
|
||||
globalScene.cachedFetch(`./battle-anims/${animationFileName(move)}.json`)
|
||||
.then(response => {
|
||||
const contentType = response.headers.get("content-type");
|
||||
if (!response.ok || contentType?.indexOf("application/json") === -1) {
|
||||
@ -550,7 +563,7 @@ function useDefaultAnim(move: Moves, defaultMoveAnim: Moves) {
|
||||
* @remarks use {@linkcode useDefaultAnim} to use a default animation
|
||||
*/
|
||||
function logMissingMoveAnim(move: Moves, ...optionalParams: any[]) {
|
||||
const moveName = Utils.animationFileName(move);
|
||||
const moveName = animationFileName(move);
|
||||
console.warn(`Could not load animation file for move '${moveName}'`, ...optionalParams);
|
||||
}
|
||||
|
||||
@ -560,7 +573,7 @@ function logMissingMoveAnim(move: Moves, ...optionalParams: any[]) {
|
||||
*/
|
||||
export async function initEncounterAnims(encounterAnim: EncounterAnim | EncounterAnim[]): Promise<void> {
|
||||
const anims = Array.isArray(encounterAnim) ? encounterAnim : [ encounterAnim ];
|
||||
const encounterAnimNames = Utils.getEnumKeys(EncounterAnim);
|
||||
const encounterAnimNames = getEnumKeys(EncounterAnim);
|
||||
const encounterAnimFetches: Promise<Map<EncounterAnim, AnimConfig>>[] = [];
|
||||
for (const anim of anims) {
|
||||
if (encounterAnims.has(anim) && !isNullOrUndefined(encounterAnims.get(anim))) {
|
||||
@ -922,7 +935,7 @@ export abstract class BattleAnim {
|
||||
let f = 0;
|
||||
|
||||
globalScene.tweens.addCounter({
|
||||
duration: Utils.getFrameMs(3),
|
||||
duration: getFrameMs(3),
|
||||
repeat: anim?.frames.length ?? 0,
|
||||
onRepeat: () => {
|
||||
if (!f) {
|
||||
@ -994,47 +1007,39 @@ export abstract class BattleAnim {
|
||||
const moveSprite = sprites[graphicIndex];
|
||||
if (spritePriorities[graphicIndex] !== frame.priority) {
|
||||
spritePriorities[graphicIndex] = frame.priority;
|
||||
/** Move the position that the moveSprite is rendered in based on the priority.
|
||||
* @param priority The priority level to draw the sprite.
|
||||
* - 0: Draw the sprite in front of the pokemon on the field.
|
||||
* - 1: Draw the sprite in front of the user pokemon.
|
||||
* - 2: Draw the sprite in front of its `bgSprite` (if it has one), or its
|
||||
* `AnimFocus` (if that is user/target), otherwise behind everything.
|
||||
* - 3: Draw the sprite behind its `AnimFocus` (if that is user/target), otherwise in front of everything.
|
||||
*/
|
||||
const setSpritePriority = (priority: number) => {
|
||||
switch (priority) {
|
||||
case 0:
|
||||
globalScene.field.moveBelow(moveSprite as Phaser.GameObjects.GameObject, globalScene.getEnemyPokemon(false) ?? globalScene.getPlayerPokemon(false)!); // TODO: is this bang correct?
|
||||
break;
|
||||
case 1:
|
||||
globalScene.field.moveTo(moveSprite, globalScene.field.getAll().length - 1);
|
||||
break;
|
||||
case 2:
|
||||
switch (frame.focus) {
|
||||
case AnimFocus.USER:
|
||||
if (this.bgSprite) {
|
||||
globalScene.field.moveAbove(moveSprite as Phaser.GameObjects.GameObject, this.bgSprite);
|
||||
} else {
|
||||
globalScene.field.moveBelow(moveSprite as Phaser.GameObjects.GameObject, this.user!); // TODO: is this bang correct?
|
||||
}
|
||||
break;
|
||||
case AnimFocus.TARGET:
|
||||
globalScene.field.moveBelow(moveSprite as Phaser.GameObjects.GameObject, this.target!); // TODO: is this bang correct?
|
||||
break;
|
||||
default:
|
||||
setSpritePriority(1);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
switch (frame.focus) {
|
||||
case AnimFocus.USER:
|
||||
globalScene.field.moveAbove(moveSprite as Phaser.GameObjects.GameObject, this.user!); // TODO: is this bang correct?
|
||||
break;
|
||||
case AnimFocus.TARGET:
|
||||
globalScene.field.moveAbove(moveSprite as Phaser.GameObjects.GameObject, this.target!); // TODO: is this bang correct?
|
||||
break;
|
||||
default:
|
||||
setSpritePriority(1);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
setSpritePriority(1);
|
||||
/** The sprite we are moving the moveSprite in relation to */
|
||||
let targetSprite: Phaser.GameObjects.GameObject | nil;
|
||||
/** The method that is being used to move the sprite.*/
|
||||
let moveFunc: ((sprite: Phaser.GameObjects.GameObject, target: Phaser.GameObjects.GameObject) => void) |
|
||||
((sprite: Phaser.GameObjects.GameObject) => void) = globalScene.field.bringToTop;
|
||||
|
||||
if (priority === 0) { // Place the sprite in front of the pokemon on the field.
|
||||
targetSprite = globalScene.getEnemyField().find(p => p) ?? globalScene.getPlayerField().find(p => p);
|
||||
console.log(typeof targetSprite);
|
||||
moveFunc = globalScene.field.moveBelow;
|
||||
} else if (priority === 2 && this.bgSprite) {
|
||||
moveFunc = globalScene.field.moveAbove;
|
||||
targetSprite = this.bgSprite;
|
||||
} else if (priority === 2 || priority === 3) {
|
||||
moveFunc = priority === 2 ? globalScene.field.moveBelow : globalScene.field.moveAbove;
|
||||
if (frame.focus === AnimFocus.USER) {
|
||||
targetSprite = this.user;
|
||||
} else if (frame.focus === AnimFocus.TARGET) {
|
||||
targetSprite = this.target;
|
||||
}
|
||||
}
|
||||
// If target sprite is not undefined and exists in the field container, then move the sprite using the moveFunc.
|
||||
// Otherwise, default to just bringing it to the top.
|
||||
targetSprite && globalScene.field.exists(targetSprite) ? moveFunc.bind(globalScene.field)(moveSprite as Phaser.GameObjects.GameObject, targetSprite) : globalScene.field.bringToTop(moveSprite as Phaser.GameObjects.GameObject);
|
||||
};
|
||||
setSpritePriority(frame.priority);
|
||||
}
|
||||
@ -1052,11 +1057,13 @@ export abstract class BattleAnim {
|
||||
}
|
||||
}
|
||||
if (anim?.frameTimedEvents.has(f)) {
|
||||
for (const event of anim.frameTimedEvents.get(f)!) { // TODO: is this bang correct?
|
||||
r = Math.max((anim.frames.length - f) + event.execute(this), r);
|
||||
const base = anim.frames.length - f;
|
||||
// Bang is correct due to `has` check above, which cannot return true for an undefined / null `f`
|
||||
for (const event of anim.frameTimedEvents.get(f)!) {
|
||||
r = Math.max(base + event.execute(this), r);
|
||||
}
|
||||
}
|
||||
const targets = Utils.getEnumValues(AnimFrameTarget);
|
||||
const targets = getEnumValues(AnimFrameTarget);
|
||||
for (const i of targets) {
|
||||
const count = i === AnimFrameTarget.GRAPHIC ? g : i === AnimFrameTarget.USER ? u : t;
|
||||
if (count < spriteCache[i].length) {
|
||||
@ -1084,7 +1091,7 @@ export abstract class BattleAnim {
|
||||
}
|
||||
if (r) {
|
||||
globalScene.tweens.addCounter({
|
||||
duration: Utils.getFrameMs(r),
|
||||
duration: getFrameMs(r),
|
||||
onComplete: () => cleanUpAndComplete()
|
||||
});
|
||||
} else {
|
||||
@ -1166,7 +1173,7 @@ export abstract class BattleAnim {
|
||||
let existingFieldSprites = globalScene.field.getAll().slice(0);
|
||||
|
||||
globalScene.tweens.addCounter({
|
||||
duration: Utils.getFrameMs(3) * frameTimeMult,
|
||||
duration: getFrameMs(3) * frameTimeMult,
|
||||
repeat: anim!.frames.length,
|
||||
onRepeat: () => {
|
||||
existingFieldSprites = globalScene.field.getAll().slice(0);
|
||||
@ -1215,11 +1222,12 @@ export abstract class BattleAnim {
|
||||
}
|
||||
}
|
||||
if (anim?.frameTimedEvents.get(frameCount)) {
|
||||
const base = anim.frames.length - frameCount;
|
||||
for (const event of anim.frameTimedEvents.get(frameCount)!) {
|
||||
totalFrames = Math.max((anim.frames.length - frameCount) + event.execute(this, frameTimedEventPriority), totalFrames);
|
||||
totalFrames = Math.max(base + event.execute(this, frameTimedEventPriority), totalFrames);
|
||||
}
|
||||
}
|
||||
const targets = Utils.getEnumValues(AnimFrameTarget);
|
||||
const targets = getEnumValues(AnimFrameTarget);
|
||||
for (const i of targets) {
|
||||
const count = graphicFrameCount;
|
||||
if (count < spriteCache[i].length) {
|
||||
@ -1244,7 +1252,7 @@ export abstract class BattleAnim {
|
||||
}
|
||||
if (totalFrames) {
|
||||
globalScene.tweens.addCounter({
|
||||
duration: Utils.getFrameMs(totalFrames),
|
||||
duration: getFrameMs(totalFrames),
|
||||
onComplete: () => cleanUpAndComplete()
|
||||
});
|
||||
} else {
|
||||
@ -1342,15 +1350,15 @@ export class EncounterBattleAnim extends BattleAnim {
|
||||
}
|
||||
|
||||
export async function populateAnims() {
|
||||
const commonAnimNames = Utils.getEnumKeys(CommonAnim).map(k => k.toLowerCase());
|
||||
const commonAnimNames = getEnumKeys(CommonAnim).map(k => k.toLowerCase());
|
||||
const commonAnimMatchNames = commonAnimNames.map(k => k.replace(/\_/g, ""));
|
||||
const commonAnimIds = Utils.getEnumValues(CommonAnim) as CommonAnim[];
|
||||
const chargeAnimNames = Utils.getEnumKeys(ChargeAnim).map(k => k.toLowerCase());
|
||||
const commonAnimIds = getEnumValues(CommonAnim) as CommonAnim[];
|
||||
const chargeAnimNames = getEnumKeys(ChargeAnim).map(k => k.toLowerCase());
|
||||
const chargeAnimMatchNames = chargeAnimNames.map(k => k.replace(/\_/g, " "));
|
||||
const chargeAnimIds = Utils.getEnumValues(ChargeAnim) as ChargeAnim[];
|
||||
const chargeAnimIds = getEnumValues(ChargeAnim) as ChargeAnim[];
|
||||
const commonNamePattern = /name: (?:Common:)?(Opp )?(.*)/;
|
||||
const moveNameToId = {};
|
||||
for (const move of Utils.getEnumValues(Moves).slice(1)) {
|
||||
for (const move of getEnumValues(Moves).slice(1)) {
|
||||
const moveName = Moves[move].toUpperCase().replace(/\_/g, "");
|
||||
moveNameToId[moveName] = move;
|
||||
}
|
||||
|
@ -68,10 +68,7 @@ export const normalForm: Species[] = [
|
||||
* @param species The species to fetch
|
||||
* @returns The associated {@linkcode PokemonSpecies} object
|
||||
*/
|
||||
export function getPokemonSpecies(species: Species | Species[] | undefined): PokemonSpecies {
|
||||
if (!species) {
|
||||
throw new Error("`species` must not be undefined in `getPokemonSpecies()`");
|
||||
}
|
||||
export function getPokemonSpecies(species: Species | Species[]): PokemonSpecies {
|
||||
// If a special pool (named trainers) is used here it CAN happen that they have a array as species (which means choose one of those two). So we catch that with this code block
|
||||
if (Array.isArray(species)) {
|
||||
// Pick a random species from the list
|
||||
@ -914,7 +911,8 @@ export default class PokemonSpecies extends PokemonSpeciesForm implements Locali
|
||||
|
||||
for (const weight of evolutionPool.keys()) {
|
||||
if (randValue < weight) {
|
||||
return getPokemonSpecies(evolutionPool.get(weight)).getSpeciesForLevel(level, true, forTrainer, strength, currentWave);
|
||||
// TODO: this entire function is dumb and should be changed, adding a `!` here for now until then
|
||||
return getPokemonSpecies(evolutionPool.get(weight)!).getSpeciesForLevel(level, true, forTrainer, strength, currentWave);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1226,10 +1226,15 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
/**
|
||||
* Checks if the {@linkcode Pokemon} has is the specified {@linkcode Species} or is fused with it.
|
||||
* @param species the pokemon {@linkcode Species} to check
|
||||
* @param formKey If provided, requires the species to be in that form
|
||||
* @returns `true` if the pokemon is the species or is fused with it, `false` otherwise
|
||||
*/
|
||||
hasSpecies(species: Species): boolean {
|
||||
return this.species.speciesId === species || this.fusionSpecies?.speciesId === species;
|
||||
hasSpecies(species: Species, formKey?: string): boolean {
|
||||
if (Utils.isNullOrUndefined(formKey)) {
|
||||
return this.species.speciesId === species || this.fusionSpecies?.speciesId === species;
|
||||
}
|
||||
|
||||
return (this.species.speciesId === species && this.getFormKey() === formKey) || (this.fusionSpecies?.speciesId === species && this.getFusionFormKey() === formKey);
|
||||
}
|
||||
|
||||
abstract isBoss(): boolean;
|
||||
@ -3204,6 +3209,11 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
return maxForms.includes(this.getFormKey()) || (!!this.getFusionFormKey() && maxForms.includes(this.getFusionFormKey()!));
|
||||
}
|
||||
|
||||
isMega(): boolean {
|
||||
const megaForms = [ SpeciesFormKey.MEGA, SpeciesFormKey.MEGA_X, SpeciesFormKey.MEGA_Y, SpeciesFormKey.PRIMAL ] as string[];
|
||||
return megaForms.includes(this.getFormKey()) || (!!this.getFusionFormKey() && megaForms.includes(this.getFusionFormKey()!));
|
||||
}
|
||||
|
||||
canAddTag(tagType: BattlerTagType): boolean {
|
||||
if (this.getTag(tagType)) {
|
||||
return false;
|
||||
|
@ -13,7 +13,11 @@ export const systemMigrators = [
|
||||
if (data.starterData && data.dexData) {
|
||||
Object.keys(data.starterData).forEach(sd => {
|
||||
const caughtAttr = data.dexData[sd]?.caughtAttr;
|
||||
const species = getPokemonSpecies(Number(sd));
|
||||
const speciesNumber = Number(sd);
|
||||
if (!speciesNumber) { // An unknown bug at some point in time caused some accounts to have starter data for pokedex number 0 which crashes
|
||||
return;
|
||||
}
|
||||
const species = getPokemonSpecies(speciesNumber);
|
||||
if (caughtAttr && species.forms?.length > 1) {
|
||||
const selectableForms = species.forms.filter((form, formIndex) => form.isStarterSelectable && (caughtAttr & globalScene.gameData.getFormAttr(formIndex)));
|
||||
if (selectableForms.length === 0) {
|
||||
|
@ -10,6 +10,7 @@ import { globalScene } from "#app/global-scene";
|
||||
import { TerastallizeAccessModifier } from "#app/modifier/modifier";
|
||||
import { Type } from "#app/enums/type";
|
||||
import { getTypeRgb } from "#app/data/type";
|
||||
import { Species } from "#enums/species";
|
||||
|
||||
export enum Command {
|
||||
FIGHT = 0,
|
||||
@ -180,9 +181,11 @@ export default class CommandUiHandler extends UiHandler {
|
||||
|
||||
canTera(): boolean {
|
||||
const hasTeraMod = !!globalScene.getModifiers(TerastallizeAccessModifier).length;
|
||||
const activePokemon = globalScene.getField()[this.fieldIndex];
|
||||
const isBlockedForm = activePokemon.isMega() || activePokemon.isMax() || activePokemon.hasSpecies(Species.NECROZMA, "ultra");
|
||||
const currentTeras = globalScene.arena.playerTerasUsed;
|
||||
const plannedTera = globalScene.currentBattle.preTurnCommands[0]?.command === Command.TERA && this.fieldIndex > 0 ? 1 : 0;
|
||||
return hasTeraMod && (currentTeras + plannedTera) < 1;
|
||||
return hasTeraMod && !isBlockedForm && (currentTeras + plannedTera) < 1;
|
||||
}
|
||||
|
||||
toggleTeraButton() {
|
||||
|
@ -889,7 +889,7 @@ export default class RunInfoUiHandler extends UiHandler {
|
||||
/**
|
||||
* Takes input from the user to perform a desired action.
|
||||
* @param button - Button object to be processed
|
||||
* Button.CANCEL - removes all containers related to RunInfo and returns the user to Run History
|
||||
* Button.CANCEL, Button.LEFT - removes all containers related to RunInfo and returns the user to Run History
|
||||
* Button.CYCLE_FORM, Button.CYCLE_SHINY, Button.CYCLE_ABILITY - runs the function buttonCycleOption()
|
||||
*/
|
||||
override processInput(button: Button): boolean {
|
||||
@ -900,6 +900,7 @@ export default class RunInfoUiHandler extends UiHandler {
|
||||
|
||||
switch (button) {
|
||||
case Button.CANCEL:
|
||||
case Button.LEFT:
|
||||
success = true;
|
||||
if (this.pageMode === RunInfoUiMode.MAIN) {
|
||||
this.runInfoContainer.removeAll(true);
|
||||
|
@ -3353,7 +3353,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
this.canCycleForm = species.forms.filter(f => f.isStarterSelectable || !pokemonFormChanges[species.speciesId]?.find(fc => fc.formKey))
|
||||
.map((_, f) => dexEntry.caughtAttr & globalScene.gameData.getFormAttr(f)).filter(f => f).length > 1;
|
||||
this.canCycleNature = globalScene.gameData.getNaturesForAttr(dexEntry.natureAttr).length > 1;
|
||||
this.canCycleTera = globalScene.gameData.achvUnlocks.hasOwnProperty(achvs.TERASTALLIZE.id) && !Utils.isNullOrUndefined(getPokemonSpeciesForm(species.speciesId, formIndex ?? 0).type2);
|
||||
this.canCycleTera = !this.statsMode && globalScene.gameData.achvUnlocks.hasOwnProperty(achvs.TERASTALLIZE.id) && !Utils.isNullOrUndefined(getPokemonSpeciesForm(species.speciesId, formIndex ?? 0).type2);
|
||||
}
|
||||
|
||||
if (dexEntry.caughtAttr && species.malePercent !== null) {
|
||||
@ -3858,12 +3858,20 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
this.showStats();
|
||||
this.statsMode = true;
|
||||
this.pokemonSprite.setVisible(false);
|
||||
this.teraIcon.setVisible(false);
|
||||
this.canCycleTera = false;
|
||||
this.updateInstructions();
|
||||
} else {
|
||||
this.statsMode = false;
|
||||
this.statsContainer.setVisible(false);
|
||||
this.pokemonSprite.setVisible(!!this.speciesStarterDexEntry?.caughtAttr);
|
||||
//@ts-ignore
|
||||
this.statsContainer.updateIvs(null); // TODO: resolve ts-ignore. !?!?
|
||||
this.teraIcon.setVisible(globalScene.gameData.achvUnlocks.hasOwnProperty(achvs.TERASTALLIZE.id));
|
||||
const props = globalScene.gameData.getSpeciesDexAttrProps(this.lastSpecies, this.getCurrentDexProps(this.lastSpecies.speciesId));
|
||||
const formIndex = props.formIndex;
|
||||
this.canCycleTera = !this.statsMode && globalScene.gameData.achvUnlocks.hasOwnProperty(achvs.TERASTALLIZE.id) && !Utils.isNullOrUndefined(getPokemonSpeciesForm(this.lastSpecies.speciesId, formIndex ?? 0).type2);
|
||||
this.updateInstructions();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -116,7 +116,7 @@ describe("Uncommon Breed - Mystery Encounter", () => {
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.UNCOMMON_BREED, defaultParty);
|
||||
|
||||
const config = game.scene.currentBattle.mysteryEncounter!.enemyPartyConfigs[0];
|
||||
const speciesToSpawn = config.pokemonConfigs?.[0].species.speciesId;
|
||||
const speciesToSpawn = config.pokemonConfigs?.[0].species.speciesId!;
|
||||
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
@ -143,7 +143,7 @@ describe("Uncommon Breed - Mystery Encounter", () => {
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.UNCOMMON_BREED, defaultParty);
|
||||
|
||||
const config = game.scene.currentBattle.mysteryEncounter!.enemyPartyConfigs[0];
|
||||
const speciesToSpawn = config.pokemonConfigs?.[0].species.speciesId;
|
||||
const speciesToSpawn = config.pokemonConfigs?.[0].species.speciesId!;
|
||||
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
|