Compare commits
157 Commits
fda81ddac9
...
77cdad48df
Author | SHA1 | Date | |
---|---|---|---|
|
77cdad48df | ||
|
16e1f63fe0 | ||
|
751a3d1e49 | ||
|
d01cd98d06 | ||
|
0d6145263f | ||
|
0309fde7e8 | ||
|
a48ba9864d | ||
|
136fcbfda8 | ||
|
3670574342 | ||
|
41751ab8df | ||
|
c1a7df913a | ||
|
a9af2bd6ff | ||
|
34e9236874 | ||
|
6168b77761 | ||
|
622885767d | ||
|
e2be6ba002 | ||
|
68e94845ab | ||
|
c2bc94a5f3 | ||
|
c86a51ba89 | ||
|
79af115278 | ||
|
f7a7b23dd1 | ||
|
bac6c22973 | ||
|
2240e09406 | ||
|
45415a87bb | ||
|
8cd166536a | ||
|
8b4aa872d9 | ||
|
a601d4d39e | ||
|
6c824d8894 | ||
|
e66d7026d5 | ||
|
b72b432ce3 | ||
|
99557b318f | ||
|
aed9b56a7b | ||
|
ecc17c5342 | ||
|
cd7e818a01 | ||
|
7ae09a31a5 | ||
|
460e94725b | ||
|
b66a68a37b | ||
|
7ac4900a3e | ||
|
ae03b9cb20 | ||
|
c1c464b07a | ||
|
25a792f080 | ||
|
fbd863a25c | ||
|
879f009156 | ||
|
3c8b4550b6 | ||
|
bbfb4bb795 | ||
|
f1e622e4b9 | ||
|
33f8365192 | ||
|
8c01403630 | ||
|
5eb4077f13 | ||
|
6405bcab87 | ||
|
3fd1ecf6a7 | ||
|
42e2be22bc | ||
|
6016ecfb46 | ||
|
67d5532d15 | ||
|
70939bf89f | ||
|
e3a71cf171 | ||
|
e97d79170d | ||
|
82be3daf9d | ||
|
680eecc452 | ||
|
c454e2d232 | ||
|
0fd2dcf0aa | ||
|
6952fe065b | ||
|
04045623a0 | ||
|
136afa6b00 | ||
|
d2e455cdad | ||
|
9493f59a4e | ||
|
f93f2bfca6 | ||
|
60cbd636e6 | ||
|
2894c8bfc3 | ||
|
8f8ee9127d | ||
|
b95a59c094 | ||
|
a32f61fbf7 | ||
|
ca1ae4b556 | ||
|
3671fe4c2f | ||
|
80f6b62d1b | ||
|
f1394307f4 | ||
|
f649179e24 | ||
|
9f699537bc | ||
|
a30fc9b82d | ||
|
a4f4a37e5c | ||
|
7216990d87 | ||
|
13f2cafe5e | ||
|
a561e41634 | ||
|
840dba79cc | ||
|
77e9d81e5f | ||
|
df7cb209f7 | ||
|
661e37f54f | ||
|
1bc6fcf4de | ||
|
3031cc1245 | ||
|
932e6e39f9 | ||
|
608a968db4 | ||
|
1ae5847e49 | ||
|
e8c1098b91 | ||
|
78c8e8164d | ||
|
48313e0c4d | ||
|
5e9ded2b8e | ||
|
d017198460 | ||
|
0914fd14e2 | ||
|
8b559532b0 | ||
|
e3b25a9fab | ||
|
6dc10f549f | ||
|
6fa7412465 | ||
|
8ccd8085db | ||
|
2682c2faa3 | ||
|
344a17c8fc | ||
|
ab64eb5d5b | ||
|
49adedbc0f | ||
|
27139c0d8c | ||
|
bc43cebb81 | ||
|
eff467155a | ||
|
6303129efb | ||
|
4a65160130 | ||
|
56acd16456 | ||
|
93dee06e21 | ||
|
4a9664c04c | ||
|
f3c4a3838b | ||
|
5dd017fa30 | ||
|
1f1c243415 | ||
|
6bcf4e008a | ||
|
fa6ab29946 | ||
|
0a871fb0d0 | ||
|
6880c7afe0 | ||
|
04a345a6cc | ||
|
7935f28089 | ||
|
b55fb8db37 | ||
|
d2a8c4a150 | ||
|
a2299ee055 | ||
|
8c21bdc0a1 | ||
|
09b820161f | ||
|
3cc9c93643 | ||
|
03c4b1b821 | ||
|
bfa12fd48d | ||
|
10437142b6 | ||
|
edf3a6aa36 | ||
|
4362d49e6b | ||
|
0c660f599d | ||
|
48c745deee | ||
|
b0fd32b1a4 | ||
|
96af567cd4 | ||
|
a44c1587d4 | ||
|
250142083a | ||
|
61938869c1 | ||
|
b4f643f0fa | ||
|
0cd305d78a | ||
|
f2dff2cd25 | ||
|
f2b5a1b6f4 | ||
|
1bd3ec2fd6 | ||
|
dd3d38b5d8 | ||
|
e035e85811 | ||
|
7561521020 | ||
|
71d9f11d94 | ||
|
4d804d787c | ||
|
883524f441 | ||
|
45663ceae0 | ||
|
78fffaad9d | ||
|
429e66357f | ||
|
63e165d62a |
7
.eslintignore
Normal file
@ -0,0 +1,7 @@
|
||||
dist/*
|
||||
build/*
|
||||
coverage/*
|
||||
public/*
|
||||
.github/*
|
||||
node_modules/*
|
||||
.vscode/*
|
42
.eslintrc
@ -1,17 +1,35 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"parser": "@typescript-eslint/parser", // Specifies the ESLint parser for TypeScript
|
||||
"plugins": ["@typescript-eslint", "import"], // Includes TypeScript and import plugins
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["src/**/*.ts"],
|
||||
"extends": "eslint:recommended"
|
||||
"files": ["src/**/*.{ts,tsx,js,jsx}"], // Applies these rules to all TypeScript and JavaScript files in the src directory
|
||||
"rules": {
|
||||
// General rules that apply to all files
|
||||
"eqeqeq": ["error", "always"], // Enforces the use of === and !== instead of == and !=
|
||||
"indent": ["error", 2], // Enforces a 2-space indentation
|
||||
"quotes": ["error", "double"], // Enforces the use of double quotes for strings
|
||||
"no-var": "error", // Disallows the use of var, enforcing let or const instead
|
||||
"prefer-const": "error", // Prefers the use of const for variables that are never reassigned
|
||||
"no-undef": "off", // Disables the rule that disallows the use of undeclared variables (TypeScript handles this)
|
||||
"@typescript-eslint/no-unused-vars": [ "error", {
|
||||
"args": "none", // Allows unused function parameters. Useful for functions with specific signatures where not all parameters are always used.
|
||||
"ignoreRestSiblings": true // Allows unused variables that are part of a rest property in object destructuring. Useful for excluding certain properties from an object while using the rest.
|
||||
}],
|
||||
"eol-last": ["error", "always"], // Enforces at least one newline at the end of files
|
||||
"@typescript-eslint/semi": ["error", "always"], // Requires semicolons for TypeScript-specific syntax
|
||||
"semi": "off", // Disables the general semi rule for TypeScript files
|
||||
"@typescript-eslint/no-extra-semi": ["error"], // Disallows unnecessary semicolons for TypeScript-specific syntax
|
||||
"brace-style": "off", // Note: you must disable the base rule as it can report incorrect errors
|
||||
"curly": ["error", "all"], // Enforces the use of curly braces for all control statements
|
||||
"@typescript-eslint/brace-style": ["error", "1tbs"],
|
||||
"no-trailing-spaces": ["error", { // Disallows trailing whitespace at the end of lines
|
||||
"skipBlankLines": false, // Enforces the rule even on blank lines
|
||||
"ignoreComments": false // Enforces the rule on lines containing comments
|
||||
}],
|
||||
"space-before-blocks": ["error", "always"], // Enforces a space before blocks
|
||||
"keyword-spacing": ["error", { "before": true, "after": true }] // Enforces spacing before and after keywords
|
||||
}
|
||||
],
|
||||
"rules": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
31
.github/workflows/eslint.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: ESLint
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
# but only for the main branch
|
||||
push:
|
||||
branches:
|
||||
- main # Trigger on push events to the main branch
|
||||
pull_request:
|
||||
branches:
|
||||
- main # Trigger on pull request events targeting the main branch
|
||||
|
||||
jobs:
|
||||
run-linters: # Define a job named "run-linters"
|
||||
name: Run linters # Human-readable name for the job
|
||||
runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository # Step to check out the repository
|
||||
uses: actions/checkout@v2 # Use the checkout action version 2
|
||||
|
||||
- name: Set up Node.js # Step to set up Node.js environment
|
||||
uses: actions/setup-node@v1 # Use the setup-node action version 1
|
||||
with:
|
||||
node-version: 20 # Specify Node.js version 20
|
||||
|
||||
- name: Install Node.js dependencies # Step to install Node.js dependencies
|
||||
run: npm ci # Use 'npm ci' to install dependencies
|
||||
|
||||
- name: eslint # Step to run linters
|
||||
uses: icrawl/action-eslint@v1
|
3
.gitignore
vendored
@ -24,9 +24,6 @@ dist-ssr
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Docummentation
|
||||
docs/*
|
||||
|
||||
public/images/trainer/convert/*
|
||||
public/images/battle_anims/input/*.png
|
||||
public/images/pokemon/input/*.png
|
||||
|
11
README.md
@ -4,11 +4,11 @@ PokéRogue is a browser based Pokémon fangame heavily inspired by the roguelite
|
||||
|
||||
# Contributing
|
||||
## 🛠️ Development
|
||||
If you have the motivation and experience with Typescript/Javascript (or are willing to learn) please feel free to fork the repository and make pull requests with contributions. If you don't know what to work on but want to help, reference the below **To-Do** section or the **#vote** channel in the discord.
|
||||
If you have the motivation and experience with Typescript/Javascript (or are willing to learn) please feel free to fork the repository and make pull requests with contributions. If you don't know what to work on but want to help, reference the below **To-Do** section or the **#feature-vote** channel in the discord.
|
||||
|
||||
### 💻 Environment Setup
|
||||
#### Prerequisites
|
||||
- node: 18.3.0
|
||||
- node: 20.13.1
|
||||
- npm: [how to install](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
|
||||
|
||||
#### Running Locally
|
||||
@ -16,6 +16,9 @@ If you have the motivation and experience with Typescript/Javascript (or are wil
|
||||
- *if you run into any errors, reach out in the **#dev-corner** channel in discord*
|
||||
2. Run `npm run start:dev` to locally run the project in `localhost:8000`
|
||||
|
||||
#### Linting
|
||||
We're using ESLint as our common linter and formatter. It will run automatically during the pre-commit hook but if you would like to manually run it, use the `npm run eslint` script.
|
||||
|
||||
### ❔ FAQ
|
||||
|
||||
**How do I test a new _______?**
|
||||
@ -46,7 +49,6 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
|
||||
- Pokémon Black/White 2
|
||||
- Firel (Custom Metropolis and Laboratory biome music)
|
||||
- Lmz (Custom Jungle biome music)
|
||||
- edifette (Title screen music)
|
||||
|
||||
### 🎵 Sound Effects
|
||||
- Pokémon Emerald
|
||||
@ -75,7 +77,7 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
|
||||
### 🎨 Trainer Portraits
|
||||
- pkmn_realidea (Paid Commissions)
|
||||
|
||||
### 🎨 Pokemon Sprites
|
||||
### 🎨 Pokemon Sprites and Animation
|
||||
- GAMEFREAK (Pokémon Black/White 2)
|
||||
- Smogon Sprite Project (Various Artists)
|
||||
- Skyflyer
|
||||
@ -101,6 +103,7 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
|
||||
- bizcoeindoloro
|
||||
- mangalos810
|
||||
- Involuntary-Twitch
|
||||
- selstar
|
||||
|
||||
### 🎨 Move Animations
|
||||
- Pokémon Reborn
|
||||
|
40
docs/linting.md
Normal file
@ -0,0 +1,40 @@
|
||||
# ESLint
|
||||
## Key Features
|
||||
|
||||
1. **Automation**:
|
||||
- A pre-commit hook has been added to automatically run ESLint on the added or modified files, ensuring code quality before commits.
|
||||
|
||||
2. **Manual Usage**:
|
||||
- If you prefer not to use the pre-commit hook, you can manually run ESLint to automatically fix issues using the command:
|
||||
```sh
|
||||
npx eslint --fix . or npm run eslint
|
||||
```
|
||||
- Running this command will lint all files in the repository.
|
||||
|
||||
3. **GitHub Action**:
|
||||
- A GitHub Action has been added to automatically run ESLint on every push and pull request, ensuring code quality in the CI/CD pipeline.
|
||||
|
||||
## Summary of ESLint Rules
|
||||
|
||||
1. **General Rules**:
|
||||
- **Equality**: Use `===` and `!==` instead of `==` and `!=` (`eqeqeq`).
|
||||
- **Indentation**: Enforce 2-space indentation (`indent`).
|
||||
- **Quotes**: Use doublequotes for strings (`quotes`).
|
||||
- **Variable Declarations**:
|
||||
- Disallow `var`; use `let` or `const` (`no-var`).
|
||||
- Prefer `const` for variables that are never reassigned (`prefer-const`).
|
||||
- **Unused Variables**: Allow unused function parameters but enforce error for other unused variables (`@typescript-eslint/no-unused-vars`).
|
||||
- **End of Line**: Ensure at least one newline at the end of files (`eol-last`).
|
||||
- **Curly Braces**: Enforce the use of curly braces for all control statements (`curly`).
|
||||
- **Brace Style**: Use one true brace style (`1tbs`) for TypeScript-specific syntax (`@typescript-eslint/brace-style`).
|
||||
|
||||
2. **TypeScript-Specific Rules**:
|
||||
- **Semicolons**:
|
||||
- Enforce semicolons for TypeScript-specific syntax (`@typescript-eslint/semi`).
|
||||
- Disallow unnecessary semicolons (`@typescript-eslint/no-extra-semi`).
|
||||
|
||||
## Benefits
|
||||
|
||||
- **Consistency**: Ensures consistent coding style across the project.
|
||||
- **Code Quality**: Helps catch potential errors and improve overall code quality.
|
||||
- **Readability**: Makes the codebase easier to read and maintain.
|
7
lefthook.yml
Normal file
@ -0,0 +1,7 @@
|
||||
pre-commit:
|
||||
parallel: true
|
||||
commands:
|
||||
eslint:
|
||||
glob: '*.{js,jsx,ts,tsx}'
|
||||
run: npx eslint --fix {staged_files}
|
||||
stage_fixed: true
|
2816
package-lock.json
generated
15
package.json
@ -10,18 +10,25 @@
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run",
|
||||
"test:cov": "vitest run --coverage",
|
||||
"test:watch": "vitest watch --coverage"
|
||||
"test:watch": "vitest watch --coverage",
|
||||
"eslint": "eslint --fix ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
||||
"@typescript-eslint/parser": "^7.10.0",
|
||||
"@vitest/coverage-istanbul": "^1.4.0",
|
||||
"axios": "^1.6.2",
|
||||
"axios-cache-interceptor": "^1.3.2",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"jsdom": "^24.0.0",
|
||||
"json-beautify": "^1.1.1",
|
||||
"lefthook": "^1.6.12",
|
||||
"phaser3spectorjs": "^0.0.8",
|
||||
"pokenode-ts": "^1.20.0",
|
||||
"typescript": "^5.0.3",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript-eslint": "^7.10.0",
|
||||
"vite": "^4.5.0",
|
||||
"vite-plugin-fs": "^0.4.4",
|
||||
"vitest": "^1.4.0",
|
||||
@ -37,7 +44,7 @@
|
||||
"phaser3-rex-plugins": "^1.1.84"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"imports": {
|
||||
"#app": "./src/main.js",
|
||||
|
BIN
public/images/cg/end_f.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
public/images/cg/end_m.png
Normal file
After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 4.5 KiB |
@ -4,8 +4,8 @@
|
||||
"image": "932.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 294,
|
||||
"h": 294
|
||||
"w": 147,
|
||||
"h": 147
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
@ -30,6 +30,69 @@
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0008.png",
|
||||
"rotated": false,
|
||||
@ -45,52 +108,10 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 49,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0014.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"x": 48,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 98,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0032.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 98,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -108,31 +129,10 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 147,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0023.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"x": 48,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 196,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -150,8 +150,8 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 245,
|
||||
"x": 48,
|
||||
"y": 0,
|
||||
"w": 48,
|
||||
"h": 49
|
||||
}
|
||||
@ -213,7 +213,49 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 143,
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
@ -234,7 +276,7 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 143,
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
@ -255,7 +297,49 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 143,
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 96,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
@ -276,159 +360,12 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 190,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 190,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 237,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 48,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 48,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 48,
|
||||
"y": 147,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0010.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 48,
|
||||
"y": 196,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0011.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 48,
|
||||
"y": 245,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0012.png",
|
||||
"rotated": false,
|
||||
@ -444,7 +381,70 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 95,
|
||||
"x": 0,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0030.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0004.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 47,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
@ -465,7 +465,91 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 142,
|
||||
"x": 47,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 47,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 47,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0006.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0007.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
@ -486,70 +570,7 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 189,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0024.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 189,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 189,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 189,
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
@ -570,14 +591,14 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 236,
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"filename": "0024.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
@ -585,56 +606,14 @@
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 95,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0021.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 95,
|
||||
"y": 147,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0022.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 95,
|
||||
"y": 196,
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
@ -654,8 +633,92 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 95,
|
||||
"y": 245,
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0033.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0034.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 94,
|
||||
"y": 49,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0009.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0018.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 0,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
@ -675,75 +738,12 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 142,
|
||||
"x": 0,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0028.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 189,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0029.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 236,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0031.png",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 48,
|
||||
"h": 49
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 142,
|
||||
"y": 147,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "0036.png",
|
||||
"rotated": false,
|
||||
@ -759,8 +759,8 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 142,
|
||||
"y": 196,
|
||||
"x": 0,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
@ -780,8 +780,8 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 142,
|
||||
"y": 245,
|
||||
"x": 47,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
@ -801,8 +801,8 @@
|
||||
"h": 49
|
||||
},
|
||||
"frame": {
|
||||
"x": 189,
|
||||
"y": 147,
|
||||
"x": 94,
|
||||
"y": 98,
|
||||
"w": 47,
|
||||
"h": 49
|
||||
}
|
||||
@ -813,6 +813,6 @@
|
||||
"meta": {
|
||||
"app": "https://www.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:92f56cb0554b8fbfda1578295eb5275b:e2b2250f4b68aac4f8e27eb1485dd131:ac6592b1ff7d7b5afb4c4b933cec3f50$"
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:56f22a59e3b5dc3b3a0b87fa1b0040f4:2e1654fddb365c17252def724f3b66f1:ac6592b1ff7d7b5afb4c4b933cec3f50$"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 5.1 KiB |
@ -1,15 +1,15 @@
|
||||
{
|
||||
"0": {
|
||||
"7b4a9c": "323f81",
|
||||
"63197b": "142557",
|
||||
"a55ace": "6265b4",
|
||||
"7b4a9c": "d684ce",
|
||||
"63197b": "9c528c",
|
||||
"a55ace": "ffb5f7",
|
||||
"101010": "101010",
|
||||
"b57bce": "99a3ee",
|
||||
"08426b": "277eb2",
|
||||
"ce0021": "ce0021",
|
||||
"ffd600": "ffc3f4",
|
||||
"d69400": "ff61e2",
|
||||
"216b94": "4aa6ce",
|
||||
"b57bce": "ffd6ef",
|
||||
"08426b": "638400",
|
||||
"ce0021": "940821",
|
||||
"ffd600": "ffd600",
|
||||
"d69400": "d69400",
|
||||
"216b94": "8ca508",
|
||||
"ffffff": "ffffff",
|
||||
"a5a5a5": "a5a5a5",
|
||||
"6b6b6b": "6b6b6b"
|
||||
|
BIN
public/images/pokemon/variant/169_1.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
public/images/pokemon/variant/212-mega_2.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
public/images/pokemon/variant/212-mega_3.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
public/images/pokemon/variant/212_2.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
public/images/pokemon/variant/212_3.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
public/images/pokemon/variant/280_2.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/pokemon/variant/280_3.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/pokemon/variant/281_2.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
public/images/pokemon/variant/281_3.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/pokemon/variant/282_2.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/images/pokemon/variant/282_3.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/images/pokemon/variant/41_1.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/images/pokemon/variant/41_2.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/images/pokemon/variant/41_3.png
Normal file
After Width: | Height: | Size: 14 KiB |
@ -14,26 +14,26 @@
|
||||
"943a7b": "175990"
|
||||
},
|
||||
"1": {
|
||||
"3a3a7b": "1d0f4e",
|
||||
"5aadef": "3d4381",
|
||||
"6384ce": "2f2a5f",
|
||||
"631052": "892d03",
|
||||
"ce6bb5": "f1a139",
|
||||
"adceff": "666fb4",
|
||||
"3a3a7b": "084a00",
|
||||
"5aadef": "6b9c29",
|
||||
"6384ce": "317300",
|
||||
"631052": "c52931",
|
||||
"ce6bb5": "ffada5",
|
||||
"adceff": "84d64a",
|
||||
"000000": "000000",
|
||||
"ad52ad": "d5711b",
|
||||
"ad52ad": "e6737b",
|
||||
"636363": "636363",
|
||||
"ffffff": "ffffff",
|
||||
"d6d6d6": "d6d6d6",
|
||||
"943a7b": "af4e0c"
|
||||
"943a7b": "d6525a"
|
||||
},
|
||||
"2": {
|
||||
"3a3a7b": "584055",
|
||||
"5aadef": "c1aec0",
|
||||
"6384ce": "866881",
|
||||
"3a3a7b": "3d2349",
|
||||
"5aadef": "cbabca",
|
||||
"6384ce": "916c8b",
|
||||
"631052": "54070c",
|
||||
"ce6bb5": "bc3b1d",
|
||||
"adceff": "dfcddd",
|
||||
"adceff": "e8d2e6",
|
||||
"000000": "000000",
|
||||
"ad52ad": "94241c",
|
||||
"636363": "636363",
|
||||
|
BIN
public/images/pokemon/variant/42_2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/images/pokemon/variant/42_3.png
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/pokemon/variant/475_2.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/images/pokemon/variant/475_3.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/images/pokemon/variant/622_1.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
public/images/pokemon/variant/622_2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/images/pokemon/variant/623_1.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/images/pokemon/variant/623_2.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/images/pokemon/variant/862_2.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
public/images/pokemon/variant/862_3.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 79 KiB |
BIN
public/images/pokemon/variant/890_2.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
public/images/pokemon/variant/890_3.png
Normal file
After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -909,6 +909,11 @@
|
||||
2,
|
||||
2
|
||||
],
|
||||
"472": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"475-mega": [
|
||||
0,
|
||||
2,
|
||||
@ -2050,6 +2055,16 @@
|
||||
2,
|
||||
1
|
||||
],
|
||||
"41": [
|
||||
0,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"42": [
|
||||
0,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"308": [
|
||||
0,
|
||||
1,
|
||||
@ -2869,7 +2884,7 @@
|
||||
],
|
||||
"383": [
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"384-mega": [
|
||||
@ -4143,6 +4158,16 @@
|
||||
1,
|
||||
1
|
||||
],
|
||||
"41": [
|
||||
0,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"42": [
|
||||
0,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"308": [
|
||||
0,
|
||||
1,
|
||||
@ -4538,7 +4563,7 @@
|
||||
],
|
||||
"747": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
1
|
||||
],
|
||||
"748": [
|
||||
@ -4591,6 +4616,11 @@
|
||||
1,
|
||||
1
|
||||
],
|
||||
"770": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"771": [
|
||||
0,
|
||||
2,
|
||||
|
BIN
public/images/pokemon/variant/back/169_2.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
public/images/pokemon/variant/back/212-mega_2.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
public/images/pokemon/variant/back/212-mega_3.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
public/images/pokemon/variant/back/212_2.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
public/images/pokemon/variant/back/212_3.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
public/images/pokemon/variant/back/280_2.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/pokemon/variant/back/280_3.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/pokemon/variant/back/281_2.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
public/images/pokemon/variant/back/281_3.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
public/images/pokemon/variant/back/282-mega_2.png
Normal file
After Width: | Height: | Size: 1012 B |
BIN
public/images/pokemon/variant/back/282-mega_3.png
Normal file
After Width: | Height: | Size: 1012 B |
BIN
public/images/pokemon/variant/back/282_2.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/images/pokemon/variant/back/282_3.png
Normal file
After Width: | Height: | Size: 27 KiB |
@ -1,4 +1,21 @@
|
||||
{
|
||||
"1": {
|
||||
"000000": "000000",
|
||||
"7b2129": "032a10",
|
||||
"9c2929": "10371a",
|
||||
"ff736b": "419e49",
|
||||
"ff2129": "2b5b32",
|
||||
"bd3131": "0f461c",
|
||||
"3a3a3a": "383540",
|
||||
"736363": "625769",
|
||||
"ffffff": "fff6de",
|
||||
"bdbdd6": "e5d4b6",
|
||||
"9c6b31": "d51b3e",
|
||||
"ffce31": "ff435d",
|
||||
"94848c": "72798b",
|
||||
"ffbdbd": "49c74f",
|
||||
"ad9ca5": "ad9ca5"
|
||||
},
|
||||
"2": {
|
||||
"000000": "000000",
|
||||
"7b2129": "123953",
|
||||
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
BIN
public/images/pokemon/variant/back/383_3.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
public/images/pokemon/variant/back/41_1.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/pokemon/variant/back/42_1.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
public/images/pokemon/variant/back/475_2.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
public/images/pokemon/variant/back/475_3.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
@ -1,19 +1,19 @@
|
||||
{
|
||||
"0": {
|
||||
"298c8c": "1c3820",
|
||||
"5aada5": "3e5d43",
|
||||
"84cece": "758076",
|
||||
"004a52": "102c16",
|
||||
"106b63": "0d1e10",
|
||||
"298c8c": "427373",
|
||||
"5aada5": "6b9c94",
|
||||
"84cece": "94bdbd",
|
||||
"004a52": "192121",
|
||||
"106b63": "21524a",
|
||||
"191921": "191921",
|
||||
"106b7b": "102c16",
|
||||
"29848c": "224427",
|
||||
"6b4200": "54190e",
|
||||
"c59c52": "a65c3f",
|
||||
"9c7329": "763826",
|
||||
"dece94": "e46424",
|
||||
"ffefa5": "ff9942",
|
||||
"bdad73": "cb3000"
|
||||
"106b7b": "293a42",
|
||||
"29848c": "424a5a",
|
||||
"6b4200": "523a10",
|
||||
"c59c52": "b59463",
|
||||
"9c7329": "846b3a",
|
||||
"dece94": "b5de21",
|
||||
"ffefa5": "d6ff42",
|
||||
"bdad73": "94bd00"
|
||||
},
|
||||
"1": {
|
||||
"298c8c": "793907",
|
||||
|
BIN
public/images/pokemon/variant/back/622_1.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
public/images/pokemon/variant/back/622_2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/images/pokemon/variant/back/623_1.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/images/pokemon/variant/back/623_2.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/images/pokemon/variant/back/862_2.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
public/images/pokemon/variant/back/862_3.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 597 B |
BIN
public/images/pokemon/variant/back/936_1.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/pokemon/variant/back/936_2.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/pokemon/variant/back/936_3.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/pokemon/variant/back/937_1.png
Normal file
After Width: | Height: | Size: 1.1 KiB |