pokerogue/public/images/pokemon/variant/_masterlist.json
Bertie690 e50296d14c
Merged upstream/beta into Modifier rework (#6206)
* [Dev] test:silent now passes --silent='passed-only' to Vitest (#6131)

* [Dev] test:silent now passes --silent='passed-only' to Vitest

* Update test shard to actually use `test-silent`

* Removed obselete `project` flag

* [Bug] Unblock priority spread under Psychic Terrain (#6136)

Unblock priority spread under Psychic Terrain

Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local>

* [Dev] Remove `sanitizeOverrides`, consolidate initialization code into 1 file

https://github.com/pagefaultgames/pokerogue/pull/6134

* Removed `sanitizeOverrides`

* Moved initialization code to its own file

* Hopefully fixed test contamination

* Actually listened to people now

* fixed the thingy

* Run stub setup on init because

* Update testFileInitialization.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Misc] Sinistea and Poltchageist line alt forms now available (#4989)

* Sinistea and Poltchageist line alt forms now available

* Unmark Poltchageist line as unobtainable, fix sprite key of alt forms

* Correct forms not being marked as starter selectable

* Reduce wild chance for Antique/Masterpiece forms

Instead of being 1/2 chance to get the Antique or Masterpiece forms, it is now only a 1/16 chance to get them.

---------

Co-authored-by: damocleas <damocleas25@gmail.com>

* [Bug] Fix when variable move power is called (#6126)

* Apply variable power attribute before type boost

* Update test/abilities/normal-move-type-change.test.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Minor test improvements

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [UI/UX] [Bug] Fix `ModifierSelectPhase` animation delay (#6121)

* Rework promise handling to ensure no races

* Add delay to ensure pokeball opening animation can be seen

* Remove leftover debug statements.

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Add tween bouncing pokeball to tweens that must complete for promise to resolve

* Fix typo in tsdoc

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Test] `MoveHelper#changeMoveset` disables moveset overrides (#5915)

Also fix Assist tests and add `expect` for max moveset length

* [Refactor] Minor cleanup of `initExpKeys` (#6127)

* [Bug] Fix Thrash continuing on caught Pokemon (#6144)

Fix Thrash continuing on caught Pokemon

* [UI/UX] Replace 'Neutral' in the Arena Flyout with 'Field' (#6139)

Update arena-flyout.ts for Field > Neutral

* [Dev] Added typedoc deployments for Beta (#6147)

* [Misc] Fix import in decrypt-save.js (#6149)

* [Refactor][Bug] Illusion no longer overwrites data of original Pokemon

https://github.com/pagefaultgames/pokerogue/pull/6140

* [UI/UX] Added "Hide Username" Setting (#6105)

* [UI/UX] Added "Hide Username" Setting

* Mask tid with asterisk instead of hiding completely

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>

* [Dev] Add `dist/` to `ls-lint` ignore list

* [i18n] Update Locales

* [Beta] [Bug] Fix shiny display issues (#6154)

Fix shininess check

* [Bug][Beta] Make bounce delay use fixed int (#6156)

Make bounce delay use fixed int

* [Refactor] Refactor UI text ts (#5946)

* Add destroy method to pokemon-sprite-sparkle-handler

* Move TextStyle to enums, convert into const object

* Cleanup text.ts file

* Add necessary explicit types for TextStyle let vars

* Fix locales submodule commit

* Fix merge issue

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Test] Added custom equality matchers (#6157)

* Added rudimentary test matchers for `toEqualArrayUnsorted` and `toHaveTypes`

Might port the rest at a later date

* Actually run the effing setup matchers file + fixed ls lint to not be angy

* added dev dep

* Update .ls-lint.yml

* Update .ls-lint.yml

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>

* [Misc] Fix import in `vitest.d.ts`

* [Dev] Turned on `checkJs` in TSConfig; fixed script type errors (#6115)

* [Misc] Moved + cleaned up string manipulation functions (#6112)

* Added string utility package to replace util functions

* Changed string manipulation functions fully over to `change-case`

* Fixed missing comma in package.json

trailing commas when :(

* fixed lockfile

* Hopefully re-added all the string utils

* fixed package json

* Fixed remaining cases of regex + code dupliation

* Fixed more bugs and errors

* Moved around functions and hopefully fixed the regex issues

* Minor renaming

* Fixed incorrect casing on setting strings

pascal snake case 💀

* ran biome

* [Refactor] Prevent serialization of full species in pokemon summon data

https://github.com/pagefaultgames/pokerogue/pull/6145

* Prevent serialization of entire species form in pokemon summon data

* Apply suggestions from code review

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Apply Kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

---------

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Docs] Add `@module` modifier tag to `tsdoc.json`

* [Bug] Fix camel case bug in `strings.ts` (#6161)

* [Dev] Change `target` to `ES2023` in `tsconfig.json` (#6160)

* breakup fight and ball commands into their own methods

* Breakup run and pokemon commands

* Breakup commandPhase#start

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Minor touchups

* Add overload for handle command

* Fix improperly named computeMoveId method

* Improve `canUse` computation

* Explicitly check against Moves.NONE

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Update with Bertie's comments

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Fix imports

* Apply kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Improve documentation

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Balance][Challenge] Added expanded Fresh Start options (#6162)

* [Dev] Add `workflow-dispatch` trigger to tests github workflow (#6152)

Add `workflow-dispatch` trigger to github workflow

Co-authored-by: damocleas <damocleas25@gmail.com>

* [Test] Add support for custom boilerplates to `create-test.js` (#6158)

* Added support for custom boilerplates to test:create script

* Added support for custom boilerplates to create-test.js

* Fixed syntax error

* Update create-test.js

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>

* Fix pluralization error in `create-test.js`

---------

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>

* [Refactor] Mark nickname in pokemon as optional (#6168)

Mark nickname in pokemon as optional

* [Dev] Update Vite from 6.3.5 to 7.0.6 (#6163)

* [ME] [Bug] Disable trades in GTS ME with only 1 valid party member

https://github.com/pagefaultgames/pokerogue/pull/6167

* [Refactor] Minor refactor of battler tags (#6129)

* Minor refactor battler tags

* Improve documentation

* Update type when loading in pokemon-data constructor for battler tags

* Fix issues in tsdoc comments with Wlowscha's suggestions

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>

* Apply bertie's suggestions from code review

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Remove unnecessary as const from tagType

* Remove missed `as const`

* Apply kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Update src/data/battler-tags.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Update src/data/battler-tags.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

---------

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Docs] Adjust `@module` doc comment in `battler-tags.ts`

Note that currently Typedoc is not parsing `@module` docs,
but this comment adjustment would be required if and when
it gets fixed

* [Balance] End of turn triggers won't occur when you end a biome (#6169)

* [Balance] End of turn triggers won't occur when you end a biome

* Add tests

* Move phase manipulation logic into `PhaseManager`

* Rename "biome end" to "interlude"

* Rename `TurnEndPhase#endOfBiome` to `upcomingInterlude`

---------

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>

* [Test] Add missing single battle override to `CheckInterludePhase` test

* [UI/UX] Fix button and input field overlaps (#6013)

* [Fix] Fix button overlap

* [Fix] Fix input field overlaps

* use getWidth to determine if label should be shortened

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>

* [Dev] Moved type helpers to separate directory; (#6123)

* [Dev] Moved type helpers to separate directory; renamed `EnumValues` to `ObjectValues` and enforced usage

* Update tsconfig.json

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Fixed import issue

* Updated documentation slightly

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>

* [Misc] Improve type signatures of serialized arena/battler tags (#6180)

* Improve type signatures of serialized arena/battler tags

* Minor adjustments to tsdocs from code review

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

---------

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Balance] Updated SF/Triage interactions for moves (#6179)

* Fixed move flags

* Disabled order up interactionn with sheer force

* Update src/data/moves/move.ts

* Removed order up test that no longer applies

shouldn't have been there in the first place

* [Move Bug] Fully implemented Future Sight, Doom Desire; fixed Wish Double battle oversight  (#5862)

* Mostly implemented Future Sight/Doom Desire

* Fixed a few docs

* Fixed com

* Update magic_guard.test.ts

* Update documentation

* Update documentation on arena-tag.ts

* Update arena-tag.ts docs

* Update arena-tag.ts

* Update turn-end-phase.ts

* Update move.ts documentation

* Fixed tpyo

* Update move.ts documentation

* Add assorted TODO test cases

* Refactored FS to use a positional tag manager

* Added strong typing to the manager, finished save load stufff

* Fixed locales + tests

* Fixed tests and documentation

* sh
Fixed tests for good

* Fixed MEP

* Reverted overrides changse

* Fixed issues with merging

* Fixed locales update & heal block test

* Fixed wish tests

* Fixed test typo

* Fixed wish test flaking out due to speed ties

* Fixed tests fr fr

* actually fixed tests bc i'm stupid

* Fixed tests for real

* Remove locales update

* Update arena-tag.ts

Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>

* Update move.ts

Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>

* Update arena-tag.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Applied review suggestions and added a _wee_ bit more docs

* fixed wish condition

* Applied kev's reviews

* Minor nits

* Minor formatting change in `heal-block.test.ts`

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Refactor] Added `PhaseManager.toTitleScreen` (#6114)

* Added `toTitlePhase`; documented phase manager

* Documented phase methods

* Fixed syntax errors + updated signature

* Reverted all the goodies

* Fixed missing shift phase call

GHAG

* Reverted change

* [UI/UX] Implement Discard Button (#5985)

* [feature]Implemented needed parts for discard function from issue #4780:
-TryDiscardFunction in battlescene;
-Created a party discard mode button;
-Updated Transfer button in modifier-select-ui-handler to Manage items;
-Created tests for the discard function in test/ui;
-Added images for the new discard and transfer buttons to loading-scene;
-Created placeholder messages for discard feature in party-ui-handler;

Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt>

* [Fix] Updated icon for dynamic messaging

* [Fix] Corrected legacy mode icons and adjusted double-battle button location

* [Fix]Adjusted button positioning and mapping after review. Mapping requires debugging.

* [Fix] Fixed visible pokeball in legacy mode and key mapping

* [Fix] Background fixes,manage menu is the only one affected by changes now

* Implement i18n keys

* [Fix] implemented most code optimizations and callbacks to the modified locales folder

* [Fix] Implemented 3 suggestions

* [Fix]improved/corrected test structure

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* [Fix] added functionality test for the discard button

* [Fix] added necessary comment

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Fix] Implemented suggested changes in test/discard text prompt

* [Fix] Implemented UI suggestions and removed discard text confirmation

* [Fix] added missing imports

* Fix imports in test file

* [Fix] Implemented suggested cursor behavior and reworked test code

* [Fix] Corrected failed test

* [Fix] atempting to fix the test timeout issue

* [Fix] Undoing latest attempt

* [Fix] Implemented suggestions to fix broken tests

* Reviews

* [Fix] replaced icon images

* [Fix] Updated jsons to match new icons and removed pokeball icon from legacy mode

* Optimized new images

* [Fix] Fixed referenced bug and added similar confirmation box to release

* [Fix] Updated tests to handle the corfirmation box

* [Fix] Added back the accidentally removed changes

* [Fix]updated incorrect import path

* [fix] add description for the manageItemMode function

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* Update src/ui/party-ui-handler.ts

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>

* [Fix] corrected formating issue

---------

Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: Bertie690 <taylormw163@gmail.com>
Co-authored-by: Adri1 <adrien.grivel@hotmail.fr>

* [Bug] Fix Truant behavior (#6171)

* Update locales

* [i18n] Add Tagalog language support (#6170)

* [Bug] [Beta] Fix serializable battler tags (#6183)

Fix serializable battler tags

* [Misc] [Beta] Fix serializable battler tags (#6184)

Fix serializable battler tags

* [Misc] Disallow using NonFunctionProperties in loadTag methods (#6185)

Disallow using NonFunctionProperties in loadTag methods

* [Dev] `pnpm biome` will now only display errors by default (#6187)

* [Sprite] Move Clauncher, Clawitzer, Skiddo, Fomantis, Lurantis animations to consistent (#6177)

* Move Clauncher, Clawitzer, Skiddo out of exp

* Move Fomantis, Lurantis out of exp

* [Misc] Fix missing types in battler tags and remove DragonCheerTag (#6188)

* Fix missing types in battler tags

* Fix issues with dragon cheer

* [Misc] Set default for crit stage battler tag (#6192)

Set default for crit stage

* [Bug] [Beta] Remove setting currentPhase to null in clearAllPhases (#6193)

Remove setting currentPhase to null in clearAllPhases

* [Test] `game.move.use` overrides summon data moveset if present (#6174)

* [Test] Update `game.move.use` to override summon data moveset if present

* ran biome & fixed errors

* [Beta] Remove non-Legend Fresh Start option, fix starting movesets

https://github.com/pagefaultgames/pokerogue/pull/6196

* Remove non-Legend fresh start option, fix starting movesets

* Move updateInfo call

* Fix relearns counting for starter moves

* Reduce array allocations and function calls

* [Misc] Move asset initialization from `preload` to `launchBattle`

https://github.com/pagefaultgames/pokerogue/pull/6109

* Move asset initialization into `preload` instead of `launchBattle`

* Fix init problems; remove unused `waitUntil` util function

* Fixed missing `clearAllPhases` call

* [Balance] Adjust Cosmog / Cosmoem Evolutions, Lower Buneary Friendship requirements (#6198)

* Lower Buneary Friendship Requirement and Change Cosmog method

* Update biomes.ts - Cosmog/Cosmoem wild evo levels

* fix ?

* fixed now

* Update Cosmog Evolution + Biome Levels

---------

Co-authored-by: damocleas <damocleas25@gmail.com>

* [Test] Port over + augment remaining test matchers from pkty (#6159)

* Partially ported over pkty matchers (WIP)

* Cleaned up some more matchers

* Fiexd up matchers

* Fixed up remaining matchers

* Removed the word "matcher" from the pkty matcher functions

If we want them back we can always undo this commit and convert the other custom ones

* Added wip spite test

* Added `toHaveUsedPP` matcher

* Fixed up docs and tests

* Fixed spite test

* Ran biome

* Apply Biome

* Reverted biome breaking i18next

* Update src/typings/i18next.d.ts comment

* Fixed log message to not be overly verbose

* Added option to check for all PP used in pp matcher + cleaned up grudge tests

* Fixed up tests

* Fixed tests and such

* Fix various TSDocs + missing TSDoc imports

* [Beta] Further Cosmog Evolution Readjustments (#6203)

Update pokemon-evolutions.ts

* [Dev] Move various functions out of `pokemon-species.ts` (#6155)

`initSpecies` moved to its own file,
other functions moved to `pokemon-utils.ts`

* [Balance] Prevent MEs on X1 Waves (#6204)

* [Balance] Prevent MEs on X1 Waves

* Fix Bug-Type Superfan Encounter Test

* Fix Unit Tests

* [Balance] Update and Change Breeder Trainer Class Teams (#6200)

* Update Breeder Trainer Class

* Update trainer-config.ts

* Update trainer-config.ts

* Update whirlwind.test.ts

* Update src/data/trainers/trainer-config.ts

Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>

* Adjust Party Templates and move Wynaut

* Update trainer-party-template.ts

---------

Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>

---------

Co-authored-by: Acelynn Zhang <102631387+acelynnzhang@users.noreply.github.com>
Co-authored-by: Acelynn Zhang <acelynnzhang@Acelynns-MacBook-Pro.local>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Madmadness65 <59298170+Madmadness65@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: SmhMyHead <191356399+SmhMyHead@users.noreply.github.com>
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
Co-authored-by: fabske0 <192151969+fabske0@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt>
Co-authored-by: Mikhail Shueb <mikhail.shueb@tecnico.ulisboa.pt>
Co-authored-by: Adri1 <adrien.grivel@hotmail.fr>
Co-authored-by: Blitzy <118096277+Blitz425@users.noreply.github.com>
2025-08-04 00:08:37 +02:00

2014 lines
42 KiB
JSON

{
"1": [0, 1, 1],
"2": [0, 2, 1],
"3-gigantamax": [0, 1, 1],
"3-mega": [0, 2, 2],
"3": [0, 1, 1],
"4": [0, 1, 1],
"5": [0, 1, 1],
"6-mega-x": [0, 1, 2],
"6-gigantamax": [0, 1, 2],
"6-mega-y": [0, 1, 2],
"6": [0, 2, 2],
"7": [0, 2, 2],
"8": [0, 2, 2],
"9-gigantamax": [0, 1, 2],
"9-mega": [0, 2, 2],
"9": [0, 2, 2],
"19": [0, 1, 1],
"20": [0, 1, 1],
"23": [0, 1, 1],
"24": [0, 1, 1],
"25": [0, 1, 1],
"25-beauty-cosplay": [0, 1, 1],
"25-cool-cosplay": [0, 1, 1],
"25-cosplay": [0, 1, 1],
"25-cute-cosplay": [0, 1, 1],
"25-gigantamax": [0, 1, 1],
"25-partner": [0, 1, 1],
"25-smart-cosplay": [0, 1, 1],
"25-tough-cosplay": [0, 1, 1],
"26": [0, 1, 1],
"29": [0, 1, 1],
"30": [0, 1, 1],
"31": [1, 1, 1],
"32": [0, 1, 1],
"33": [0, 1, 1],
"34": [0, 1, 1],
"35": [0, 1, 2],
"36": [0, 1, 1],
"37": [0, 1, 1],
"38": [0, 1, 1],
"39": [0, 1, 1],
"40": [0, 1, 1],
"41": [0, 1, 1],
"42": [0, 1, 1],
"43": [0, 1, 1],
"44": [0, 1, 1],
"45": [0, 1, 1],
"46": [1, 1, 1],
"47": [1, 1, 1],
"50": [0, 1, 1],
"51": [0, 1, 1],
"52-gigantamax": [1, 1, 1],
"52": [1, 1, 1],
"53": [1, 1, 1],
"56": [1, 2, 2],
"57": [2, 2, 2],
"69": [0, 2, 2],
"70": [0, 1, 1],
"71": [0, 1, 1],
"77": [0, 1, 1],
"78": [0, 1, 1],
"79": [1, 1, 1],
"80": [0, 1, 1],
"80-mega": [0, 1, 1],
"81": [0, 1, 1],
"82": [0, 1, 1],
"83": [0, 2, 2],
"84": [1, 1, 1],
"85": [1, 1, 1],
"86": [1, 1, 1],
"87": [1, 1, 1],
"88": [0, 1, 1],
"89": [0, 1, 1],
"92": [2, 2, 2],
"93": [1, 1, 1],
"94-gigantamax": [1, 2, 2],
"94-mega": [2, 2, 2],
"94": [1, 1, 1],
"98": [0, 1, 1],
"99": [0, 1, 1],
"99-gigantamax": [0, 1, 1],
"100": [0, 1, 1],
"101": [0, 1, 1],
"102": [0, 1, 1],
"103": [0, 1, 1],
"111": [0, 1, 1],
"112": [0, 1, 1],
"113": [2, 2, 2],
"114": [0, 1, 1],
"116": [0, 1, 1],
"117": [0, 1, 1],
"118": [1, 1, 1],
"119": [1, 1, 1],
"120": [0, 1, 1],
"121": [0, 1, 1],
"123": [1, 1, 1],
"125": [1, 1, 2],
"126": [0, 2, 1],
"127-mega": [0, 1, 1],
"127": [0, 1, 1],
"128": [0, 1, 1],
"129": [0, 1, 1],
"130-mega": [0, 1, 1],
"130": [0, 1, 1],
"131-gigantamax": [0, 1, 1],
"131": [0, 1, 1],
"132": [0, 1, 1],
"133": [0, 1, 1],
"133-partner": [0, 1, 1],
"134": [0, 1, 1],
"135": [1, 1, 1],
"136": [1, 1, 1],
"137": [0, 1, 1],
"138": [0, 1, 1],
"139": [0, 1, 2],
"140": [0, 1, 1],
"141": [0, 2, 2],
"142-mega": [0, 1, 1],
"142": [0, 1, 1],
"143-gigantamax": [0, 1, 1],
"143": [0, 1, 1],
"144": [1, 2, 2],
"145": [1, 1, 1],
"146": [1, 1, 1],
"147": [0, 1, 1],
"148": [0, 1, 1],
"149": [0, 1, 1],
"150-mega-x": [0, 1, 1],
"150-mega-y": [0, 1, 1],
"150": [0, 1, 1],
"151": [0, 1, 1],
"152": [0, 1, 1],
"153": [0, 1, 1],
"154": [0, 1, 1],
"158": [0, 1, 1],
"159": [0, 1, 1],
"160": [0, 1, 1],
"161": [0, 1, 2],
"162": [0, 1, 1],
"163": [0, 1, 1],
"164": [0, 2, 2],
"167": [0, 1, 1],
"168": [0, 1, 1],
"169": [0, 1, 1],
"170": [0, 1, 1],
"171": [0, 1, 1],
"172": [0, 1, 1],
"172-spiky": [0, 1, 1],
"173": [0, 1, 2],
"174": [0, 1, 1],
"175": [1, 1, 1],
"176": [1, 1, 1],
"177": [0, 1, 1],
"178": [0, 2, 2],
"179": [0, 1, 1],
"180": [0, 2, 2],
"181-mega": [0, 1, 2],
"181": [0, 1, 1],
"182": [0, 1, 1],
"183": [0, 1, 2],
"184": [0, 2, 2],
"185": [0, 1, 1],
"187": [0, 1, 1],
"188": [0, 1, 1],
"189": [0, 1, 1],
"190": [0, 1, 1],
"193": [0, 1, 1],
"194": [0, 1, 1],
"195": [0, 1, 1],
"196": [1, 1, 1],
"197": [0, 1, 1],
"198": [0, 1, 1],
"199": [2, 1, 1],
"200": [1, 1, 1],
"201-m": [0, 1, 1],
"201-question": [0, 1, 1],
"201-j": [0, 1, 1],
"201-l": [0, 1, 1],
"201-h": [0, 1, 1],
"201-x": [0, 1, 1],
"201-exclamation": [0, 1, 1],
"201-q": [0, 1, 1],
"201-s": [0, 1, 1],
"201-c": [0, 1, 1],
"201-u": [0, 1, 1],
"201-t": [0, 1, 1],
"201-z": [0, 1, 1],
"201-d": [0, 1, 1],
"201-b": [0, 1, 1],
"201-g": [0, 1, 1],
"201-k": [0, 1, 1],
"201-i": [0, 1, 1],
"201-p": [0, 1, 1],
"201-e": [0, 1, 1],
"201-y": [0, 1, 1],
"201-r": [0, 1, 1],
"201-f": [0, 1, 1],
"201-n": [0, 1, 1],
"201-v": [0, 1, 1],
"201-a": [0, 1, 1],
"201-w": [0, 1, 1],
"201-o": [0, 1, 1],
"203": [0, 1, 1],
"204": [0, 1, 1],
"205": [0, 1, 1],
"206": [0, 1, 1],
"207": [0, 1, 1],
"211": [0, 1, 1],
"212-mega": [1, 1, 1],
"212": [1, 1, 1],
"213": [0, 1, 1],
"215": [0, 1, 1],
"216": [1, 1, 1],
"217": [1, 1, 1],
"222": [0, 1, 1],
"226": [0, 2, 2],
"227": [0, 1, 1],
"228": [0, 1, 1],
"229": [0, 1, 1],
"229-mega": [0, 1, 1],
"230": [0, 1, 1],
"231": [0, 1, 1],
"232": [0, 1, 1],
"233": [0, 1, 1],
"235": [0, 1, 1],
"239": [1, 1, 2],
"240": [0, 1, 1],
"242": [2, 2, 2],
"243": [0, 1, 1],
"244": [0, 2, 2],
"245": [0, 1, 1],
"246": [0, 1, 1],
"247": [0, 1, 1],
"248": [0, 1, 1],
"248-mega": [0, 1, 1],
"249": [0, 2, 2],
"250": [0, 2, 2],
"251": [0, 1, 1],
"255": [0, 1, 1],
"256": [0, 1, 1],
"257": [0, 1, 2],
"257-mega": [0, 1, 1],
"261": [0, 1, 1],
"262": [0, 1, 1],
"263": [0, 1, 1],
"264": [0, 1, 1],
"276": [0, 1, 1],
"277": [0, 1, 1],
"278": [1, 1, 1],
"279": [1, 1, 1],
"280": [0, 1, 1],
"281": [0, 1, 1],
"282-mega": [0, 2, 2],
"282": [0, 1, 1],
"285": [0, 1, 1],
"286": [0, 1, 1],
"290": [1, 1, 1],
"291": [2, 2, 2],
"292": [2, 1, 2],
"298": [0, 2, 2],
"299": [0, 1, 1],
"300": [1, 1, 1],
"301": [1, 1, 1],
"302": [0, 1, 1],
"302-mega": [0, 1, 1],
"303-mega": [1, 1, 1],
"303": [0, 1, 1],
"304": [1, 1, 1],
"305": [1, 1, 1],
"306-mega": [1, 1, 1],
"306": [1, 1, 1],
"307": [0, 1, 1],
"308-mega": [0, 1, 1],
"308": [0, 2, 1],
"309": [0, 1, 1],
"310-mega": [0, 1, 1],
"310": [0, 1, 1],
"311": [1, 1, 1],
"312": [0, 1, 1],
"313": [0, 1, 1],
"314": [0, 1, 1],
"315": [0, 1, 1],
"320": [0, 1, 1],
"321": [0, 1, 1],
"325": [0, 1, 1],
"326": [0, 1, 1],
"327": [0, 1, 1],
"328": [0, 1, 1],
"329": [0, 1, 2],
"330": [0, 1, 1],
"331": [0, 1, 1],
"332": [0, 1, 1],
"333": [0, 1, 1],
"334-mega": [0, 2, 1],
"334": [0, 2, 2],
"335": [0, 2, 2],
"336": [0, 1, 1],
"337": [0, 1, 1],
"338": [0, 1, 1],
"339": [0, 1, 1],
"340": [0, 1, 2],
"341": [0, 2, 2],
"342": [0, 2, 2],
"345": [0, 1, 1],
"346": [0, 1, 1],
"351-rainy": [1, 2, 2],
"351-snowy": [1, 1, 1],
"351-sunny": [1, 2, 2],
"351": [0, 2, 2],
"352": [1, 1, 1],
"353": [0, 1, 1],
"354": [0, 1, 1],
"354-mega": [0, 1, 1],
"357": [0, 1, 1],
"358": [2, 1, 1],
"359": [0, 1, 1],
"359-mega": [0, 1, 1],
"361": [0, 1, 1],
"362": [0, 2, 2],
"362-mega": [0, 1, 1],
"369": [0, 1, 1],
"370": [0, 1, 1],
"371": [0, 1, 1],
"372": [0, 1, 1],
"373-mega": [0, 2, 2],
"373": [0, 1, 1],
"374": [0, 1, 1],
"375": [0, 1, 1],
"376-mega": [0, 1, 1],
"376": [0, 1, 1],
"377": [0, 1, 1],
"378": [1, 1, 1],
"379": [0, 1, 1],
"380-mega": [0, 1, 1],
"380": [0, 1, 1],
"381-mega": [0, 1, 1],
"381": [0, 1, 1],
"382-primal": [0, 1, 1],
"382": [0, 1, 1],
"383-primal": [0, 1, 1],
"383": [0, 1, 1],
"384-mega": [0, 2, 1],
"384": [0, 1, 1],
"385": [1, 1, 1],
"387": [0, 1, 1],
"388": [0, 1, 1],
"389": [0, 1, 1],
"390": [0, 1, 1],
"391": [0, 1, 1],
"392": [0, 1, 1],
"393": [0, 1, 1],
"394": [0, 1, 1],
"395": [0, 1, 1],
"396": [0, 1, 1],
"397": [0, 1, 1],
"398": [0, 1, 1],
"399": [0, 1, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 1, 1],
"403": [0, 1, 1],
"404": [0, 1, 1],
"405": [0, 1, 1],
"406": [0, 1, 1],
"407": [0, 1, 1],
"412-sandy": [2, 2, 2],
"412-plant": [1, 1, 1],
"412-trash": [1, 1, 1],
"413-plant": [2, 2, 2],
"413-trash": [1, 1, 1],
"413-sandy": [1, 1, 1],
"414": [0, 1, 1],
"417": [0, 1, 1],
"418": [0, 1, 1],
"419": [0, 1, 1],
"420": [0, 1, 1],
"421-overcast": [0, 1, 1],
"421-sunshine": [0, 1, 1],
"422-west": [1, 1, 1],
"422-east": [1, 1, 1],
"423-west": [1, 1, 1],
"423-east": [1, 1, 1],
"424": [0, 1, 1],
"425": [0, 1, 1],
"426": [0, 1, 1],
"427": [0, 1, 1],
"428-mega": [0, 1, 1],
"428": [0, 1, 1],
"429": [1, 1, 1],
"430": [0, 1, 1],
"433": [1, 1, 1],
"436": [0, 1, 1],
"437": [0, 1, 1],
"438": [0, 1, 1],
"440": [1, 1, 2],
"441": [0, 1, 1],
"442": [0, 1, 1],
"443": [1, 1, 1],
"444": [1, 1, 1],
"445-mega": [1, 1, 1],
"445": [1, 1, 1],
"446": [0, 1, 1],
"447": [1, 1, 1],
"448-mega": [1, 1, 1],
"448": [1, 1, 1],
"453": [0, 1, 1],
"454": [0, 1, 1],
"455": [0, 1, 1],
"456": [0, 1, 1],
"457": [0, 1, 1],
"458": [0, 1, 1],
"461": [0, 1, 1],
"462": [0, 1, 1],
"464": [0, 1, 1],
"465": [0, 1, 1],
"466": [1, 1, 2],
"467": [0, 1, 1],
"468": [1, 1, 1],
"469": [0, 1, 1],
"470": [1, 1, 1],
"471": [1, 2, 2],
"472": [0, 1, 1],
"474": [0, 1, 1],
"475-mega": [0, 2, 2],
"475": [0, 1, 1],
"476": [0, 1, 1],
"478": [0, 2, 1],
"479-heat": [0, 1, 1],
"479-wash": [0, 1, 1],
"479-mow": [0, 1, 1],
"479-frost": [0, 1, 1],
"479": [0, 1, 1],
"479-fan": [0, 1, 1],
"480": [1, 1, 1],
"481": [1, 1, 1],
"482": [1, 1, 1],
"485": [0, 1, 1],
"486": [0, 1, 1],
"487-altered": [0, 1, 1],
"487-origin": [0, 1, 1],
"488": [0, 1, 1],
"489": [1, 1, 1],
"490": [1, 1, 1],
"491": [0, 1, 1],
"492-land": [0, 2, 1],
"492-sky": [0, 1, 1],
"494": [0, 1, 1],
"495": [0, 1, 1],
"496": [0, 1, 1],
"497": [0, 1, 1],
"498": [0, 1, 1],
"499": [0, 1, 1],
"500": [0, 1, 1],
"501": [0, 1, 1],
"502": [0, 1, 1],
"503": [0, 1, 1],
"511": [0, 1, 1],
"512": [0, 1, 1],
"513": [0, 1, 1],
"514": [0, 1, 1],
"515": [0, 1, 1],
"516": [0, 1, 1],
"517": [0, 1, 1],
"518": [0, 1, 1],
"522": [0, 1, 1],
"523": [0, 1, 1],
"524": [0, 1, 1],
"525": [0, 1, 1],
"526": [0, 2, 2],
"527": [0, 1, 1],
"528": [0, 1, 1],
"529": [0, 2, 2],
"530": [0, 2, 2],
"531": [0, 1, 1],
"531-mega": [0, 1, 1],
"532": [0, 1, 1],
"533": [0, 1, 1],
"534": [0, 1, 1],
"535": [0, 1, 1],
"536": [0, 1, 1],
"537": [0, 1, 1],
"538": [0, 1, 1],
"539": [0, 2, 2],
"540": [0, 1, 1],
"541": [0, 1, 1],
"542": [0, 1, 1],
"543": [0, 1, 2],
"544": [0, 1, 2],
"545": [0, 1, 1],
"546": [0, 1, 1],
"547": [0, 1, 1],
"548": [1, 1, 1],
"549": [0, 1, 2],
"551": [0, 1, 1],
"552": [0, 1, 1],
"553": [0, 1, 1],
"554": [0, 1, 1],
"555": [0, 1, 1],
"555-zen": [0, 1, 1],
"556": [0, 1, 1],
"559": [1, 1, 1],
"560": [1, 1, 1],
"562": [0, 1, 1],
"563": [0, 1, 1],
"566": [0, 1, 1],
"567": [0, 1, 1],
"568": [0, 2, 2],
"569-gigantamax": [0, 1, 1],
"569": [0, 1, 1],
"570": [0, 1, 1],
"571": [0, 1, 1],
"572": [0, 1, 1],
"573": [0, 1, 1],
"577": [1, 1, 1],
"578": [1, 1, 1],
"579": [1, 1, 1],
"585-autumn": [2, 0, 0],
"585-spring": [2, 0, 0],
"585-summer": [2, 0, 0],
"585-winter": [2, 0, 0],
"586-autumn": [1, 0, 0],
"586-spring": [1, 0, 0],
"586-summer": [1, 0, 0],
"586-winter": [1, 0, 0],
"587": [0, 1, 1],
"588": [0, 1, 1],
"589": [0, 1, 1],
"590": [0, 1, 1],
"591": [0, 1, 1],
"592": [0, 1, 2],
"593": [0, 1, 1],
"594": [0, 1, 2],
"595": [0, 1, 1],
"596": [0, 1, 1],
"597": [0, 1, 1],
"598": [0, 1, 1],
"602": [0, 1, 1],
"603": [0, 1, 1],
"604": [0, 1, 1],
"605": [1, 1, 1],
"606": [1, 1, 1],
"607": [0, 1, 1],
"608": [0, 1, 1],
"609": [0, 1, 1],
"610": [0, 1, 1],
"611": [0, 1, 1],
"612": [0, 1, 2],
"616": [0, 1, 1],
"617": [0, 1, 1],
"618": [0, 1, 1],
"619": [0, 1, 1],
"620": [0, 1, 1],
"621": [0, 1, 1],
"622": [0, 1, 1],
"623": [0, 1, 1],
"626": [0, 1, 1],
"631": [0, 2, 2],
"632": [0, 1, 1],
"633": [0, 1, 1],
"634": [0, 1, 1],
"635": [0, 1, 1],
"636": [0, 1, 1],
"637": [0, 1, 1],
"640": [0, 1, 1],
"643": [0, 1, 1],
"644": [0, 1, 1],
"646-black": [0, 1, 1],
"646-white": [0, 1, 1],
"646": [0, 1, 1],
"647-resolute": [0, 1, 1],
"647-ordinary": [0, 1, 1],
"648-aria": [0, 1, 1],
"648-pirouette": [0, 1, 1],
"649-burn": [0, 1, 1],
"649-chill": [0, 1, 1],
"649-douse": [0, 1, 1],
"649-shock": [0, 1, 1],
"649": [0, 1, 1],
"653": [0, 1, 1],
"654": [0, 1, 1],
"655": [0, 1, 1],
"656": [0, 1, 1],
"657": [0, 1, 1],
"658": [0, 1, 1],
"658-ash": [0, 1, 1],
"664": [0, 1, 1],
"665": [0, 1, 1],
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
"666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
"666-jungle": [0, 1, 1],
"666-marine": [0, 1, 1],
"666-meadow": [0, 1, 1],
"666-modern": [0, 1, 1],
"666-monsoon": [0, 1, 1],
"666-ocean": [0, 1, 1],
"666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
"666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
"666-tundra": [0, 1, 1],
"669-red": [0, 1, 1],
"669-blue": [0, 2, 2],
"669-white": [0, 1, 1],
"669-yellow": [0, 2, 1],
"669-orange": [0, 2, 1],
"670-white": [0, 2, 2],
"670-blue": [0, 2, 2],
"670-orange": [0, 2, 2],
"670-red": [0, 2, 2],
"670-yellow": [0, 2, 2],
"671-red": [0, 1, 2],
"671-blue": [0, 1, 2],
"671-yellow": [0, 1, 2],
"671-white": [0, 1, 2],
"671-orange": [0, 1, 1],
"672": [0, 1, 1],
"673": [0, 1, 1],
"676": [0, 1, 1],
"676-dandy": [0, 1, 1],
"676-debutante": [0, 1, 1],
"676-diamond": [0, 1, 1],
"676-heart": [0, 1, 1],
"676-kabuki": [0, 1, 1],
"676-la-reine": [0, 1, 1],
"676-matron": [0, 1, 1],
"676-pharaoh": [0, 1, 1],
"676-star": [0, 1, 1],
"677": [0, 1, 1],
"678-female": [0, 1, 1],
"678": [0, 1, 1],
"682": [0, 1, 1],
"683": [0, 1, 1],
"684": [0, 1, 1],
"685": [0, 1, 1],
"688": [0, 1, 1],
"689": [0, 1, 1],
"690": [0, 1, 1],
"691": [0, 1, 1],
"692": [0, 1, 1],
"693": [0, 1, 1],
"696": [0, 1, 1],
"697": [0, 1, 1],
"698": [0, 1, 1],
"699": [0, 1, 1],
"700": [0, 1, 1],
"702": [0, 1, 1],
"703": [0, 1, 1],
"704": [0, 1, 1],
"705": [0, 1, 1],
"706": [0, 1, 1],
"708": [0, 1, 1],
"709": [0, 1, 1],
"710": [0, 1, 1],
"711": [1, 1, 1],
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
"715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
"720-unbound": [1, 1, 1],
"720": [1, 1, 1],
"728": [0, 1, 1],
"729": [0, 1, 1],
"730": [0, 1, 1],
"734": [0, 1, 1],
"735": [0, 1, 1],
"742": [0, 2, 2],
"743": [0, 2, 2],
"746": [0, 1, 1],
"746-school": [0, 1, 1],
"747": [0, 1, 1],
"748": [0, 1, 1],
"751": [0, 1, 1],
"752": [0, 1, 1],
"753": [0, 1, 1],
"754": [0, 1, 1],
"755": [0, 1, 1],
"756": [0, 1, 2],
"761": [0, 1, 1],
"762": [0, 1, 1],
"763": [0, 1, 1],
"767": [0, 1, 1],
"768": [0, 1, 1],
"771": [0, 1, 1],
"772": [0, 1, 1],
"773-fighting": [0, 1, 1],
"773-psychic": [0, 1, 1],
"773-poison": [0, 1, 1],
"773-ground": [0, 1, 1],
"773-ghost": [0, 1, 1],
"773-steel": [0, 1, 1],
"773-rock": [0, 1, 1],
"773-grass": [0, 1, 1],
"773-dragon": [0, 1, 1],
"773-bug": [0, 1, 1],
"773-ice": [0, 1, 1],
"773-dark": [0, 1, 1],
"773": [0, 1, 1],
"773-fairy": [0, 1, 1],
"773-water": [0, 1, 1],
"773-electric": [0, 1, 1],
"773-flying": [0, 1, 1],
"773-fire": [0, 1, 1],
"774-red-meteor": [0, 1, 1],
"774-orange-meteor": [0, 1, 1],
"774-yellow-meteor": [0, 1, 1],
"774-green-meteor": [0, 1, 1],
"774-blue-meteor": [0, 1, 1],
"774-indigo-meteor": [0, 1, 1],
"774-violet-meteor": [0, 1, 1],
"774-red": [0, 1, 1],
"774-orange": [0, 1, 1],
"774-yellow": [0, 1, 1],
"774-green": [0, 1, 1],
"774-blue": [0, 1, 1],
"774-indigo": [0, 1, 1],
"774-violet": [0, 1, 1],
"776": [0, 1, 1],
"777": [0, 1, 1],
"778-busted": [0, 1, 1],
"778-disguised": [0, 1, 1],
"779": [0, 1, 1],
"780": [0, 1, 1],
"782": [0, 1, 1],
"783": [0, 1, 1],
"784": [0, 1, 1],
"789": [1, 1, 1],
"790": [0, 1, 1],
"791-radiant-sun": [0, 1, 1],
"791": [2, 1, 1],
"792-full-moon": [0, 1, 1],
"792": [0, 1, 1],
"793": [0, 1, 1],
"797": [0, 1, 1],
"798": [0, 1, 1],
"800-dawn-wings": [0, 1, 1],
"800-dusk-mane": [0, 1, 1],
"800-ultra": [0, 1, 1],
"800": [0, 1, 1],
"802": [1, 1, 1],
"803": [0, 1, 1],
"804": [0, 1, 1],
"807": [0, 1, 1],
"808": [0, 1, 1],
"809-gigantamax": [0, 1, 1],
"809": [0, 1, 1],
"816": [0, 1, 1],
"817": [0, 1, 1],
"818-gigantamax": [1, 1, 1],
"818": [0, 1, 1],
"821": [0, 1, 1],
"822": [0, 1, 1],
"823-gigantamax": [0, 2, 2],
"823": [0, 1, 1],
"829": [0, 1, 1],
"830": [0, 1, 1],
"835": [0, 1, 1],
"836": [0, 2, 2],
"840": [0, 1, 1],
"841-gigantamax": [0, 1, 1],
"841": [0, 1, 1],
"842-gigantamax": [0, 1, 1],
"842": [0, 1, 1],
"850": [0, 1, 1],
"851-gigantamax": [0, 1, 1],
"851": [0, 1, 1],
"854": [0, 1, 1],
"855": [0, 1, 1],
"856": [0, 1, 1],
"857": [0, 2, 2],
"858-gigantamax": [0, 1, 1],
"858": [0, 1, 1],
"859": [0, 1, 1],
"860": [0, 1, 1],
"861-gigantamax": [0, 1, 1],
"861": [0, 1, 1],
"862": [0, 1, 1],
"863": [0, 1, 1],
"864": [0, 1, 1],
"867": [0, 1, 1],
"871": [0, 1, 1],
"872": [1, 1, 1],
"873": [1, 1, 1],
"876-female": [0, 1, 1],
"876": [0, 1, 1],
"877-hangry": [1, 1, 1],
"877": [1, 1, 1],
"880": [0, 1, 1],
"881": [0, 1, 1],
"882": [0, 1, 1],
"883": [0, 1, 1],
"884-gigantamax": [0, 1, 1],
"884": [0, 1, 1],
"885": [1, 1, 1],
"886": [1, 1, 1],
"887": [2, 1, 1],
"888": [0, 1, 1],
"888-crowned": [0, 1, 1],
"889": [0, 1, 1],
"889-crowned": [0, 1, 1],
"890-eternamax": [0, 1, 1],
"890": [0, 1, 1],
"891": [1, 1, 1],
"892-gigantamax-rapid": [1, 2, 2],
"892-rapid-strike": [1, 1, 1],
"892": [1, 1, 1],
"892-gigantamax-single": [1, 2, 2],
"894": [0, 1, 1],
"895": [0, 1, 1],
"896": [1, 1, 1],
"897": [2, 1, 1],
"898": [1, 1, 1],
"898-ice": [1, 1, 1],
"898-shadow": [1, 1, 1],
"900": [0, 1, 1],
"901": [0, 1, 2],
"903": [0, 1, 1],
"909": [0, 2, 2],
"910": [0, 2, 2],
"911": [0, 1, 1],
"912": [0, 1, 1],
"913": [0, 2, 2],
"914": [0, 2, 1],
"919": [1, 1, 1],
"920": [2, 2, 2],
"924": [1, 1, 1],
"925-four": [1, 1, 1],
"925-three": [1, 1, 1],
"932": [0, 1, 2],
"933": [0, 1, 1],
"934": [0, 1, 1],
"935": [2, 2, 2],
"936": [2, 2, 2],
"937": [2, 2, 2],
"940": [0, 1, 1],
"941": [0, 1, 1],
"944": [0, 1, 1],
"945": [0, 1, 1],
"948": [0, 1, 1],
"949": [0, 1, 1],
"951": [0, 1, 1],
"952": [0, 1, 1],
"953": [0, 1, 1],
"954": [0, 1, 1],
"957": [1, 2, 2],
"958": [2, 2, 1],
"959": [2, 2, 2],
"962": [1, 1, 1],
"967": [0, 1, 1],
"968": [0, 2, 2],
"969": [0, 1, 1],
"970": [0, 1, 1],
"973": [2, 2, 2],
"974": [0, 1, 1],
"975": [0, 2, 2],
"978-curly": [0, 2, 2],
"978-droopy": [0, 2, 2],
"978-stretchy": [0, 2, 2],
"979": [2, 2, 2],
"981": [0, 1, 1],
"982": [0, 1, 1],
"982-three-segment": [0, 1, 1],
"987": [1, 1, 1],
"988": [0, 1, 2],
"993": [0, 1, 1],
"994": [0, 1, 1],
"995": [0, 1, 1],
"996": [0, 1, 1],
"997": [0, 1, 1],
"998": [0, 1, 1],
"999": [1, 1, 1],
"1000": [1, 1, 1],
"1001": [0, 1, 1],
"1003": [0, 1, 1],
"1004": [0, 1, 1],
"1006": [0, 2, 1],
"1007-apex-build": [0, 2, 2],
"1008-ultimate-mode": [1, 1, 1],
"1010": [0, 1, 1],
"1011": [0, 1, 1],
"1012-counterfeit": [0, 1, 1],
"1013-unremarkable": [0, 1, 1],
"1018": [0, 1, 1],
"1019": [0, 1, 1],
"1022": [0, 1, 1],
"1023": [0, 1, 1],
"2026": [0, 1, 1],
"2027": [0, 1, 1],
"2028": [0, 1, 1],
"2037": [0, 1, 1],
"2038": [0, 1, 1],
"2052": [0, 1, 1],
"2053": [0, 1, 1],
"2103": [0, 1, 1],
"2670": [0, 1, 1],
"4052": [0, 1, 1],
"4077": [0, 1, 1],
"4078": [0, 1, 1],
"4079": [0, 1, 1],
"4080": [2, 1, 1],
"4144": [0, 1, 1],
"4145": [0, 1, 1],
"4146": [0, 1, 1],
"4199": [2, 1, 1],
"4222": [0, 1, 1],
"4263": [0, 1, 1],
"4264": [0, 1, 1],
"4562": [0, 1, 1],
"6100": [0, 1, 1],
"6101": [0, 1, 1],
"6215": [0, 1, 1],
"6503": [0, 1, 1],
"6549": [0, 1, 1],
"6570": [0, 1, 1],
"6571": [0, 1, 1],
"6705": [0, 1, 1],
"6706": [0, 1, 1],
"6713": [0, 1, 1],
"8901": [1, 1, 1],
"female": {
"3": [0, 1, 1],
"19": [0, 1, 1],
"20": [0, 1, 1],
"25": [0, 1, 1],
"25-beauty-cosplay": [0, 1, 1],
"25-cool-cosplay": [0, 1, 1],
"25-cosplay": [0, 1, 1],
"25-cute-cosplay": [0, 1, 1],
"25-partner": [0, 1, 1],
"25-smart-cosplay": [0, 1, 1],
"25-tough-cosplay": [0, 1, 1],
"26": [0, 1, 1],
"41": [0, 1, 1],
"42": [0, 1, 1],
"44": [0, 1, 1],
"45": [0, 1, 1],
"84": [1, 1, 1],
"85": [1, 1, 1],
"111": [0, 1, 1],
"112": [0, 1, 1],
"118": [0, 1, 1],
"119": [0, 1, 1],
"123": [1, 1, 1],
"129": [0, 1, 1],
"130": [0, 1, 1],
"154": [0, 1, 1],
"178": [0, 2, 2],
"185": [0, 1, 1],
"190": [0, 1, 1],
"194": [0, 1, 1],
"195": [0, 1, 1],
"198": [0, 1, 1],
"203": [0, 1, 1],
"207": [0, 1, 1],
"212": [1, 1, 1],
"215": [0, 1, 1],
"217": [1, 1, 1],
"229": [0, 1, 1],
"232": [0, 1, 1],
"255": [0, 1, 1],
"256": [0, 1, 1],
"257": [0, 1, 1],
"307": [0, 1, 1],
"308": [0, 1, 1],
"315": [0, 1, 1],
"332": [0, 1, 1],
"369": [0, 1, 1],
"396": [0, 1, 1],
"397": [0, 1, 1],
"398": [0, 1, 1],
"399": [0, 1, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 2, 2],
"403": [0, 1, 1],
"404": [0, 1, 1],
"405": [0, 1, 1],
"407": [0, 1, 1],
"417": [0, 1, 1],
"418": [0, 1, 1],
"419": [0, 2, 1],
"424": [0, 1, 1],
"443": [1, 1, 1],
"444": [1, 1, 1],
"445": [1, 1, 1],
"453": [0, 1, 1],
"454": [0, 1, 1],
"456": [0, 1, 1],
"457": [0, 1, 1],
"461": [0, 1, 1],
"464": [0, 1, 1],
"465": [0, 1, 1],
"592": [1, 1, 1],
"593": [1, 1, 1],
"6215": [0, 1, 1]
},
"back": {
"1": [0, 1, 1],
"2": [0, 1, 1],
"3-gigantamax": [0, 1, 1],
"3-mega": [0, 2, 2],
"3": [0, 1, 1],
"4": [0, 1, 1],
"5": [0, 1, 1],
"6-mega-x": [0, 1, 2],
"6-gigantamax": [0, 1, 2],
"6-mega-y": [0, 1, 2],
"6": [0, 2, 2],
"7": [0, 2, 2],
"8": [0, 2, 2],
"9-gigantamax": [0, 1, 2],
"9-mega": [0, 2, 2],
"9": [0, 2, 2],
"19": [0, 1, 1],
"20": [0, 1, 1],
"23": [0, 1, 1],
"24": [0, 1, 1],
"25": [0, 1, 1],
"25-beauty-cosplay": [0, 1, 1],
"25-cool-cosplay": [0, 1, 1],
"25-cosplay": [0, 1, 1],
"25-cute-cosplay": [0, 1, 1],
"25-gigantamax": [0, 1, 1],
"25-partner": [0, 1, 1],
"25-smart-cosplay": [0, 1, 1],
"25-tough-cosplay": [0, 1, 1],
"26": [0, 1, 1],
"29": [0, 1, 1],
"30": [0, 1, 1],
"31": [1, 1, 1],
"32": [0, 1, 1],
"33": [0, 1, 1],
"34": [0, 1, 1],
"35": [0, 1, 1],
"36": [0, 2, 1],
"37": [0, 1, 1],
"38": [0, 1, 1],
"39": [0, 1, 1],
"40": [0, 1, 1],
"41": [0, 1, 1],
"42": [0, 1, 1],
"43": [0, 1, 1],
"44": [0, 1, 1],
"45": [0, 1, 1],
"46": [1, 1, 1],
"47": [1, 1, 1],
"50": [0, 1, 1],
"51": [0, 1, 1],
"52-gigantamax": [1, 1, 1],
"52": [1, 1, 1],
"53": [1, 1, 1],
"56": [1, 1, 1],
"57": [1, 1, 1],
"69": [0, 1, 1],
"70": [0, 1, 1],
"71": [0, 1, 1],
"77": [0, 1, 1],
"78": [0, 1, 1],
"79": [1, 1, 1],
"80": [0, 1, 1],
"80-mega": [0, 1, 1],
"81": [0, 1, 1],
"82": [0, 1, 1],
"83": [0, 2, 2],
"84": [1, 1, 1],
"85": [1, 1, 1],
"86": [1, 1, 1],
"87": [1, 1, 1],
"88": [0, 1, 1],
"89": [0, 1, 1],
"92": [2, 2, 2],
"93": [1, 1, 1],
"94-gigantamax": [1, 1, 1],
"94-mega": [1, 1, 1],
"94": [1, 1, 1],
"98": [0, 1, 1],
"99": [0, 1, 1],
"99-gigantamax": [0, 1, 1],
"100": [0, 1, 1],
"101": [0, 1, 1],
"102": [0, 1, 1],
"103": [0, 1, 1],
"111": [0, 1, 1],
"112": [0, 1, 1],
"113": [1, 1, 1],
"114": [0, 1, 1],
"116": [0, 1, 1],
"117": [0, 1, 1],
"118": [1, 1, 1],
"119": [1, 1, 1],
"120": [0, 1, 1],
"121": [0, 1, 1],
"123": [1, 1, 1],
"125": [1, 1, 2],
"126": [0, 2, 1],
"127-mega": [0, 1, 1],
"127": [0, 1, 1],
"128": [0, 1, 1],
"129": [0, 1, 1],
"130-mega": [0, 1, 1],
"130": [0, 1, 1],
"131-gigantamax": [0, 1, 1],
"131": [0, 1, 1],
"132": [0, 1, 1],
"133": [0, 1, 1],
"133-partner": [0, 1, 1],
"134": [0, 1, 1],
"135": [1, 1, 1],
"136": [1, 1, 1],
"137": [0, 1, 1],
"138": [0, 1, 1],
"139": [0, 1, 1],
"140": [0, 1, 1],
"141": [0, 1, 1],
"142-mega": [0, 1, 1],
"142": [0, 1, 1],
"143-gigantamax": [0, 1, 1],
"143": [0, 1, 1],
"144": [1, 1, 1],
"145": [1, 1, 1],
"146": [1, 1, 1],
"147": [0, 1, 1],
"148": [0, 1, 1],
"149": [0, 1, 1],
"150-mega-x": [0, 1, 1],
"150-mega-y": [0, 1, 1],
"150": [0, 1, 1],
"151": [0, 1, 1],
"152": [0, 1, 1],
"153": [0, 1, 1],
"154": [0, 1, 1],
"158": [0, 1, 1],
"159": [0, 1, 1],
"160": [0, 1, 1],
"161": [0, 1, 1],
"162": [0, 1, 1],
"163": [0, 1, 1],
"164": [0, 1, 1],
"167": [0, 1, 1],
"168": [0, 1, 1],
"169": [0, 1, 1],
"170": [0, 1, 1],
"171": [0, 1, 1],
"172": [0, 1, 1],
"172-spiky": [0, 1, 1],
"173": [0, 1, 1],
"174": [0, 1, 1],
"175": [1, 1, 1],
"176": [1, 1, 1],
"177": [0, 1, 1],
"178": [0, 2, 2],
"179": [0, 1, 1],
"180": [0, 1, 2],
"181-mega": [0, 1, 2],
"181": [0, 1, 1],
"182": [0, 1, 1],
"183": [0, 1, 1],
"184": [0, 1, 1],
"185": [0, 1, 1],
"187": [0, 1, 1],
"188": [0, 1, 1],
"189": [0, 1, 1],
"190": [0, 1, 1],
"193": [0, 1, 1],
"194": [0, 1, 1],
"195": [0, 1, 1],
"196": [1, 1, 1],
"197": [0, 1, 1],
"198": [0, 1, 1],
"199": [2, 1, 1],
"200": [1, 2, 2],
"201-m": [0, 1, 1],
"201-question": [0, 1, 1],
"201-j": [0, 1, 1],
"201-l": [0, 1, 1],
"201-h": [0, 1, 1],
"201-x": [0, 1, 1],
"201-exclamation": [0, 1, 1],
"201-q": [0, 1, 1],
"201-s": [0, 1, 1],
"201-c": [0, 1, 1],
"201-u": [0, 1, 1],
"201-t": [0, 1, 1],
"201-z": [0, 1, 1],
"201-d": [0, 1, 1],
"201-b": [0, 1, 1],
"201-g": [0, 1, 1],
"201-k": [0, 1, 1],
"201-i": [0, 1, 1],
"201-p": [0, 1, 1],
"201-e": [0, 1, 1],
"201-y": [0, 1, 1],
"201-r": [0, 1, 1],
"201-f": [0, 1, 1],
"201-n": [0, 1, 1],
"201-v": [0, 1, 1],
"201-a": [0, 1, 1],
"201-w": [0, 1, 1],
"201-o": [0, 1, 1],
"203": [0, 1, 1],
"204": [0, 1, 1],
"205": [0, 1, 1],
"206": [0, 1, 1],
"207": [0, 1, 1],
"211": [0, 1, 1],
"212-mega": [1, 2, 1],
"212": [1, 1, 1],
"213": [0, 1, 1],
"215": [0, 1, 1],
"216": [1, 1, 1],
"217": [1, 1, 1],
"222": [0, 1, 1],
"226": [0, 1, 1],
"227": [0, 1, 1],
"228": [0, 1, 1],
"229": [0, 1, 1],
"229-mega": [0, 1, 1],
"230": [0, 1, 1],
"231": [0, 1, 1],
"232": [0, 1, 1],
"233": [0, 1, 1],
"235": [0, 1, 1],
"239": [1, 1, 2],
"240": [0, 1, 1],
"242": [1, 1, 1],
"243": [0, 1, 1],
"244": [0, 2, 2],
"245": [0, 1, 1],
"246": [0, 1, 1],
"247": [0, 1, 1],
"248": [0, 1, 1],
"248-mega": [0, 1, 1],
"249": [0, 1, 1],
"250": [0, 1, 1],
"251": [0, 1, 1],
"255": [0, 1, 1],
"256": [0, 1, 1],
"257": [0, 1, 1],
"257-mega": [0, 1, 1],
"261": [0, 1, 1],
"262": [0, 1, 1],
"263": [0, 1, 1],
"264": [0, 1, 1],
"276": [0, 1, 1],
"277": [0, 1, 1],
"278": [1, 1, 1],
"279": [1, 1, 1],
"280": [0, 1, 1],
"281": [0, 1, 1],
"282-mega": [0, 1, 1],
"282": [0, 1, 1],
"285": [0, 1, 1],
"286": [0, 1, 1],
"290": [1, 1, 1],
"291": [2, 2, 2],
"292": [2, 2, 2],
"298": [0, 1, 1],
"299": [0, 1, 1],
"300": [1, 1, 1],
"301": [1, 1, 1],
"302": [0, 1, 1],
"302-mega": [0, 1, 1],
"303-mega": [1, 1, 1],
"303": [1, 1, 1],
"304": [1, 1, 1],
"305": [1, 1, 1],
"306-mega": [1, 1, 1],
"306": [1, 1, 1],
"307": [0, 1, 1],
"308-mega": [0, 1, 1],
"308": [0, 1, 1],
"309": [0, 1, 1],
"310-mega": [0, 1, 1],
"310": [0, 1, 1],
"311": [1, 1, 1],
"312": [0, 1, 1],
"313": [0, 1, 1],
"314": [0, 1, 1],
"315": [0, 1, 1],
"320": [0, 1, 1],
"321": [0, 1, 1],
"325": [0, 1, 1],
"326": [0, 1, 1],
"327": [0, 1, 1],
"328": [0, 1, 1],
"329": [0, 1, 1],
"330": [0, 1, 1],
"331": [0, 1, 1],
"332": [0, 1, 1],
"333": [0, 1, 1],
"334-mega": [0, 1, 1],
"334": [0, 1, 1],
"335": [0, 2, 2],
"336": [0, 1, 1],
"337": [0, 1, 1],
"338": [0, 1, 1],
"339": [0, 2, 1],
"340": [0, 1, 2],
"341": [0, 1, 1],
"342": [0, 2, 2],
"345": [0, 1, 1],
"346": [0, 1, 1],
"351-rainy": [1, 1, 1],
"351-snowy": [1, 1, 1],
"351-sunny": [1, 1, 2],
"351": [0, 1, 1],
"352": [1, 1, 1],
"353": [0, 1, 1],
"354": [0, 1, 1],
"354-mega": [0, 1, 1],
"357": [0, 1, 1],
"358": [1, 1, 1],
"359": [0, 1, 1],
"359-mega": [0, 1, 1],
"361": [0, 1, 1],
"362": [0, 1, 1],
"362-mega": [0, 1, 1],
"369": [0, 2, 2],
"370": [0, 2, 2],
"371": [0, 1, 1],
"372": [0, 1, 1],
"373-mega": [0, 1, 1],
"373": [0, 1, 1],
"374": [0, 1, 1],
"375": [0, 1, 1],
"376-mega": [0, 1, 1],
"376": [0, 1, 1],
"377": [0, 1, 1],
"378": [1, 1, 1],
"379": [0, 1, 1],
"380-mega": [0, 1, 1],
"380": [0, 1, 1],
"381-mega": [0, 1, 1],
"381": [0, 1, 1],
"382-primal": [0, 1, 1],
"382": [0, 1, 1],
"383-primal": [0, 1, 1],
"383": [0, 1, 1],
"384-mega": [0, 1, 1],
"384": [0, 1, 1],
"385": [1, 1, 1],
"387": [0, 2, 1],
"388": [0, 1, 1],
"389": [0, 1, 1],
"390": [0, 1, 1],
"391": [0, 1, 1],
"392": [0, 1, 1],
"393": [0, 1, 1],
"394": [0, 1, 1],
"395": [0, 1, 1],
"396": [0, 1, 1],
"397": [0, 1, 1],
"398": [0, 1, 1],
"399": [0, 2, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 1, 1],
"403": [0, 1, 1],
"404": [0, 1, 1],
"405": [0, 1, 1],
"406": [0, 1, 1],
"407": [0, 1, 1],
"412-sandy": [2, 2, 2],
"412-plant": [1, 1, 1],
"412-trash": [1, 1, 1],
"413-plant": [1, 1, 1],
"413-trash": [1, 1, 1],
"413-sandy": [1, 1, 1],
"414": [0, 1, 1],
"417": [0, 1, 1],
"418": [0, 1, 1],
"419": [0, 1, 1],
"420": [0, 1, 1],
"421-overcast": [0, 1, 1],
"421-sunshine": [0, 1, 1],
"422-west": [1, 1, 1],
"422-east": [1, 1, 1],
"423-west": [1, 1, 1],
"423-east": [1, 1, 1],
"424": [0, 1, 1],
"425": [0, 1, 1],
"426": [0, 1, 1],
"427": [0, 1, 1],
"428-mega": [0, 1, 1],
"428": [0, 1, 1],
"429": [1, 1, 1],
"430": [0, 1, 1],
"433": [1, 1, 1],
"436": [0, 1, 1],
"437": [0, 1, 1],
"438": [0, 1, 1],
"440": [1, 1, 1],
"441": [0, 1, 2],
"442": [0, 1, 1],
"443": [1, 1, 1],
"444": [1, 1, 1],
"445-mega": [1, 1, 1],
"445": [1, 1, 1],
"446": [0, 1, 1],
"447": [1, 1, 1],
"448-mega": [1, 1, 1],
"448": [1, 1, 1],
"453": [0, 1, 1],
"454": [0, 1, 1],
"455": [0, 1, 1],
"456": [0, 1, 1],
"457": [0, 2, 1],
"458": [0, 2, 2],
"461": [0, 1, 1],
"462": [0, 1, 1],
"464": [0, 1, 1],
"465": [0, 1, 1],
"466": [2, 1, 1],
"467": [0, 1, 1],
"468": [1, 1, 1],
"469": [0, 1, 1],
"470": [2, 2, 1],
"471": [1, 1, 1],
"472": [0, 1, 1],
"474": [0, 1, 1],
"475-mega": [0, 2, 2],
"475": [0, 1, 1],
"476": [0, 1, 1],
"478": [0, 2, 1],
"479-heat": [0, 1, 1],
"479-wash": [0, 1, 1],
"479-mow": [0, 1, 1],
"479-frost": [0, 1, 1],
"479": [0, 1, 1],
"479-fan": [0, 1, 1],
"480": [1, 1, 1],
"481": [1, 1, 1],
"482": [1, 1, 1],
"485": [0, 1, 1],
"486": [0, 1 , 1] ,
"487-altered": [0, 1, 1],
"487-origin": [0, 1, 1],
"488": [0, 1, 1],
"489": [1, 1, 1],
"490": [1, 1, 1],
"491": [0, 1, 1],
"492-land": [0, 1, 1],
"492-sky": [0, 1, 1],
"494": [0, 1, 1],
"495": [0, 1, 1],
"496": [0, 1, 1],
"497": [0, 1, 1],
"498": [0, 1, 1],
"499": [0, 1, 1],
"500": [0, 1, 1],
"501": [0, 1, 1],
"502": [0, 1, 1],
"503": [0, 1, 1],
"511": [0, 1, 1],
"512": [0, 1, 1],
"513": [0, 1, 1],
"514": [0, 1, 1],
"515": [0, 1, 1],
"516": [0, 1, 1],
"517": [0, 1, 1],
"518": [0, 1, 1],
"522": [0, 1, 1],
"523": [0, 1, 1],
"524": [0, 1, 1],
"525": [0, 1, 1],
"526": [0, 1, 1],
"527": [0, 1, 1],
"528": [0, 1, 1],
"529": [0, 2, 2],
"530": [0, 1, 2],
"531": [0, 1, 1],
"531-mega": [0, 1, 1],
"532": [0, 1, 1],
"533": [0, 1, 1],
"534": [0, 1, 1],
"535": [0, 1, 1],
"536": [0, 1, 1],
"537": [0, 1, 1],
"538": [0, 1, 1],
"539": [0, 2, 2],
"540": [0, 1, 1],
"541": [0, 1, 1],
"542": [0, 1, 1],
"543": [0, 1, 1],
"544": [0, 1, 1],
"545": [0, 1, 1],
"546": [0, 1, 1],
"547": [0, 1, 1],
"548": [1, 1, 1],
"549": [0, 1, 1],
"551": [0, 1, 1],
"552": [0, 1, 1],
"553": [0, 1, 1],
"554": [0, 1, 1],
"555": [0, 1, 1],
"555-zen": [0, 1, 1],
"556": [0, 1, 1],
"559": [1, 1, 1],
"560": [1, 1, 1],
"562": [0, 1, 1],
"563": [0, 1, 1],
"566": [0, 1, 1],
"567": [0, 1, 1],
"568": [0, 1, 1],
"569-gigantamax": [0, 1, 1],
"569": [0, 1, 1],
"570": [0, 1, 1],
"571": [0, 1, 1],
"572": [0, 1, 1],
"573": [0, 1, 1],
"577": [1, 1, 1],
"578": [1, 1, 1],
"579": [1, 1, 1],
"585-autumn": [2, 0, 0],
"585-spring": [2, 0, 0],
"585-summer": [1, 0, 0],
"585-winter": [2, 0, 0],
"586-autumn": [1, 0, 0],
"586-spring": [1, 0, 0],
"586-summer": [1, 0, 0],
"586-winter": [1, 0, 0],
"587": [0, 1, 1],
"588": [0, 1, 1],
"589": [0, 1, 1],
"590": [0, 1, 1],
"591": [0, 1, 1],
"592": [0, 1, 2],
"593": [0, 1, 1],
"594": [0, 1, 2],
"595": [0, 1, 1],
"596": [0, 1, 1],
"597": [0, 1, 1],
"598": [0, 1, 1],
"602": [0, 1, 1],
"603": [0, 1, 1],
"604": [0, 1, 1],
"605": [1, 1, 1],
"606": [1, 1, 1],
"607": [0, 1, 1],
"608": [0, 1, 1],
"609": [0, 1, 1],
"610": [0, 1, 1],
"611": [0, 1, 1],
"612": [0, 1, 1],
"616": [0, 1, 1],
"617": [0, 1, 1],
"618": [0, 1, 1],
"619": [0, 1, 1],
"620": [0, 1, 1],
"621": [0, 1, 1],
"622": [0, 1, 1],
"623": [0, 1, 1],
"626": [0, 1, 1],
"631": [0, 2, 2],
"632": [0, 1, 1],
"633": [0, 1, 1],
"634": [0, 1, 1],
"635": [0, 1, 1],
"636": [0, 1, 1],
"637": [0, 1, 1],
"640": [0, 1, 1],
"643": [0, 1, 1],
"644": [0, 1, 1],
"646-black": [0, 1, 1],
"646-white": [0, 1, 1],
"646": [0, 1, 1],
"647-resolute": [0, 1, 1],
"647-ordinary": [0, 1, 1],
"648-aria": [0, 1, 1],
"648-pirouette": [0, 1, 1],
"649-burn": [0, 1, 1],
"649-chill": [0, 1, 1],
"649-douse": [0, 1, 1],
"649-shock": [0, 1, 1],
"649": [0, 1, 1],
"653": [0, 1, 1],
"654": [0, 1, 1],
"655": [0, 1, 1],
"656": [0, 1, 1],
"657": [0, 1, 1],
"658": [0, 1, 1],
"658-ash": [0, 1, 1],
"664": [0, 1, 1],
"665": [0, 1, 1],
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
"666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
"666-jungle": [0, 1, 1],
"666-marine": [0, 1, 1],
"666-meadow": [0, 1, 1],
"666-modern": [0, 1, 1],
"666-monsoon": [0, 1, 1],
"666-ocean": [0, 1, 1],
"666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
"666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
"666-tundra": [0, 1, 1],
"669-red": [0, 1, 1],
"669-blue": [0, 1, 1],
"669-white": [0, 1, 1],
"669-yellow": [0, 1, 1],
"669-orange": [0, 1, 1],
"670-white": [0, 1, 1],
"670-blue": [0, 1, 1],
"670-orange": [0, 1, 1],
"670-red": [0, 1, 1],
"670-yellow": [0, 1, 1],
"671-red": [0, 1, 1],
"671-blue": [0, 1, 1],
"671-yellow": [0, 1, 1],
"671-white": [0, 1, 1],
"671-orange": [0, 1, 1],
"672": [0, 1, 1],
"673": [0, 1, 1],
"676": [0, 1, 1],
"676-dandy": [0, 1, 1],
"676-debutante": [0, 1, 1],
"676-diamond": [0, 1, 1],
"676-heart": [0, 1, 1],
"676-kabuki": [0, 1, 1],
"676-la-reine": [0, 1, 1],
"676-matron": [0, 1, 1],
"676-pharaoh": [0, 1, 1],
"676-star": [0, 1, 1],
"677": [0, 1, 1],
"678-female": [0, 1, 1],
"678": [0, 1, 1],
"682": [0, 1, 1],
"683": [0, 1, 1],
"684": [0, 1, 1],
"685": [0, 1, 1],
"688": [0, 1, 1],
"689": [0, 1, 1],
"690": [0, 1, 1],
"691": [0, 1, 1],
"692": [0, 1, 1],
"693": [0, 1, 1],
"696": [0, 1, 1],
"697": [0, 1, 1],
"698": [0, 1, 1],
"699": [0, 1, 1],
"700": [0, 1, 1],
"702": [0, 1, 1],
"703": [0, 1, 1],
"704": [0, 1, 1],
"705": [0, 1, 1],
"706": [0, 1, 1],
"708": [0, 1, 1],
"709": [0, 1, 1],
"710": [0, 1, 1],
"711": [1, 1, 1],
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
"715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
"720-unbound": [1, 1, 1],
"720": [1, 1, 1],
"728": [0, 1, 1],
"729": [0, 1, 1],
"730": [0, 1, 1],
"734": [0, 1, 1],
"735": [0, 1, 1],
"742": [0, 2, 2],
"743": [0, 2, 2],
"746": [0, 1, 1],
"746-school": [0, 1, 1],
"747": [0, 1, 1],
"748": [0, 1, 1],
"751": [0, 1, 1],
"752": [0, 1, 1],
"753": [0, 1, 1],
"754": [0, 1, 1],
"755": [0, 1, 1],
"756": [0, 1, 1],
"761": [0, 1, 1],
"762": [0, 1, 1],
"763": [0, 1, 1],
"767": [0, 1, 1],
"768": [0, 1, 1],
"771": [0, 1, 1],
"772": [0, 1, 1],
"773-fighting": [0, 1, 1],
"773-psychic": [0, 1, 1],
"773-poison": [0, 1, 1],
"773-ground": [0, 1, 1],
"773-ghost": [0, 1, 1],
"773-steel": [0, 1, 1],
"773-rock": [0, 1, 1],
"773-grass": [0, 1, 1],
"773-dragon": [0, 1, 1],
"773-bug": [0, 1, 1],
"773-ice": [0, 1, 1],
"773-dark": [0, 1, 1],
"773": [0, 1, 1],
"773-fairy": [0, 1, 1],
"773-water": [0, 1, 1],
"773-electric": [0, 1, 1],
"773-flying": [0, 1, 1],
"773-fire": [0, 1, 1],
"774-red-meteor": [0, 1, 1],
"774-orange-meteor": [0, 1, 1],
"774-yellow-meteor": [0, 1, 1],
"774-green-meteor": [0, 1, 1],
"774-blue-meteor": [0, 1, 1],
"774-indigo-meteor": [0, 1, 1],
"774-violet-meteor": [0, 1, 1],
"774-red": [0, 1, 1],
"774-orange": [0, 1, 1],
"774-yellow": [0, 1, 1],
"774-green": [0, 1, 1],
"774-blue": [0, 1, 1],
"774-indigo": [0, 1, 1],
"774-violet": [0, 1, 1],
"776": [0, 1, 1],
"777": [0, 1, 1],
"778-busted": [0, 1, 1],
"778-disguised": [0, 1, 1],
"779": [0, 1, 1],
"780": [0, 1, 1],
"782": [0, 1, 1],
"783": [0, 1, 1],
"784": [0, 1, 1],
"789": [1, 1, 1],
"790": [0, 1, 1],
"791-radiant-sun": [0, 1, 1],
"791": [2, 1, 1],
"792-full-moon": [0, 1, 1],
"792": [0, 1, 1],
"793": [0, 1, 1],
"797": [0, 1, 1],
"798": [0, 1, 1],
"800-dawn-wings": [0, 1, 1],
"800-dusk-mane": [0, 1, 1],
"800-ultra": [0, 1, 1],
"800": [0, 1, 1],
"802": [1, 1, 1],
"803": [0, 1, 1],
"804": [0, 1, 1],
"807": [0, 1, 1],
"808": [0, 1, 1],
"809-gigantamax": [0, 1, 1],
"809": [0, 1, 1],
"816": [0, 1, 1],
"817": [0, 1, 1],
"818-gigantamax": [1, 1, 1],
"818": [0, 1, 1],
"821": [0, 1, 1],
"822": [0, 1, 1],
"823-gigantamax": [0, 2, 2],
"823": [0, 1, 1],
"829": [0, 1, 1],
"830": [0, 1, 1],
"835": [0, 1, 1],
"836": [0, 1, 1],
"840": [0, 1, 1],
"841-gigantamax": [0, 1, 1],
"841": [0, 1, 1],
"842-gigantamax": [0, 1, 1],
"842": [0, 1, 1],
"850": [0, 1, 1],
"851-gigantamax": [0, 1, 1],
"851": [0, 1, 1],
"854": [0, 1, 1],
"855": [0, 1, 1],
"856": [0, 1, 1],
"857": [0, 2, 2],
"858-gigantamax": [0, 1, 1],
"858": [0, 1, 1],
"859": [0, 1, 1],
"860": [0, 1, 1],
"861-gigantamax": [0, 1, 1],
"861": [0, 1, 1],
"862": [0, 1, 1],
"863": [0, 1, 1],
"864": [0, 1, 1],
"867": [0, 1, 1],
"871": [0, 1, 1],
"872": [1, 1, 1],
"873": [1, 1, 1],
"876-female": [0, 1, 1],
"876": [0, 1, 1],
"877-hangry": [1, 1, 1],
"877": [1, 1, 1],
"880": [0, 1, 1],
"881": [0, 1, 1],
"882": [0, 1, 1],
"883": [0, 1, 1],
"884-gigantamax": [0, 1, 1],
"884": [0, 1, 1],
"885": [1, 1, 1],
"886": [1, 1, 1],
"887": [1, 1, 1],
"888": [0, 1, 1],
"888-crowned": [0, 1, 1],
"889": [0, 1, 1],
"889-crowned": [0, 1, 1],
"890-eternamax": [0, 1, 1],
"890": [0, 1, 1],
"891": [1, 1, 1],
"892-gigantamax-rapid": [1, 2, 2],
"892-rapid-strike": [1, 1, 1],
"892": [1, 1, 1],
"892-gigantamax-single": [1, 2, 2],
"894": [0, 1, 1],
"895": [0, 1, 1],
"896": [1, 1, 1],
"897": [1, 1, 1],
"898": [1, 1, 1],
"898-ice": [1, 1, 1],
"898-shadow": [1, 1, 1],
"900": [0, 1, 1],
"901": [0, 1, 1],
"903": [0, 1, 1],
"909": [0, 1, 1],
"910": [0, 2, 2],
"911": [0, 1, 1],
"912": [0, 1, 1],
"913": [0, 1, 1],
"914": [0, 1, 1],
"919": [1, 1, 1],
"920": [1, 1, 1],
"924": [1, 1, 1],
"925-four": [1, 1, 1],
"925-three": [1, 1, 1],
"932": [0, 1, 1],
"933": [0, 1, 1],
"934": [0, 1, 1],
"935": [2, 2, 2],
"936": [1, 1, 1],
"937": [1, 1, 1],
"940": [0, 1, 1],
"941": [0, 1, 1],
"944": [0, 1, 1],
"945": [0, 1, 1],
"948": [0, 1, 1],
"949": [0, 1, 1],
"951": [0, 1, 1],
"952": [0, 1, 1],
"953": [0, 1, 1],
"954": [0, 1, 1],
"957": [1, 1, 1],
"958": [1, 1, 1],
"959": [1, 1, 1],
"962": [1, 1, 1],
"967": [0, 1, 1],
"968": [0, 1, 1],
"969": [0, 1, 1],
"970": [0, 1, 1],
"973": [1, 1, 1],
"974": [0, 1, 1],
"975": [0, 1, 1],
"978-curly": [0, 2, 2],
"978-droopy": [0, 2, 2],
"978-stretchy": [0, 1, 1],
"979": [1, 1, 1],
"981": [0, 1, 1],
"982": [0, 1, 2],
"982-three-segment": [0, 1, 2],
"987": [1, 1, 1],
"988": [0, 1, 1],
"993": [0, 1, 1],
"994": [0, 1, 1],
"995": [0, 1, 1],
"996": [0, 1, 1],
"997": [0, 1, 1],
"998": [0, 1, 1],
"999": [1, 1, 1],
"1000": [1, 1, 1],
"1001": [0, 1, 1],
"1003": [0, 1, 1],
"1004": [0, 1, 1],
"1006": [0, 2, 1],
"1007-apex-build": [0, 2, 2],
"1008-ultimate-mode": [1, 1, 1],
"1010": [0, 1, 1],
"1011": [0, 1, 1],
"1012-counterfeit": [0, 1, 1],
"1013-unremarkable": [0, 1, 1],
"1018": [0, 1, 1],
"1019": [0, 1, 1],
"1022": [0, 2, 2],
"1023": [0, 1, 1],
"2026": [0, 1, 1],
"2027": [0, 1, 1],
"2028": [0, 1, 1],
"2037": [0, 1, 1],
"2038": [0, 1, 1],
"2052": [0, 1, 1],
"2053": [0, 1, 1],
"2103": [0, 1, 1],
"2670": [0, 1, 1],
"4052": [0, 1, 1],
"4077": [0, 1, 1],
"4078": [0, 1, 1],
"4079": [0, 1, 1],
"4080": [2, 1, 1],
"4144": [0, 1, 1],
"4145": [0, 1, 1],
"4146": [0, 1, 1],
"4199": [2, 1, 1],
"4222": [0, 1, 1],
"4263": [0, 1, 1],
"4264": [0, 1, 1],
"4562": [0, 1, 1],
"6100": [0, 1, 1],
"6101": [0, 1, 1],
"6215": [0, 1, 1],
"6503": [0, 1, 1],
"6549": [0, 1, 1],
"6570": [0, 1, 1],
"6571": [0, 1, 1],
"6705": [0, 1, 1],
"6706": [0, 1, 1],
"6713": [0, 1, 1],
"8901": [1, 1, 1],
"female": {
"3": [0,1, 1],
"19": [0, 1, 1],
"20": [0, 1, 1],
"25": [0, 1, 1],
"25-beauty-cosplay": [0, 1, 1],
"25-cool-cosplay": [0, 1, 1],
"25-cosplay": [0, 1, 1],
"25-cute-cosplay": [0, 1, 1],
"25-partner": [0, 1, 1],
"25-smart-cosplay": [0, 1, 1],
"25-tough-cosplay": [0, 1, 1],
"26": [0, 1, 1],
"41": [0, 1, 1],
"42": [0, 1, 1],
"44": [0, 1, 1],
"45": [0, 1, 1],
"84": [1, 1, 1],
"85": [1, 1, 1],
"111": [0, 1, 1],
"112": [0, 1, 1],
"118": [0, 1, 1],
"119": [0, 1, 1],
"123": [1, 1, 1],
"129": [0, 1, 1],
"130": [0, 1, 1],
"154": [0, 1, 1],
"178": [0, 2, 2],
"185": [0, 1, 1],
"190": [0, 1, 1],
"194": [0, 1, 1],
"195": [0, 1, 1],
"198": [0, 1, 1],
"203": [0, 1, 1],
"207": [0, 1, 1],
"212": [1, 1, 1],
"215": [0, 1, 1],
"217": [1, 1, 1],
"229": [0, 1, 1],
"232": [0, 1, 1],
"255": [0, 1, 1],
"256": [0, 1, 1],
"257": [0, 1, 1],
"307": [0, 1, 1],
"308": [0, 1, 1],
"315": [0, 1, 1],
"332": [0, 1, 1],
"369": [0, 1, 1],
"396": [0, 1, 1],
"397": [0, 1, 1],
"398": [0, 1, 1],
"399": [0, 2, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 1, 1],
"403": [0, 1, 1],
"404": [0, 1, 1],
"405": [0, 1, 1],
"407": [0, 1, 1],
"417": [0, 1, 1],
"418": [0, 2, 2],
"419": [0, 1, 1],
"424": [0, 1, 1],
"443": [1, 1, 1],
"444": [1, 1, 1],
"445": [1, 1, 1],
"453": [0, 1, 1],
"454": [0, 1, 1],
"456": [0, 1, 1],
"457": [0, 1, 1],
"461": [0, 1, 1],
"464": [0, 1, 1],
"465": [0, 1, 1],
"592": [1, 1, 1],
"593": [1, 1, 1],
"6215": [0, 1, 1]
}
}
}