Compare commits

...

148 Commits

Author SHA1 Message Date
Parnassius cc483e1877
Giratina-origin did exist in gen7 (#348) 2021-06-21 22:06:09 -07:00
Andrew Ekstedt 280823971b
Merge pull request #347 from Parnassius/misc-foreign-names
Rip some foreign names and text (characteristics/types/colors/natures), taken from the switch version of Pokemon HOME.

Helps with #159 and #256
2021-06-21 22:05:18 -07:00
Parnassius 6cbf164797
Remove empty sword/shield pokedex flavor text (#346) 2021-06-21 21:30:04 -07:00
Andrew Ekstedt 7c28f2c118 Add Zygarde Cube moves to version_group_pokemon_move_methods
Caught by the previous commit.

Updates #314
2021-06-21 21:27:28 -07:00
Andrew Ekstedt 74abc66612 Regen VersionGroupPokemonMoveMethods when loading the database
Instead of relying on people to remember to run a script to regenerate
it, just do it automatically at load time. Only takes a couple seconds.
And hey, this gives us a free test too! (CI will complain if load+dump
isn't clean.)

Fixes #334
Fixes #74
2021-06-21 21:27:28 -07:00
Parnassius 91a5899c46 Rip type names 2021-06-14 10:56:13 +02:00
Parnassius 6b73ec1783 Rip characteristic names 2021-06-14 10:26:21 +02:00
Parnassius 7b02b27deb Rip nature names 2021-06-14 10:13:47 +02:00
Parnassius 5988f0c27c Rip color names 2021-06-13 15:13:29 +02:00
Parnassius b53390fde5
Fix ordering for Ninetales's level 1 moves (#341)
Ninetales learns Incinerate both in its second and fourth level-1 slots,
but the move reminder only shows the former.
2021-03-29 22:30:02 -07:00
Parnassius 704564ac75
Fix zacian-crowned japanese name (#340)
The old one was actually zamazenta's
2021-03-29 22:29:19 -07:00
Andrew Ekstedt 6fe50101e8 Add Alolan Raticate evolution method
Added by hand. This is the last missing evolution reported in #248.

Closes #248
2021-03-28 23:52:07 -07:00
Andrew Ekstedt 484bd086f3 Fix GrowthRate backref
It was moved from EvolutionChain to PokemonSpecies ages ago.
2021-03-28 23:51:53 -07:00
Andrew Ekstedt 02b6729e1b
Merge pull request #339 from Parnassius/fix-evolutions
Add the missing Galarian evolutions and a few others

Fixes #337
Helps #248
2021-03-28 23:28:27 -07:00
Parnassius 6710cfd388 Fix a few evolutions
- Add `pokemon_species.evolves_from_species_id` (and a corresponding
entry in `pokemon_evolution`) to new species which evolve from galarian
forms (Obstagoon, Perrserker, Cursola, Sirfetch'd, Mr. Rime, Runerigus),
which were incorrectly listed as base pokemon.
- Add missing evolution methods for a few more non-default forms (Alolan
Sandshrew, Alolan Vulpix, Alolan Meowth, Galarian Slowpoke, Galarian
Darumaka, Dusk Lycanroc)

This also adds two new evolution triggers for Sirfetch'd and Runerigus
2021-03-27 10:29:04 +01:00
Andrew Ekstedt ffd472491b Add "dusk" as a valid time of day in PokemonEvolution
For Lycanroc's Dusk Form
2021-03-26 20:05:46 -07:00
Andrew Ekstedt 3dd8c61a7d Rewrite Zygarde Cube prose.
The old description was copied verbatim from Bulbapedia.
2021-03-26 19:58:16 -07:00
edcrfv aaff919755 Add Zygarde cube moves 2021-03-26 19:48:57 -07:00
Andrew Ekstedt 844a31d41a
Merge pull request #335 from Parnassius/oras-egg-moves
Dump missing ORAS learnsets

In generation 6 there weren't different egg movesets for non-default forms, so I simply copied the base form's one. The FIXME comment referenced in #219 is talking about Sun/Moon I think, since in ORAS there are exactly 722 entries (721 pokemon + a dummy one with id 0).

Since I did a complete dump (like with #331) this also removes unneeded values from the order column.

I also added secret sword to keldeo and relic song to meloetta as move tutors.

Closes #219
2021-03-26 19:09:39 -07:00
Andrew Ekstedt 6668211b98
Merge pull request #338 from veekun/form-names
Add combined form names for Sw/Sh and fix some others
2021-03-26 18:52:41 -07:00
Andrew Ekstedt a15df35f29 Fix Violet Meteor Minior's name
Reported by Hollace
2021-03-26 18:28:09 -07:00
Andrew Ekstedt 605ebf61de Update Alolan form names
Sword/Shield changed the english form name of all Alolan pokemon from
"Alola Form" to "Alolan Form" (other languages unchanged). This commit
makes the same change for pokemon which are not in Sword or Shield.
2021-03-26 13:29:29 -07:00
Andrew Ekstedt 54c6c7faa8 Name Totem Alolan Marowak 2021-03-26 00:05:23 -07:00
Andrew Ekstedt 9557034bad Add form names for Eternamax Eternatus
Copied manually from a text dump.
2021-03-26 00:04:40 -07:00
Andrew Ekstedt b8ff7b4cb5 Add form names for Crowned Zacian
Copied manually from a text dump. Not sure why these were missing.
2021-03-26 00:04:40 -07:00
Andrew Ekstedt 0bc0953578 Add combined form names for new Gen 8 pokemon 2021-03-26 00:04:40 -07:00
Andrew Ekstedt 3163bab947 Drop empty rows from pokemon_form_names
A missing name means the same thing as a blank name, so there's no point
keeping them around.

Totem Marowak has a Korean form name for some reason, and Kyogre and
Groudon have (autoeponymous) form names in every language _except_
Italian. But other than that there's nothing interesting.
2021-03-26 00:01:11 -07:00
Parnassius 38242362da ORAS: add egg moves to non-default forms 2021-03-25 13:57:04 +01:00
Parnassius 8c5a781547 ORAS: add relic song to meloetta and secret sword to keldeo 2021-03-25 13:57:04 +01:00
Parnassius 8cb1ecee50 ORAS: remove unneeded order field in level-up learnsets 2021-03-25 13:56:24 +01:00
Andrei Gec 79ace90d87
Meltan and Melmetal are mythical (#333) 2021-03-25 00:54:16 -07:00
Andrew Ekstedt 9d125771b3 Update version_group_pokemon_move_methods for Let's Go and Sw/Sh 2021-03-25 00:32:11 -07:00
Andrew Ekstedt ba0409362a
Merge pull request #332 from Parnassius/fix-zygarde
zygarde-10 was added to the database along with the Let's Go rip, but the form was actually introduced in sun/moon. We need to backdate it.
2021-03-24 20:22:57 -07:00
Andrew Ekstedt ffff1ee0b7
Merge pull request #331 from Parnassius/gen7-tutors
Dump US/UM tutors

[Tutors][1] were taken from [pk3DS][2]). In both generation 7 games there are 3 additional tutors, which afaik are simply hardcoded (pikachu => volt tackle, keldeo => secret sword, meloetta => relic song), so I added them [by hand][3].

[1]: 46ab34c44f/scripts/dump_usum.py (L50):L130
[2]: 754b9b8d95/pk3DS/Subforms/Gen7/PersonalEditor7.cs (L63):L73
[3]: https://github.com/Parnassius/i-pokemoni/blob/master/scripts/dump_usum.py#L131:L137

Since i dumped the learnsets as a whole, this also adds a couple of other things:
- egg moves for non-default pokemon formes, which were previously missing (see #219, i plan to dump them from ORAS as well soon-ish)
- the learnsets for the zygarde form added in #327
- the `order` column for evolution moves (level 0), which was previously missing

Closes #223 
Closes #241
2021-03-24 20:01:52 -07:00
Parnassius 03f32883f2 zygarde-10 was introduced in sun/moon 2021-03-24 21:40:07 +01:00
Parnassius ea6d516333 Dump UsUm tutors 2021-03-24 17:33:25 +01:00
Parnassius a83e44f732 Dump SM tutors 2021-03-24 17:31:23 +01:00
Parnassius 80bc35a764 Remove HMs from Sun/Moon and Ultra Sun/Ultra Moon (PR #326)
Those games don't have HMs, and for example
https://veekun.com/dex/moves/fly shows fly is HM02, while it should be
TM76. Note that HMs which were converted into TMs in gen7 seems to be
already present in machines.csv with their new TM number as well.
2021-03-21 17:06:12 -07:00
Andrew Ekstedt 47618d0d46
Merge pull request #329 from SnorlaxMonster/area-rename
Rename Mt. Coronet areas

From the PR:
> Mt. Coronet's floors were misnumbered: a small room on 4F was labelled as 5F, causing the subsequent floors to all be off-by-one. This pull request corrects that numbering, aligning the floor numbering with the official guidebook.
> 
> Additionally, a number of the areas within Mt. Coronet had vague or otherwise unclear names (especially "cave"). This pull request renames those areas for clarity. It also ensures that all areas on 1F include "1F" in their name, for consistency.
2021-03-21 16:59:23 -07:00
Andrew Ekstedt 6d81374fb1 Fix machines<->items mapping for Sw/Sh
They were cyclically off by one, so e.g. machine 0 mapped to tm01,
machine 99 wrapped around to tm00, machine 100 mapped to tr01, and
machine 199 mapped to tr00.

The moves seem to be right though.

update machines m set item_id = (select item_id from machines m2 where m2.machine_number = (m.machine_number+99) % 100 + case when m.machine_number >= 100 then 100 else 0 end and version_group_id = 20) where version_group_id = 20;
2021-03-21 16:49:00 -07:00
Andrew Ekstedt dcda895e22 Merge branch 'gh-actions' 2021-03-21 15:52:12 -07:00
Andrew Ekstedt 7630d2c7ba Update link to github actions docs 2021-03-21 15:46:56 -07:00
Andrew Ekstedt 3eb213aab4 Update list of supported python versions 2021-03-21 15:39:02 -07:00
Andrew Ekstedt f244234248 Register pytest.mark.slow marker
Pytest started warning about unknown markers at some point. Not sure
when. My local version doesn't do it but the CI versions do.

> PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?
  You can register custom marks to avoid this warning - for details, see
  https://docs.pytest.org/en/stable/mark.html
2021-03-21 15:39:02 -07:00
Andrew Ekstedt 2faa3ed6af Avoid a warning about regex flags in Python 3.6
Python 3.6 deprecated using regex flag syntax (?x) to set flags in the
middle of a pattern. Now you can only use it at the start of a pattern.
Fortunately that same release added a new scoped-flag syntax, (?x:).

(Wait, you say, it looks like our code *does* set flags at the start of
the pattern? That's true, but the markdown module includes our regex in the
middle of a larger one, so it's not actually at the start.)

Fixes this warning (and a couple similar ones):

DeprecationWarning: Flags not at the start of the expression '^(.?)(?x) \[ ([^]]' (truncated)
    self.compiled_re = re.compile(r"^(.?)%s(.)$" % pattern
2021-03-21 15:39:02 -07:00
Andrew Ekstedt 348742fe2a Close csv files after dumping
PyPy doesn't collect garbage as quickly as CPython, so it was possible
for the process to exit before all the files had been flushed.
2021-03-21 15:39:02 -07:00
Andrew Ekstedt 68ee98ffdd Fix some Markdown warnings
Fixes the following warnings when run with Markdown 2.6.11:

DeprecationWarning: "safe_mode" is deprecated in Python-Markdown. Use an HTML sanitizer (like Bleach https://bleach.readthedocs.io/) if you are parsing untrusted markdown text. See the 2.6 release notes for more info
DeprecationWarning: Using short names for Markdown's builtin extensions is deprecated. Use the full path to the extension with Python's dot notation (eg: "markdown.extensions.extra" instead of "extra"). The current behavior will raise an error in version 2.7. See the Release Notes for Python-Markdown version 2.6 for more info.

Also get rid of some compatability code for Markdown 2.0, which we no longer support.

Updates #257
2021-03-21 15:39:02 -07:00
Andrew Ekstedt 84f88bacc1 Bump our maximum Markdown version up to 2.6.11
The next commit will fix the warnings, and we need a newer version for
Python 3.9 support because 2.4.1 doesn't work with it.

Markdown 2.6.11 was the last release before 3.0.

Updates #257
2021-03-21 15:39:02 -07:00
Andrew Ekstedt 72f31bc9d3 workflows: Add github actions file
Should be basically the same as the Travis CI file except more verbose
(ugh) and a different version matrix.

- 2.7 3.4 3.5 3.6 3.7 pypy pypy3
+ 2.7 3.5 3.7 3.9 pypy3

Kept 2.7 because we still run it. Dropped pypy2 because who cares?

Dropped 3.4 because it's way old at this point. Added 3.9 because it's
the latest release. Kept 3.5 and 3.7 and dropped the even releases
because it seems silly to test five different releases - the oldest and
newest we support should be adequate (plus 3.7 because that's what i
have.)
2021-03-21 15:39:02 -07:00
Andrew Ekstedt 0a233ec795 Set shape_id for new pokemon to NULL instead of 0
Fixes postgres import.
2021-03-21 15:31:33 -07:00
Andrew Ekstedt 63ac3a8d80
Merge pull request #327 from Parnassius/letsgo-swsh-2
Add Let's Go Pikachu/Eevee and Sword/Shield data

Here is a summary of the extracted data:
- Moves (names, flavor text, changelogs, flags, effects)
- Abilities (names, flavor text)
- Items (names, game indices, machines)
- Pokemon (names, species, formes, learnsets, egg groups, dex numbers, dex entries, evolutions, categories (genus))

Locations and encounters are not included.

The Let's Go data excludes unobtainable pokemon; i.e., everything except
the first 151 and their forms, plus Meltan and Melmetal. While the game
has data for the rest of the pokemon, they are explicitly unobtainable
even by trading, and the data is mostly (or entirely?) copied from Sun &
Moon.

TMs and TRs are numbered from 00 to 99 in Sword/Shield. We use machine
numbers 0-99 for the TMs, and 100-199 for the TRs. For example TM05 is ID
5, and TR99 is ID 199. Note that TRs overlap with HMs in previous games.

Friendship-based evolutions now trigger at 160 friendship instead of 220.

Pokemon shapes are left blank (it's unclear if they are in Sw/Sh at all).
We can grab them from HOME later. Other blank columns: pokemon_name (in
pokemon_form_names), is_battle_only, has_gender_differences, and form_switchable.

Parnassius's python scripts for extracting the game data are available
here: <https://github.com/Parnassius/i-pokemoni>.
They are heavily based on the pknx project:
<https://github.com/kwsch/pkNX>.

Closes #311
Closes #284
Closes #262
Closes #210
Closes #231
2021-03-21 15:22:48 -07:00
Andrew Ekstedt 5c87154d4c Require SQLAlchemy <1.4
Temporary fix for #330
2021-03-18 20:52:14 -07:00
Andrew Ekstedt e9bc81707e Make Pokemon.shape_id nullable 2021-03-14 18:12:58 -07:00
Andrew Ekstedt de27f2c282 Fix test for missing default forms 2021-03-14 18:12:58 -07:00
Parnassius 1cc1611da3 item categories 2021-03-10 14:27:54 +01:00
Parnassius 67d9e8a9f9 Add Sword/Shield data 2021-03-10 14:25:32 +01:00
Parnassius ebf2fb0cdd item categories 2021-03-10 14:22:00 +01:00
Parnassius 0ae34dbce0 Add Let's Go data 2021-03-10 14:21:05 +01:00
SnorlaxMonster 06aaf1b9aa Improve Mt. Coronet area names
The Mt. Coronet area names were not sufficiently clear as to which
areas they were referring to (especially the one simply named "cave").
I have renamed all of the areas that I think were unclear,
as well as ensured that all 1F areas in Mt. Coronet
include "1F" in their name for consistency.
2021-03-09 02:18:14 +11:00
SnorlaxMonster 437736ca01 Correct a floor numbering error in Mt. Coronet
The small room on Mt. Coronet 4F was labelled as 5F,
causing all subsequent floors to be numbered off-by-one.
2021-03-09 02:08:28 +11:00
Andrew Ekstedt a91a7d95b3 Allow small ッ before a vowel
This is a nonstandard use of ッ and it doesn't really have a defined
romanization, but we need to support it for Cramorant (ウッウ, U'u).
2021-03-07 11:26:50 -08:00
Andrew Ekstedt b09929dfb6 add scripts/rename-home.py
My oneshot script for renaming the HOME sprites from the web rip. In
case we need it in the future for re-ripping, and to record the form
identifiers i used since the new ones aren't in the DB yet.
2020-09-03 12:58:31 -07:00
Andrew Ekstedt dc9a2d8f13 Fix Spanish characteristic text
"Quick tempered" and "A little quick tempered" erroneously had the same
Spanish translation, "Tiene mal genio". The latter should actually be
"A veces se enfada".

Verified against a text dump.

Fixes #309
2020-07-09 12:39:16 -07:00
Andrew Ekstedt 9397da82c2 Update Partner Cap Pikachu's combined form name 2020-06-27 16:33:42 -07:00
Andrew Ekstedt 8f1dc80d12 Rip OR/AS held items
Note: both of Cherrim's forms hold a Miracle Seed, but we only have one
pokemon row for them.

Updates #141
2020-06-27 16:31:33 -07:00
Andrew Ekstedt 9e15919f14 Fix typo in Totem Kommo-o's form name
Why do we even have totem pokemon in the dex?

Fixes #222
2020-06-27 13:05:14 -07:00
KidsDontPlay 7de90c054d Add is_legendary and is_mythical (#304)
Legendary and Mythical are official terms which, while generally not
present in the game data, are more or less consistently applied in
promotional material. They're also useful categorizations to fans,
so it seems reasonable to include them here.

The legendary Pokémon are:
  Articuno, Zapdos, Moltres, Mewtwo,
  Raikou, Entei, Suicune, Lugia, Ho-Oh,
  Regirock, Regice, Registeel,
  Latias, Latios, Kyogre, Groudon, Rayquaza,
  Uxie, Mesprit, Azelf, Dialga, Palkia, Giratina,
  Heatran, Regigigas, Cresselia,
  Cobalion, Terrakion, Virizion,
  Tornadus, Thundurus, Landorus,
  Reshiram, Zekrom, Kyurem,
  Xerneas, Yveltal, Zygarde,
  Tapu Koko, Tapu Lele, Tapu Bulu, Tapu Fini,
  Cosmog, Cosmoem, Solgaleo, Lunala, Necrozma.

The mythical Pokémon are: Mew, Celebi, Jirachi, Deoxys, Phione, Manaphy,
  Darkrai, Shaymin, Arceus, Victini, Keldeo, Meloetta, Genesect,
  Diancie, Hoopa, Volcanion, Magearna, Marshadow, Zeraora.
2020-06-27 12:56:28 -07:00
Andrew Ekstedt bbda228262 Fix み,nbsp mixup in OR/AS dex entries
A bug in the text dumper caused み to be replaced with a narrow
non-breaking space and the actual nbsp character in the unicode private
use area to go untranslated.

Only affected OR/AS.

Fix with a simple text replace on the affected entries.

    import csv
    in_ = open("../pokedex/data/csv/pokemon_species_flavor_text.csv", "r")
    out = open("fixed.csv", "w")
    r = csv.reader(in_, lineterminator='\n')
    w = csv.writer(out, lineterminator='\n')
    for row in r:
        text = row[3]
        if row[1] in {'25', '26'}:
            text = text.replace("\u202f", "\u307f") # nbsp => mi
            text = text.replace("\ue07f", "\u202f") # e07f => nbsp
        w.writerow((row[0], row[1], row[2], text))
    out.close()

Fixes #308
2020-06-23 17:09:11 -07:00
Andrew Ekstedt 0015bcb15c Add Ultra Moon dex entries
Note: there are dex entries for forms too, but this only adds the text
for the default form because the db schema assumes dex entries are
per-species.
2020-06-23 16:17:32 -07:00
Andrew Ekstedt 5fe8fdcc95 Add Sun dex entries
Note: there are dex entries for forms too, but this only adds the text
for the default form because the db schema assumes dex entries are
per-species.
2020-06-23 16:10:40 -07:00
Andrew Ekstedt b05ff3a5b1 Add wild held items for Sun and Ultra Moon
The initial import of data from S/M and US/UM only included held items for Moon
and Ultra Sun. (Presumably those were the only games eevee had access to?)
I now have all four games and I've verified that the data file which
contains held items is completely identical between Sun and Moon, and between
Ultra Sun and Ultra Moon.

So we can just copy the held items from the other two games.

pokedex=> insert into pokemon_items (select pokemon_id, 27, item_id, rarity from pokemon_items where version_id=28);
INSERT 0 356
Time: 220.560 ms
pokedex=> insert into pokemon_items (select pokemon_id, 30, item_id, rarity from pokemon_items where version_id=29);
INSERT 0 362
Time: 102.063 ms
2020-06-22 20:52:01 -07:00
rluzuriaga f535b61341 Handle CLI load into existing tables gracefully (PR #300)
- Add exception handling for SQLite, PostgreSQL, and MySQL.
Sqlalchemy gives different exceptions for each database engine so I have
seperated each exception for each engine.
The error message passed by each engine is also different so that is
checked as well.
- Once the function gets one of those exceptions the following message
is outputed and the program ends: `ERROR:  Table 'TABLENAME' already
exists in the database. Did you mean to use 'pokedex load -D'`
- If the error is not that a table already exists, then the output will
just be the full error from sqlalchemy. That way if someone runs into
that error it can be reported as an issue and whoever can help would see
the full error.
---
Resolves part of issue #16
2020-06-17 16:12:32 -07:00
Andrew Ekstedt c2cde0078d Fix typo in Fancy Vivillon's French name
Prismillion Fantaisie => Prismillon Fantaisie (without the extra 'i')

Fixes #307
2020-06-17 15:16:21 -07:00
Andrew Ekstedt 98696cdd69 Fix `pokedex search` command
Filtering on pokemon name was broken. Not sure why, since the search CLI
was added way after the i18n stuff was added. The error is related to
AssociationProxy, which figures because nothing about association
proxies ever seems to work right. I don't know enough about SQLAlchemy
internals to know if what it was trying to do was supposed to
work, or how to fix it if so. So, fix it by using the same boring
join-based filtering that spline-pokedex uses.

Running `pokedex search --name=gloom` caused the following error with
PostgreSQL and SQLAlchemy 1.3.5:

    sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) can't adapt type 'ColumnAssociationProxyInstance'

...and this error with SQLite.

    sqlalchemy.exc.InterfaceError: (sqlite3.InterfaceError) Error binding parameter 4 - probably unsupported type.
    [parameters: (9, 9, 9, 9, ColumnAssociationProxyInstance(AssociationProxy('names_local', 'name')), 'gloom')]

Additionaly, the following error would happen with PostgreSQL and SQLAlchemy 0.9.7,
but that's probably unrelated:

    sqlalchemy.exc.ProgrammingError: (ProgrammingError) subquery in FROM must have an alias
    LINE 4: FROM pokemon_species, (SELECT pokemon_species_names.name AS ...
                                   ^

Fixes #296
2020-04-17 16:42:47 -07:00
Andrew Ekstedt e5c18c4109 Travis CI: check that dump is idempotent
Run git-diff after dumping the database to make sure that there are no
changes to the csv files.

We often get PRs from people who edit stuff by hand and don't know to do
a load/dump of the database afterwards. Usually this means they were
adding game data by hand, which we want to discourage, but even if it's
done for valid reasons it's good to canonicalize the csv files as soon
as possible to avoid interfering with future commits.
2020-03-04 16:19:29 -08:00
Andrew Ekstedt 77e3d9df16 Travis CI: don't pass -l to dump
The help text for pokedex dump -l says

    -l LANGS, --langs LANGS
                        comma-separated list of language codes to load,
                        'none', or 'all' (default: en)

However, the values 'none' and 'all' don't work (they are treated as
language names) and the default is to dump all languages, not just
English.

So `dump -l all` actually dumps no text at all because there is no
language called 'all'.

This is about to cause trouble for Travis CI because the next commit
will start checking that load/dump successfully round-trips... which
definitely isn't the case right now because the dump is missing
all text from translated tables.

The dump command and its documentation should definitely be fixed at
some point, but for now just stop using -l.
2020-03-04 16:19:29 -08:00
Andrew Ekstedt a166502b45 Load/dump dance
Fixes the order of encounter_condition_value_map.csv after PR #289.
2020-03-04 16:19:29 -08:00
Andrew Ekstedt 51957b9b37 Travis CI: fix some config warnings
`sudo: false` used to be the way to opt in to their container-based
infrastructure. That system was retired in 2018 and so the `sudo` option
no longer does anything. Remove it.

Travi CI supports multiple OSes now. Add `os: linux` to be explicit
about which OS we want to test on.
2020-03-04 15:27:38 -08:00
Andrew Ekstedt a0b47add63
Update Spanish translations (#271) 2020-03-04 15:24:28 -08:00
Andrew Ekstedt 9c25b268eb
Update README and improve docker support (#294)
* improve python 3, docker support and README

- fix support for python 3.7
- simplify docker support
- update readme
- remove obsolete item-questions file
2020-03-04 15:07:03 -08:00
Andrew Ekstedt 722a4664dd
Generation 2 (GSC) encounters (#289)
Source: https://www.pokebip.com/page/jeuxvideo/dossier_shasse/encounter_slot

This covers the following encounter methods: Walking, Fishing (3 rods), Surf and Rock Smash
2020-03-04 14:52:07 -08:00
Andrew Ekstedt 9c1d1828c9 Re-rip Gen III contest effects
Gen III contest effects were part of the initial data import from brown
veekun and so have probably never gotten a proper rip.

This commit re-rips contest effect stats, types, combos, and the mapping
between contest effects and moves.

None of the stats changed (jam & appeal); a few moves got assigned
different contest effects (specifically: smokescreen, flash, spite, and
shadow ball); and several combos changed.

For example, Hail was listed as comboing into the following moves
(this is also what Bulbapedia says):

    Ice Beam, Blizzard, Aurora Beam, Haze, Powder Snow, Icy Wind,
    Ice Ball, Weather Ball, Sheer Cold, Icicle Spear

However, the actual list is much shorter:

    Blizzard, Powder Snow, Weather Ball

I verified on my Ruby cart that Hail->Ice Beam and Hail->Icy Wind are
not real combos, and that Hail->Blizzard is.

n.b. There are a bunch of unused contest effects in the game: out of 48
effects, 15 are not used by any move. The pokedex doesn't currently
include these. I elected not to add them, partly because i didn't want
to have to rip flavor text for them, but mostly because if i were going
to go that route i would probably reassign contest_effects.id to match
their internal ids, which would have made for uglier diffs.

Fixes #280
2020-03-01 23:25:49 -08:00
KidsDontPlay cc2ad50752
Fix typo in German name for Physical damage class (#283) 2020-03-01 22:53:02 -08:00
Andrew Ekstedt 0232456433 Load/dump dance
Fixes some out-of-order rows in pokemon_dex_numbers.csv that were
introduced by PR #269 (f8e7637e9).
2020-02-29 20:02:08 -08:00
Andrew Ekstedt 7d5fbaec87 Fix some more issues in German ability effect text
- link to nonexistant `[]{move:shield}` in Color Change (changed to protect)
- invalid syntax `[move:sandstorm]` in Primordial Sea
- invalid syntax `[move:sandstorm]` in Desolate Land
- invalid syntax `[move:sandstorm]` in Delta Stream

Found by test_markdown_values, which is not run by default because it is
slow. It can be run manually with

    py.test pokedex/tests/test_strings.py --all
2020-01-23 12:47:01 -08:00
Andrew Ekstedt e78f7cbe84 Fix markdown syntax in Flower Veil's German effect text 2020-01-23 12:05:36 -08:00
Alessandro Pezzè 049fa1437b Fix markdown syntax in Cheek Pouch's German effect text (#290) 2020-01-22 19:12:40 -08:00
Andrew Ekstedt 03974e6f22 Travis CI: test Python 3.6 and 3.7 2019-11-15 22:35:12 -08:00
Andrew Ekstedt 8dfbd58688 Regenerate order columns
Updates #282
2019-11-15 22:13:33 -08:00
Andrew Ekstedt 852a4ad06a Fix form_order for arceus-unknown and pikachu-*-cap
Pikachu's Cap forms and Cosplay forms had overlapping orders because i
forgot about Cosplay Pikachu when i set the form_order for the cap
forms.

??? Arceus had form_order=3 so it would go after all the other forms,
which had form_order=2. These were assigned distinct form_orders 2
through 17 at some point during a recent dump, but ??? Arceus was
missed.

Fixes #282
2019-11-15 22:01:12 -08:00
Zroxos 3c550f1425 Add evolution method to Crabrawler (#276)
Added missing `location_id` for Crabrawler. It now references the "Mount Lanakila" row in the `locations` table.

Updates #248
2019-07-21 22:42:19 -07:00
h82258652 087237c9ef Fix US/UM chinese pokemon names (#275)
The Chinese names for some of the pokemon added in US/UM (805-807) seem to have gotten corrupted somehow.
2019-07-21 22:41:02 -07:00
naooooooo99999 310d104533 Fixed the spelling of japanese Generation I. (#267) 2019-07-16 23:26:54 -07:00
ymin1103 ce783fba03 Add Korean translations and missing version names (#266)
This commit adds Korean translations for egg groups, generations, languages, regions, stats, and version names. Also the ??? and shadow types. 

It also fills in some missing foreign version names for S/M and US/UM (from Bulbapedia).
2019-07-16 23:18:02 -07:00
kampfmoehre 10f024a80c Add german ability translations (#181)
Adds german translations for ability description prose and ability
changelog prose. I tried to stay in the same style for all translations.
2019-07-16 22:39:18 -07:00
Andrew Ekstedt ad429ab128 Fix Roserade's Central Kalos dex number and add tests
Roserade and Roselia were mistakenly sharing dex number 72. Presumably
an error from the original X/Y spreadsheet. I guess we never reripped
these after 3DS rom dumping became possible.

Regardless of how it happened, add a test and some database constraints
to ensure that it doesn't happen again.

- Add a test for gaps in pokedex numbers

- Add uniqueness constraints to pokemon_dex_numbers.  A species can
  only appear once per pokedex, and a number cannot be used more than
  once per pokedex.
2019-07-16 18:12:58 -07:00
Tim Goudriaan f8e7637e9e Add S/M and US/UM pokedex numbers (#269)
Adds pokedex numbers for the Alola dex and all four island dexes, both original and updated.

Data courtesy of Bulbapedia.

Fixes #217.
2019-07-16 17:52:01 -07:00
Kip Yin 11f972f817 Catch StopIteration explicitly in group_by_object generator (#264)
Python 3.7 changed the behaviour of generators so that a StopIteration exception which bubbles up inside a generator is transformed into a RuntimeException. This means that when calling next() inside a generator, we have to explicitly catch the StopIteration and exit the function instead of relying on it to implicitly stop the generator. Otherwise the program will crash. Sigh.

For more information, see PEP 479.

https://www.python.org/dev/peps/pep-0479/
https://stackoverflow.com/questions/51700960/runtimeerror-generator-raised-stopiteration-every-time-i-try-to-run-app/51701040#51701040
2019-07-15 13:23:37 -07:00
Kip Yin c63b6522bf Limit `construct` version to 2.5.3
This project uses `construct` 2.5 and lower, and the latest `construct` version (2.9)
is incompatible with 2.5.

Resolves #265
2019-07-15 13:04:05 -07:00
Andrew Ekstedt 39cecc2f4d Pin markdown version to avoid deprecation warnings
Will fix later. (#257)
2019-07-12 19:40:56 -07:00
Andrew Ekstedt db824220d0
Merge pull request #238 from jrubinator/record-gift-pokemon
Record gift pokemon
2019-07-12 19:40:29 -07:00
Andrew Ekstedt b6dfbbcd58 gift-pokemon: rerun script
This removes a few location areas that are no longer needed now that
we've dropped fossil pokemon.
2019-07-12 19:14:59 -07:00
Andrew Ekstedt 8161bd84e4 gift-pokemon: fix Cosplay Pikachu and Sinnoh starter gift locations
Cosplay Pikachu was listed as being encountered in contest-hall, but
that's a Sinnoh location. In OR/AS, the contest halls are not a
first-class location but rather just treated as part of the town or city
they are in. Cosplay Pikachu is given to the player after they
participate in their first contest, so its location can be any of the
four cities with a contest hall.

The Sinnoh starter that the player obtains in OR/AS is on Hoenn Route
101, not Sinnoh Route 201 (probably a copy/paste error).

Add a test to make sure that encounter regions always match the
region(s) that their game takes place in.
2019-07-12 18:48:07 -07:00
Andrew Ekstedt 2fefb9176b Fix documentation for Language.iso639 and iso3166
ISO 639 is the language code and ISO 3166 is the country code, not the
other way around.
2019-07-01 21:33:06 -07:00
Luccas Robert ef6c588fc6 Add pt-BR to the languages table (#273, #274) 2019-07-01 21:30:33 -07:00
Andrew Ekstedt 53e0fc0085 gift-encounters: fix Yellow gift pokemon
They were being interpreted as being in Y instead.
2018-11-03 17:19:19 -07:00
Seth Taron 18925edcd3 Add Japanese generation names, and fix Gen VII
Add Japanese translations of the generation names, thanks to @SethETaron. I think this marks our first unofficial Japanese translation. 🎉

Also, fix some issues with Gen VII:

* generation names were missing for every language
* the identifier was incorrect — it was sun-moon instead of generation-vii

Fixes #250, #251, and #252.
2018-10-27 21:29:23 -07:00
Andrew Ekstedt 14bcc8f2bf Rerun gift encounters script 2018-10-27 15:19:59 -07:00
Andrew Ekstedt ada0e9c545 Set rarity for gift encounter slots 2018-10-27 15:19:59 -07:00
Andrew Ekstedt 6fd43b097c Exclude fossil pokemon for now
Fossil pokémon don't fit with the rest of the gift pokemon: rather than
being given a pokémon directly, you get an item which can be exchanged
for a pokémon somewhere else ("revived"). To handle them properly we'd
have to add an item location table. I don't want to figure that out
right now, so just ignore the fossils for now.
2018-10-27 15:19:59 -07:00
Jonathan Rubin 4155bc4459 gift pokemon CSV updates - 3rd time is the charm
use `pokedex dump` to apply CSV changes
2018-10-06 14:38:06 -04:00
Andrew Ekstedt 1d3dd33cbb Sigh, fix Python 3 syntax
Python 3 doesn't allow the ur'' prefix for raw unicode strings.
We want a unicode string here so that we get a unicode regexp,
so drop the r and do the escaping explicitly (the regexp in question
is pretty simple, fortunately).
2018-09-29 11:56:40 -07:00
Andrew Ekstedt 9a8918135f Region-prefix some locations identifiers, and add a test
Unova Routes 19-23 were added in B/W 2 and i forgot to prefix them when
we added the locations. Kalos Victory Road used to have a prefix but it
got dropped when i re-ripped X/Y locations. Kalos Pokemon League gets a
prefix too, since both Sinnoh and Alola also have Pokemon Leagues.

Add a test to ensure that we don't forget again in the future.
2018-09-29 11:35:13 -07:00
Andrew Ekstedt 59fd27c574 Require location identifiers to be unique.
Also require location area identifiers to be unique to their location.

I almost added a duplicate pokemon-league location when adding S/M
locations. This should help.
2018-09-29 10:53:18 -07:00
Andrew Ekstedt e6b64b8c5a Relax test for nullability of translation columns
The previous commit added a nullable subtitle field to location_names.
This caused a test in test_schema.py to fail because the name field
wasn't also nullable.

A comment above the test says, "If there's more than one text column in a
translation table they have to be nullable, to support missing
translations", but i don't think that logic holds in this case.

The idea is that we might have a translation for the subtitle, but not
the name, or vice versa, so both need to be nullable in case one or the
other is missing. But in this particular case that doesn't make sense:
if you don't have a name, you don't have a location; it may or may not
have a subtitle, but a location will always have a name.

Therefore, add an exception to the test.
2018-09-29 10:12:10 -07:00
Jonathan Rubin 10db4d9d23 gift-pokemon: Rerun with changes
Using the following steps:
* Unroll the previous commit with bulk CSV changes (b7500e92f0)
* remove and re-initialize the database
* follow the steps in that commit
* Only select location_area_prose in English
    (there's a bunch of czech translations tracked separately in pokedex/data/csv/translations/cs.csv)
2018-09-22 21:45:34 -04:00
Jonathan Rubin 305d4f5d0e gift-pokemon: Quoting on location_area_prose
This change implies no functionality, but it was easiest to just
make it - sqlite insists on quoting spaces, though it's not needed.

Not rolling it back, since theoretically someone could run into the
same thing again in the future.
2018-09-22 21:38:39 -04:00
Jonathan Rubin 203b903999 gift-pokemon: Add encounter_method_prose 2018-09-22 13:27:39 -04:00
Jonathan Rubin 5e8ec47256 gift-pokemon: Add new location_area_prose entries 2018-09-22 13:20:51 -04:00
Jonathan Rubin 618aa0064b gift-pokemon: separate gift-egg method
This allows us to indicate eggs by the method,
rather than by the level
(which will now merely reflect the hatch level in that generation)
2018-09-19 13:58:25 -04:00
Jonathan Rubin b7500e92f0 gift-pokemon: CSV file updates
From sqlite:
.headers on
.mode csv
.output $filename
select * from $table
Then remove all the dumb carriage returns in vim
2018-09-19 13:58:25 -04:00
Jonathan Rubin 8694c8464a gift-pokemon: Document empty encounter_slots
I'm going to record gift-pokemon as having no encounter slot, which I
believe is correct by-and-large (since you always get the same mon).

There are a few randomized gift pokemon which do have some type
of encounter slot (eg. Crystal's Odd Egg). Those aren't tracked (yet).
2018-09-19 13:58:25 -04:00
Jonathan Rubin 61dfeed80f gift-pokemon: Gen VI 2018-09-19 13:58:25 -04:00
Jonathan Rubin 1846fec958 gift-pokemon: Generation V 2018-09-19 13:58:07 -04:00
Jonathan Rubin 7dcd72801c gift-pokemon: Generation IV 2018-09-19 13:58:07 -04:00
Jonathan Rubin 17c71e6240 gift-pokemon: Gen III
Both the new and the reboots
2018-09-19 13:58:07 -04:00
Jonathan Rubin 0f10d9a88a gift-pokemon: Gold, Silver, Crystal 2018-09-19 13:58:07 -04:00
Jonathan Rubin d84c24fe6b gift-pokemon: Record red/blue/yellow pkmn 2018-09-19 13:58:07 -04:00
Jonathan Rubin 731cd771d4 gift-pokemon: Add gift encounter method 2018-09-19 13:58:07 -04:00
Andrew Ekstedt 083e43bb93 Add S/M locations
This commit adds Sun & Moon location names from the text dump, for all
official languages: the usual ja, en, fr, it, de, es, ko, and now
zh-Hans (simplified Chinese) and zh-Hant (traditional Chinese).

Fixes #230
Updates #198
2018-09-15 20:01:08 -07:00
Andrew Ekstedt 6d4d129c84 Add subtitle field to Location
Starting in Gen VI, locations have been able to have an optional
subtitle. In-game, the subtitle is displayed on a second line under the
main name.

In X/Y this is used to give some locations an alternate,
flavorful name; for example, Kalos Route 2 is also known as Avance
Trail. In S/M this is mainly used to divide some large locations like
Hau'oli City into separate sections: e.g., the Beachfront, the Shopping
District, and the Marina.

This commit just adds the column; there are no data changes.

I suppose we'll need to go back and re-rip X/Y location names now.
2018-09-15 20:01:08 -07:00
Andrew Ekstedt f2d03da177 Add OR/AS locations
This commit adds OR/AS location names from the text dump, for all
official languages (ja, en, fr, it, de, ko).

It also updates the names of any pre-existing locations from R/S/E to
use the names from OR/AS. Mostly this only affects the French
translations, which i think were added manually.

"Inside of Truck" was renamed to "???" in all languages, which is dumb,
but whatever.

"Team Magma Hideout" is in fact a different location from the
already-existing "Magma Hideout" - Magma Hideout was from Emerald and
resided in Jagged Pass, while Team Aqua Hideout and Team Magma Hideout
are located outside Lilycove City.

Kalos locations are untouched. I assume they didn't change, but didn't
verify this.

Updates #141
2018-09-15 14:56:53 -07:00
thechief389 f413bf82f0 Fix error when no arguments are specified (#240)
Also, introduce a metavar for the command subparser, since it's currently a bit verbose.
2018-08-22 23:34:27 -07:00
skylar d17a772b4f Resolve some Python 3 encoding issues on Windows (#244)
When you open a file in Python 3, it defaults to using the system charset to encode the file, which is typically UTF-8 on linux systems (good) but Windows-1251 on Windows (bad).

We need to add explicit encoding=utf-8 arguments to open() calls when we open CSV files for reading or writing. To complicate matters, the csv module works only with byte strings in Python 2, and only with unicode strings in Python 3, so we can't just blindly use `io.open` everywhere.
2018-08-22 23:01:58 -07:00
Andrew Ekstedt 51af10b995 Travis CI: test pokedex dump 2018-08-22 21:47:32 -07:00
Andrew Ekstedt ffb0638ef5 Unbreak SaveFilePokemon slightly
The schema has changed a little in the past, uh, seven years.

Works well enough to parse and display one of my pokemon in the gts
plugin.

Updates veekun/spline-pokedex#72
2018-06-26 23:53:59 -07:00
Dan Keenan 57915f656b Fix TMs 93-100 refer to the wrong item in OR/AS
Fixes #206
2018-04-24 23:02:17 -07:00
Andrew Ekstedt 0c61702213 pass an explicit bind to table.create()
This isn't really necessary, since pokedex.db.connect sets
metadata.bind, but it's better to be explicit.
2018-03-30 15:07:10 -07:00
Andrew Ekstedt 417bd1afa2 fix pypy build
PyPy (>= 3.6) was consistently erroring out during `pokedex load`,
with the error

    OperationalError: (_sqlite3.OperationalError) cannot commit transaction - SQL statements in progress (Background on this error at: http://sqlalche.me/e/e3q8)

It turns out PyPy was not garbage collecting something, causing a
database cursor to be left open. See the giant comment block for
details.
2018-03-30 15:06:34 -07:00
Andrew Ekstedt 56cf0fd29d Squash a bunch of "non-unicode bind param" warnings 2018-03-30 12:14:55 -07:00
Andrew Ekstedt e1bbe78b72 fix test suite under SQLAlchemy 1.2.x
* SQLAlchemy 1.0 introduced "baked queries" - a way to construct Query
 objects so that they can be cached and reused.

 * SQLAlchemy 1.2 changed lazyloaded columns to use baked queries under the
 hood.

 * Our MultilangQuery class attempts to set _default_language_id right
 before the query is executed by overriding the __iter__ method.

 * Baked queries bypass the __iter__ method and call a lower-level
 method, _execute_and_instances, directly.

 * This caused problems where _default_language_id wouldn't get set
 correctly on lazyloaded columns.

 * To fix, make MultilangQuery override the _execute_and_instances
 method instead of __iter__.

 * This is really just a stopgap: the root cause is that query params
 are not preserved across lazyloads.

Tested with SQLAlchemy 0.9.7, 1.1.18, and 1.2.5.

Updates #236.
2018-03-30 12:01:21 -07:00
Eevee (Lexy Munroe) 5f15698876 Update README now that Sun and Moon are, ah, done-ish 2017-11-27 10:44:48 -08:00
Eevee (Lexy Munroe) a6b7b426c2 Remove some extraneous form names that broke lookup 2017-11-27 09:58:23 -08:00
Eevee (Lexy Munroe) 74e22520db Update Pokémon order 2017-11-25 14:11:46 -08:00
Eevee (Lexy Munroe) 1c982d748f Fix crash when looking up Salazzle 2017-11-25 14:07:25 -08:00
Eevee (Lexy Munroe) 591be9ab8b Populate pokemon_form_generations for USUM 2017-11-25 13:28:36 -08:00
Eevee (Lexy Munroe) 82679b70ea Add Pokémon form names and a couple minor tidbits 2017-11-25 12:07:12 -08:00
Eevee (Lexy Munroe) 45f43231e3 Add Ultra Sun/Ultra Moon data, more or less 2017-11-25 11:30:23 -08:00
116 changed files with 411444 additions and 17837 deletions

5
.dockerignore Normal file
View File

@ -0,0 +1,5 @@
.git
.idea
*.sqlite
*.log
site-packages

38
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,38 @@
# For more information see: https://docs.github.com/en/actions/guides/building-and-testing-python
name: Build and test
on:
push:
branches: '**'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.7, 3.9, pypy3]
# don't cancel every other job if one fails
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest wheel
pip install -e .
- name: Set up pokedex
run: pokedex setup -v
- name: Test with pytest
run: pytest
- name: Dump database and check for differences
run: |
pokedex dump
git --no-pager diff --exit-code pokedex/data/csv/

3
.gitignore vendored
View File

@ -14,6 +14,9 @@ pip-selfcheck.json
!/bin/edit-csv-as-yaml
!/bin/poupdate
!/bin/reset-postgresql-sequences
!/bin/docker-pokedex
/local
/lib
/include
.idea

View File

@ -1,12 +1,17 @@
os: linux
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install: pip install -e .
before_script: pokedex setup -v
script: py.test
sudo: false
script:
- py.test
- pokedex dump
- git --no-pager diff --exit-code pokedex/data/csv/

View File

@ -1,23 +1,13 @@
FROM python:2.7-slim
ARG PYTHON_VERSION=${PYTHON_VERSION:-"3.7-slim"}
FROM python:${PYTHON_VERSION}
RUN echo "Upgrading distro..." && \
apt-get update > /dev/null && \
apt-get upgrade -y > /dev/null && \
echo "Installing dependencies..." && \
apt-get install -y git python-distribute > /dev/null && \
pip install --no-cache-dir virtualenv psycopg2 pymysql > /dev/null && \
echo "Optimizing space..." && \
apt-get remove --purge -y software-properties-common > /dev/null && \
apt-get autoremove -y > /dev/null && \
apt-get clean > /dev/null && \
apt-get autoclean > /dev/null && \
echo -n > /var/lib/apt/extended_states && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /usr/share/man/?? && \
rm -rf /usr/share/man/??_*
ADD ./ /app/
COPY ./docker-entrypoint.sh /docker-entrypoint
RUN chmod +x /docker-entrypoint
WORKDIR /app
ENTRYPOINT ["/docker-entrypoint"]
RUN echo "Setting up project..." && \
pip install -e . && \
echo "DONE"
ENTRYPOINT ["pokedex"]
CMD ["status"]

View File

@ -1,35 +1,101 @@
# pokedex
This is a Python library slash pile of data containing a whole lot of data scraped from Pokémon games. It's the primary guts of [veekun](https://veekun.com/).
This is a Python library slash pile of data containing a whole lot of data scraped from Pokémon games.
It's the primary guts of [veekun](https://veekun.com/).
## Current status
The project is not _dead_, but it is _languishing_. It's currently being maintained by only a single person ([eevee](https://eev.ee/)), who is also preoccupied with a lot of other things. It needs a lot of TLC to modernize it and fix a lot of rough edges, but updating it for newly-released games is even more urgent, and that's not happening very quickly either.
The project is not _dead_, but it is _languishing_.
It's currently being maintained by only its creator ([eevee](https://eev.ee/)) and a couple of other contributors,
who are also occupied with a lot of other things.
I started on an experiment with switching to YAML for data storage some time ago, for a variety of reasons. Then new games came out and interrupted me. I knew that if I didn't commit to the YAML thing then it would never get finished and I'd just grow to resent this project, so for Sun and Moon, I'm dumping to YAML _first_ and then loading that into the old database. I'm also writing all the extraction code from scratch, since historically our process for new games has involved dozens of little ad-hoc programs we keep losing and a lot of manual effort.
The project needs to be modernized and to have a lot of rough edges fixed that would also make it easier
to maintain for the games and generations to come.
That means the YAML project is finally starting to show some promise, but it's taking me forever to actually get Sun and Moon data on the site.
### Status of the YAML migration
On the other hand, if I can get this going, the results could be _fantastic_:
**Update from 2017-06-18**
- The data will include everything from older games, so you don't have to guess! Also, the site will handle older games correctly, probably!
- Many more filtering and searching tools on veekun, since I won't have to fight SQL to write them!
- More interesting data we've never had before, like trainer teams and overworld items! And models? Maps, even? Who knows, but working on this stuff should be easier with all this existing code in place!
@eevee started on an experiment with switching to YAML for data storage some time ago, for a variety of reasons.
It's finally starting to show some promise — all of gen 7 was dumped to a YAML format, then loaded into the database
from there — but it'll take a lot more work to get this usable. The intended _upsides_ are:
- The data will include everything from older games, so you don't have to guess!
Also, the veekun site will handle older games correctly, probably!
- Many more filtering and searching tools on veekun, since we won't have to fight SQL to write them!
- More interesting data we've never had before, like trainer teams and overworld items!
And models? Maps, even? Who knows, but working on this stuff should be easier with all this existing code in place!
- A project that's actually documented and not confusing as hell to use!
- A useful command line interface that doesn't require weird setup steps!
So please be patient. :)
If you're interested in this work, hearing about that would be some great motivation!
In the meantime, veekun will look a bit stagnant.
We can't dedicate huge amounts of time to it, either, so this may take a while, if it ever gets done at all.
Sorry.
### How can I help?
## How can I help?
I don't know! Not many people have the right combination of skills and interests to work on this. I guess you could pledge to my [Patreon](https://www.patreon.com/eevee) as some gentle encouragement. :)
I don't know! Not many people have the right combination of skills and interests to work on this.
I guess you could pledge to my [Patreon](https://www.patreon.com/eevee) as some gentle encouragement. :)
If you are a developer, you can of course also contribute to the development of this project via Pull Requests.
## Copyright and whatnot
### About editing CSV files
The software is licensed under the MIT license. See the `LICENSE` file for full copyright and license text. The short version is that you can do what you like with the code, as long as you say where you got it.
Fixing CSV data inconsistency or errors and putting that into a Pull Request it's also appreciated.
This repository includes data extracted from the Pokémon series of video games. All of it is the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks. The author believes that the use of this intellectual property for a fan reference is covered by fair use — the use is inherently educational, and the software would be severely impaired without the copyrighted material.
Even though, whilst for every new game that we integrate here the initial big dump of data comes directly from
the disassembled game files and scripts that parse their data, there is still some data that needs to be fixed or
introduced manually.
Pull Requests with manually-written modifications to the CSV files introducing data of new games without a trustful
data source will be discarded.
As mentioned, for new games we always try to automate this process with scripts that parse the disassembled game's data
data into CSV, excepting whenever we have to fix some data inconsistency or error.
Raw data can also sometimes come from external data miners, which have disassembled the game content and dumped all the
information into human-readable text files.
## Using the pokedex CLI
A guide is available under the project's [Wiki](https://github.com/veekun/pokedex/wiki).
### Docker support
If you want to use the CLI but you don't want to install all python requirements yourself locally in your
computer, you can use [Docker](https://www.docker.com/) and the provided Dockerfile will do everything for you.
You only need to clone this project, and under the project directory, use the docker helper script to run
any pokedex CLI command:
**Examples**:
Generating the SQLite database from the CSV files:
```bash
bin/docker-pokedex setup -v
```
Dumping the SQLite database back into the CSV files:
```bash
bin/docker-pokedex dump -l all
```
You also have a special command to re-build the docker image (e.g. after editing files):
```bash
bin/docker-pokedex rebuild
```
## License and Copyright
The software is licensed under the MIT license. See the [`LICENSE`](LICENSE) file for full copyright and license text.
The short version is that you can do what you like with the code, as long as you say where you got it.
This repository includes data extracted from the Pokémon series of video games.
All of it is the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various
copyrights and trademarks. The author believes that the use of this intellectual property for a fan reference is
covered by fair use — the use is inherently educational, and the software would be severely impaired without the
copyrighted material.
That said, any use of this library and its included data is **at your own legal risk**.

20
bin/docker-pokedex Executable file
View File

@ -0,0 +1,20 @@
#!/usr/bin/env bash
curr_dir="$(pwd)"
log_file="${curr_dir}/bin/docker-pokedex.log"
if [[ "${1}" = "rebuild" ]] || [[ ! -f "${log_file}" ]]; then
docker build --rm -t veekun/pokedex ${curr_dir}
echo "$(date)" >> "${log_file}"
if [[ "${1}" = "rebuild" ]]; then
echo "Docker container rebuilt"
exit
fi;
fi
docker run -it --rm \
-e TERM=xterm-256color \
--name "pokedex-$(date +%Y%m%d-%H%M%S)" \
--mount type=bind,source="${curr_dir}/pokedex/data",target=/app/pokedex/data \
veekun/pokedex "${@}"

View File

@ -21,6 +21,9 @@ def pytest_runtest_setup(item):
if 'slow' in item.keywords and not item.config.getvalue('all'):
pytest.skip("skipping slow tests")
def pytest_configure(config):
config.addinivalue_line("markers", "slow: marks tests as slow (require --all to run)")
@pytest.fixture(scope="module")
def session(request):
import pokedex.db

View File

@ -1,6 +0,0 @@
version: '3'
services:
pokedex:
build: ./
volumes:
- ./:/project

View File

@ -1,21 +0,0 @@
#!/usr/bin/env bash
set -e
POKEDEX_DIR=${POKEDEX_DIR:-"/project"}
cd ${POKEDEX_DIR}
if [ ! -f "${POKEDEX_DIR}/bin/python" ] || [ ! -f "${POKEDEX_DIR}/bin/pokedex" ] ; then
echo "Building the bin/pokedex executable ..."
virtualenv $POKEDEX_DIR --python=python2
bin/python setup.py develop
fi
case "$1" in
"") bin/pokedex help
;;
"exec") exec ${@:2}
;;
*) bin/pokedex $@
;;
esac

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
docker-compose run --rm pokedex "$@"

View File

@ -1,18 +0,0 @@
QUESTIONS ABOUT ITEMS
- I think: key items are uncountable. everything else is countable. an item can be held iff it is countable.
- how long do
- check bp for ultimate held item ref or something
- I need a better way to represent NPC interactions in different games
- how much does growth mulch accelerate soil drying? how much does damp mulch slow it?
- does lum berry cure confusion?
- how does sweet heart work? it seems a guy in mistralton will trade some for heart scales?
- kind of guessing about the * urge items
CHANGES SINCE R/S
- 4 shoal salt + 4 shoal shells, traded to a guy in Shoal Cave, make a Shell Bell
- white flute increased encounter rate by 50%, not 100%
- shards can be traded for the respective stones
UP TO 67

View File

@ -231,6 +231,41 @@ id,identifier,generation_id,is_main_series
230,full-metal-body,7,1
231,shadow-shield,7,1
232,prism-armor,7,1
233,neuroforce,7,1
234,intrepid-sword,8,1
235,dauntless-shield,8,1
236,libero,8,1
237,ball-fetch,8,1
238,cotton-down,8,1
239,propeller-tail,8,1
240,mirror-armor,8,1
241,gulp-missile,8,1
242,stalwart,8,1
243,steam-engine,8,1
244,punk-rock,8,1
245,sand-spit,8,1
246,ice-scales,8,1
247,ripen,8,1
248,ice-face,8,1
249,power-spot,8,1
250,mimicry,8,1
251,screen-cleaner,8,1
252,steely-spirit,8,1
253,perish-body,8,1
254,wandering-spirit,8,1
255,gorilla-tactics,8,1
256,neutralizing-gas,8,1
257,pastel-veil,8,1
258,hunger-switch,8,1
259,quick-draw,8,1
260,unseen-fist,8,1
261,curious-medicine,8,1
262,transistor,8,1
263,dragons-maw,8,1
264,chilling-neigh,8,1
265,grim-neigh,8,1
266,as-one-glastrier,8,1
267,as-one-spectrier,8,1
10001,mountaineer,5,0
10002,wave-rider,5,0
10003,skater,5,0

1 id identifier generation_id is_main_series
231 230 full-metal-body 7 1
232 231 shadow-shield 7 1
233 232 prism-armor 7 1
234 233 neuroforce 7 1
235 234 intrepid-sword 8 1
236 235 dauntless-shield 8 1
237 236 libero 8 1
238 237 ball-fetch 8 1
239 238 cotton-down 8 1
240 239 propeller-tail 8 1
241 240 mirror-armor 8 1
242 241 gulp-missile 8 1
243 242 stalwart 8 1
244 243 steam-engine 8 1
245 244 punk-rock 8 1
246 245 sand-spit 8 1
247 246 ice-scales 8 1
248 247 ripen 8 1
249 248 ice-face 8 1
250 249 power-spot 8 1
251 250 mimicry 8 1
252 251 screen-cleaner 8 1
253 252 steely-spirit 8 1
254 253 perish-body 8 1
255 254 wandering-spirit 8 1
256 255 gorilla-tactics 8 1
257 256 neutralizing-gas 8 1
258 257 pastel-veil 8 1
259 258 hunger-switch 8 1
260 259 quick-draw 8 1
261 260 unseen-fist 8 1
262 261 curious-medicine 8 1
263 262 transistor 8 1
264 263 dragons-maw 8 1
265 264 chilling-neigh 8 1
266 265 grim-neigh 8 1
267 266 as-one-glastrier 8 1
268 267 as-one-spectrier 8 1
269 10001 mountaineer 5 0
270 10002 wave-rider 5 0
271 10003 skater 5 0

View File

@ -1,53 +1,105 @@
ability_changelog_id,local_language_id,effect
1,6,Hat im Kampf keinen Effekt.
1,9,Has no effect in battle.
2,6,Verhindert keine regulären K.O. bei vollen []{mechanic:hp}.
2,9,Does not prevent regular KOs from full [HP]{mechanic:hp}.
3,6,Hat außerhalb vom Kampf keinen Effekt.
3,9,Has no overworld effect.
4,6,"[]{type:electric}-Attacken die keinen Schaden anrichten, wie []{move:thunder-wave}, werden nicht absorbiert."
4,9,"Does not absorb non-damaging []{type:electric} moves, i.e. []{move:thunder-wave}."
5,6,Löst bei Attacken die mehrmals Treffen bei jedem Treffer aus.
5,9,Triggers on every hit of multiple-hit moves.
6,6,[]{move:will-o-wisp} triggert die Fähigkeit nicht bei Pokémon die immun gegen []{mechanic:burn} sind.
6,9,[]{move:will-o-wisp} does not trigger this ability for Pokémon immune to [burns]{mechanic:burn}.
7,6,Hat außerhalb vom Kampf keinen Effekt.
7,9,Has no overworld effect.
8,6,Hat außerhalb vom Kampf keinen Effekt.
8,9,Has no overworld effect.
9,6,"Hat keinen Effekt, wenn die Fähigkeit nach Kampfbeginn erlangt wurde."
9,9,Does not take effect if acquired after entering battle.
10,6,Betrifft andere Pokémon mit dieser Fähigkeit.
10,9,Affects other Pokémon with this ability.
11,6,Verursacht nur 1/16 der maximalen []{mechanic:hp} des Angreifers Schaden.
11,9,Inflicts only 1/16 of the attacker's maximum [HP]{mechanic:hp} in damage.
12,6,"[]{move:fire-fang} und Attacken die [typenlosen Schaden]{mechanic:typeless-damage} verursachen, ignorieren diese Fähigkeit unabhängig von ihrem Typ."
12,9,[]{move:fire-fang} and moves that inflict [typeless damage]{mechanic:typeless-damage} ignore this ability regardless of type.
13,6,Hat außerhalb vom Kampf keinen Effekt.
13,9,Has no overworld effect.
14,6,Kann das Wesen von Pokémon mit denen in der Spielwelt interagiert wird nicht verändern.
14,9,Cannot influence the natures of Pokémon encountered by interacting with them on the overworld.
15,6,Gibt schwere []{mechanic:poison} als normale []{mechanic:poison} zurück.
15,9,Passes back bad [poison]{mechanic:poison} as regular poison.
16,6,Hat außerhalb vom Kampf keinen Effekt.
16,9,Has no overworld effect.
17,6,"Betrifft keine []{type:electric}-Attacken die keinen Schaden anrichten, wie []{move:thunder-wave}. Erhöht die Anzahl an Trainer-Anrufen wenn irgendein Pokémon im Team diese Fähigkeit hat."
17,9,"Does not affect non-damaging []{type:electric} moves, i.e. []{move:thunder-wave}. Increases the frequency of Match Call calls on the overworld if any party Pokémon has this ability."
18,6,"Leitet []{type:electric}-Attacken um, ohne ihre Effekte zu deaktivieren oder einen []{mechanic:special-attack} Bonus zu gewähren. Leitet []{move:hidden-power} nicht um."
18,9,Redirects []{type:electric} moves without negating them or granting any [Special Attack]{mechanic:special-attack} boost. Does not redirect []{move:hidden-power}.
19,6,Hat außerhalb vom Kampf keinen Effekt.
19,9,Has no overworld effect.
20,6,Hat außerhalb vom Kampf keinen Effekt.
20,9,Has no overworld effect.
21,6,"Hindert []{move:heal-bell} daran, das Pokémon zu heilen, auch außerhalb vom Kampf."
21,9,"Prevents []{move:heal-bell} from curing the Pokémon, whether or not it is in battle."
22,6,Hat außerhalb vom Kampf keinen Effekt.
22,9,Has no overworld effect.
23,6,Betrifft keine Attacken von Teammitgliedern die alle anderen Pokémon als Ziel haben. Diese Fähigkeit wird im Kampf nicht angekündigt.
23,9,Does not affect friendly Pokémon's moves that target all other Pokémon. This ability's presence is not announced upon entering battle.
24,6,Hat außerhalb vom Kampf keinen Effekt.
24,9,Has no overworld effect.
25,6,Hat außerhalb vom Kampf keinen Effekt.
25,9,Has no overworld effect.
26,6,Hat außerhalb vom Kampf keinen Effekt.
26,9,Has no overworld effect.
27,6,"Verdoppelt den Radius in dem []{move:cut} Gras entfernt, wenn irgendein Pokémon im Team diese Fähigkeit hat."
27,9,Doubles []{move:cut}'s grass-cutting radius on the overworld if any party Pokémon has this ability.
28,6,Hat im Kampf keinen Effekt.
28,9,Has no effect in battle.
29,6,Hat außerhalb vom Kampf keinen Effekt.
29,9,Has no overworld effect.
30,6,Hat außerhalb vom Kampf keinen Effekt.
30,9,Has no overworld effect.
31,6,Hat außerhalb vom Kampf keinen Effekt.
31,9,Has no overworld effect.
32,6,Hat keinen Effekt während das Pokémon [schläft]{mechanic:sleep}.
32,9,Does not take effect during [sleep]{mechanic:sleep}.
33,6,Hat außerhalb vom Kampf keinen Effekt.
33,9,Has no overworld effect.
34,6,"Erhöht die Anzahl an Rufen die man außerhalb vom Kampf hört, wenn irgendein Pokémon im Team diese Fähigkeit hat."
34,9,Increases the frequency of cries heard on the overworld if any party Pokémon has this ability.
35,6,Hat außerhalb vom Kampf keinen Effekt.
35,9,Has no overworld effect.
36,6,Hat außerhalb vom Kampf keinen Effekt.
36,9,Has no overworld effect.
37,6,Hat außerhalb vom Kampf keinen Effekt.
37,9,Has no overworld effect.
38,6,[]{mechanic:poison} schadet dem Pokémon außerhalb vom Kampf.
38,9,[Poison]{mechanic:poison} still damages the Pokémon outside of battle.
39,6,"[]{mechanic:paralysis} hindert das Pokémon nicht daran sich zu bewegen, aber der []{mechanic:speed} Malus bleibt. []{mechanic:poison} schadet dem Pokémon außerhalb vom Kampf."
39,9,"[Paralysis]{mechanic:paralysis} cannot prevent the Pokémon from moving, though the [Speed]{mechanic:speed} cut is unaffected. [Poison]{mechanic:poison} still damages the Pokémon outside of battle."
40,6,Wegen eines Glitches haben Attacken die von dieser Fähigkeit beeinflusst sind eine (100 - Genauigkeit)% Chance durch den []{move:detect} oder []{move:protect} zu treffen.
40,9,"Due to a glitch, moves affected by this ability have a (100 - accuracy)% chance to hit through []{move:detect} or []{move:protect}."
41,6,[]{move:rest} funktioniert normal bei [starkem Sonnenlicht]{mechanic:strong-sunlight}.
41,9,[]{move:rest} works as usual during [strong sunlight]{mechanic:strong-sunlight}.
42,6,[]{move:fling} kann normal benutzt werden.
42,9,[]{move:fling} can be used as usual.
43,6,Leitet []{type:water}-Attacken um ohne den []{mechanic:special-attack} Bonus zu gewähren. Leitet []{move:hidden-power} nicht um.
43,9,Redirects []{type:water} moves without negating them or granting any [Special Attack]{mechanic:special-attack} boost. Does not redirect []{move:hidden-power}.
44,6,Kann []{ability:flower-gift} und []{ability:wonder-guard} kopieren.
44,9,Can copy []{ability:flower-gift} and []{ability:wonder-guard}.
45,6,Kann []{ability:forecast} und []{ability:trace} kopieren.
45,9,Can copy []{ability:forecast} and []{ability:trace}.
46,6,Funktioniert nur wenn es mit []{ability:minus} kombiniert wird.
46,9,Powers up only when paired with []{ability:minus}.
47,6,Funktioniert nur wenn es mit []{ability:plus} kombiniert wird.
47,9,Powers up only when paired with []{ability:plus}.
48,6,"Die Chance, dass der Effekt eintritt, beträgt 30%."
48,9,Chance of taking effect is 30%.
49,6,[]{move:triple-kick} wird nicht beeinflusst.
49,9,[]{move:triple-kick} is unaffected.
50,6,[]{move:struggle} wird nicht beeinflusst. []{move:helping-hand} und []{move:defense-curl} werden nicht beachtet.
50,9,[]{move:struggle} is unaffected. []{move:helping-hand} and []{move:defense-curl} are not taken into account.
51,6,Hat außerhalb vom Kampf keinen Effekt.
51,9,Has no overworld effect.
52,6,"Die Chance, dass der Effekt eintritt, beträgt 33%."
52,9,Chance of taking effect is 33%.

1 ability_changelog_id local_language_id effect
2 1 6 Hat im Kampf keinen Effekt.
3 1 9 Has no effect in battle.
4 2 6 Verhindert keine regulären K.O. bei vollen []{mechanic:hp}.
5 2 9 Does not prevent regular KOs from full [HP]{mechanic:hp}.
6 3 6 Hat außerhalb vom Kampf keinen Effekt.
7 3 9 Has no overworld effect.
8 4 6 []{type:electric}-Attacken die keinen Schaden anrichten, wie []{move:thunder-wave}, werden nicht absorbiert.
9 4 9 Does not absorb non-damaging []{type:electric} moves, i.e. []{move:thunder-wave}.
10 5 6 Löst bei Attacken die mehrmals Treffen bei jedem Treffer aus.
11 5 9 Triggers on every hit of multiple-hit moves.
12 6 6 []{move:will-o-wisp} triggert die Fähigkeit nicht bei Pokémon die immun gegen []{mechanic:burn} sind.
13 6 9 []{move:will-o-wisp} does not trigger this ability for Pokémon immune to [burns]{mechanic:burn}.
14 7 6 Hat außerhalb vom Kampf keinen Effekt.
15 7 9 Has no overworld effect.
16 8 6 Hat außerhalb vom Kampf keinen Effekt.
17 8 9 Has no overworld effect.
18 9 6 Hat keinen Effekt, wenn die Fähigkeit nach Kampfbeginn erlangt wurde.
19 9 9 Does not take effect if acquired after entering battle.
20 10 6 Betrifft andere Pokémon mit dieser Fähigkeit.
21 10 9 Affects other Pokémon with this ability.
22 11 6 Verursacht nur 1/16 der maximalen []{mechanic:hp} des Angreifers Schaden.
23 11 9 Inflicts only 1/16 of the attacker's maximum [HP]{mechanic:hp} in damage.
24 12 6 []{move:fire-fang} und Attacken die [typenlosen Schaden]{mechanic:typeless-damage} verursachen, ignorieren diese Fähigkeit unabhängig von ihrem Typ.
25 12 9 []{move:fire-fang} and moves that inflict [typeless damage]{mechanic:typeless-damage} ignore this ability regardless of type.
26 13 6 Hat außerhalb vom Kampf keinen Effekt.
27 13 9 Has no overworld effect.
28 14 6 Kann das Wesen von Pokémon mit denen in der Spielwelt interagiert wird nicht verändern.
29 14 9 Cannot influence the natures of Pokémon encountered by interacting with them on the overworld.
30 15 6 Gibt schwere []{mechanic:poison} als normale []{mechanic:poison} zurück.
31 15 9 Passes back bad [poison]{mechanic:poison} as regular poison.
32 16 6 Hat außerhalb vom Kampf keinen Effekt.
33 16 9 Has no overworld effect.
34 17 6 Betrifft keine []{type:electric}-Attacken die keinen Schaden anrichten, wie []{move:thunder-wave}. Erhöht die Anzahl an Trainer-Anrufen wenn irgendein Pokémon im Team diese Fähigkeit hat.
35 17 9 Does not affect non-damaging []{type:electric} moves, i.e. []{move:thunder-wave}. Increases the frequency of Match Call calls on the overworld if any party Pokémon has this ability.
36 18 6 Leitet []{type:electric}-Attacken um, ohne ihre Effekte zu deaktivieren oder einen []{mechanic:special-attack} Bonus zu gewähren. Leitet []{move:hidden-power} nicht um.
37 18 9 Redirects []{type:electric} moves without negating them or granting any [Special Attack]{mechanic:special-attack} boost. Does not redirect []{move:hidden-power}.
38 19 6 Hat außerhalb vom Kampf keinen Effekt.
39 19 9 Has no overworld effect.
40 20 6 Hat außerhalb vom Kampf keinen Effekt.
41 20 9 Has no overworld effect.
42 21 6 Hindert []{move:heal-bell} daran, das Pokémon zu heilen, auch außerhalb vom Kampf.
43 21 9 Prevents []{move:heal-bell} from curing the Pokémon, whether or not it is in battle.
44 22 6 Hat außerhalb vom Kampf keinen Effekt.
45 22 9 Has no overworld effect.
46 23 6 Betrifft keine Attacken von Teammitgliedern die alle anderen Pokémon als Ziel haben. Diese Fähigkeit wird im Kampf nicht angekündigt.
47 23 9 Does not affect friendly Pokémon's moves that target all other Pokémon. This ability's presence is not announced upon entering battle.
48 24 6 Hat außerhalb vom Kampf keinen Effekt.
49 24 9 Has no overworld effect.
50 25 6 Hat außerhalb vom Kampf keinen Effekt.
51 25 9 Has no overworld effect.
52 26 6 Hat außerhalb vom Kampf keinen Effekt.
53 26 9 Has no overworld effect.
54 27 6 Verdoppelt den Radius in dem []{move:cut} Gras entfernt, wenn irgendein Pokémon im Team diese Fähigkeit hat.
55 27 9 Doubles []{move:cut}'s grass-cutting radius on the overworld if any party Pokémon has this ability.
56 28 6 Hat im Kampf keinen Effekt.
57 28 9 Has no effect in battle.
58 29 6 Hat außerhalb vom Kampf keinen Effekt.
59 29 9 Has no overworld effect.
60 30 6 Hat außerhalb vom Kampf keinen Effekt.
61 30 9 Has no overworld effect.
62 31 6 Hat außerhalb vom Kampf keinen Effekt.
63 31 9 Has no overworld effect.
64 32 6 Hat keinen Effekt während das Pokémon [schläft]{mechanic:sleep}.
65 32 9 Does not take effect during [sleep]{mechanic:sleep}.
66 33 6 Hat außerhalb vom Kampf keinen Effekt.
67 33 9 Has no overworld effect.
68 34 6 Erhöht die Anzahl an Rufen die man außerhalb vom Kampf hört, wenn irgendein Pokémon im Team diese Fähigkeit hat.
69 34 9 Increases the frequency of cries heard on the overworld if any party Pokémon has this ability.
70 35 6 Hat außerhalb vom Kampf keinen Effekt.
71 35 9 Has no overworld effect.
72 36 6 Hat außerhalb vom Kampf keinen Effekt.
73 36 9 Has no overworld effect.
74 37 6 Hat außerhalb vom Kampf keinen Effekt.
75 37 9 Has no overworld effect.
76 38 6 []{mechanic:poison} schadet dem Pokémon außerhalb vom Kampf.
77 38 9 [Poison]{mechanic:poison} still damages the Pokémon outside of battle.
78 39 6 []{mechanic:paralysis} hindert das Pokémon nicht daran sich zu bewegen, aber der []{mechanic:speed} Malus bleibt. []{mechanic:poison} schadet dem Pokémon außerhalb vom Kampf.
79 39 9 [Paralysis]{mechanic:paralysis} cannot prevent the Pokémon from moving, though the [Speed]{mechanic:speed} cut is unaffected. [Poison]{mechanic:poison} still damages the Pokémon outside of battle.
80 40 6 Wegen eines Glitches haben Attacken die von dieser Fähigkeit beeinflusst sind eine (100 - Genauigkeit)% Chance durch den []{move:detect} oder []{move:protect} zu treffen.
81 40 9 Due to a glitch, moves affected by this ability have a (100 - accuracy)% chance to hit through []{move:detect} or []{move:protect}.
82 41 6 []{move:rest} funktioniert normal bei [starkem Sonnenlicht]{mechanic:strong-sunlight}.
83 41 9 []{move:rest} works as usual during [strong sunlight]{mechanic:strong-sunlight}.
84 42 6 []{move:fling} kann normal benutzt werden.
85 42 9 []{move:fling} can be used as usual.
86 43 6 Leitet []{type:water}-Attacken um ohne den []{mechanic:special-attack} Bonus zu gewähren. Leitet []{move:hidden-power} nicht um.
87 43 9 Redirects []{type:water} moves without negating them or granting any [Special Attack]{mechanic:special-attack} boost. Does not redirect []{move:hidden-power}.
88 44 6 Kann []{ability:flower-gift} und []{ability:wonder-guard} kopieren.
89 44 9 Can copy []{ability:flower-gift} and []{ability:wonder-guard}.
90 45 6 Kann []{ability:forecast} und []{ability:trace} kopieren.
91 45 9 Can copy []{ability:forecast} and []{ability:trace}.
92 46 6 Funktioniert nur wenn es mit []{ability:minus} kombiniert wird.
93 46 9 Powers up only when paired with []{ability:minus}.
94 47 6 Funktioniert nur wenn es mit []{ability:plus} kombiniert wird.
95 47 9 Powers up only when paired with []{ability:plus}.
96 48 6 Die Chance, dass der Effekt eintritt, beträgt 30%.
97 48 9 Chance of taking effect is 30%.
98 49 6 []{move:triple-kick} wird nicht beeinflusst.
99 49 9 []{move:triple-kick} is unaffected.
100 50 6 []{move:struggle} wird nicht beeinflusst. []{move:helping-hand} und []{move:defense-curl} werden nicht beachtet.
101 50 9 []{move:struggle} is unaffected. []{move:helping-hand} and []{move:defense-curl} are not taken into account.
102 51 6 Hat außerhalb vom Kampf keinen Effekt.
103 51 9 Has no overworld effect.
104 52 6 Die Chance, dass der Effekt eintritt, beträgt 33%.
105 52 9 Chance of taking effect is 33%.

File diff suppressed because it is too large Load Diff

View File

@ -92,7 +92,7 @@ ability_id,local_language_id,name
10,1,ちくでん
10,3,축전
10,4,蓄電
10,5,Absorb Volt
10,5,Absorbe-Volt
10,6,Voltabsorber
10,7,Absorbe Elec
10,8,Assorbivolt
@ -102,7 +102,7 @@ ability_id,local_language_id,name
11,1,ちょすい
11,3,저수
11,4,儲水
11,5,Absorb Eau
11,5,Absorbe-Eau
11,6,H2O-Absorber
11,7,Absorbe Agua
11,8,Assorbacqua
@ -152,7 +152,7 @@ ability_id,local_language_id,name
16,1,へんしょく
16,3,변색
16,4,變色
16,5,Déguisement
16,5,Homochromie
16,6,Farbwechsel
16,7,Cambio Color
16,8,Cambiacolore
@ -353,7 +353,7 @@ ability_id,local_language_id,name
36,3,트레이스
36,4,複製
36,5,Calque
36,6,Fährte
36,6,Erfassen
36,7,Rastro
36,8,Traccia
36,9,Trace
@ -572,7 +572,7 @@ ability_id,local_language_id,name
58,1,マイナス
58,3,마이너스
58,4,負電
58,5,Minus
58,5,Moins
58,6,Minus
58,7,Menos
58,8,Meno
@ -592,8 +592,8 @@ ability_id,local_language_id,name
60,1,ねんちゃく
60,3,점착
60,4,黏著
60,5,Glue
60,6,Wertehalter
60,5,Glu
60,6,Klebekörper
60,7,Viscosidad
60,8,Antifurto
60,9,Sticky Hold
@ -1054,7 +1054,7 @@ ability_id,local_language_id,name
106,4,引爆
106,5,Boom Final
106,6,Finalschlag
106,7,Resquicio
106,7,Detonación
106,8,Scoppio
106,9,Aftermath
106,11,ゆうばく
@ -1312,7 +1312,7 @@ ability_id,local_language_id,name
132,1,フレンドガード
132,3,프렌드가드
132,4,友情防守
132,5,Garde Amie
132,5,Garde-Ami
132,6,Freundeshut
132,7,Compiescolta
132,8,Amicoscudo
@ -1354,7 +1354,7 @@ ability_id,local_language_id,name
136,4,多重鱗片
136,5,Multiécaille
136,6,Multischuppe
136,7,Compensación
136,7,Multiescamas
136,8,Multisquame
136,9,Multiscale
136,11,マルチスケイル
@ -1413,7 +1413,7 @@ ability_id,local_language_id,name
142,3,방진
142,4,防塵
142,5,Envelocape
142,6,Wetterfest
142,6,Partikelschutz
142,7,Funda
142,8,Copricapo
142,9,Overcoat
@ -1622,7 +1622,7 @@ ability_id,local_language_id,name
163,1,ターボブレイズ
163,3,터보블레이즈
163,4,渦輪火焰
163,5,TurboBrasier
163,5,Turbo Brasier
163,6,Turbobrand
163,7,Turbollama
163,8,Piroturbina
@ -2319,6 +2319,356 @@ ability_id,local_language_id,name
232,9,Prism Armor
232,11,プリズムアーマー
232,12,棱镜装甲
233,1,ブレインフォース
233,3,브레인포스
233,4,腦核之力
233,5,Cérébro-Force
233,6,Zerebralmacht
233,7,Fuerza Cerebral
233,8,Cerebroforza
233,9,Neuroforce
233,11,ブレインフォース
233,12,脑核之力
234,1,ふとうのけん
234,3,불요의검
234,4,不撓之劍
234,5,Lame Indomptable
234,6,Kühnes Schwert
234,7,Espada Indómita
234,8,Spada Indomita
234,9,Intrepid Sword
234,11,ふとうのけん
234,12,不挠之剑
235,1,ふくつのたて
235,3,불굴의방패
235,4,不屈之盾
235,5,Égide Inflexible
235,6,Wackerer Schild
235,7,Escudo Recio
235,8,Scudo Saldo
235,9,Dauntless Shield
235,11,ふくつのたて
235,12,不屈之盾
236,1,リベロ
236,3,리베로
236,4,自由者
236,5,Libéro
236,6,Libero
236,7,Líbero
236,8,Libero
236,9,Libero
236,11,リベロ
236,12,自由者
237,1,たまひろい
237,3,볼줍기
237,4,撿球
237,5,Ramasse Ball
237,6,Apport
237,7,Recogebolas
237,8,Raccattapalle
237,9,Ball Fetch
237,11,たまひろい
237,12,捡球
238,1,わたげ
238,3,솜털
238,4,棉絮
238,5,Effilochage
238,6,Wollflaum
238,7,Pelusa
238,8,Lanugine
238,9,Cotton Down
238,11,わたげ
238,12,棉絮
239,1,スクリューおびれ
239,3,스크루지느러미
239,4,螺旋尾鰭
239,5,Propulseur
239,6,Schraubflosse
239,7,Hélice Caudal
239,8,Elicopinna
239,9,Propeller Tail
239,11,スクリューおびれ
239,12,螺旋尾鳍
240,1,ミラーアーマー
240,3,미러아머
240,4,鏡甲
240,5,Armure Miroir
240,6,Spiegelrüstung
240,7,Coraza Reflejo
240,8,Blindospecchio
240,9,Mirror Armor
240,11,ミラーアーマー
240,12,镜甲
241,1,うのミサイル
241,3,그대로꿀꺽미사일
241,4,一口飛彈
241,5,Dégobage
241,6,Würggeschoss
241,7,Tragamisil
241,8,Inghiottimissile
241,9,Gulp Missile
241,11,うのミサイル
241,12,一口导弹
242,1,すじがねいり
242,3,굳건한신념
242,4,堅毅
242,5,Nerfs dAcier
242,6,Stahlrückgrat
242,7,Acérrimo
242,8,Volontà di Ferro
242,9,Stalwart
242,11,すじがねいり
242,12,坚毅
243,1,じょうききかん
243,3,증기기관
243,4,蒸汽機
243,5,Turbine
243,6,Dampfantrieb
243,7,Combustible
243,8,Vapormacchina
243,9,Steam Engine
243,11,じょうききかん
243,12,蒸汽机
244,1,パンクロック
244,3,펑크록
244,4,龐克搖滾
244,5,Punk Rock
244,6,Punk Rock
244,7,Punk Rock
244,8,Punk Rock
244,9,Punk Rock
244,11,パンクロック
244,12,庞克摇滚
245,1,すなはき
245,3,모래뿜기
245,4,吐沙
245,5,ExpulSable
245,6,Sandspeier
245,7,Expulsarena
245,8,Sputasabbia
245,9,Sand Spit
245,11,すなはき
245,12,吐沙
246,1,こおりのりんぷん
246,3,얼음인분
246,4,冰鱗粉
246,5,Écailles Glacées
246,6,Eisflügelstaub
246,7,Escama de Hielo
246,8,Geloscaglie
246,9,Ice Scales
246,11,こおりのりんぷん
246,12,冰鳞粉
247,1,じゅくせい
247,3,숙성
247,4,熟成
247,5,Mûrissement
247,6,Heranreifen
247,7,Maduración
247,8,Maturazione
247,9,Ripen
247,11,じゅくせい
247,12,熟成
248,1,アイスフェイス
248,3,아이스페이스
248,4,結凍頭
248,5,Tête de Gel
248,6,Tiefkühlkopf
248,7,Cara de Hielo
248,8,Gelofaccia
248,9,Ice Face
248,11,アイスフェイス
248,12,结冻头
249,1,パワースポット
249,3,파워스폿
249,4,能量點
249,5,Cercle dÉnergie
249,6,Kraftquelle
249,7,Fuente Energía
249,8,Fonte Energetica
249,9,Power Spot
249,11,パワースポット
249,12,能量点
250,1,ぎたい
250,3,의태
250,4,擬態
250,5,Mimétisme
250,6,Mimese
250,7,Mimetismo
250,8,Mimetismo
250,9,Mimicry
250,11,ぎたい
250,12,拟态
251,1,バリアフリー
251,3,배리어프리
251,4,除障
251,5,Brise-Barrière
251,6,Hemmungslos
251,7,Antibarrera
251,8,Annullabarriere
251,9,Screen Cleaner
251,11,バリアフリー
251,12,除障
252,1,はがねのせいしん
252,3,강철정신
252,4,鋼之意志
252,5,Boost Acier
252,6,Stählerner Wille
252,7,Alma Acerada
252,8,Spiritoferreo
252,9,Steely Spirit
252,11,はがねのせいしん
252,12,钢之意志
253,1,ほろびのボディ
253,3,멸망의바디
253,4,滅亡之軀
253,5,Corps Condamné
253,6,Unheilskörper
253,7,Cuerpo Mortal
253,8,Ultimotocco
253,9,Perish Body
253,11,ほろびのボディ
253,12,灭亡之躯
254,1,さまようたましい
254,3,떠도는영혼
254,4,遊魂
254,5,Âme Vagabonde
254,6,Rastlose Seele
254,7,Alma Errante
254,8,Anima Errante
254,9,Wandering Spirit
254,11,さまようたましい
254,12,游魂
255,1,ごりむちゅう
255,3,무아지경
255,4,一猩一意
255,5,Entêtement
255,6,Affenfokus
255,7,Monotema
255,8,Vigorilla
255,9,Gorilla Tactics
255,11,ごりむちゅう
255,12,一猩一意
256,1,かがくへんかガス
256,3,화학변화가스
256,4,化學變化氣體
256,5,Gaz Inhibiteur
256,6,Reaktionsgas
256,7,Gas Reactivo
256,8,Gas Reagente
256,9,Neutralizing Gas
256,11,かがくへんかガス
256,12,化学变化气体
257,1,パステルベール
257,3,파스텔베일
257,4,粉彩護幕
257,5,Voile Pastel
257,6,Pastellhülle
257,7,Velo Pastel
257,8,Pastelvelo
257,9,Pastel Veil
257,11,パステルベール
257,12,粉彩护幕
258,1,はらぺこスイッチ
258,3,꼬르륵스위치
258,4,飽了又餓
258,5,Déclic Fringale
258,6,Heißhunger
258,7,Mutapetito
258,8,Pancialterna
258,9,Hunger Switch
258,11,はらぺこスイッチ
258,12,饱了又饿
259,1,クイックドロウ
259,3,퀵드로
259,4,速擊
259,5,Tir Vif
259,6,Schnellschuss
259,7,Mano Rápida
259,8,Colpolesto
259,9,Quick Draw
259,11,クイックドロウ
259,12,速击
260,1,ふかしのこぶし
260,3,보이지않는주먹
260,4,無形拳
260,5,Poing Invisible
260,6,Verborgene Faust
260,7,Puño Invisible
260,8,Pugni Invisibili
260,9,Unseen Fist
260,11,ふかしのこぶし
260,12,无形拳
261,1,きみょうなくすり
261,3,기묘한약
261,4,怪藥
261,5,Breuvage Suspect
261,6,Kuriose Arznei
261,7,Medicina Extraña
261,8,Stranofarmaco
261,9,Curious Medicine
261,11,きみょうなくすり
261,12,怪药
262,1,トランジスタ
262,3,트랜지스터
262,4,電晶體
262,5,Transistor
262,6,Transistor
262,7,Transistor
262,8,Transistor
262,9,Transistor
262,11,トランジスタ
262,12,电晶体
263,1,りゅうのあぎと
263,3,용의턱
263,4,龍顎
263,5,Dent de Dragon
263,6,Drachenkiefer
263,7,Mandíbula Dragón
263,8,Dragomascelle
263,9,Dragons Maw
263,11,りゅうのあぎと
263,12,龙颚
264,1,しろのいななき
264,3,백의울음
264,4,蒼白嘶鳴
264,5,Blanche Ruade
264,6,Helles Wiehern
264,7,Relincho Blanco
264,8,Nitrito Bianco
264,9,Chilling Neigh
264,11,しろのいななき
264,12,苍白嘶鸣
265,1,くろのいななき
265,3,흑의울음
265,4,漆黑嘶鳴
265,5,Sombre Ruade
265,6,Dunkles Wiehern
265,7,Relincho Negro
265,8,Nitrito Nero
265,9,Grim Neigh
265,11,くろのいななき
265,12,漆黑嘶鸣
266,1,じんばいったい
266,3,혼연일체
266,4,人馬一體
266,5,Osmose Équine
266,6,Reitgespann
266,7,Unidad Ecuestre
266,8,Sintonia Equina
266,9,As One
266,11,じんばいったい
266,12,人马一体
267,1,じんばいったい
267,3,혼연일체
267,4,人馬一體
267,5,Osmose Équine
267,6,Reitgespann
267,7,Unidad Ecuestre
267,8,Sintonia Equina
267,9,As One
267,11,じんばいったい
267,12,人马一体
10001,9,Mountaineer
10002,9,Wave Rider
10003,9,Skater

1 ability_id local_language_id name
92 10 1 ちくでん
93 10 3 축전
94 10 4 蓄電
95 10 5 Absorb Volt Absorbe-Volt
96 10 6 Voltabsorber
97 10 7 Absorbe Elec
98 10 8 Assorbivolt
102 11 1 ちょすい
103 11 3 저수
104 11 4 儲水
105 11 5 Absorb Eau Absorbe-Eau
106 11 6 H2O-Absorber
107 11 7 Absorbe Agua
108 11 8 Assorbacqua
152 16 1 へんしょく
153 16 3 변색
154 16 4 變色
155 16 5 Déguisement Homochromie
156 16 6 Farbwechsel
157 16 7 Cambio Color
158 16 8 Cambiacolore
353 36 3 트레이스
354 36 4 複製
355 36 5 Calque
356 36 6 Fährte Erfassen
357 36 7 Rastro
358 36 8 Traccia
359 36 9 Trace
572 58 1 マイナス
573 58 3 마이너스
574 58 4 負電
575 58 5 Minus Moins
576 58 6 Minus
577 58 7 Menos
578 58 8 Meno
592 60 1 ねんちゃく
593 60 3 점착
594 60 4 黏著
595 60 5 Glue Glu
596 60 6 Wertehalter Klebekörper
597 60 7 Viscosidad
598 60 8 Antifurto
599 60 9 Sticky Hold
1054 106 4 引爆
1055 106 5 Boom Final
1056 106 6 Finalschlag
1057 106 7 Resquicio Detonación
1058 106 8 Scoppio
1059 106 9 Aftermath
1060 106 11 ゆうばく
1312 132 1 フレンドガード
1313 132 3 프렌드가드
1314 132 4 友情防守
1315 132 5 Garde Amie Garde-Ami
1316 132 6 Freundeshut
1317 132 7 Compiescolta
1318 132 8 Amicoscudo
1354 136 4 多重鱗片
1355 136 5 Multiécaille
1356 136 6 Multischuppe
1357 136 7 Compensación Multiescamas
1358 136 8 Multisquame
1359 136 9 Multiscale
1360 136 11 マルチスケイル
1413 142 3 방진
1414 142 4 防塵
1415 142 5 Envelocape
1416 142 6 Wetterfest Partikelschutz
1417 142 7 Funda
1418 142 8 Copricapo
1419 142 9 Overcoat
1622 163 1 ターボブレイズ
1623 163 3 터보블레이즈
1624 163 4 渦輪火焰
1625 163 5 TurboBrasier Turbo Brasier
1626 163 6 Turbobrand
1627 163 7 Turbollama
1628 163 8 Piroturbina
2319 232 9 Prism Armor
2320 232 11 プリズムアーマー
2321 232 12 棱镜装甲
2322 233 1 ブレインフォース
2323 233 3 브레인포스
2324 233 4 腦核之力
2325 233 5 Cérébro-Force
2326 233 6 Zerebralmacht
2327 233 7 Fuerza Cerebral
2328 233 8 Cerebroforza
2329 233 9 Neuroforce
2330 233 11 ブレインフォース
2331 233 12 脑核之力
2332 234 1 ふとうのけん
2333 234 3 불요의검
2334 234 4 不撓之劍
2335 234 5 Lame Indomptable
2336 234 6 Kühnes Schwert
2337 234 7 Espada Indómita
2338 234 8 Spada Indomita
2339 234 9 Intrepid Sword
2340 234 11 ふとうのけん
2341 234 12 不挠之剑
2342 235 1 ふくつのたて
2343 235 3 불굴의방패
2344 235 4 不屈之盾
2345 235 5 Égide Inflexible
2346 235 6 Wackerer Schild
2347 235 7 Escudo Recio
2348 235 8 Scudo Saldo
2349 235 9 Dauntless Shield
2350 235 11 ふくつのたて
2351 235 12 不屈之盾
2352 236 1 リベロ
2353 236 3 리베로
2354 236 4 自由者
2355 236 5 Libéro
2356 236 6 Libero
2357 236 7 Líbero
2358 236 8 Libero
2359 236 9 Libero
2360 236 11 リベロ
2361 236 12 自由者
2362 237 1 たまひろい
2363 237 3 볼줍기
2364 237 4 撿球
2365 237 5 Ramasse Ball
2366 237 6 Apport
2367 237 7 Recogebolas
2368 237 8 Raccattapalle
2369 237 9 Ball Fetch
2370 237 11 たまひろい
2371 237 12 捡球
2372 238 1 わたげ
2373 238 3 솜털
2374 238 4 棉絮
2375 238 5 Effilochage
2376 238 6 Wollflaum
2377 238 7 Pelusa
2378 238 8 Lanugine
2379 238 9 Cotton Down
2380 238 11 わたげ
2381 238 12 棉絮
2382 239 1 スクリューおびれ
2383 239 3 스크루지느러미
2384 239 4 螺旋尾鰭
2385 239 5 Propulseur
2386 239 6 Schraubflosse
2387 239 7 Hélice Caudal
2388 239 8 Elicopinna
2389 239 9 Propeller Tail
2390 239 11 スクリューおびれ
2391 239 12 螺旋尾鳍
2392 240 1 ミラーアーマー
2393 240 3 미러아머
2394 240 4 鏡甲
2395 240 5 Armure Miroir
2396 240 6 Spiegelrüstung
2397 240 7 Coraza Reflejo
2398 240 8 Blindospecchio
2399 240 9 Mirror Armor
2400 240 11 ミラーアーマー
2401 240 12 镜甲
2402 241 1 うのミサイル
2403 241 3 그대로꿀꺽미사일
2404 241 4 一口飛彈
2405 241 5 Dégobage
2406 241 6 Würggeschoss
2407 241 7 Tragamisil
2408 241 8 Inghiottimissile
2409 241 9 Gulp Missile
2410 241 11 うのミサイル
2411 241 12 一口导弹
2412 242 1 すじがねいり
2413 242 3 굳건한신념
2414 242 4 堅毅
2415 242 5 Nerfs d’Acier
2416 242 6 Stahlrückgrat
2417 242 7 Acérrimo
2418 242 8 Volontà di Ferro
2419 242 9 Stalwart
2420 242 11 すじがねいり
2421 242 12 坚毅
2422 243 1 じょうききかん
2423 243 3 증기기관
2424 243 4 蒸汽機
2425 243 5 Turbine
2426 243 6 Dampfantrieb
2427 243 7 Combustible
2428 243 8 Vapormacchina
2429 243 9 Steam Engine
2430 243 11 じょうききかん
2431 243 12 蒸汽机
2432 244 1 パンクロック
2433 244 3 펑크록
2434 244 4 龐克搖滾
2435 244 5 Punk Rock
2436 244 6 Punk Rock
2437 244 7 Punk Rock
2438 244 8 Punk Rock
2439 244 9 Punk Rock
2440 244 11 パンクロック
2441 244 12 庞克摇滚
2442 245 1 すなはき
2443 245 3 모래뿜기
2444 245 4 吐沙
2445 245 5 Expul’Sable
2446 245 6 Sandspeier
2447 245 7 Expulsarena
2448 245 8 Sputasabbia
2449 245 9 Sand Spit
2450 245 11 すなはき
2451 245 12 吐沙
2452 246 1 こおりのりんぷん
2453 246 3 얼음인분
2454 246 4 冰鱗粉
2455 246 5 Écailles Glacées
2456 246 6 Eisflügelstaub
2457 246 7 Escama de Hielo
2458 246 8 Geloscaglie
2459 246 9 Ice Scales
2460 246 11 こおりのりんぷん
2461 246 12 冰鳞粉
2462 247 1 じゅくせい
2463 247 3 숙성
2464 247 4 熟成
2465 247 5 Mûrissement
2466 247 6 Heranreifen
2467 247 7 Maduración
2468 247 8 Maturazione
2469 247 9 Ripen
2470 247 11 じゅくせい
2471 247 12 熟成
2472 248 1 アイスフェイス
2473 248 3 아이스페이스
2474 248 4 結凍頭
2475 248 5 Tête de Gel
2476 248 6 Tiefkühlkopf
2477 248 7 Cara de Hielo
2478 248 8 Gelofaccia
2479 248 9 Ice Face
2480 248 11 アイスフェイス
2481 248 12 结冻头
2482 249 1 パワースポット
2483 249 3 파워스폿
2484 249 4 能量點
2485 249 5 Cercle d’Énergie
2486 249 6 Kraftquelle
2487 249 7 Fuente Energía
2488 249 8 Fonte Energetica
2489 249 9 Power Spot
2490 249 11 パワースポット
2491 249 12 能量点
2492 250 1 ぎたい
2493 250 3 의태
2494 250 4 擬態
2495 250 5 Mimétisme
2496 250 6 Mimese
2497 250 7 Mimetismo
2498 250 8 Mimetismo
2499 250 9 Mimicry
2500 250 11 ぎたい
2501 250 12 拟态
2502 251 1 バリアフリー
2503 251 3 배리어프리
2504 251 4 除障
2505 251 5 Brise-Barrière
2506 251 6 Hemmungslos
2507 251 7 Antibarrera
2508 251 8 Annullabarriere
2509 251 9 Screen Cleaner
2510 251 11 バリアフリー
2511 251 12 除障
2512 252 1 はがねのせいしん
2513 252 3 강철정신
2514 252 4 鋼之意志
2515 252 5 Boost Acier
2516 252 6 Stählerner Wille
2517 252 7 Alma Acerada
2518 252 8 Spiritoferreo
2519 252 9 Steely Spirit
2520 252 11 はがねのせいしん
2521 252 12 钢之意志
2522 253 1 ほろびのボディ
2523 253 3 멸망의바디
2524 253 4 滅亡之軀
2525 253 5 Corps Condamné
2526 253 6 Unheilskörper
2527 253 7 Cuerpo Mortal
2528 253 8 Ultimotocco
2529 253 9 Perish Body
2530 253 11 ほろびのボディ
2531 253 12 灭亡之躯
2532 254 1 さまようたましい
2533 254 3 떠도는영혼
2534 254 4 遊魂
2535 254 5 Âme Vagabonde
2536 254 6 Rastlose Seele
2537 254 7 Alma Errante
2538 254 8 Anima Errante
2539 254 9 Wandering Spirit
2540 254 11 さまようたましい
2541 254 12 游魂
2542 255 1 ごりむちゅう
2543 255 3 무아지경
2544 255 4 一猩一意
2545 255 5 Entêtement
2546 255 6 Affenfokus
2547 255 7 Monotema
2548 255 8 Vigorilla
2549 255 9 Gorilla Tactics
2550 255 11 ごりむちゅう
2551 255 12 一猩一意
2552 256 1 かがくへんかガス
2553 256 3 화학변화가스
2554 256 4 化學變化氣體
2555 256 5 Gaz Inhibiteur
2556 256 6 Reaktionsgas
2557 256 7 Gas Reactivo
2558 256 8 Gas Reagente
2559 256 9 Neutralizing Gas
2560 256 11 かがくへんかガス
2561 256 12 化学变化气体
2562 257 1 パステルベール
2563 257 3 파스텔베일
2564 257 4 粉彩護幕
2565 257 5 Voile Pastel
2566 257 6 Pastellhülle
2567 257 7 Velo Pastel
2568 257 8 Pastelvelo
2569 257 9 Pastel Veil
2570 257 11 パステルベール
2571 257 12 粉彩护幕
2572 258 1 はらぺこスイッチ
2573 258 3 꼬르륵스위치
2574 258 4 飽了又餓
2575 258 5 Déclic Fringale
2576 258 6 Heißhunger
2577 258 7 Mutapetito
2578 258 8 Pancialterna
2579 258 9 Hunger Switch
2580 258 11 はらぺこスイッチ
2581 258 12 饱了又饿
2582 259 1 クイックドロウ
2583 259 3 퀵드로
2584 259 4 速擊
2585 259 5 Tir Vif
2586 259 6 Schnellschuss
2587 259 7 Mano Rápida
2588 259 8 Colpolesto
2589 259 9 Quick Draw
2590 259 11 クイックドロウ
2591 259 12 速击
2592 260 1 ふかしのこぶし
2593 260 3 보이지않는주먹
2594 260 4 無形拳
2595 260 5 Poing Invisible
2596 260 6 Verborgene Faust
2597 260 7 Puño Invisible
2598 260 8 Pugni Invisibili
2599 260 9 Unseen Fist
2600 260 11 ふかしのこぶし
2601 260 12 无形拳
2602 261 1 きみょうなくすり
2603 261 3 기묘한약
2604 261 4 怪藥
2605 261 5 Breuvage Suspect
2606 261 6 Kuriose Arznei
2607 261 7 Medicina Extraña
2608 261 8 Stranofarmaco
2609 261 9 Curious Medicine
2610 261 11 きみょうなくすり
2611 261 12 怪药
2612 262 1 トランジスタ
2613 262 3 트랜지스터
2614 262 4 電晶體
2615 262 5 Transistor
2616 262 6 Transistor
2617 262 7 Transistor
2618 262 8 Transistor
2619 262 9 Transistor
2620 262 11 トランジスタ
2621 262 12 电晶体
2622 263 1 りゅうのあぎと
2623 263 3 용의턱
2624 263 4 龍顎
2625 263 5 Dent de Dragon
2626 263 6 Drachenkiefer
2627 263 7 Mandíbula Dragón
2628 263 8 Dragomascelle
2629 263 9 Dragon’s Maw
2630 263 11 りゅうのあぎと
2631 263 12 龙颚
2632 264 1 しろのいななき
2633 264 3 백의울음
2634 264 4 蒼白嘶鳴
2635 264 5 Blanche Ruade
2636 264 6 Helles Wiehern
2637 264 7 Relincho Blanco
2638 264 8 Nitrito Bianco
2639 264 9 Chilling Neigh
2640 264 11 しろのいななき
2641 264 12 苍白嘶鸣
2642 265 1 くろのいななき
2643 265 3 흑의울음
2644 265 4 漆黑嘶鳴
2645 265 5 Sombre Ruade
2646 265 6 Dunkles Wiehern
2647 265 7 Relincho Negro
2648 265 8 Nitrito Nero
2649 265 9 Grim Neigh
2650 265 11 くろのいななき
2651 265 12 漆黑嘶鸣
2652 266 1 じんばいったい
2653 266 3 혼연일체
2654 266 4 人馬一體
2655 266 5 Osmose Équine
2656 266 6 Reitgespann
2657 266 7 Unidad Ecuestre
2658 266 8 Sintonia Equina
2659 266 9 As One
2660 266 11 じんばいったい
2661 266 12 人马一体
2662 267 1 じんばいったい
2663 267 3 혼연일체
2664 267 4 人馬一體
2665 267 5 Osmose Équine
2666 267 6 Reitgespann
2667 267 7 Unidad Ecuestre
2668 267 8 Sintonia Equina
2669 267 9 As One
2670 267 11 じんばいったい
2671 267 12 人马一体
2672 10001 9 Mountaineer
2673 10002 9 Wave Rider
2674 10003 9 Skater

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,16 @@
berry_firmness_id,local_language_id,name
1,5,Très tendre
1,7,Muy blanda
1,9,Very Soft
2,5,Tendre
2,7,Blanda
2,9,Soft
3,5,Ferme
3,7,Dura
3,9,Hard
4,5,Très ferme
4,7,Muy dura
4,9,Very Hard
5,5,Super ferme
5,7,Superdura
5,9,Super Hard

1 berry_firmness_id local_language_id name
2 1 5 Très tendre
3 1 7 Muy blanda
4 1 9 Very Soft
5 2 5 Tendre
6 2 7 Blanda
7 2 9 Soft
8 3 5 Ferme
9 3 7 Dura
10 3 9 Hard
11 4 5 Très ferme
12 4 7 Muy dura
13 4 9 Very Hard
14 5 5 Super ferme
15 5 7 Superdura
16 5 9 Super Hard

View File

@ -1,61 +1,301 @@
characteristic_id,local_language_id,message
1,5,Adore manger
1,1,たべるのが だいすき
1,3,먹는 것을 제일 좋아함
1,4,非常喜歡吃東西
1,5,Il adore manger
1,6,Liebt es zu essen
1,7,Le encanta comer
1,8,Adora mangiare
1,9,Loves to eat
2,5,Est fier de sa puissance
1,11,食べるのが 大好き
1,12,非常喜欢吃东西
2,1,ちからが じまん
2,3,힘자랑이 특기임
2,4,以力氣大為傲
2,5,Il est fier de sa puissance
2,6,Ist stolz auf seine Stärke
2,7,Se enorgullece de su fuerza
2,8,La forza è il suo vanto
2,9,Proud of its power
3,5,Corps robuste
2,11,力が 自慢
2,12,以力气大为傲
3,1,からだが じょうぶ
3,3,몸이 튼튼함
3,4,身體強壯
3,5,Il a un corps robuste
3,6,Hat einen robusten Körper
3,7,Se caracteriza por su cuerpo resistente
3,8,Ha un corpo robusto
3,9,Sturdy body
4,5,Extrêmement curieux
3,11,体が 丈夫
3,12,身体强壮
4,1,こうきしんが つよい
4,3,호기심이 강함
4,4,好奇心強
4,5,Il est extrêmement curieux
4,6,Ist sehr neugierig
4,7,Siente mucha curiosidad por todo
4,8,È un grande ficcanaso
4,9,Highly curious
5,5,Très volontaire
4,11,好奇心が 強い
4,12,好奇心强
5,1,きが つよい
5,3,기가 센 성격임
5,4,性格強勢
5,5,Il est très volontaire
5,6,Besitzt einen starken Willen
5,7,Se distingue por su gran fuerza de voluntad
5,8,Sa il fatto suo
5,9,Strong willed
6,5,Aime courir
5,11,気が 強い
5,12,性格强势
6,1,かけっこが すき
6,3,달리기를 좋아함
6,4,喜歡比誰跑得快
6,5,Il aime la vitesse
6,6,Ist gerne schnell unterwegs
6,7,Le gusta ir muy rápido
6,8,Adora andare veloce
6,9,Likes to run
7,5,S'assoupit souvent
6,11,駆けっこが 好き
6,12,喜欢比谁跑得快
7,1,ひるねを よくする
7,3,낮잠을 잘 잠
7,4,經常睡午覺
7,5,Il sassoupit souvent
7,6,Nickt oft ein
7,7,A menudo se duerme
7,8,Si addormenta spesso
7,9,Takes plenty of siestas
8,5,Aime se démener
7,11,昼寝を よくする
7,12,经常睡午觉
8,1,あばれることが すき
8,3,난동부리기를 좋아함
8,4,喜歡胡鬧
8,5,Il aime se démener
8,6,Prügelt sich gern
8,7,Le gusta revolverse
8,8,Adora dimenarsi
8,9,Likes to thrash about
9,5,Sait encaisser les coups
8,11,暴れることが 好き
8,12,喜欢胡闹
9,1,うたれ づよい
9,3,맷집이 강함
9,4,抗打能力強
9,5,Il sait encaisser les coups
9,6,Kann Treffer gut verkraften
9,7,Encaja bien los ataques
9,8,È forte in attacco
9,9,Capable of taking hits
10,5,Coquin
9,11,打たれ強い
9,12,抗打能力强
10,1,イタズラが すき
10,3,장난을 좋아함
10,4,喜歡惡作劇
10,5,Il est coquin
10,6,Ist hinterhältig
10,7,Le gusta hacer travesuras
10,8,È alquanto vivace
10,9,Mischievous
11,5,Un peu vaniteux
10,11,イタズラが 好き
10,12,喜欢恶作剧
11,1,ちょっぴり みえっぱり
11,3,조금 겉치레를 좋아함
11,4,有一點點愛慕虛榮
11,5,Il est un peu vaniteux
11,6,Ist etwas eitel
11,7,Es un poco petulante
11,8,È abbastanza superficiale
11,9,Somewhat vain
12,5,Attentif aux sons
11,11,ちょっぴり みえっぱり
11,12,有一点点爱慕虚荣
12,1,ものおとに びんかん
12,3,주위 소리에 민감함
12,4,對聲音敏感
12,5,Il est attentif aux sons
12,6,Achtet auf Geräusche
12,7,Siempre tiene el oído alerta
12,8,Fa attenzione ai suoni
12,9,Alert to sounds
13,5,Dort beaucoup
12,11,物音に 敏感
12,12,对声音敏感
13,1,いねむりが おおい
13,3,말뚝잠이 많음
13,4,常常打瞌睡
13,5,Il dort beaucoup
13,6,Schläft gern
13,7,Duerme mucho
13,8,Dorme a lungo
13,9,Nods off a lot
14,5,Un peu coléreux
13,11,居眠りが 多い
13,12,常常打瞌睡
14,1,ちょっと おこりっぽい
14,3,약간 화를 잘 내는 성미임
14,4,有點容易生氣
14,5,Il est un peu coléreux
14,6,Besitzt Temperament
14,7,A veces se enfada
14,8,Si arrabbia facilmente
14,9,A little quick tempered
15,5,Très obstiné
14,11,ちょっと 怒りっぽい
14,12,有点容易生气
15,1,ねばり づよい
15,3,끈질김
15,4,頑強不屈
15,5,Il est très obstiné
15,6,Ist äußerst zäh
15,7,Es muy persistente
15,8,È molto ostinato
15,9,Highly persistent
16,5,Très astucieux
15,11,粘り強い
15,12,顽强不屈
16,1,ぬけめが ない
16,3,빈틈이 없음
16,4,做事萬無一失
16,5,Il est très astucieux
16,6,Ist äußerst gerissen
16,7,Es muy sagaz
16,8,È estremamente sagace
16,9,Thoroughly cunning
17,5,Esprit rebelle
16,11,抜け目が ない
16,12,做事万无一失
17,1,まけんきが つよい
17,3,오기가 센 성격임
17,4,爭強好勝
17,5,Il a lesprit rebelle
17,6,Ist sehr aufsässig
17,7,Es muy insolente
17,8,È molto insolente
17,9,Strongly defiant
18,5,Bête et impulsif
17,11,負けん気が 強い
17,12,争强好胜
18,1,おっちょこちょい
18,3,촐랑대는 성격임
18,4,冒冒失失
18,5,Il est bête et impulsif
18,6,Ist ungestüm und einfältig
18,7,Es de carácter simple e impetuoso
18,8,È irruente e semplice
18,9,Impetuous and silly
19,5,Éparpille des choses
18,11,おっちょこちょい
18,12,冒冒失失
19,1,ものを よく ちらかす
19,3,물건을 잘 어지름
19,4,經常亂扔東西
19,5,Il éparpille souvent les choses
19,6,Macht oft Unordnung
19,7,Suele desordenar cosas
19,8,Lascia cose in giro
19,9,Scatters things often
20,5,Aime combattre
19,11,ものを よく 散らかす
19,12,经常乱扔东西
20,1,ケンカを するのが すき
20,3,싸움을 좋아함
20,4,喜歡打架
20,5,Il aime combattre
20,6,Liebt Kämpfe
20,7,Le gusta luchar
20,8,Adora lottare
20,9,Likes to fight
21,5,Bonne endurance
20,11,ケンカを するのが 好き
20,12,喜欢打架
21,1,しんぼう づよい
21,3,인내심이 강함
21,4,能吃苦耐勞
21,5,Il a une bonne endurance
21,6,Hat eine gute Ausdauer
21,7,Se caracteriza por ser muy resistente
21,8,È molto paziente
21,9,Good endurance
22,5,Souvent dans la lune
21,11,辛抱強い
21,12,能吃苦耐劳
22,1,かんがえごとが おおい
22,3,걱정거리가 많음
22,4,經常思考
22,5,Il est souvent dans la lune
22,6,Ist oft in Gedanken
22,7,A menudo está en Babia
22,8,Si perde nel suo mondo
22,9,Often lost in thought
23,5,A horreur de perdre
22,11,考え事が 多い
22,12,经常思考
23,1,まけずぎらい
23,3,지기 싫어함
23,4,不服輸
23,5,Il a horreur de perdre
23,6,Hasst Niederlagen
23,7,Odia perder
23,8,Non sopporta perdere
23,9,Hates to lose
24,5,Aime faire le pitre
23,11,負けず嫌い
23,12,不服输
24,1,すこし おちょうしもの
24,3,약간 우쭐쟁이임
24,4,有點容易得意忘形
24,5,Il aime faire le pitre
24,6,Ist ein bisschen albern
24,7,Le encanta hacer payasadas
24,8,È una specie di buffone
24,9,Somewhat of a clown
25,5,Aime se détendre
24,11,すこし お調子者
24,12,有点容易得意忘形
25,1,のんびりするのが すき
25,3,유유자적함을 좋아함
25,4,喜歡悠然自在
25,5,Il aime se détendre
25,6,"Mag es, sich zu entspannen"
25,7,Le gusta relajarse
25,8,Adora rilassarsi
25,9,Likes to relax
26,5,S'emporte facilement
25,11,のんびりするのが 好き
25,12,喜欢悠然自在
26,1,ちのけが おおい
26,3,혈기가 왕성함
26,4,血氣方剛
26,5,Il semporte facilement
26,6,Ist impulsiv
26,7,Tiene mal genio
26,8,È facilmente irritabile
26,9,Quick tempered
27,5,Persévérant
26,11,血の気が 多い
26,12,血气方刚
27,1,がまん づよい
27,3,잘 참음
27,4,善於忍耐
27,5,Il est persévérant
27,6,Ist beharrlich
27,7,Es muy perseverante
27,8,È molto tenace
27,9,Good perseverance
28,5,Très particulier
27,11,我慢強い
27,12,善于忍耐
28,1,とても きちょうめん
28,3,매우 꼼꼼함
28,4,一絲不苟
28,5,Il est très particulier
28,6,Ist sehr pedantisch
28,7,Es muy tiquismiquis
28,8,È molto esigente
28,9,Very finicky
29,5,Assez entêté
28,11,とても きちょうめん
28,12,一丝不苟
29,1,ちょっぴり ごうじょう
29,3,조금 고집통이임
29,4,有一點點固執
29,5,Il est assez entêté
29,6,Ist dickköpfig
29,7,Es un poco cabezota
29,8,È un po testardo
29,9,Somewhat stubborn
30,5,Fuit rapidement
29,11,ちょっぴり 強情
29,12,有一点点固执
30,1,にげるのが はやい
30,3,도망에는 선수임
30,4,逃得快
30,5,Il fuit rapidement
30,6,Flüchtet schnell
30,7,Huye rápido
30,8,Sa fuggire velocemente
30,9,Quick to flee
30,11,逃げるのが はやい
30,12,逃得快

1 characteristic_id local_language_id message
2 1 5 1 Adore manger たべるのが だいすき
3 1 3 먹는 것을 제일 좋아함
4 1 4 非常喜歡吃東西
5 1 5 Il adore manger
6 1 6 Liebt es zu essen
7 1 7 Le encanta comer
8 1 8 Adora mangiare
9 1 9 Loves to eat
10 2 1 5 11 Est fier de sa puissance 食べるのが 大好き
11 1 12 非常喜欢吃东西
12 2 1 ちからが じまん
13 2 3 힘자랑이 특기임
14 2 4 以力氣大為傲
15 2 5 Il est fier de sa puissance
16 2 6 Ist stolz auf seine Stärke
17 2 7 Se enorgullece de su fuerza
18 2 8 La forza è il suo vanto
19 2 9 Proud of its power
20 3 2 5 11 Corps robuste 力が 自慢
21 2 12 以力气大为傲
22 3 1 からだが じょうぶ
23 3 3 몸이 튼튼함
24 3 4 身體強壯
25 3 5 Il a un corps robuste
26 3 6 Hat einen robusten Körper
27 3 7 Se caracteriza por su cuerpo resistente
28 3 8 Ha un corpo robusto
29 3 9 Sturdy body
30 4 3 5 11 Extrêmement curieux 体が 丈夫
31 3 12 身体强壮
32 4 1 こうきしんが つよい
33 4 3 호기심이 강함
34 4 4 好奇心強
35 4 5 Il est extrêmement curieux
36 4 6 Ist sehr neugierig
37 4 7 Siente mucha curiosidad por todo
38 4 8 È un grande ficcanaso
39 4 9 Highly curious
40 5 4 5 11 Très volontaire 好奇心が 強い
41 4 12 好奇心强
42 5 1 きが つよい
43 5 3 기가 센 성격임
44 5 4 性格強勢
45 5 5 Il est très volontaire
46 5 6 Besitzt einen starken Willen
47 5 7 Se distingue por su gran fuerza de voluntad
48 5 8 Sa il fatto suo
49 5 9 Strong willed
50 6 5 5 11 Aime courir 気が 強い
51 5 12 性格强势
52 6 1 かけっこが すき
53 6 3 달리기를 좋아함
54 6 4 喜歡比誰跑得快
55 6 5 Il aime la vitesse
56 6 6 Ist gerne schnell unterwegs
57 6 7 Le gusta ir muy rápido
58 6 8 Adora andare veloce
59 6 9 Likes to run
60 7 6 5 11 S'assoupit souvent 駆けっこが 好き
61 6 12 喜欢比谁跑得快
62 7 1 ひるねを よくする
63 7 3 낮잠을 잘 잠
64 7 4 經常睡午覺
65 7 5 Il s’assoupit souvent
66 7 6 Nickt oft ein
67 7 7 A menudo se duerme
68 7 8 Si addormenta spesso
69 7 9 Takes plenty of siestas
70 8 7 5 11 Aime se démener 昼寝を よくする
71 7 12 经常睡午觉
72 8 1 あばれることが すき
73 8 3 난동부리기를 좋아함
74 8 4 喜歡胡鬧
75 8 5 Il aime se démener
76 8 6 Prügelt sich gern
77 8 7 Le gusta revolverse
78 8 8 Adora dimenarsi
79 8 9 Likes to thrash about
80 9 8 5 11 Sait encaisser les coups 暴れることが 好き
81 8 12 喜欢胡闹
82 9 1 うたれ づよい
83 9 3 맷집이 강함
84 9 4 抗打能力強
85 9 5 Il sait encaisser les coups
86 9 6 Kann Treffer gut verkraften
87 9 7 Encaja bien los ataques
88 9 8 È forte in attacco
89 9 9 Capable of taking hits
90 10 9 5 11 Coquin 打たれ強い
91 9 12 抗打能力强
92 10 1 イタズラが すき
93 10 3 장난을 좋아함
94 10 4 喜歡惡作劇
95 10 5 Il est coquin
96 10 6 Ist hinterhältig
97 10 7 Le gusta hacer travesuras
98 10 8 È alquanto vivace
99 10 9 Mischievous
100 11 10 5 11 Un peu vaniteux イタズラが 好き
101 10 12 喜欢恶作剧
102 11 1 ちょっぴり みえっぱり
103 11 3 조금 겉치레를 좋아함
104 11 4 有一點點愛慕虛榮
105 11 5 Il est un peu vaniteux
106 11 6 Ist etwas eitel
107 11 7 Es un poco petulante
108 11 8 È abbastanza superficiale
109 11 9 Somewhat vain
110 12 11 5 11 Attentif aux sons ちょっぴり みえっぱり
111 11 12 有一点点爱慕虚荣
112 12 1 ものおとに びんかん
113 12 3 주위 소리에 민감함
114 12 4 對聲音敏感
115 12 5 Il est attentif aux sons
116 12 6 Achtet auf Geräusche
117 12 7 Siempre tiene el oído alerta
118 12 8 Fa attenzione ai suoni
119 12 9 Alert to sounds
120 13 12 5 11 Dort beaucoup 物音に 敏感
121 12 12 对声音敏感
122 13 1 いねむりが おおい
123 13 3 말뚝잠이 많음
124 13 4 常常打瞌睡
125 13 5 Il dort beaucoup
126 13 6 Schläft gern
127 13 7 Duerme mucho
128 13 8 Dorme a lungo
129 13 9 Nods off a lot
130 14 13 5 11 Un peu coléreux 居眠りが 多い
131 13 12 常常打瞌睡
132 14 1 ちょっと おこりっぽい
133 14 3 약간 화를 잘 내는 성미임
134 14 4 有點容易生氣
135 14 5 Il est un peu coléreux
136 14 6 Besitzt Temperament
137 14 7 A veces se enfada
138 14 8 Si arrabbia facilmente
139 14 9 A little quick tempered
140 15 14 5 11 Très obstiné ちょっと 怒りっぽい
141 14 12 有点容易生气
142 15 1 ねばり づよい
143 15 3 끈질김
144 15 4 頑強不屈
145 15 5 Il est très obstiné
146 15 6 Ist äußerst zäh
147 15 7 Es muy persistente
148 15 8 È molto ostinato
149 15 9 Highly persistent
150 16 15 5 11 Très astucieux 粘り強い
151 15 12 顽强不屈
152 16 1 ぬけめが ない
153 16 3 빈틈이 없음
154 16 4 做事萬無一失
155 16 5 Il est très astucieux
156 16 6 Ist äußerst gerissen
157 16 7 Es muy sagaz
158 16 8 È estremamente sagace
159 16 9 Thoroughly cunning
160 17 16 5 11 Esprit rebelle 抜け目が ない
161 16 12 做事万无一失
162 17 1 まけんきが つよい
163 17 3 오기가 센 성격임
164 17 4 爭強好勝
165 17 5 Il a l’esprit rebelle
166 17 6 Ist sehr aufsässig
167 17 7 Es muy insolente
168 17 8 È molto insolente
169 17 9 Strongly defiant
170 18 17 5 11 Bête et impulsif 負けん気が 強い
171 17 12 争强好胜
172 18 1 おっちょこちょい
173 18 3 촐랑대는 성격임
174 18 4 冒冒失失
175 18 5 Il est bête et impulsif
176 18 6 Ist ungestüm und einfältig
177 18 7 Es de carácter simple e impetuoso
178 18 8 È irruente e semplice
179 18 9 Impetuous and silly
180 19 18 5 11 Éparpille des choses おっちょこちょい
181 18 12 冒冒失失
182 19 1 ものを よく ちらかす
183 19 3 물건을 잘 어지름
184 19 4 經常亂扔東西
185 19 5 Il éparpille souvent les choses
186 19 6 Macht oft Unordnung
187 19 7 Suele desordenar cosas
188 19 8 Lascia cose in giro
189 19 9 Scatters things often
190 20 19 5 11 Aime combattre ものを よく 散らかす
191 19 12 经常乱扔东西
192 20 1 ケンカを するのが すき
193 20 3 싸움을 좋아함
194 20 4 喜歡打架
195 20 5 Il aime combattre
196 20 6 Liebt Kämpfe
197 20 7 Le gusta luchar
198 20 8 Adora lottare
199 20 9 Likes to fight
200 21 20 5 11 Bonne endurance ケンカを するのが 好き
201 20 12 喜欢打架
202 21 1 しんぼう づよい
203 21 3 인내심이 강함
204 21 4 能吃苦耐勞
205 21 5 Il a une bonne endurance
206 21 6 Hat eine gute Ausdauer
207 21 7 Se caracteriza por ser muy resistente
208 21 8 È molto paziente
209 21 9 Good endurance
210 22 21 5 11 Souvent dans la lune 辛抱強い
211 21 12 能吃苦耐劳
212 22 1 かんがえごとが おおい
213 22 3 걱정거리가 많음
214 22 4 經常思考
215 22 5 Il est souvent dans la lune
216 22 6 Ist oft in Gedanken
217 22 7 A menudo está en Babia
218 22 8 Si perde nel suo mondo
219 22 9 Often lost in thought
220 23 22 5 11 A horreur de perdre 考え事が 多い
221 22 12 经常思考
222 23 1 まけずぎらい
223 23 3 지기 싫어함
224 23 4 不服輸
225 23 5 Il a horreur de perdre
226 23 6 Hasst Niederlagen
227 23 7 Odia perder
228 23 8 Non sopporta perdere
229 23 9 Hates to lose
230 24 23 5 11 Aime faire le pitre 負けず嫌い
231 23 12 不服输
232 24 1 すこし おちょうしもの
233 24 3 약간 우쭐쟁이임
234 24 4 有點容易得意忘形
235 24 5 Il aime faire le pitre
236 24 6 Ist ein bisschen albern
237 24 7 Le encanta hacer payasadas
238 24 8 È una specie di buffone
239 24 9 Somewhat of a clown
240 25 24 5 11 Aime se détendre すこし お調子者
241 24 12 有点容易得意忘形
242 25 1 のんびりするのが すき
243 25 3 유유자적함을 좋아함
244 25 4 喜歡悠然自在
245 25 5 Il aime se détendre
246 25 6 Mag es, sich zu entspannen
247 25 7 Le gusta relajarse
248 25 8 Adora rilassarsi
249 25 9 Likes to relax
250 26 25 5 11 S'emporte facilement のんびりするのが 好き
251 25 12 喜欢悠然自在
252 26 1 ちのけが おおい
253 26 3 혈기가 왕성함
254 26 4 血氣方剛
255 26 5 Il s’emporte facilement
256 26 6 Ist impulsiv
257 26 7 Tiene mal genio
258 26 8 È facilmente irritabile
259 26 9 Quick tempered
260 27 26 5 11 Persévérant 血の気が 多い
261 26 12 血气方刚
262 27 1 がまん づよい
263 27 3 잘 참음
264 27 4 善於忍耐
265 27 5 Il est persévérant
266 27 6 Ist beharrlich
267 27 7 Es muy perseverante
268 27 8 È molto tenace
269 27 9 Good perseverance
270 28 27 5 11 Très particulier 我慢強い
271 27 12 善于忍耐
272 28 1 とても きちょうめん
273 28 3 매우 꼼꼼함
274 28 4 一絲不苟
275 28 5 Il est très particulier
276 28 6 Ist sehr pedantisch
277 28 7 Es muy tiquismiquis
278 28 8 È molto esigente
279 28 9 Very finicky
280 29 28 5 11 Assez entêté とても きちょうめん
281 28 12 一丝不苟
282 29 1 ちょっぴり ごうじょう
283 29 3 조금 고집통이임
284 29 4 有一點點固執
285 29 5 Il est assez entêté
286 29 6 Ist dickköpfig
287 29 7 Es un poco cabezota
288 29 8 È un po’ testardo
289 29 9 Somewhat stubborn
290 30 29 5 11 Fuit rapidement ちょっぴり 強情
291 29 12 有一点点固执
292 30 1 にげるのが はやい
293 30 3 도망에는 선수임
294 30 4 逃得快
295 30 5 Il fuit rapidement
296 30 6 Flüchtet schnell
297 30 7 Huye rápido
298 30 8 Sa fuggire velocemente
299 30 9 Quick to flee
300 30 11 逃げるのが はやい
301 30 12 逃得快

View File

@ -1,39 +1,77 @@
episode_id,local_language_id,name
1,7,La Leyenda de Ransei
1,9,The Legend of Ransei
2,7,El Camino hacia la Conquista
2,9,The Road to Conquest
3,7,Felices por Siempre
3,9,Happily Ever After
4,7,El Peso de la Paz
4,9,The Burden of Peace
5,7,El Camino del Guerrero
5,9,The Way of the Warrior
6,7,La Alegría de la Batalla
6,9,The Joy of Battle
7,7,Orgullo y Precocidad
7,9,Pride and Precociousness
8,7,Determinación Trágica
8,9,Tragic Determination
9,7,Un Manto de Oscuridad
9,9,A Shroud of Darkness
10,7,No Vale la Pena Pelear por... 1
10,9,Not Worth Fighting Over... 1
11,7,Enseñándoles una Lección
11,9,Teaching Them a Lesson
12,7,El Genio Renuente
12,9,The Reluctant Genius
13,7,El Guerrero Incomparable
13,9,The Unparalleled Warrior
14,7,Un Ninja entre Ninjas
14,9,A Ninja amongst Ninjas
15,7,Archienemigos
15,9,Archenemies
16,7,¡Tiempo para la Batalla!
16,9,Time for Battle!
17,7,Tierra de Amor y Honradez
17,9,Land of Love and Righteousness
18,7,El Amor es un Campo de Batalla
18,9,Love is a Battlefield
19,7,La Apuesta Final
19,9,The Final Gamble
20,7,Soplando en el Viento
20,9,Blowing in the Wind
21,7,Belleza Legendaria de Ransei
21,9,Ransei's Legendary Beauty
22,7,Todo Crece
22,9,All Grown Up
23,7,El Rebelde
23,9,The Rebel
24,7,Eso que el Querido Sostiene
24,9,That Which He Holds Dear
25,7,No Vale la Pena Pelear por... 2
25,9,Not Worth Fighting Over... 2
26,7,La Rosa de Ransei
26,9,The Rose of Ransei
27,7,La Misión del Visionario
27,9,The Visionary's Quest
28,7,Gracia y Belleza
28,9,Grace and Beauty
29,7,Pokémari y Yo
29,9,Pokémari and Me
30,7,El Sueño del Dragón
30,9,The Dragon's Dream
31,7,Dejando Abajo los Libros
31,9,Putting the Books Down
32,7,Una Cita con el Destino
32,9,A Date with Destiny
33,7,Esta va para mis Fans
33,9,This One Goes Out to My Fans
34,7,Simplemente lo Mejor
34,9,Simply the Best
35,7,No Vale la Pena Pelear por... 3
35,9,Not Worth Fighting Over... 3
36,7,Belleza Destino de Nacimiento
36,9,A Fate Born of Beauty
37,7,El Sendero del Espíritu Libre
37,9,The Free Spirit's Path
38,7,Dos Héroes de Ransei
38,9,Two Heroes of Ransei

1 episode_id local_language_id name
2 1 7 La Leyenda de Ransei
3 1 9 The Legend of Ransei
4 2 7 El Camino hacia la Conquista
5 2 9 The Road to Conquest
6 3 7 Felices por Siempre
7 3 9 Happily Ever After
8 4 7 El Peso de la Paz
9 4 9 The Burden of Peace
10 5 7 El Camino del Guerrero
11 5 9 The Way of the Warrior
12 6 7 La Alegría de la Batalla
13 6 9 The Joy of Battle
14 7 7 Orgullo y Precocidad
15 7 9 Pride and Precociousness
16 8 7 Determinación Trágica
17 8 9 Tragic Determination
18 9 7 Un Manto de Oscuridad
19 9 9 A Shroud of Darkness
20 10 7 No Vale la Pena Pelear por... 1
21 10 9 Not Worth Fighting Over... 1
22 11 7 Enseñándoles una Lección
23 11 9 Teaching Them a Lesson
24 12 7 El Genio Renuente
25 12 9 The Reluctant Genius
26 13 7 El Guerrero Incomparable
27 13 9 The Unparalleled Warrior
28 14 7 Un Ninja entre Ninjas
29 14 9 A Ninja amongst Ninjas
30 15 7 Archienemigos
31 15 9 Archenemies
32 16 7 ¡Tiempo para la Batalla!
33 16 9 Time for Battle!
34 17 7 Tierra de Amor y Honradez
35 17 9 Land of Love and Righteousness
36 18 7 El Amor es un Campo de Batalla
37 18 9 Love is a Battlefield
38 19 7 La Apuesta Final
39 19 9 The Final Gamble
40 20 7 Soplando en el Viento
41 20 9 Blowing in the Wind
42 21 7 Belleza Legendaria de Ransei
43 21 9 Ransei's Legendary Beauty
44 22 7 Todo Crece
45 22 9 All Grown Up
46 23 7 El Rebelde
47 23 9 The Rebel
48 24 7 Eso que el Querido Sostiene
49 24 9 That Which He Holds Dear
50 25 7 No Vale la Pena Pelear por... 2
51 25 9 Not Worth Fighting Over... 2
52 26 7 La Rosa de Ransei
53 26 9 The Rose of Ransei
54 27 7 La Misión del Visionario
55 27 9 The Visionary's Quest
56 28 7 Gracia y Belleza
57 28 9 Grace and Beauty
58 29 7 Pokémari y Yo
59 29 9 Pokémari and Me
60 30 7 El Sueño del Dragón
61 30 9 The Dragon's Dream
62 31 7 Dejando Abajo los Libros
63 31 9 Putting the Books Down
64 32 7 Una Cita con el Destino
65 32 9 A Date with Destiny
66 33 7 Esta va para mis Fans
67 33 9 This One Goes Out to My Fans
68 34 7 Simplemente lo Mejor
69 34 9 Simply the Best
70 35 7 No Vale la Pena Pelear por... 3
71 35 9 Not Worth Fighting Over... 3
72 36 7 Belleza Destino de Nacimiento
73 36 9 A Fate Born of Beauty
74 37 7 El Sendero del Espíritu Libre
75 37 9 The Free Spirit's Path
76 38 7 Dos Héroes de Ransei
77 38 9 Two Heroes of Ransei

View File

@ -1,7 +1,13 @@
conquest_stat_id,local_language_id,name
1,7,PS
1,9,HP
2,7,Ataque
2,9,Attack
3,7,Defensa
3,9,Defense
4,7,Velocidad
4,9,Speed
5,7,Rango
5,9,Range
6,7,Energía
6,9,Energy

1 conquest_stat_id local_language_id name
2 1 7 PS
3 1 9 HP
4 2 7 Ataque
5 2 9 Attack
6 3 7 Defensa
7 3 9 Defense
8 4 7 Velocidad
9 4 9 Speed
10 5 7 Rango
11 5 9 Range
12 6 7 Energía
13 6 9 Energy

View File

@ -1,6 +1,6 @@
first_move_id,second_move_id
1,3
1,29
1,21
1,185
7,8
7,9
@ -37,7 +37,6 @@ first_move_id,second_move_id
74,22
74,71
74,72
74,73
74,75
74,76
74,80
@ -45,6 +44,7 @@ first_move_id,second_move_id
74,331
74,338
74,345
81,169
82,225
82,337
82,349
@ -77,8 +77,8 @@ first_move_id,second_move_id
111,205
116,2
116,5
116,21
116,25
116,29
116,36
116,38
116,167
@ -108,8 +108,6 @@ first_move_id,second_move_id
170,66
170,136
170,223
170,276
170,329
174,180
174,194
174,212
@ -132,10 +130,8 @@ first_move_id,second_move_id
199,276
201,28
201,189
201,300
201,311
201,328
201,341
203,175
203,179
203,194
@ -155,17 +151,18 @@ first_move_id,second_move_id
230,77
230,78
230,79
240,3
240,55
240,56
240,57
240,61
240,87
240,110
240,127
240,128
240,145
240,152
240,190
240,250
240,291
240,308
240,311
@ -174,7 +171,6 @@ first_move_id,second_move_id
240,346
240,352
241,7
241,27
241,52
241,53
241,76
@ -186,6 +182,7 @@ first_move_id,second_move_id
241,235
241,236
241,257
241,261
241,284
241,299
241,307
@ -198,22 +195,14 @@ first_move_id,second_move_id
252,292
254,255
254,256
258,58
258,59
258,62
258,114
258,181
258,196
258,301
258,311
258,329
258,333
268,9
268,84
268,85
268,86
268,87
268,192
268,209
268,344
268,351

1 first_move_id second_move_id
2 1 3
3 1 29 21
4 1 185
5 7 8
6 7 9
37 74 22
38 74 71
39 74 72
74 73
40 74 75
41 74 76
42 74 80
44 74 331
45 74 338
46 74 345
47 81 169
48 82 225
49 82 337
50 82 349
77 111 205
78 116 2
79 116 5
116 21
80 116 25
81 116 29
82 116 36
83 116 38
84 116 167
108 170 66
109 170 136
110 170 223
170 276
170 329
111 174 180
112 174 194
113 174 212
130 199 276
131 201 28
132 201 189
201 300
133 201 311
134 201 328
201 341
135 203 175
136 203 179
137 203 194
151 230 77
152 230 78
153 230 79
240 3
154 240 55
155 240 56
156 240 57
157 240 61
158 240 87
159 240 110
160 240 127
161 240 128
162 240 145
163 240 152
164 240 190
165 240 250
166 240 291
167 240 308
168 240 311
171 240 346
172 240 352
173 241 7
241 27
174 241 52
175 241 53
176 241 76
182 241 235
183 241 236
184 241 257
185 241 261
186 241 284
187 241 299
188 241 307
195 252 292
196 254 255
197 254 256
258 58
198 258 59
258 62
258 114
199 258 181
258 196
258 301
200 258 311
258 329
258 333
201 268 9
202 268 84
203 268 85
204 268 86
205 268 87
268 192
206 268 209
207 268 344
208 268 351

View File

@ -1,89 +1,104 @@
egg_group_id,local_language_id,name
1,1,かいじゅう
1,3,괴수
1,5,Monstrueux
1,6,Monster
1,7,Monstruo
1,8,Mostro
1,9,Monster
2,1,すいちゅう1
2,3,수중 1
2,5,Aquatique 1
2,6,Wasser 1
2,7,Agua 1
2,8,Acqua 1
2,9,Water 1
3,1,むし
3,3,벌레
3,5,Insectoïde
3,6,Käfer
3,7,Bicho
3,8,Coleottero
3,9,Bug
4,1,ひこう
4,3,비행
4,5,Aérien
4,6,Flug
4,7,Volador
4,8,Volante
4,9,Flying
5,1,りくじょう
5,3,육상
5,5,Terrestre
5,6,Feld
5,7,Campo
5,8,Campo
5,9,Field
6,1,ようせい
6,3,요정
6,5,Féerique
6,6,Fee
6,7,Hada
6,8,Magico
6,9,Fairy
7,1,しょくぶつ
7,3,식물
7,5,Végétal
7,6,Pflanze
7,7,Planta
7,8,Erba
7,9,Grass
8,1,ひとがた
8,3,인간형
8,5,Humanoïde
8,6,Humanotyp
8,7,Humanoide
8,8,Umanoide
8,9,Human-Like
9,1,すいちゅう3
9,3,수중 3
9,5,Aquatique 3
9,6,Wasser 3
9,7,Agua 3
9,8,Acqua 3
9,9,Water 3
10,1,こうぶつ
10,3,광물
10,5,Minéral
10,6,Mineral
10,7,Mineral
10,8,Minerale
10,9,Mineral
11,1,ふていけい
11,3,부정형
11,5,Amorphe
11,6,Amorph
11,7,Amorfo
11,8,Amorfo
11,9,Amorphous
12,1,すいちゅう2
12,3,수중 2
12,5,Aquatique 2
12,6,Wasser 2
12,7,Agua 2
12,8,Acqua 2
12,9,Water 2
13,1,メタモン
13,3,메타몽
13,5,Métamorph
13,6,Ditto
13,7,Ditto
13,8,Ditto
13,9,Ditto
14,1,ドラゴン
14,3,드래곤
14,5,Draconique
14,6,Drache
14,7,Dragón
14,8,Drago
14,9,Dragon
15,1,タマゴみはっけん
15,3,알미발견
15,5,Inconnu
15,6,Unbekannt
15,7,Desconocido

1 egg_group_id local_language_id name
2 1 1 かいじゅう
3 1 3 괴수
4 1 5 Monstrueux
5 1 6 Monster
6 1 7 Monstruo
7 1 8 Mostro
8 1 9 Monster
9 2 1 すいちゅう1
10 2 3 수중 1
11 2 5 Aquatique 1
12 2 6 Wasser 1
13 2 7 Agua 1
14 2 8 Acqua 1
15 2 9 Water 1
16 3 1 むし
17 3 3 벌레
18 3 5 Insectoïde
19 3 6 Käfer
20 3 7 Bicho
21 3 8 Coleottero
22 3 9 Bug
23 4 1 ひこう
24 4 3 비행
25 4 5 Aérien
26 4 6 Flug
27 4 7 Volador
28 4 8 Volante
29 4 9 Flying
30 5 1 りくじょう
31 5 3 육상
32 5 5 Terrestre
33 5 6 Feld
34 5 7 Campo
35 5 8 Campo
36 5 9 Field
37 6 1 ようせい
38 6 3 요정
39 6 5 Féerique
40 6 6 Fee
41 6 7 Hada
42 6 8 Magico
43 6 9 Fairy
44 7 1 しょくぶつ
45 7 3 식물
46 7 5 Végétal
47 7 6 Pflanze
48 7 7 Planta
49 7 8 Erba
50 7 9 Grass
51 8 1 ひとがた
52 8 3 인간형
53 8 5 Humanoïde
54 8 6 Humanotyp
55 8 7 Humanoide
56 8 8 Umanoide
57 8 9 Human-Like
58 9 1 すいちゅう3
59 9 3 수중 3
60 9 5 Aquatique 3
61 9 6 Wasser 3
62 9 7 Agua 3
63 9 8 Acqua 3
64 9 9 Water 3
65 10 1 こうぶつ
66 10 3 광물
67 10 5 Minéral
68 10 6 Mineral
69 10 7 Mineral
70 10 8 Minerale
71 10 9 Mineral
72 11 1 ふていけい
73 11 3 부정형
74 11 5 Amorphe
75 11 6 Amorph
76 11 7 Amorfo
77 11 8 Amorfo
78 11 9 Amorphous
79 12 1 すいちゅう2
80 12 3 수중 2
81 12 5 Aquatique 2
82 12 6 Wasser 2
83 12 7 Agua 2
84 12 8 Acqua 2
85 12 9 Water 2
86 13 1 メタモン
87 13 3 메타몽
88 13 5 Métamorph
89 13 6 Ditto
90 13 7 Ditto
91 13 8 Ditto
92 13 9 Ditto
93 14 1 ドラゴン
94 14 3 드래곤
95 14 5 Draconique
96 14 6 Drache
97 14 7 Dragón
98 14 8 Drago
99 14 9 Dragon
100 15 1 タマゴみはっけん
101 15 3 알미발견
102 15 5 Inconnu
103 15 6 Unbekannt
104 15 7 Desconocido

File diff suppressed because it is too large Load Diff

View File

@ -33,3 +33,5 @@ encounter_method_id,local_language_id,name
16,9,Walking in red flowers
17,6,Auf unwegsamen Gelände laufen
17,9,Walking on rough terrain
18,9,Receive as a gift
19,9,Receive egg as a gift

1 encounter_method_id local_language_id name
33 16 9 Walking in red flowers
34 17 6 Auf unwegsamen Gelände laufen
35 17 9 Walking on rough terrain
36 18 9 Receive as a gift
37 19 9 Receive egg as a gift

View File

@ -16,3 +16,5 @@ id,identifier,order
15,purple-flowers,7
16,red-flowers,8
17,rough-terrain,9
18,gift,18
19,gift-egg,19

1 id identifier order
16 15 purple-flowers 7
17 16 red-flowers 8
18 17 rough-terrain 9
19 18 gift 18
20 19 gift-egg 19

View File

@ -488,3 +488,74 @@ id,version_group_id,encounter_method_id,slot,rarity
487,15,4,0,60
488,15,4,1,35
489,15,4,2,5
490,1,18,,100
491,2,18,,100
492,3,18,,100
493,4,18,,100
494,5,18,,100
495,6,18,,100
496,7,18,,100
497,8,18,,100
498,9,18,,100
499,10,18,,100
500,11,18,,100
501,14,18,,100
502,15,18,,100
503,16,18,,100
504,3,19,,100
505,4,19,,100
506,5,19,,100
507,6,19,,100
508,7,19,,100
509,8,19,,100
510,9,19,,100
511,10,19,,100
512,11,19,,100
513,14,19,,100
514,16,19,,100
515,3,1,1,30
516,3,1,2,30
517,3,1,3,20
518,3,1,4,10
519,3,1,5,5
520,3,1,6,4
521,3,1,7,1
522,3,2,1,70
523,3,2,2,15
524,3,2,3,15
525,3,3,1,35
526,3,3,2,35
527,3,3,3,20
528,3,3,4,10
529,3,4,1,40
530,3,4,2,30
531,3,4,3,20
532,3,4,4,10
533,3,5,1,60
534,3,5,2,30
535,3,5,3,10
536,3,6,1,90
537,3,6,2,10
538,4,1,1,30
539,4,1,2,30
540,4,1,3,20
541,4,1,4,10
542,4,1,5,5
543,4,1,6,4
544,4,1,7,1
545,4,2,1,70
546,4,2,2,15
547,4,2,3,15
548,4,3,1,35
549,4,3,2,35
550,4,3,3,20
551,4,3,4,10
552,4,4,1,40
553,4,4,2,30
554,4,4,3,20
555,4,4,4,10
556,4,5,1,60
557,4,5,2,30
558,4,5,3,10
559,4,6,1,90
560,4,6,2,10

1 id version_group_id encounter_method_id slot rarity
488 487 15 4 0 60
489 488 15 4 1 35
490 489 15 4 2 5
491 490 1 18 100
492 491 2 18 100
493 492 3 18 100
494 493 4 18 100
495 494 5 18 100
496 495 6 18 100
497 496 7 18 100
498 497 8 18 100
499 498 9 18 100
500 499 10 18 100
501 500 11 18 100
502 501 14 18 100
503 502 15 18 100
504 503 16 18 100
505 504 3 19 100
506 505 4 19 100
507 506 5 19 100
508 507 6 19 100
509 508 7 19 100
510 509 8 19 100
511 510 9 19 100
512 511 10 19 100
513 512 11 19 100
514 513 14 19 100
515 514 16 19 100
516 515 3 1 1 30
517 516 3 1 2 30
518 517 3 1 3 20
519 518 3 1 4 10
520 519 3 1 5 5
521 520 3 1 6 4
522 521 3 1 7 1
523 522 3 2 1 70
524 523 3 2 2 15
525 524 3 2 3 15
526 525 3 3 1 35
527 526 3 3 2 35
528 527 3 3 3 20
529 528 3 3 4 10
530 529 3 4 1 40
531 530 3 4 2 30
532 531 3 4 3 20
533 532 3 4 4 10
534 533 3 5 1 60
535 534 3 5 2 30
536 535 3 5 3 10
537 536 3 6 1 90
538 537 3 6 2 10
539 538 4 1 1 30
540 539 4 1 2 30
541 540 4 1 3 20
542 541 4 1 4 10
543 542 4 1 5 5
544 543 4 1 6 4
545 544 4 1 7 1
546 545 4 2 1 70
547 546 4 2 2 15
548 547 4 2 3 15
549 548 4 3 1 35
550 549 4 3 2 35
551 550 4 3 3 20
552 551 4 3 4 10
553 552 4 4 1 40
554 553 4 4 2 30
555 554 4 4 3 20
556 555 4 4 4 10
557 556 4 5 1 60
558 557 4 5 2 30
559 558 4 5 3 10
560 559 4 6 1 90
561 560 4 6 2 10

File diff suppressed because it is too large Load Diff

View File

@ -414,3 +414,56 @@ id,baby_trigger_item_id
421,
422,
423,
424,
425,
426,
427,
428,
429,
430,
431,
432,
433,
434,
435,
436,
437,
438,
439,
440,
441,
442,
443,
444,
445,
446,
447,
448,
449,
450,
451,
452,
453,
454,
455,
456,
457,
458,
459,
460,
461,
462,
463,
464,
465,
466,
467,
468,
469,
470,
471,
472,
473,
474,
475,
476,

1 id baby_trigger_item_id
414 421
415 422
416 423
417 424
418 425
419 426
420 427
421 428
422 429
423 430
424 431
425 432
426 433
427 434
428 435
429 436
430 437
431 438
432 439
433 440
434 441
435 442
436 443
437 444
438 445
439 446
440 447
441 448
442 449
443 450
444 451
445 452
446 453
447 454
448 455
449 456
450 457
451 458
452 459
453 460
454 461
455 462
456 463
457 464
458 465
459 466
460 467
461 468
462 469
463 470
464 471
465 472
466 473
467 474
468 475
469 476

View File

@ -11,3 +11,8 @@ evolution_trigger_id,local_language_id,name
4,5,Place dans l'équipe et une Poké Ball
4,6,Platz im Team und ein Pokéball
4,9,Shed
5,9,Spin
6,9,Train in the Tower of Darkness
7,9,Train in the Tower of Waters
8,9,Land three critical hits in a battle
9,9,Go somewhere after taking damage

1 evolution_trigger_id local_language_id name
11 4 5 Place dans l'équipe et une Poké Ball
12 4 6 Platz im Team und ein Pokéball
13 4 9 Shed
14 5 9 Spin
15 6 9 Train in the Tower of Darkness
16 7 9 Train in the Tower of Waters
17 8 9 Land three critical hits in a battle
18 9 9 Go somewhere after taking damage

View File

@ -3,3 +3,8 @@ id,identifier
2,trade
3,use-item
4,shed
5,spin
6,tower-of-darkness
7,tower-of-waters
8,three-critical-hits
9,take-damage

1 id identifier
3 2 trade
4 3 use-item
5 4 shed
6 5 spin
7 6 tower-of-darkness
8 7 tower-of-waters
9 8 three-critical-hits
10 9 take-damage

View File

@ -1,19 +1,51 @@
generation_id,local_language_id,name
1,1,だいいちせだい
1,3,1세대
1,5,Génération I
1,6,Generation I
1,7,Generación I
1,9,Generation I
1,11,第一世代
2,1,だいにせだい
2,3,2세대
2,5,Génération II
2,6,Generation II
2,7,Generación II
2,9,Generation II
2,11,第二世代
3,1,だいさんせだい
3,3,3세대
3,5,Génération III
3,6,Generation III
3,7,Generación III
3,9,Generation III
3,11,第三世代
4,1,だいよんせだい
4,3,4세대
4,5,Génération IV
4,6,Generation IV
4,7,Generación IV
4,9,Generation IV
4,11,第四世代
5,1,だいごせだい
5,3,5세대
5,5,Génération V
5,6,Generation V
5,7,Generación V
5,9,Generation V
5,11,第五世代
6,1,だいろくせだい
6,3,6세대
6,5,Génération VI
6,6,Generation VI
6,7,Generación VI
6,9,Generation VI
6,11,第六世代
7,1,だいななせだい
7,3,7세대
7,5,Génération VII
7,6,Generation VII
7,7,Generación VII
7,9,Generation VII
7,11,第七世代
8,9,Generation VIII

1 generation_id local_language_id name
2 1 1 だいいちせだい
3 1 3 1세대
4 1 5 Génération I
5 1 6 Generation I
6 1 7 Generación I
7 1 9 Generation I
8 1 11 第一世代
9 2 1 だいにせだい
10 2 3 2세대
11 2 5 Génération II
12 2 6 Generation II
13 2 7 Generación II
14 2 9 Generation II
15 2 11 第二世代
16 3 1 だいさんせだい
17 3 3 3세대
18 3 5 Génération III
19 3 6 Generation III
20 3 7 Generación III
21 3 9 Generation III
22 3 11 第三世代
23 4 1 だいよんせだい
24 4 3 4세대
25 4 5 Génération IV
26 4 6 Generation IV
27 4 7 Generación IV
28 4 9 Generation IV
29 4 11 第四世代
30 5 1 だいごせだい
31 5 3 5세대
32 5 5 Génération V
33 5 6 Generation V
34 5 7 Generación V
35 5 9 Generation V
36 5 11 第五世代
37 6 1 だいろくせだい
38 6 3 6세대
39 6 5 Génération VI
40 6 6 Generation VI
41 6 7 Generación VI
42 6 9 Generation VI
43 6 11 第六世代
44 7 1 だいななせだい
45 7 3 7세대
46 7 5 Génération VII
47 7 6 Generation VII
48 7 7 Generación VII
49 7 9 Generation VII
50 7 11 第七世代
51 8 9 Generation VIII

View File

@ -5,4 +5,5 @@ id,main_region_id,identifier
4,4,generation-iv
5,5,generation-v
6,6,generation-vi
7,7,sun-moon
7,7,generation-vii
8,8,generation-viii

1 id main_region_id identifier
5 4 4 generation-iv
6 5 5 generation-v
7 6 6 generation-vi
8 7 7 sun-moon generation-vii
9 8 8 generation-viii

View File

@ -44,3 +44,8 @@ id,pocket_id,identifier
44,1,mega-stones
45,1,memories
46,8,z-crystals
47,1,species-candies
48,5,catching-bonus
49,1,dynamax-crystals
50,2,nature-mints
51,1,curry-ingredients

1 id pocket_id identifier
44 44 1 mega-stones
45 45 1 memories
46 46 8 z-crystals
47 47 1 species-candies
48 48 5 catching-bonus
49 49 1 dynamax-crystals
50 50 2 nature-mints
51 51 1 curry-ingredients

View File

@ -44,3 +44,8 @@ item_category_id,local_language_id,name
44,9,Mega Stones
45,9,Memories
46,9,Z-Crystals
47,9,Species candies
48,9,Catching bonus
49,9,Dynamax crystals
50,9,Nature mints
51,9,Curry ingredients

1 item_category_id local_language_id name
44 44 9 Mega Stones
45 45 9 Memories
46 46 9 Z-Crystals
47 47 9 Species candies
48 48 9 Catching bonus
49 49 9 Dynamax crystals
50 50 9 Nature mints
51 51 9 Curry ingredients

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,25 @@
item_pocket_id,local_language_id,name
1,5,Objets
1,7,Objetos
1,9,Items
2,5,Médicaments
2,7,Medicinas
2,9,Medicine
3,5,Balls
3,7,Bolas
3,9,Poké Balls
4,5,CT & CS
4,7,MT y MO
4,9,TMs and HMs
5,5,Baies
5,7,Bayas
5,9,Berries
6,5,Lettres
6,7,Correo
6,9,Mail
7,5,Objets de combat
7,7,Objetos de combate
7,9,Battle Items
8,5,Object rares
8,7,Objetos clave
8,9,Key Items

1 item_pocket_id local_language_id name
2 1 5 Objets
3 1 7 Objetos
4 1 9 Items
5 2 5 Médicaments
6 2 7 Medicinas
7 2 9 Medicine
8 3 5 Balls
9 3 7 Bolas
10 3 9 Poké Balls
11 4 5 CT & CS
12 4 7 MT y MO
13 4 9 TMs and HMs
14 5 5 Baies
15 5 7 Bayas
16 5 9 Berries
17 6 5 Lettres
18 6 7 Correo
19 6 9 Mail
20 7 5 Objets de combat
21 7 7 Objetos de combate
22 7 9 Battle Items
23 8 5 Object rares
24 8 7 Objetos clave
25 8 9 Key Items

View File

@ -1432,3 +1432,90 @@ This item can only be obtained or used via the Wonder Launcher."
916,9,Held: Changes Silvally to its Dragon form. Changes Multi-Attack's type to Dragon.,Held: Changes Silvally to its Dragon form. Changes Multi-Attack's type to Dragon.
917,9,Held: Changes Silvally to its Dark form. Changes Multi-Attack's type to Dark.,Held: Changes Silvally to its Dark form. Changes Multi-Attack's type to Dark.
918,9,Held: Changes Silvally to its Fairy form. Changes Multi-Attack's type to Fairy.,Held: Changes Silvally to its Fairy form. Changes Multi-Attack's type to Fairy.
919,9,XXX new effect for bike--green,XXX new effect for bike--green
920,9,XXX new effect for storage-key--galactic-warehouse,XXX new effect for storage-key--galactic-warehouse
921,9,XXX new effect for basement-key--goldenrod,XXX new effect for basement-key--goldenrod
922,9,XXX new effect for xtranceiver--red,XXX new effect for xtranceiver--red
923,9,XXX new effect for xtranceiver--yellow,XXX new effect for xtranceiver--yellow
924,9,XXX new effect for dna-splicers--merge,XXX new effect for dna-splicers--merge
925,9,XXX new effect for dna-splicers--split,XXX new effect for dna-splicers--split
926,9,XXX new effect for dropped-item--red,XXX new effect for dropped-item--red
927,9,XXX new effect for dropped-item--yellow,XXX new effect for dropped-item--yellow
928,9,XXX new effect for holo-caster--green,XXX new effect for holo-caster--green
929,9,XXX new effect for bike--yellow,XXX new effect for bike--yellow
930,9,XXX new effect for holo-caster--red,XXX new effect for holo-caster--red
931,9,XXX new effect for basement-key--new-mauville,XXX new effect for basement-key--new-mauville
932,9,XXX new effect for storage-key--sea-mauville,XXX new effect for storage-key--sea-mauville
933,9,XXX new effect for ss-ticket--hoenn,XXX new effect for ss-ticket--hoenn
934,9,XXX new effect for contest-costume--dress,XXX new effect for contest-costume--dress
935,9,XXX new effect for meteorite--2,XXX new effect for meteorite--2
936,9,XXX new effect for meteorite--3,XXX new effect for meteorite--3
937,9,XXX new effect for meteorite--4,XXX new effect for meteorite--4
938,9,XXX new effect for normalium-z--bag,XXX new effect for normalium-z--bag
939,9,XXX new effect for firium-z--bag,XXX new effect for firium-z--bag
940,9,XXX new effect for waterium-z--bag,XXX new effect for waterium-z--bag
941,9,XXX new effect for electrium-z--bag,XXX new effect for electrium-z--bag
942,9,XXX new effect for grassium-z--bag,XXX new effect for grassium-z--bag
943,9,XXX new effect for icium-z--bag,XXX new effect for icium-z--bag
944,9,XXX new effect for fightinium-z--bag,XXX new effect for fightinium-z--bag
945,9,XXX new effect for poisonium-z--bag,XXX new effect for poisonium-z--bag
946,9,XXX new effect for groundium-z--bag,XXX new effect for groundium-z--bag
947,9,XXX new effect for flyinium-z--bag,XXX new effect for flyinium-z--bag
948,9,XXX new effect for psychium-z--bag,XXX new effect for psychium-z--bag
949,9,XXX new effect for buginium-z--bag,XXX new effect for buginium-z--bag
950,9,XXX new effect for rockium-z--bag,XXX new effect for rockium-z--bag
951,9,XXX new effect for ghostium-z--bag,XXX new effect for ghostium-z--bag
952,9,XXX new effect for dragonium-z--bag,XXX new effect for dragonium-z--bag
953,9,XXX new effect for darkinium-z--bag,XXX new effect for darkinium-z--bag
954,9,XXX new effect for steelium-z--bag,XXX new effect for steelium-z--bag
955,9,XXX new effect for fairium-z--bag,XXX new effect for fairium-z--bag
956,9,XXX new effect for pikanium-z--bag,XXX new effect for pikanium-z--bag
957,9,XXX new effect for decidium-z--bag,XXX new effect for decidium-z--bag
958,9,XXX new effect for incinium-z--bag,XXX new effect for incinium-z--bag
959,9,XXX new effect for primarium-z--bag,XXX new effect for primarium-z--bag
960,9,XXX new effect for tapunium-z--bag,XXX new effect for tapunium-z--bag
961,9,XXX new effect for marshadium-z--bag,XXX new effect for marshadium-z--bag
962,9,XXX new effect for aloraichium-z--bag,XXX new effect for aloraichium-z--bag
963,9,XXX new effect for snorlium-z--bag,XXX new effect for snorlium-z--bag
964,9,XXX new effect for eevium-z--bag,XXX new effect for eevium-z--bag
965,9,XXX new effect for mewnium-z--bag,XXX new effect for mewnium-z--bag
966,9,XXX new effect for pikashunium-z--bag,XXX new effect for pikashunium-z--bag
967,9,XXX new effect for solganium-z--held,XXX new effect for solganium-z--held
968,9,XXX new effect for lunalium-z--held,XXX new effect for lunalium-z--held
969,9,XXX new effect for ultranecrozium-z--held,XXX new effect for ultranecrozium-z--held
970,9,XXX new effect for mimikium-z--held,XXX new effect for mimikium-z--held
971,9,XXX new effect for lycanium-z--held,XXX new effect for lycanium-z--held
972,9,XXX new effect for kommonium-z--held,XXX new effect for kommonium-z--held
973,9,XXX new effect for solganium-z--bag,XXX new effect for solganium-z--bag
974,9,XXX new effect for lunalium-z--bag,XXX new effect for lunalium-z--bag
975,9,XXX new effect for ultranecrozium-z--bag,XXX new effect for ultranecrozium-z--bag
976,9,XXX new effect for mimikium-z--bag,XXX new effect for mimikium-z--bag
977,9,XXX new effect for lycanium-z--bag,XXX new effect for lycanium-z--bag
978,9,XXX new effect for kommonium-z--bag,XXX new effect for kommonium-z--bag
979,9,XXX new effect for z-power-ring,XXX new effect for z-power-ring
980,9,XXX new effect for pink-petal,XXX new effect for pink-petal
981,9,XXX new effect for orange-petal,XXX new effect for orange-petal
982,9,XXX new effect for blue-petal,XXX new effect for blue-petal
983,9,XXX new effect for red-petal,XXX new effect for red-petal
984,9,XXX new effect for green-petal,XXX new effect for green-petal
985,9,XXX new effect for yellow-petal,XXX new effect for yellow-petal
986,9,XXX new effect for purple-petal,XXX new effect for purple-petal
987,9,XXX new effect for rainbow-flower,XXX new effect for rainbow-flower
988,9,XXX new effect for surge-badge,XXX new effect for surge-badge
989,9,XXX new effect for n-solarizer--merge,XXX new effect for n-solarizer--merge
990,9,XXX new effect for n-lunarizer--merge,XXX new effect for n-lunarizer--merge
991,9,XXX new effect for n-solarizer--split,XXX new effect for n-solarizer--split
992,9,XXX new effect for n-lunarizer--split,XXX new effect for n-lunarizer--split
993,9,XXX new effect for ilimas-normalium-z,XXX new effect for ilimas-normalium-z
994,9,XXX new effect for left-poke-ball,XXX new effect for left-poke-ball
995,9,XXX new effect for roto-hatch,XXX new effect for roto-hatch
996,9,XXX new effect for roto-bargain,XXX new effect for roto-bargain
997,9,XXX new effect for roto-prize-money,XXX new effect for roto-prize-money
998,9,XXX new effect for roto-exp-points,XXX new effect for roto-exp-points
999,9,XXX new effect for roto-friendship,XXX new effect for roto-friendship
1000,9,XXX new effect for roto-encounter,XXX new effect for roto-encounter
1001,9,XXX new effect for roto-stealth,XXX new effect for roto-stealth
1002,9,XXX new effect for roto-hp-restore,XXX new effect for roto-hp-restore
1003,9,XXX new effect for roto-pp-restore,XXX new effect for roto-pp-restore
1004,9,XXX new effect for roto-boost,XXX new effect for roto-boost
1005,9,XXX new effect for roto-catch,XXX new effect for roto-catch

1 item_id local_language_id short_effect effect
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521

File diff suppressed because it is too large Load Diff

View File

@ -1,41 +1,60 @@
language_id,local_language_id,name
1,1,日本語
1,3,일본어
1,5,Japonais
1,6,Japanisch
1,7,Japonés
1,9,Japanese
2,1,正式ローマジ
2,3,정식 로마자
2,5,Romaji
2,6,Rōmaji
2,9,Official roomaji
3,1,韓国語
3,3,한국어
3,5,Coréen
3,6,Koreanisch
3,7,Coreano
3,9,Korean
4,1,中国語
4,3,중국어
4,5,Chinois
4,6,Chinesisch
4,7,Chino
4,9,Chinese
5,1,フランス語
5,3,프랑스어
5,5,Français
5,6,Französisch
5,7,Francés
5,9,French
6,1,ドイツ語
6,3,도이치어
6,5,Allemand
6,6,Deutsch
6,7,Alemán
6,9,German
7,1,西語
7,3,스페인어
7,5,Espagnol
7,6,Spanisch
7,7,Español
7,9,Spanish
8,1,伊語
8,3,이탈리아어
8,5,Italien
8,6,Italienisch
8,7,Italiano
8,9,Italian
9,1,英語
9,3,영어
9,5,Anglais
9,6,Englisch
9,7,Inglés
9,9,English
10,1,チェコ語
10,3,체코어
10,5,Tchèque
10,6,Tschechisch
10,7,Checo
10,9,Czech

1 language_id local_language_id name
2 1 1 日本語
3 1 3 일본어
4 1 5 Japonais
5 1 6 Japanisch
6 1 7 Japonés
7 1 9 Japanese
8 2 1 正式ローマジ
9 2 3 정식 로마자
10 2 5 Romaji
11 2 6 Rōmaji
12 2 9 Official roomaji
13 3 1 韓国語
14 3 3 한국어
15 3 5 Coréen
16 3 6 Koreanisch
17 3 7 Coreano
18 3 9 Korean
19 4 1 中国語
20 4 3 중국어
21 4 5 Chinois
22 4 6 Chinesisch
23 4 7 Chino
24 4 9 Chinese
25 5 1 フランス語
26 5 3 프랑스어
27 5 5 Français
28 5 6 Französisch
29 5 7 Francés
30 5 9 French
31 6 1 ドイツ語
32 6 3 도이치어
33 6 5 Allemand
34 6 6 Deutsch
35 6 7 Alemán
36 6 9 German
37 7 1 西語
38 7 3 스페인어
39 7 5 Espagnol
40 7 6 Spanisch
41 7 7 Español
42 7 9 Spanish
43 8 1 伊語
44 8 3 이탈리아어
45 8 5 Italien
46 8 6 Italienisch
47 8 7 Italiano
48 8 9 Italian
49 9 1 英語
50 9 3 영어
51 9 5 Anglais
52 9 6 Englisch
53 9 7 Inglés
54 9 9 English
55 10 1 チェコ語
56 10 3 체코어
57 10 5 Tchèque
58 10 6 Tschechisch
59 10 7 Checo
60 10 9 Czech

View File

@ -11,3 +11,4 @@ id,iso639,iso3166,identifier,official,order
10,cs,cz,cs,0,12
11,ja,jp,ja,1,2
12,zh,cn,zh-Hans,1,6
13,pt-BR,br,pt-BR,0,13

1 id iso639 iso3166 identifier official order
11 10 cs cz cs 0 12
12 11 ja jp ja 1 2
13 12 zh cn zh-Hans 1 6
14 13 pt-BR br pt-BR 0 13

View File

@ -9,18 +9,18 @@ location_area_id,local_language_id,name
8,9,
9,9,
10,9,
11,9,Route 207
11,9,1F Route 207
12,9,2F
13,9,3F
14,9,snowfall
15,9,blizzard
14,9,exterior snowfall
15,9,exterior blizzard
16,9,4F
17,9,5F
18,9,6F
19,9,7F
20,9,cave
21,9,Route 216
22,9,Route 211
17,9,4F small room
18,9,5F
19,9,6F
20,9,1F from exterior
21,9,1F Route 216
22,9,1F Route 211
23,9,B1F
24,9,Area 1
25,9,Area 2
@ -618,3 +618,35 @@ location_area_id,local_language_id,name
756,9,Unknown Area 345
757,9,Unknown Area 347
758,9,Unknown Area 348
761,9,Pokemon Center
762,9,Fighting Dojo
763,9,Celadon Mansion rooftop
764,9,Silph Co. 7F
765,9,North Gate
766,9,Bill's house
767,9,Mania's house
768,9,Weather Institute
769,9,Steven's house
770,9,
771,9,
772,9,
773,9,Kirk's house
774,9,
775,9,Game Freak HQ 1F
776,9,Weather Institute
777,9,
778,9,
779,9,
780,9,
781,9,Contest Hall
782,9,Contest Hall
783,9,Contest Hall
784,9,Contest Hall
785,9,
786,9,
787,9,
788,9,West Gate
789,9,West Gate
790,9,Poke Mart
791,9,Pokemon Center
792,9,West Gate

1 location_area_id local_language_id name
9 8 9
10 9 9
11 10 9
12 11 9 Route 207 1F Route 207
13 12 9 2F
14 13 9 3F
15 14 9 snowfall exterior snowfall
16 15 9 blizzard exterior blizzard
17 16 9 4F
18 17 9 5F 4F small room
19 18 9 6F 5F
20 19 9 7F 6F
21 20 9 cave 1F from exterior
22 21 9 Route 216 1F Route 216
23 22 9 Route 211 1F Route 211
24 23 9 B1F
25 24 9 Area 1
26 25 9 Area 2
618 756 9 Unknown Area 345
619 757 9 Unknown Area 347
620 758 9 Unknown Area 348
621 761 9 Pokemon Center
622 762 9 Fighting Dojo
623 763 9 Celadon Mansion rooftop
624 764 9 Silph Co. 7F
625 765 9 North Gate
626 766 9 Bill's house
627 767 9 Mania's house
628 768 9 Weather Institute
629 769 9 Steven's house
630 770 9
631 771 9
632 772 9
633 773 9 Kirk's house
634 774 9
635 775 9 Game Freak HQ 1F
636 776 9 Weather Institute
637 777 9
638 778 9
639 779 9
640 780 9
641 781 9 Contest Hall
642 782 9 Contest Hall
643 783 9 Contest Hall
644 784 9 Contest Hall
645 785 9
646 786 9
647 787 9
648 788 9 West Gate
649 789 9 West Gate
650 790 9 Poke Mart
651 791 9 Pokemon Center
652 792 9 West Gate

View File

@ -9,18 +9,18 @@ id,location_id,game_index,identifier
8,7,8,
9,8,9,
10,9,10,
11,10,11,route-207
11,10,11,1f-route-207
12,10,12,2f
13,10,13,3f
14,10,14,snowfall
15,10,15,blizzard
14,10,14,exterior-snowfall
15,10,15,exterior-blizzard
16,10,16,4f
17,10,17,5f
18,10,18,6f
19,10,19,7f
20,10,20,cave
21,10,21,route-216
22,10,22,route-211
17,10,17,4f-small-room
18,10,18,5f
19,10,19,6f
20,10,20,1f-from-exterior
21,10,21,1f-route-216
22,10,22,1f-route-211
23,10,23,b1f
24,11,24,area-1
25,11,25,area-2
@ -650,3 +650,35 @@ id,location_id,game_index,identifier
758,676,0,unknown-area-348
759,677,0,
760,661,0,
761,120,0,pokemon-center
762,234,0,fighting-dojo
763,67,0,celadon-mansion
764,234,0,silph-co-7f
765,229,0,north-gate
766,229,0,bills-house
767,70,0,manias-house
768,467,0,weather-institute
769,432,0,stevens-house
770,567,0,
771,169,0,
772,170,0,
773,70,0,kirks-house
774,346,0,
775,350,0,game-freak-hq-1f
776,361,0,weather-institute
777,536,0,
778,590,0,
779,599,0,
780,625,0,
781,430,0,contest-hall
782,571,0,contest-hall
783,570,0,contest-hall
784,431,0,contest-hall
785,578,0,
786,695,0,
787,569,0,
788,2,0,west-gate
789,169,0,west-gate
790,153,0,poke-mart
791,153,0,pokemon-center
792,349,0,west-gate

1 id location_id game_index identifier
9 8 7 8
10 9 8 9
11 10 9 10
12 11 10 11 route-207 1f-route-207
13 12 10 12 2f
14 13 10 13 3f
15 14 10 14 snowfall exterior-snowfall
16 15 10 15 blizzard exterior-blizzard
17 16 10 16 4f
18 17 10 17 5f 4f-small-room
19 18 10 18 6f 5f
20 19 10 19 7f 6f
21 20 10 20 cave 1f-from-exterior
22 21 10 21 route-216 1f-route-216
23 22 10 22 route-211 1f-route-211
24 23 10 23 b1f
25 24 11 24 area-1
26 25 11 25 area-2
650 758 676 0 unknown-area-348
651 759 677 0
652 760 661 0
653 761 120 0 pokemon-center
654 762 234 0 fighting-dojo
655 763 67 0 celadon-mansion
656 764 234 0 silph-co-7f
657 765 229 0 north-gate
658 766 229 0 bills-house
659 767 70 0 manias-house
660 768 467 0 weather-institute
661 769 432 0 stevens-house
662 770 567 0
663 771 169 0
664 772 170 0
665 773 70 0 kirks-house
666 774 346 0
667 775 350 0 game-freak-hq-1f
668 776 361 0 weather-institute
669 777 536 0
670 778 590 0
671 779 599 0
672 780 625 0
673 781 430 0 contest-hall
674 782 571 0 contest-hall
675 783 570 0 contest-hall
676 784 431 0 contest-hall
677 785 578 0
678 786 695 0
679 787 569 0
680 788 2 0 west-gate
681 789 169 0 west-gate
682 790 153 0 poke-mart
683 791 153 0 pokemon-center
684 792 349 0 west-gate

View File

@ -246,10 +246,12 @@ location_id,generation_id,game_index
263,4,2011
264,4,2012
264,6,2
264,7,2
265,4,3000
266,4,3001
267,4,3002
267,6,4
267,7,4
268,4,3003
269,4,3004
270,4,3005
@ -441,6 +443,62 @@ location_id,generation_id,game_index
426,5,114
427,5,115
428,5,116
429,6,184
430,6,186
431,6,194
432,6,196
433,6,198
434,6,200
435,6,272
436,6,274
437,6,280
438,6,282
439,6,286
440,6,288
441,6,290
442,6,294
443,6,296
444,6,298
445,6,300
446,6,302
448,6,316
449,6,204
450,6,206
451,6,208
452,6,210
453,6,212
454,6,214
455,6,216
456,6,218
457,6,220
458,6,222
459,6,224
460,6,226
461,6,228
462,6,230
463,6,232
464,6,234
465,6,236
466,6,238
467,6,240
468,6,242
469,6,244
470,6,246
471,6,248
472,6,250
473,6,252
474,6,254
475,6,256
476,6,258
477,6,260
478,6,262
479,6,264
480,6,266
481,6,268
482,6,270
483,6,324
484,6,174
485,6,182
531,5,117
532,5,118
533,5,119
@ -477,6 +535,24 @@ location_id,generation_id,game_index
564,5,151
565,5,152
566,5,153
567,6,170
568,6,172
569,6,176
570,6,178
571,6,180
572,6,188
573,6,190
574,6,192
576,6,284
577,6,330
578,6,320
579,6,310
580,6,312
581,6,306
582,6,278
583,6,308
584,6,276
585,6,354
587,6,6
588,6,8
589,6,9
@ -581,3 +657,112 @@ location_id,generation_id,game_index
688,6,164
689,6,166
690,6,168
691,6,202
692,6,292
693,6,304
694,6,314
695,6,318
696,6,322
697,6,326
698,6,328
699,6,332
700,6,334
701,6,336
702,6,338
703,6,340
704,6,342
705,6,344
706,6,346
707,6,348
708,6,350
709,6,352
710,7,6
711,7,8
712,7,10
713,7,12
714,7,14
715,7,16
716,7,18
717,7,20
718,7,22
719,7,24
720,7,26
721,7,28
722,7,30
723,7,34
724,7,36
725,7,38
726,7,40
727,7,42
728,7,44
729,7,46
730,7,48
731,7,50
732,7,52
733,7,54
734,7,56
735,7,58
736,7,60
737,7,62
737,7,102
738,7,64
739,7,66
740,7,68
741,7,70
742,7,72
743,7,74
744,7,76
745,7,78
746,7,82
747,7,84
748,7,86
749,7,88
750,7,90
751,7,92
752,7,94
753,7,100
754,7,104
755,7,106
756,7,108
757,7,110
758,7,112
759,7,114
760,7,116
761,7,118
762,7,120
763,7,122
764,7,124
765,7,126
766,7,128
767,7,130
768,7,132
769,7,134
770,7,136
771,7,138
772,7,140
773,7,142
774,7,144
775,7,146
776,7,148
777,7,150
778,7,152
779,7,154
780,7,156
781,7,158
782,7,160
783,7,162
784,7,164
785,7,166
786,7,168
787,7,170
788,7,172
789,7,174
790,7,176
791,7,178
792,7,180
793,7,182
794,7,184
795,7,186
796,7,188
797,7,190
798,7,192

1 location_id generation_id game_index
246 263 4 2011
247 264 4 2012
248 264 6 2
249 264 7 2
250 265 4 3000
251 266 4 3001
252 267 4 3002
253 267 6 4
254 267 7 4
255 268 4 3003
256 269 4 3004
257 270 4 3005
443 426 5 114
444 427 5 115
445 428 5 116
446 429 6 184
447 430 6 186
448 431 6 194
449 432 6 196
450 433 6 198
451 434 6 200
452 435 6 272
453 436 6 274
454 437 6 280
455 438 6 282
456 439 6 286
457 440 6 288
458 441 6 290
459 442 6 294
460 443 6 296
461 444 6 298
462 445 6 300
463 446 6 302
464 448 6 316
465 449 6 204
466 450 6 206
467 451 6 208
468 452 6 210
469 453 6 212
470 454 6 214
471 455 6 216
472 456 6 218
473 457 6 220
474 458 6 222
475 459 6 224
476 460 6 226
477 461 6 228
478 462 6 230
479 463 6 232
480 464 6 234
481 465 6 236
482 466 6 238
483 467 6 240
484 468 6 242
485 469 6 244
486 470 6 246
487 471 6 248
488 472 6 250
489 473 6 252
490 474 6 254
491 475 6 256
492 476 6 258
493 477 6 260
494 478 6 262
495 479 6 264
496 480 6 266
497 481 6 268
498 482 6 270
499 483 6 324
500 484 6 174
501 485 6 182
502 531 5 117
503 532 5 118
504 533 5 119
535 564 5 151
536 565 5 152
537 566 5 153
538 567 6 170
539 568 6 172
540 569 6 176
541 570 6 178
542 571 6 180
543 572 6 188
544 573 6 190
545 574 6 192
546 576 6 284
547 577 6 330
548 578 6 320
549 579 6 310
550 580 6 312
551 581 6 306
552 582 6 278
553 583 6 308
554 584 6 276
555 585 6 354
556 587 6 6
557 588 6 8
558 589 6 9
657 688 6 164
658 689 6 166
659 690 6 168
660 691 6 202
661 692 6 292
662 693 6 304
663 694 6 314
664 695 6 318
665 696 6 322
666 697 6 326
667 698 6 328
668 699 6 332
669 700 6 334
670 701 6 336
671 702 6 338
672 703 6 340
673 704 6 342
674 705 6 344
675 706 6 346
676 707 6 348
677 708 6 350
678 709 6 352
679 710 7 6
680 711 7 8
681 712 7 10
682 713 7 12
683 714 7 14
684 715 7 16
685 716 7 18
686 717 7 20
687 718 7 22
688 719 7 24
689 720 7 26
690 721 7 28
691 722 7 30
692 723 7 34
693 724 7 36
694 725 7 38
695 726 7 40
696 727 7 42
697 728 7 44
698 729 7 46
699 730 7 48
700 731 7 50
701 732 7 52
702 733 7 54
703 734 7 56
704 735 7 58
705 736 7 60
706 737 7 62
707 737 7 102
708 738 7 64
709 739 7 66
710 740 7 68
711 741 7 70
712 742 7 72
713 743 7 74
714 744 7 76
715 745 7 78
716 746 7 82
717 747 7 84
718 748 7 86
719 749 7 88
720 750 7 90
721 751 7 92
722 752 7 94
723 753 7 100
724 754 7 104
725 755 7 106
726 756 7 108
727 757 7 110
728 758 7 112
729 759 7 114
730 760 7 116
731 761 7 118
732 762 7 120
733 763 7 122
734 764 7 124
735 765 7 126
736 766 7 128
737 767 7 130
738 768 7 132
739 769 7 134
740 770 7 136
741 771 7 138
742 772 7 140
743 773 7 142
744 774 7 144
745 775 7 146
746 776 7 148
747 777 7 150
748 778 7 152
749 779 7 154
750 780 7 156
751 781 7 158
752 782 7 160
753 783 7 162
754 784 7 164
755 785 7 166
756 786 7 168
757 787 7 170
758 788 7 172
759 789 7 174
760 790 7 176
761 791 7 178
762 792 7 180
763 793 7 182
764 794 7 184
765 795 7 186
766 796 7 188
767 797 7 190
768 798 7 192

File diff suppressed because it is too large Load Diff

View File

@ -519,11 +519,11 @@ id,region_id,identifier
535,5,join-avenue
536,5,floccesy-town
537,5,lentimas-town
538,5,route-19
539,5,route-20
540,5,route-21
541,5,route-22
542,5,route-23
538,5,unova-route-19
539,5,unova-route-20
540,5,unova-route-21
541,5,unova-route-22
542,5,unova-route-23
543,5,castelia-sewers
544,5,floccesy-ranch
545,5,virbank-complex
@ -638,8 +638,8 @@ id,region_id,identifier
654,6,dernière-way
655,6,kalos-route-22
656,6,detourner-way
657,6,victory-road
658,6,pokemon-league
657,6,kalos-victory-road
658,6,kalos-pokemon-league
659,6,kiloude-city
660,6,battle-maison
661,6,azure-bay
@ -672,3 +672,111 @@ id,region_id,identifier
688,6,kiloude-station
689,6,ambrette-aquarium
690,6,unknown-dungeon
691,3,hoenn-pokemon-league
692,3,team-aqua-hideout
693,3,sea-mauville
694,3,team-magma-hideout
695,3,battle-resort
696,3,ss-tidal
697,3,mirage-forest
698,3,mirage-cave
699,3,mirage-mountain
700,3,trackless-forest
701,3,pathless-plain
702,3,nameless-cavern
703,3,fabled-cave
704,3,gnarled-den
705,3,crescent-isle
706,3,secret-islet
707,3,soaring-in-the-sky
708,3,secret-shore
709,3,secret-meadow
710,7,alola-route-1--hauoli-outskirts
711,7,alola-route-1
712,7,alola-route-3
713,7,alola-route-2
714,7,kalae-bay
715,7,melemele-sea
716,7,hauoli-city--beachfront
717,7,hauoli-city--shopping-district
718,7,hauoli-city--marina
719,7,iki-town
720,7,mahalo-trail
721,7,mahalo-trail--plank-bridge
722,7,ruins-of-conflict
723,7,ten-carat-hill
724,7,ten-carat-hill--farthest-hollow
725,7,hauoli-cemetery
726,7,melemele-meadow
727,7,seaward-cave
728,7,berry-fields
729,7,verdant-cavern--trial-site
730,7,verdant-cavern--totems-den
731,7,alola-route-4
732,7,alola-route-5
733,7,alola-route-6
734,7,alola-route-7
735,7,alola-route-8
736,7,alola-route-9
737,7,hano-grand-resort
738,7,hano-beach
739,7,akala-meadow
740,7,paniola-town
741,7,heahea-city
742,7,konikoni-city
743,7,royal-avenue
744,7,memorial-hill
745,7,paniola-ranch
746,7,wela-volcano-park
747,7,wela-volcano-park--totems-den
748,7,brooklet-hill
749,7,brooklet-hill--totems-den
750,7,lush-jungle
751,7,ruins-of-life
752,7,akala-outskirts
753,7,digletts-tunnel
754,7,battle-royal-dome
755,7,alola-route-10
756,7,alola-route-11
757,7,secluded-shore
758,7,alola-route-13
759,7,tapu-village
760,7,alola-route-15
761,7,alola-route-16
762,7,alola-route-17
763,7,alola-route-12
764,7,haina-desert
765,7,alola-route-14
766,7,ulaula-meadow
767,7,po-town
768,7,malie-city
769,7,malie-garden
770,7,mount-hokulani
771,7,blush-mountain
772,7,ruins-of-abundance
773,7,lake-of-the-sunne
774,7,lake-of-the-moone
775,7,mount-lanakila
776,7,shady-house
777,7,thrifty-megamart--abandoned-site
778,7,hokulani-observatory
779,7,alola-pokemon-league
780,7,poni-meadow
781,7,poni-wilds
782,7,ancient-poni-path
783,7,poni-breaker-coast
784,7,poni-grove
785,7,poni-plains
786,7,poni-coast
787,7,poni-gauntlet
788,7,seafolk-village
789,7,vast-poni-canyon
790,7,altar-of-the-sunne
791,7,altar-of-the-moone
792,7,ruins-of-hope
793,7,resolution-cave
794,7,exeggutor-island
795,7,battle-tree
796,7,aether-paradise
797,7,ultra-space
798,7,malie-city--outer-cape

1 id region_id identifier
519 535 5 join-avenue
520 536 5 floccesy-town
521 537 5 lentimas-town
522 538 5 route-19 unova-route-19
523 539 5 route-20 unova-route-20
524 540 5 route-21 unova-route-21
525 541 5 route-22 unova-route-22
526 542 5 route-23 unova-route-23
527 543 5 castelia-sewers
528 544 5 floccesy-ranch
529 545 5 virbank-complex
638 654 6 dernière-way
639 655 6 kalos-route-22
640 656 6 detourner-way
641 657 6 victory-road kalos-victory-road
642 658 6 pokemon-league kalos-pokemon-league
643 659 6 kiloude-city
644 660 6 battle-maison
645 661 6 azure-bay
672 688 6 kiloude-station
673 689 6 ambrette-aquarium
674 690 6 unknown-dungeon
675 691 3 hoenn-pokemon-league
676 692 3 team-aqua-hideout
677 693 3 sea-mauville
678 694 3 team-magma-hideout
679 695 3 battle-resort
680 696 3 ss-tidal
681 697 3 mirage-forest
682 698 3 mirage-cave
683 699 3 mirage-mountain
684 700 3 trackless-forest
685 701 3 pathless-plain
686 702 3 nameless-cavern
687 703 3 fabled-cave
688 704 3 gnarled-den
689 705 3 crescent-isle
690 706 3 secret-islet
691 707 3 soaring-in-the-sky
692 708 3 secret-shore
693 709 3 secret-meadow
694 710 7 alola-route-1--hauoli-outskirts
695 711 7 alola-route-1
696 712 7 alola-route-3
697 713 7 alola-route-2
698 714 7 kalae-bay
699 715 7 melemele-sea
700 716 7 hauoli-city--beachfront
701 717 7 hauoli-city--shopping-district
702 718 7 hauoli-city--marina
703 719 7 iki-town
704 720 7 mahalo-trail
705 721 7 mahalo-trail--plank-bridge
706 722 7 ruins-of-conflict
707 723 7 ten-carat-hill
708 724 7 ten-carat-hill--farthest-hollow
709 725 7 hauoli-cemetery
710 726 7 melemele-meadow
711 727 7 seaward-cave
712 728 7 berry-fields
713 729 7 verdant-cavern--trial-site
714 730 7 verdant-cavern--totems-den
715 731 7 alola-route-4
716 732 7 alola-route-5
717 733 7 alola-route-6
718 734 7 alola-route-7
719 735 7 alola-route-8
720 736 7 alola-route-9
721 737 7 hano-grand-resort
722 738 7 hano-beach
723 739 7 akala-meadow
724 740 7 paniola-town
725 741 7 heahea-city
726 742 7 konikoni-city
727 743 7 royal-avenue
728 744 7 memorial-hill
729 745 7 paniola-ranch
730 746 7 wela-volcano-park
731 747 7 wela-volcano-park--totems-den
732 748 7 brooklet-hill
733 749 7 brooklet-hill--totems-den
734 750 7 lush-jungle
735 751 7 ruins-of-life
736 752 7 akala-outskirts
737 753 7 digletts-tunnel
738 754 7 battle-royal-dome
739 755 7 alola-route-10
740 756 7 alola-route-11
741 757 7 secluded-shore
742 758 7 alola-route-13
743 759 7 tapu-village
744 760 7 alola-route-15
745 761 7 alola-route-16
746 762 7 alola-route-17
747 763 7 alola-route-12
748 764 7 haina-desert
749 765 7 alola-route-14
750 766 7 ulaula-meadow
751 767 7 po-town
752 768 7 malie-city
753 769 7 malie-garden
754 770 7 mount-hokulani
755 771 7 blush-mountain
756 772 7 ruins-of-abundance
757 773 7 lake-of-the-sunne
758 774 7 lake-of-the-moone
759 775 7 mount-lanakila
760 776 7 shady-house
761 777 7 thrifty-megamart--abandoned-site
762 778 7 hokulani-observatory
763 779 7 alola-pokemon-league
764 780 7 poni-meadow
765 781 7 poni-wilds
766 782 7 ancient-poni-path
767 783 7 poni-breaker-coast
768 784 7 poni-grove
769 785 7 poni-plains
770 786 7 poni-coast
771 787 7 poni-gauntlet
772 788 7 seafolk-village
773 789 7 vast-poni-canyon
774 790 7 altar-of-the-sunne
775 791 7 altar-of-the-moone
776 792 7 ruins-of-hope
777 793 7 resolution-cave
778 794 7 exeggutor-island
779 795 7 battle-tree
780 796 7 aether-paradise
781 797 7 ultra-space
782 798 7 malie-city--outer-cape

View File

@ -1,4 +1,5 @@
machine_number,version_group_id,item_id,move_id
0,20,1288,5
1,1,305,5
1,2,305,5
1,3,305,223
@ -16,6 +17,9 @@ machine_number,version_group_id,item_id,move_id
1,15,305,468
1,16,305,468
1,17,305,526
1,18,305,526
1,19,305,29
1,20,305,25
2,1,306,13
2,2,306,13
2,3,306,29
@ -33,6 +37,9 @@ machine_number,version_group_id,item_id,move_id
2,15,306,337
2,16,306,337
2,17,306,337
2,18,306,337
2,19,306,269
2,20,306,6
3,1,307,14
3,2,307,14
3,3,307,174
@ -50,6 +57,9 @@ machine_number,version_group_id,item_id,move_id
3,15,307,473
3,16,307,473
3,17,307,473
3,18,307,473
3,19,307,270
3,20,307,7
4,1,308,18
4,2,308,18
4,3,308,205
@ -67,6 +77,9 @@ machine_number,version_group_id,item_id,move_id
4,15,308,347
4,16,308,347
4,17,308,347
4,18,308,347
4,19,308,100
4,20,308,8
5,1,309,25
5,2,309,25
5,3,309,46
@ -84,6 +97,9 @@ machine_number,version_group_id,item_id,move_id
5,15,309,46
5,16,309,46
5,17,309,46
5,18,309,46
5,19,309,156
5,20,309,9
6,1,310,92
6,2,310,92
6,3,310,92
@ -101,6 +117,9 @@ machine_number,version_group_id,item_id,move_id
6,15,310,92
6,16,310,92
6,17,310,92
6,18,310,92
6,19,310,113
6,20,310,19
7,1,311,32
7,2,311,32
7,3,311,192
@ -118,6 +137,9 @@ machine_number,version_group_id,item_id,move_id
7,15,311,258
7,16,311,258
7,17,311,258
7,18,311,258
7,19,311,182
7,20,311,42
8,1,312,34
8,2,312,34
8,3,312,249
@ -135,6 +157,9 @@ machine_number,version_group_id,item_id,move_id
8,15,312,339
8,16,312,339
8,17,312,339
8,18,312,339
8,19,312,164
8,20,312,63
9,1,313,36
9,2,313,36
9,3,313,244
@ -152,6 +177,9 @@ machine_number,version_group_id,item_id,move_id
9,15,313,474
9,16,313,474
9,17,313,474
9,18,313,474
9,19,313,115
9,20,313,416
10,1,314,38
10,2,314,38
10,3,314,237
@ -169,6 +197,9 @@ machine_number,version_group_id,item_id,move_id
10,15,314,237
10,16,314,237
10,17,314,237
10,18,314,237
10,19,314,91
10,20,314,345
11,1,315,61
11,2,315,61
11,3,315,241
@ -186,6 +217,9 @@ machine_number,version_group_id,item_id,move_id
11,15,315,241
11,16,315,241
11,17,315,241
11,18,315,241
11,19,315,261
11,20,315,76
12,1,316,55
12,2,316,55
12,3,316,230
@ -203,6 +237,9 @@ machine_number,version_group_id,item_id,move_id
12,15,316,269
12,16,316,269
12,17,316,269
12,18,316,269
12,19,316,263
12,20,316,669
13,1,317,58
13,2,317,58
13,3,317,173
@ -220,6 +257,9 @@ machine_number,version_group_id,item_id,move_id
13,15,317,58
13,16,317,58
13,17,317,58
13,18,317,58
13,19,317,280
13,20,317,83
14,1,318,59
14,2,318,59
14,3,318,59
@ -237,6 +277,9 @@ machine_number,version_group_id,item_id,move_id
14,15,318,59
14,16,318,59
14,17,318,59
14,18,318,59
14,19,318,19
14,20,318,86
15,1,319,63
15,2,319,63
15,3,319,63
@ -254,6 +297,9 @@ machine_number,version_group_id,item_id,move_id
15,15,319,63
15,16,319,63
15,17,319,63
15,18,319,63
15,19,319,69
15,20,319,91
16,1,320,6
16,2,320,6
16,3,320,196
@ -271,6 +317,9 @@ machine_number,version_group_id,item_id,move_id
16,15,320,113
16,16,320,113
16,17,320,113
16,18,320,113
16,19,320,86
16,20,320,103
17,1,321,66
17,2,321,66
17,3,321,182
@ -288,6 +337,9 @@ machine_number,version_group_id,item_id,move_id
17,15,321,182
17,16,321,182
17,17,321,182
17,18,321,182
17,19,321,525
17,20,321,113
18,1,322,68
18,2,322,68
18,3,322,240
@ -305,6 +357,9 @@ machine_number,version_group_id,item_id,move_id
18,15,322,240
18,16,322,240
18,17,322,240
18,18,322,240
18,19,322,369
18,20,322,115
19,1,323,69
19,2,323,69
19,3,323,202
@ -322,6 +377,9 @@ machine_number,version_group_id,item_id,move_id
19,15,323,355
19,16,323,355
19,17,323,355
19,18,323,355
19,19,323,231
19,20,323,219
20,1,324,99
20,2,324,99
20,3,324,203
@ -339,6 +397,9 @@ machine_number,version_group_id,item_id,move_id
20,15,324,219
20,16,324,219
20,17,324,219
20,18,324,219
20,19,324,399
20,20,324,120
21,1,325,72
21,2,325,72
21,3,325,218
@ -356,6 +417,9 @@ machine_number,version_group_id,item_id,move_id
21,15,325,218
21,16,325,218
21,17,325,218
21,18,325,218
21,19,325,492
21,20,325,156
22,1,326,76
22,2,326,76
22,3,326,76
@ -373,6 +437,9 @@ machine_number,version_group_id,item_id,move_id
22,15,326,76
22,16,326,76
22,17,326,76
22,18,326,76
22,19,326,157
22,20,326,157
23,1,327,82
23,2,327,82
23,3,327,231
@ -390,6 +457,9 @@ machine_number,version_group_id,item_id,move_id
23,15,327,479
23,16,327,479
23,17,327,479
23,18,327,479
23,19,327,9
23,20,327,168
24,1,328,85
24,2,328,85
24,3,328,225
@ -407,6 +477,9 @@ machine_number,version_group_id,item_id,move_id
24,15,328,85
24,16,328,85
24,17,328,85
24,18,328,85
24,19,328,404
24,20,328,173
25,1,329,87
25,2,329,87
25,3,329,87
@ -424,6 +497,9 @@ machine_number,version_group_id,item_id,move_id
25,15,329,87
25,16,329,87
25,17,329,87
25,18,329,87
25,19,329,127
25,20,329,182
26,1,330,89
26,2,330,89
26,3,330,89
@ -441,6 +517,9 @@ machine_number,version_group_id,item_id,move_id
26,15,330,89
26,16,330,89
26,17,330,89
26,18,330,89
26,19,330,398
26,20,330,184
27,1,331,90
27,2,331,90
27,3,331,216
@ -458,6 +537,9 @@ machine_number,version_group_id,item_id,move_id
27,15,331,216
27,16,331,216
27,17,331,216
27,18,331,216
27,19,331,92
27,20,331,196
28,1,332,91
28,2,332,91
28,3,332,91
@ -475,6 +557,9 @@ machine_number,version_group_id,item_id,move_id
28,15,332,91
28,16,332,91
28,17,332,141
28,18,332,141
28,19,332,161
28,20,332,202
29,1,333,94
29,2,333,94
29,3,333,94
@ -492,6 +577,9 @@ machine_number,version_group_id,item_id,move_id
29,15,333,94
29,16,333,94
29,17,333,94
29,18,333,94
29,19,333,503
29,20,333,204
30,1,334,100
30,2,334,100
30,3,334,247
@ -509,6 +597,9 @@ machine_number,version_group_id,item_id,move_id
30,15,334,247
30,16,334,247
30,17,334,247
30,18,334,247
30,19,334,339
30,20,334,211
31,1,335,102
31,2,335,102
31,3,335,189
@ -526,6 +617,9 @@ machine_number,version_group_id,item_id,move_id
31,15,335,280
31,16,335,280
31,17,335,280
31,18,335,280
31,19,335,7
31,20,335,213
32,1,336,104
32,2,336,104
32,3,336,104
@ -543,6 +637,9 @@ machine_number,version_group_id,item_id,move_id
32,15,336,104
32,16,336,104
32,17,336,104
32,18,336,104
32,19,336,605
32,20,336,201
33,1,337,115
33,2,337,115
33,3,337,8
@ -560,6 +657,9 @@ machine_number,version_group_id,item_id,move_id
33,15,337,115
33,16,337,115
33,17,337,115
33,18,337,115
33,19,337,347
33,20,337,240
34,1,338,117
34,2,338,117
34,3,338,207
@ -577,6 +677,9 @@ machine_number,version_group_id,item_id,move_id
34,15,338,482
34,16,338,482
34,17,338,482
34,18,338,482
34,19,338,406
34,20,338,241
35,1,339,118
35,2,339,118
35,3,339,214
@ -594,6 +697,9 @@ machine_number,version_group_id,item_id,move_id
35,15,339,53
35,16,339,53
35,17,339,53
35,18,339,53
35,19,339,8
35,20,339,258
36,1,340,120
36,2,340,120
36,3,340,188
@ -611,6 +717,9 @@ machine_number,version_group_id,item_id,move_id
36,15,340,188
36,16,340,188
36,17,340,188
36,18,340,188
36,19,340,85
36,20,340,250
37,1,341,121
37,2,341,121
37,3,341,201
@ -628,6 +737,9 @@ machine_number,version_group_id,item_id,move_id
37,15,341,201
37,16,341,201
37,17,341,201
37,18,341,201
37,19,341,53
37,20,341,251
38,1,342,126
38,2,342,126
38,3,342,126
@ -645,6 +757,9 @@ machine_number,version_group_id,item_id,move_id
38,15,342,126
38,16,342,126
38,17,342,126
38,18,342,126
38,19,342,87
38,20,342,261
39,1,343,129
39,2,343,129
39,3,343,129
@ -662,6 +777,9 @@ machine_number,version_group_id,item_id,move_id
39,15,343,317
39,16,343,317
39,17,343,317
39,18,343,317
39,19,343,200
39,20,343,263
40,1,344,130
40,2,344,130
40,3,344,111
@ -679,6 +797,9 @@ machine_number,version_group_id,item_id,move_id
40,15,344,332
40,16,344,332
40,17,344,332
40,18,344,332
40,19,344,94
40,20,344,129
41,1,345,135
41,2,345,135
41,3,345,9
@ -696,6 +817,9 @@ machine_number,version_group_id,item_id,move_id
41,15,345,259
41,16,345,259
41,17,345,259
41,18,345,259
41,19,345,89
41,20,345,270
42,1,346,138
42,2,346,138
42,3,346,138
@ -713,6 +837,9 @@ machine_number,version_group_id,item_id,move_id
42,15,346,263
42,16,346,263
42,17,346,263
42,18,346,263
42,19,346,120
42,20,346,279
43,1,347,143
43,2,347,143
43,3,347,197
@ -730,6 +857,9 @@ machine_number,version_group_id,item_id,move_id
43,15,347,488
43,16,347,488
43,17,347,488
43,18,347,488
43,19,347,247
43,20,347,280
44,1,348,156
44,2,348,156
44,3,348,156
@ -747,6 +877,9 @@ machine_number,version_group_id,item_id,move_id
44,15,348,156
44,16,348,156
44,17,348,156
44,18,348,156
44,19,348,583
44,20,348,286
45,1,349,86
45,2,349,86
45,3,349,213
@ -764,6 +897,9 @@ machine_number,version_group_id,item_id,move_id
45,15,349,213
45,16,349,213
45,17,349,213
45,18,349,213
45,19,349,76
45,20,349,291
46,1,350,149
46,2,350,149
46,3,350,168
@ -781,6 +917,9 @@ machine_number,version_group_id,item_id,move_id
46,15,350,168
46,16,350,168
46,17,350,168
46,18,350,168
46,19,350,126
46,20,350,311
47,1,351,153
47,2,351,153
47,3,351,211
@ -798,6 +937,9 @@ machine_number,version_group_id,item_id,move_id
47,15,351,490
47,16,351,490
47,17,351,490
47,18,351,490
47,19,351,57
47,20,351,313
48,1,352,157
48,2,352,157
48,3,352,7
@ -815,6 +957,9 @@ machine_number,version_group_id,item_id,move_id
48,15,352,496
48,16,352,496
48,17,352,496
48,18,352,496
48,19,352,63
48,20,352,317
49,1,353,161
49,2,353,161
49,3,353,210
@ -832,6 +977,9 @@ machine_number,version_group_id,item_id,move_id
49,15,353,497
49,16,353,497
49,17,353,497
49,18,353,497
49,19,353,276
49,20,353,328
50,1,354,164
50,2,354,164
50,3,354,171
@ -849,6 +997,9 @@ machine_number,version_group_id,item_id,move_id
50,15,354,315
50,16,354,315
50,17,354,315
50,18,354,315
50,19,354,355
50,20,354,331
51,8,355,355
51,9,355,355
51,10,355,355
@ -857,6 +1008,9 @@ machine_number,version_group_id,item_id,move_id
51,15,355,211
51,16,355,211
51,17,355,211
51,18,355,211
51,19,355,59
51,20,355,333
52,8,356,411
52,9,356,411
52,10,356,411
@ -865,6 +1019,9 @@ machine_number,version_group_id,item_id,move_id
52,15,356,411
52,16,356,411
52,17,356,411
52,18,356,411
52,19,356,188
52,20,356,340
53,8,357,412
53,9,357,412
53,10,357,412
@ -873,6 +1030,9 @@ machine_number,version_group_id,item_id,move_id
53,15,357,412
53,16,357,412
53,17,357,412
53,18,357,412
53,19,357,72
53,20,357,341
54,8,358,206
54,9,358,206
54,10,358,206
@ -881,6 +1041,9 @@ machine_number,version_group_id,item_id,move_id
54,15,358,206
54,16,358,206
54,17,358,206
54,18,358,206
54,19,358,430
54,20,358,350
55,8,359,362
55,9,359,362
55,10,359,362
@ -889,6 +1052,9 @@ machine_number,version_group_id,item_id,move_id
55,15,359,503
55,16,359,503
55,17,359,503
55,18,359,503
55,19,359,58
55,20,359,362
56,8,360,374
56,9,360,374
56,10,360,374
@ -897,6 +1063,9 @@ machine_number,version_group_id,item_id,move_id
56,15,360,374
56,16,360,374
56,17,360,374
56,18,360,374
56,19,360,446
56,20,360,369
57,8,361,451
57,9,361,451
57,10,361,451
@ -905,6 +1074,9 @@ machine_number,version_group_id,item_id,move_id
57,15,361,451
57,16,361,451
57,17,361,451
57,18,361,451
57,19,361,6
57,20,361,371
58,8,362,203
58,9,362,203
58,10,362,203
@ -913,6 +1085,9 @@ machine_number,version_group_id,item_id,move_id
58,15,362,507
58,16,362,507
58,17,362,507
58,18,362,507
58,19,362,529
58,20,362,372
59,8,363,406
59,9,363,406
59,10,363,406
@ -921,6 +1096,9 @@ machine_number,version_group_id,item_id,move_id
59,15,363,510
59,16,363,510
59,17,363,693
59,18,363,693
59,19,363,138
59,20,363,374
60,8,364,409
60,9,364,409
60,10,364,409
@ -929,6 +1107,9 @@ machine_number,version_group_id,item_id,move_id
60,15,364,511
60,16,364,511
60,17,364,511
60,18,364,511
60,19,364,224
60,20,364,384
61,8,365,261
61,9,365,261
61,10,365,261
@ -937,6 +1118,8 @@ machine_number,version_group_id,item_id,move_id
61,15,365,261
61,16,365,261
61,17,365,261
61,18,365,261
61,20,365,385
62,8,366,318
62,9,366,318
62,10,366,318
@ -945,6 +1128,8 @@ machine_number,version_group_id,item_id,move_id
62,15,366,512
62,16,366,512
62,17,366,512
62,18,366,512
62,20,366,683
63,8,367,373
63,9,367,373
63,10,367,373
@ -953,6 +1138,8 @@ machine_number,version_group_id,item_id,move_id
63,15,367,373
63,16,367,373
63,17,367,373
63,18,367,373
63,20,367,409
64,8,368,153
64,9,368,153
64,10,368,153
@ -961,6 +1148,8 @@ machine_number,version_group_id,item_id,move_id
64,15,368,153
64,16,368,153
64,17,368,153
64,18,368,153
64,20,368,419
65,8,369,421
65,9,369,421
65,10,369,421
@ -969,6 +1158,8 @@ machine_number,version_group_id,item_id,move_id
65,15,369,421
65,16,369,421
65,17,369,421
65,18,369,421
65,20,369,421
66,8,370,371
66,9,370,371
66,10,370,371
@ -977,6 +1168,8 @@ machine_number,version_group_id,item_id,move_id
66,15,370,371
66,16,370,371
66,17,370,371
66,18,370,371
66,20,370,422
67,8,371,278
67,9,371,278
67,10,371,278
@ -985,6 +1178,8 @@ machine_number,version_group_id,item_id,move_id
67,15,371,514
67,16,371,514
67,17,371,684
67,18,371,684
67,20,371,423
68,8,372,416
68,9,372,416
68,10,372,416
@ -993,6 +1188,8 @@ machine_number,version_group_id,item_id,move_id
68,15,372,416
68,16,372,416
68,17,372,416
68,18,372,416
68,20,372,424
69,8,373,397
69,9,373,397
69,10,373,397
@ -1001,6 +1198,8 @@ machine_number,version_group_id,item_id,move_id
69,15,373,397
69,16,373,397
69,17,373,397
69,18,373,397
69,20,373,427
70,8,374,148
70,9,374,148
70,10,374,148
@ -1009,6 +1208,8 @@ machine_number,version_group_id,item_id,move_id
70,15,374,148
70,16,374,148
70,17,374,694
70,18,374,694
70,20,374,433
71,8,375,444
71,9,375,444
71,10,375,444
@ -1017,6 +1218,8 @@ machine_number,version_group_id,item_id,move_id
71,15,375,444
71,16,375,444
71,17,375,444
71,18,375,444
71,20,375,472
72,8,376,419
72,9,376,419
72,10,376,419
@ -1025,6 +1228,8 @@ machine_number,version_group_id,item_id,move_id
72,15,376,521
72,16,376,521
72,17,376,521
72,18,376,521
72,20,376,478
73,8,377,86
73,9,377,86
73,10,377,86
@ -1033,6 +1238,8 @@ machine_number,version_group_id,item_id,move_id
73,15,377,86
73,16,377,86
73,17,377,86
73,18,377,86
73,20,377,440
74,8,378,360
74,9,378,360
74,10,378,360
@ -1041,6 +1248,8 @@ machine_number,version_group_id,item_id,move_id
74,15,378,360
74,16,378,360
74,17,378,360
74,18,378,360
74,20,378,474
75,8,379,14
75,9,379,14
75,10,379,14
@ -1049,6 +1258,8 @@ machine_number,version_group_id,item_id,move_id
75,15,379,14
75,16,379,14
75,17,379,14
75,18,379,14
75,20,379,490
76,8,380,446
76,9,380,446
76,10,380,446
@ -1057,6 +1268,8 @@ machine_number,version_group_id,item_id,move_id
76,15,380,522
76,16,380,522
76,17,380,19
76,18,380,19
76,20,380,496
77,8,381,244
77,9,381,244
77,10,381,244
@ -1065,6 +1278,8 @@ machine_number,version_group_id,item_id,move_id
77,15,381,244
77,16,381,244
77,17,381,244
77,18,381,244
77,20,381,506
78,8,382,445
78,9,382,445
78,10,382,445
@ -1073,6 +1288,8 @@ machine_number,version_group_id,item_id,move_id
78,15,382,523
78,16,382,523
78,17,382,523
78,18,382,523
78,20,382,512
79,8,383,399
79,9,383,399
79,10,383,399
@ -1081,6 +1298,8 @@ machine_number,version_group_id,item_id,move_id
79,15,383,524
79,16,383,524
79,17,383,524
79,18,383,524
79,20,383,514
80,8,384,157
80,9,384,157
80,10,384,157
@ -1089,6 +1308,8 @@ machine_number,version_group_id,item_id,move_id
80,15,384,157
80,16,384,157
80,17,384,157
80,18,384,157
80,20,384,521
81,8,385,404
81,9,385,404
81,10,385,404
@ -1097,6 +1318,8 @@ machine_number,version_group_id,item_id,move_id
81,15,385,404
81,16,385,404
81,17,385,404
81,18,385,404
81,20,385,523
82,8,386,214
82,9,386,214
82,10,386,214
@ -1105,6 +1328,8 @@ machine_number,version_group_id,item_id,move_id
82,15,386,525
82,16,386,525
82,17,386,525
82,18,386,525
82,20,386,527
83,8,387,363
83,9,387,363
83,10,387,363
@ -1113,6 +1338,8 @@ machine_number,version_group_id,item_id,move_id
83,15,387,611
83,16,387,611
83,17,387,611
83,18,387,611
83,20,387,534
84,8,388,398
84,9,388,398
84,10,388,398
@ -1121,6 +1348,8 @@ machine_number,version_group_id,item_id,move_id
84,15,388,398
84,16,388,398
84,17,388,398
84,18,388,398
84,20,388,541
85,8,389,138
85,9,389,138
85,10,389,138
@ -1129,6 +1358,8 @@ machine_number,version_group_id,item_id,move_id
85,15,389,138
85,16,389,138
85,17,389,138
85,18,389,138
85,20,389,555
86,8,390,447
86,9,390,447
86,10,390,447
@ -1137,6 +1368,8 @@ machine_number,version_group_id,item_id,move_id
86,15,390,447
86,16,390,447
86,17,390,447
86,18,390,447
86,20,390,566
87,8,391,207
87,9,391,207
87,10,391,207
@ -1145,6 +1378,8 @@ machine_number,version_group_id,item_id,move_id
87,15,391,207
87,16,391,207
87,17,391,207
87,18,391,207
87,20,391,577
88,8,392,365
88,9,392,365
88,10,392,365
@ -1153,6 +1388,8 @@ machine_number,version_group_id,item_id,move_id
88,15,392,214
88,16,392,214
88,17,392,214
88,18,392,214
88,20,392,580
89,8,393,369
89,9,393,369
89,10,393,369
@ -1161,6 +1398,8 @@ machine_number,version_group_id,item_id,move_id
89,15,393,369
89,16,393,369
89,17,393,369
89,18,393,369
89,20,393,581
90,8,394,164
90,9,394,164
90,10,394,164
@ -1169,6 +1408,8 @@ machine_number,version_group_id,item_id,move_id
90,15,394,164
90,16,394,164
90,17,394,164
90,18,394,164
90,20,394,604
91,8,395,430
91,9,395,430
91,10,395,430
@ -1177,6 +1418,8 @@ machine_number,version_group_id,item_id,move_id
91,15,395,430
91,16,395,430
91,17,395,430
91,18,395,430
91,20,395,678
92,8,396,433
92,9,396,433
92,10,396,433
@ -1185,36 +1428,54 @@ machine_number,version_group_id,item_id,move_id
92,15,396,433
92,16,396,433
92,17,396,433
92,18,396,433
92,20,396,595
93,11,659,528
93,14,659,528
93,15,659,528
93,16,397,528
93,16,659,528
93,17,659,528
93,18,659,528
93,20,659,598
94,11,660,249
94,14,660,249
94,15,660,249
94,16,398,290
94,16,660,290
94,17,660,57
94,18,660,57
94,20,660,206
95,11,661,555
95,14,661,555
95,15,661,555
95,16,399,555
95,16,661,555
95,17,661,555
95,18,661,555
95,20,661,403
96,15,745,267
96,16,400,267
96,16,745,267
96,17,745,267
96,18,745,267
96,20,745,684
97,15,746,399
97,16,401,399
97,16,746,399
97,17,746,399
97,18,746,399
97,20,746,693
98,15,747,612
98,16,402,612
98,16,747,612
98,17,747,127
98,18,747,127
98,20,747,707
99,15,748,605
99,16,403,605
99,16,748,605
99,17,748,605
99,18,748,605
99,20,748,784
100,15,749,590
100,16,404,590
100,16,749,590
100,17,749,590
100,18,749,590
100,20,1188,14
101,1,397,15
101,2,397,15
101,3,397,15
@ -1231,6 +1492,7 @@ machine_number,version_group_id,item_id,move_id
101,14,397,15
101,15,397,15
101,16,397,15
101,20,1189,34
102,1,398,19
102,2,398,19
102,3,398,19
@ -1247,6 +1509,7 @@ machine_number,version_group_id,item_id,move_id
102,14,398,19
102,15,398,19
102,16,398,19
102,20,1190,53
103,1,399,57
103,2,399,57
103,3,399,57
@ -1263,6 +1526,7 @@ machine_number,version_group_id,item_id,move_id
103,14,399,57
103,15,399,57
103,16,399,57
103,20,1191,56
104,1,400,70
104,2,400,70
104,3,400,70
@ -1279,6 +1543,7 @@ machine_number,version_group_id,item_id,move_id
104,14,400,70
104,15,400,70
104,16,400,70
104,20,1192,57
105,1,401,148
105,2,401,148
105,3,401,148
@ -1295,6 +1560,7 @@ machine_number,version_group_id,item_id,move_id
105,14,401,127
105,15,401,127
105,16,401,127
105,20,1193,58
106,3,402,250
106,4,402,250
106,5,402,249
@ -1308,6 +1574,7 @@ machine_number,version_group_id,item_id,move_id
106,13,402,249
106,14,402,291
106,16,402,249
106,20,1194,59
107,3,403,127
107,4,403,127
107,5,403,127
@ -1319,6 +1586,7 @@ machine_number,version_group_id,item_id,move_id
107,12,403,127
107,13,403,127
107,16,403,291
107,20,1195,67
108,5,404,291
108,6,404,291
108,7,404,291
@ -1327,3 +1595,95 @@ machine_number,version_group_id,item_id,move_id
108,10,404,431
108,12,404,291
108,13,404,291
108,20,1196,85
109,20,1197,87
110,20,1198,89
111,20,1199,94
112,20,1200,97
113,20,1201,116
114,20,1202,118
115,20,1203,126
116,20,1204,127
117,20,1205,133
118,20,1206,141
119,20,1207,161
120,20,1208,164
121,20,1209,179
122,20,1210,188
123,20,1211,191
124,20,1212,200
125,20,1213,473
126,20,1214,203
127,20,1215,214
128,20,1216,224
129,20,1217,226
130,20,1218,227
131,20,1219,231
132,20,1220,242
133,20,1221,247
134,20,1222,248
135,20,1223,253
136,20,1224,257
137,20,1225,269
138,20,1226,271
139,20,1227,276
140,20,1228,285
141,20,1229,299
142,20,1230,304
143,20,1231,315
144,20,1232,322
145,20,1233,330
146,20,1234,334
147,20,1235,337
148,20,1236,339
149,20,1237,347
150,20,1238,348
151,20,1239,349
152,20,1240,360
153,20,1241,370
154,20,1242,390
155,20,1243,394
156,20,1244,396
157,20,1245,398
158,20,1246,399
159,20,1247,402
160,20,1248,404
161,20,1249,405
162,20,1250,406
163,20,1251,408
164,20,1252,411
165,20,1253,412
166,20,1254,413
167,20,1255,414
168,20,1256,417
169,20,1257,428
170,20,1258,430
171,20,1259,437
172,20,1260,438
173,20,1261,441
174,20,1262,442
175,20,1263,444
176,20,1264,446
177,20,1265,447
178,20,1266,482
179,20,1267,484
180,20,1268,486
181,20,1269,492
182,20,1270,500
183,20,1271,502
184,20,1272,503
185,20,1273,526
186,20,1274,528
187,20,1275,529
188,20,1276,535
189,20,1277,542
190,20,1278,583
191,20,1279,599
192,20,1280,605
193,20,1281,663
194,20,1282,667
195,20,1283,675
196,20,1284,676
197,20,1285,706
198,20,1286,710
199,20,1287,776

1 machine_number version_group_id item_id move_id
2 0 20 1288 5
3 1 1 305 5
4 1 2 305 5
5 1 3 305 223
17 1 15 305 468
18 1 16 305 468
19 1 17 305 526
20 1 18 305 526
21 1 19 305 29
22 1 20 305 25
23 2 1 306 13
24 2 2 306 13
25 2 3 306 29
37 2 15 306 337
38 2 16 306 337
39 2 17 306 337
40 2 18 306 337
41 2 19 306 269
42 2 20 306 6
43 3 1 307 14
44 3 2 307 14
45 3 3 307 174
57 3 15 307 473
58 3 16 307 473
59 3 17 307 473
60 3 18 307 473
61 3 19 307 270
62 3 20 307 7
63 4 1 308 18
64 4 2 308 18
65 4 3 308 205
77 4 15 308 347
78 4 16 308 347
79 4 17 308 347
80 4 18 308 347
81 4 19 308 100
82 4 20 308 8
83 5 1 309 25
84 5 2 309 25
85 5 3 309 46
97 5 15 309 46
98 5 16 309 46
99 5 17 309 46
100 5 18 309 46
101 5 19 309 156
102 5 20 309 9
103 6 1 310 92
104 6 2 310 92
105 6 3 310 92
117 6 15 310 92
118 6 16 310 92
119 6 17 310 92
120 6 18 310 92
121 6 19 310 113
122 6 20 310 19
123 7 1 311 32
124 7 2 311 32
125 7 3 311 192
137 7 15 311 258
138 7 16 311 258
139 7 17 311 258
140 7 18 311 258
141 7 19 311 182
142 7 20 311 42
143 8 1 312 34
144 8 2 312 34
145 8 3 312 249
157 8 15 312 339
158 8 16 312 339
159 8 17 312 339
160 8 18 312 339
161 8 19 312 164
162 8 20 312 63
163 9 1 313 36
164 9 2 313 36
165 9 3 313 244
177 9 15 313 474
178 9 16 313 474
179 9 17 313 474
180 9 18 313 474
181 9 19 313 115
182 9 20 313 416
183 10 1 314 38
184 10 2 314 38
185 10 3 314 237
197 10 15 314 237
198 10 16 314 237
199 10 17 314 237
200 10 18 314 237
201 10 19 314 91
202 10 20 314 345
203 11 1 315 61
204 11 2 315 61
205 11 3 315 241
217 11 15 315 241
218 11 16 315 241
219 11 17 315 241
220 11 18 315 241
221 11 19 315 261
222 11 20 315 76
223 12 1 316 55
224 12 2 316 55
225 12 3 316 230
237 12 15 316 269
238 12 16 316 269
239 12 17 316 269
240 12 18 316 269
241 12 19 316 263
242 12 20 316 669
243 13 1 317 58
244 13 2 317 58
245 13 3 317 173
257 13 15 317 58
258 13 16 317 58
259 13 17 317 58
260 13 18 317 58
261 13 19 317 280
262 13 20 317 83
263 14 1 318 59
264 14 2 318 59
265 14 3 318 59
277 14 15 318 59
278 14 16 318 59
279 14 17 318 59
280 14 18 318 59
281 14 19 318 19
282 14 20 318 86
283 15 1 319 63
284 15 2 319 63
285 15 3 319 63
297 15 15 319 63
298 15 16 319 63
299 15 17 319 63
300 15 18 319 63
301 15 19 319 69
302 15 20 319 91
303 16 1 320 6
304 16 2 320 6
305 16 3 320 196
317 16 15 320 113
318 16 16 320 113
319 16 17 320 113
320 16 18 320 113
321 16 19 320 86
322 16 20 320 103
323 17 1 321 66
324 17 2 321 66
325 17 3 321 182
337 17 15 321 182
338 17 16 321 182
339 17 17 321 182
340 17 18 321 182
341 17 19 321 525
342 17 20 321 113
343 18 1 322 68
344 18 2 322 68
345 18 3 322 240
357 18 15 322 240
358 18 16 322 240
359 18 17 322 240
360 18 18 322 240
361 18 19 322 369
362 18 20 322 115
363 19 1 323 69
364 19 2 323 69
365 19 3 323 202
377 19 15 323 355
378 19 16 323 355
379 19 17 323 355
380 19 18 323 355
381 19 19 323 231
382 19 20 323 219
383 20 1 324 99
384 20 2 324 99
385 20 3 324 203
397 20 15 324 219
398 20 16 324 219
399 20 17 324 219
400 20 18 324 219
401 20 19 324 399
402 20 20 324 120
403 21 1 325 72
404 21 2 325 72
405 21 3 325 218
417 21 15 325 218
418 21 16 325 218
419 21 17 325 218
420 21 18 325 218
421 21 19 325 492
422 21 20 325 156
423 22 1 326 76
424 22 2 326 76
425 22 3 326 76
437 22 15 326 76
438 22 16 326 76
439 22 17 326 76
440 22 18 326 76
441 22 19 326 157
442 22 20 326 157
443 23 1 327 82
444 23 2 327 82
445 23 3 327 231
457 23 15 327 479
458 23 16 327 479
459 23 17 327 479
460 23 18 327 479
461 23 19 327 9
462 23 20 327 168
463 24 1 328 85
464 24 2 328 85
465 24 3 328 225
477 24 15 328 85
478 24 16 328 85
479 24 17 328 85
480 24 18 328 85
481 24 19 328 404
482 24 20 328 173
483 25 1 329 87
484 25 2 329 87
485 25 3 329 87
497 25 15 329 87
498 25 16 329 87
499 25 17 329 87
500 25 18 329 87
501 25 19 329 127
502 25 20 329 182
503 26 1 330 89
504 26 2 330 89
505 26 3 330 89
517 26 15 330 89
518 26 16 330 89
519 26 17 330 89
520 26 18 330 89
521 26 19 330 398
522 26 20 330 184
523 27 1 331 90
524 27 2 331 90
525 27 3 331 216
537 27 15 331 216
538 27 16 331 216
539 27 17 331 216
540 27 18 331 216
541 27 19 331 92
542 27 20 331 196
543 28 1 332 91
544 28 2 332 91
545 28 3 332 91
557 28 15 332 91
558 28 16 332 91
559 28 17 332 141
560 28 18 332 141
561 28 19 332 161
562 28 20 332 202
563 29 1 333 94
564 29 2 333 94
565 29 3 333 94
577 29 15 333 94
578 29 16 333 94
579 29 17 333 94
580 29 18 333 94
581 29 19 333 503
582 29 20 333 204
583 30 1 334 100
584 30 2 334 100
585 30 3 334 247
597 30 15 334 247
598 30 16 334 247
599 30 17 334 247
600 30 18 334 247
601 30 19 334 339
602 30 20 334 211
603 31 1 335 102
604 31 2 335 102
605 31 3 335 189
617 31 15 335 280
618 31 16 335 280
619 31 17 335 280
620 31 18 335 280
621 31 19 335 7
622 31 20 335 213
623 32 1 336 104
624 32 2 336 104
625 32 3 336 104
637 32 15 336 104
638 32 16 336 104
639 32 17 336 104
640 32 18 336 104
641 32 19 336 605
642 32 20 336 201
643 33 1 337 115
644 33 2 337 115
645 33 3 337 8
657 33 15 337 115
658 33 16 337 115
659 33 17 337 115
660 33 18 337 115
661 33 19 337 347
662 33 20 337 240
663 34 1 338 117
664 34 2 338 117
665 34 3 338 207
677 34 15 338 482
678 34 16 338 482
679 34 17 338 482
680 34 18 338 482
681 34 19 338 406
682 34 20 338 241
683 35 1 339 118
684 35 2 339 118
685 35 3 339 214
697 35 15 339 53
698 35 16 339 53
699 35 17 339 53
700 35 18 339 53
701 35 19 339 8
702 35 20 339 258
703 36 1 340 120
704 36 2 340 120
705 36 3 340 188
717 36 15 340 188
718 36 16 340 188
719 36 17 340 188
720 36 18 340 188
721 36 19 340 85
722 36 20 340 250
723 37 1 341 121
724 37 2 341 121
725 37 3 341 201
737 37 15 341 201
738 37 16 341 201
739 37 17 341 201
740 37 18 341 201
741 37 19 341 53
742 37 20 341 251
743 38 1 342 126
744 38 2 342 126
745 38 3 342 126
757 38 15 342 126
758 38 16 342 126
759 38 17 342 126
760 38 18 342 126
761 38 19 342 87
762 38 20 342 261
763 39 1 343 129
764 39 2 343 129
765 39 3 343 129
777 39 15 343 317
778 39 16 343 317
779 39 17 343 317
780 39 18 343 317
781 39 19 343 200
782 39 20 343 263
783 40 1 344 130
784 40 2 344 130
785 40 3 344 111
797 40 15 344 332
798 40 16 344 332
799 40 17 344 332
800 40 18 344 332
801 40 19 344 94
802 40 20 344 129
803 41 1 345 135
804 41 2 345 135
805 41 3 345 9
817 41 15 345 259
818 41 16 345 259
819 41 17 345 259
820 41 18 345 259
821 41 19 345 89
822 41 20 345 270
823 42 1 346 138
824 42 2 346 138
825 42 3 346 138
837 42 15 346 263
838 42 16 346 263
839 42 17 346 263
840 42 18 346 263
841 42 19 346 120
842 42 20 346 279
843 43 1 347 143
844 43 2 347 143
845 43 3 347 197
857 43 15 347 488
858 43 16 347 488
859 43 17 347 488
860 43 18 347 488
861 43 19 347 247
862 43 20 347 280
863 44 1 348 156
864 44 2 348 156
865 44 3 348 156
877 44 15 348 156
878 44 16 348 156
879 44 17 348 156
880 44 18 348 156
881 44 19 348 583
882 44 20 348 286
883 45 1 349 86
884 45 2 349 86
885 45 3 349 213
897 45 15 349 213
898 45 16 349 213
899 45 17 349 213
900 45 18 349 213
901 45 19 349 76
902 45 20 349 291
903 46 1 350 149
904 46 2 350 149
905 46 3 350 168
917 46 15 350 168
918 46 16 350 168
919 46 17 350 168
920 46 18 350 168
921 46 19 350 126
922 46 20 350 311
923 47 1 351 153
924 47 2 351 153
925 47 3 351 211
937 47 15 351 490
938 47 16 351 490
939 47 17 351 490
940 47 18 351 490
941 47 19 351 57
942 47 20 351 313
943 48 1 352 157
944 48 2 352 157
945 48 3 352 7
957 48 15 352 496
958 48 16 352 496
959 48 17 352 496
960 48 18 352 496
961 48 19 352 63
962 48 20 352 317
963 49 1 353 161
964 49 2 353 161
965 49 3 353 210
977 49 15 353 497
978 49 16 353 497
979 49 17 353 497
980 49 18 353 497
981 49 19 353 276
982 49 20 353 328
983 50 1 354 164
984 50 2 354 164
985 50 3 354 171
997 50 15 354 315
998 50 16 354 315
999 50 17 354 315
1000 50 18 354 315
1001 50 19 354 355
1002 50 20 354 331
1003 51 8 355 355
1004 51 9 355 355
1005 51 10 355 355
1008 51 15 355 211
1009 51 16 355 211
1010 51 17 355 211
1011 51 18 355 211
1012 51 19 355 59
1013 51 20 355 333
1014 52 8 356 411
1015 52 9 356 411
1016 52 10 356 411
1019 52 15 356 411
1020 52 16 356 411
1021 52 17 356 411
1022 52 18 356 411
1023 52 19 356 188
1024 52 20 356 340
1025 53 8 357 412
1026 53 9 357 412
1027 53 10 357 412
1030 53 15 357 412
1031 53 16 357 412
1032 53 17 357 412
1033 53 18 357 412
1034 53 19 357 72
1035 53 20 357 341
1036 54 8 358 206
1037 54 9 358 206
1038 54 10 358 206
1041 54 15 358 206
1042 54 16 358 206
1043 54 17 358 206
1044 54 18 358 206
1045 54 19 358 430
1046 54 20 358 350
1047 55 8 359 362
1048 55 9 359 362
1049 55 10 359 362
1052 55 15 359 503
1053 55 16 359 503
1054 55 17 359 503
1055 55 18 359 503
1056 55 19 359 58
1057 55 20 359 362
1058 56 8 360 374
1059 56 9 360 374
1060 56 10 360 374
1063 56 15 360 374
1064 56 16 360 374
1065 56 17 360 374
1066 56 18 360 374
1067 56 19 360 446
1068 56 20 360 369
1069 57 8 361 451
1070 57 9 361 451
1071 57 10 361 451
1074 57 15 361 451
1075 57 16 361 451
1076 57 17 361 451
1077 57 18 361 451
1078 57 19 361 6
1079 57 20 361 371
1080 58 8 362 203
1081 58 9 362 203
1082 58 10 362 203
1085 58 15 362 507
1086 58 16 362 507
1087 58 17 362 507
1088 58 18 362 507
1089 58 19 362 529
1090 58 20 362 372
1091 59 8 363 406
1092 59 9 363 406
1093 59 10 363 406
1096 59 15 363 510
1097 59 16 363 510
1098 59 17 363 693
1099 59 18 363 693
1100 59 19 363 138
1101 59 20 363 374
1102 60 8 364 409
1103 60 9 364 409
1104 60 10 364 409
1107 60 15 364 511
1108 60 16 364 511
1109 60 17 364 511
1110 60 18 364 511
1111 60 19 364 224
1112 60 20 364 384
1113 61 8 365 261
1114 61 9 365 261
1115 61 10 365 261
1118 61 15 365 261
1119 61 16 365 261
1120 61 17 365 261
1121 61 18 365 261
1122 61 20 365 385
1123 62 8 366 318
1124 62 9 366 318
1125 62 10 366 318
1128 62 15 366 512
1129 62 16 366 512
1130 62 17 366 512
1131 62 18 366 512
1132 62 20 366 683
1133 63 8 367 373
1134 63 9 367 373
1135 63 10 367 373
1138 63 15 367 373
1139 63 16 367 373
1140 63 17 367 373
1141 63 18 367 373
1142 63 20 367 409
1143 64 8 368 153
1144 64 9 368 153
1145 64 10 368 153
1148 64 15 368 153
1149 64 16 368 153
1150 64 17 368 153
1151 64 18 368 153
1152 64 20 368 419
1153 65 8 369 421
1154 65 9 369 421
1155 65 10 369 421
1158 65 15 369 421
1159 65 16 369 421
1160 65 17 369 421
1161 65 18 369 421
1162 65 20 369 421
1163 66 8 370 371
1164 66 9 370 371
1165 66 10 370 371
1168 66 15 370 371
1169 66 16 370 371
1170 66 17 370 371
1171 66 18 370 371
1172 66 20 370 422
1173 67 8 371 278
1174 67 9 371 278
1175 67 10 371 278
1178 67 15 371 514
1179 67 16 371 514
1180 67 17 371 684
1181 67 18 371 684
1182 67 20 371 423
1183 68 8 372 416
1184 68 9 372 416
1185 68 10 372 416
1188 68 15 372 416
1189 68 16 372 416
1190 68 17 372 416
1191 68 18 372 416
1192 68 20 372 424
1193 69 8 373 397
1194 69 9 373 397
1195 69 10 373 397
1198 69 15 373 397
1199 69 16 373 397
1200 69 17 373 397
1201 69 18 373 397
1202 69 20 373 427
1203 70 8 374 148
1204 70 9 374 148
1205 70 10 374 148
1208 70 15 374 148
1209 70 16 374 148
1210 70 17 374 694
1211 70 18 374 694
1212 70 20 374 433
1213 71 8 375 444
1214 71 9 375 444
1215 71 10 375 444
1218 71 15 375 444
1219 71 16 375 444
1220 71 17 375 444
1221 71 18 375 444
1222 71 20 375 472
1223 72 8 376 419
1224 72 9 376 419
1225 72 10 376 419
1228 72 15 376 521
1229 72 16 376 521
1230 72 17 376 521
1231 72 18 376 521
1232 72 20 376 478
1233 73 8 377 86
1234 73 9 377 86
1235 73 10 377 86
1238 73 15 377 86
1239 73 16 377 86
1240 73 17 377 86
1241 73 18 377 86
1242 73 20 377 440
1243 74 8 378 360
1244 74 9 378 360
1245 74 10 378 360
1248 74 15 378 360
1249 74 16 378 360
1250 74 17 378 360
1251 74 18 378 360
1252 74 20 378 474
1253 75 8 379 14
1254 75 9 379 14
1255 75 10 379 14
1258 75 15 379 14
1259 75 16 379 14
1260 75 17 379 14
1261 75 18 379 14
1262 75 20 379 490
1263 76 8 380 446
1264 76 9 380 446
1265 76 10 380 446
1268 76 15 380 522
1269 76 16 380 522
1270 76 17 380 19
1271 76 18 380 19
1272 76 20 380 496
1273 77 8 381 244
1274 77 9 381 244
1275 77 10 381 244
1278 77 15 381 244
1279 77 16 381 244
1280 77 17 381 244
1281 77 18 381 244
1282 77 20 381 506
1283 78 8 382 445
1284 78 9 382 445
1285 78 10 382 445
1288 78 15 382 523
1289 78 16 382 523
1290 78 17 382 523
1291 78 18 382 523
1292 78 20 382 512
1293 79 8 383 399
1294 79 9 383 399
1295 79 10 383 399
1298 79 15 383 524
1299 79 16 383 524
1300 79 17 383 524
1301 79 18 383 524
1302 79 20 383 514
1303 80 8 384 157
1304 80 9 384 157
1305 80 10 384 157
1308 80 15 384 157
1309 80 16 384 157
1310 80 17 384 157
1311 80 18 384 157
1312 80 20 384 521
1313 81 8 385 404
1314 81 9 385 404
1315 81 10 385 404
1318 81 15 385 404
1319 81 16 385 404
1320 81 17 385 404
1321 81 18 385 404
1322 81 20 385 523
1323 82 8 386 214
1324 82 9 386 214
1325 82 10 386 214
1328 82 15 386 525
1329 82 16 386 525
1330 82 17 386 525
1331 82 18 386 525
1332 82 20 386 527
1333 83 8 387 363
1334 83 9 387 363
1335 83 10 387 363
1338 83 15 387 611
1339 83 16 387 611
1340 83 17 387 611
1341 83 18 387 611
1342 83 20 387 534
1343 84 8 388 398
1344 84 9 388 398
1345 84 10 388 398
1348 84 15 388 398
1349 84 16 388 398
1350 84 17 388 398
1351 84 18 388 398
1352 84 20 388 541
1353 85 8 389 138
1354 85 9 389 138
1355 85 10 389 138
1358 85 15 389 138
1359 85 16 389 138
1360 85 17 389 138
1361 85 18 389 138
1362 85 20 389 555
1363 86 8 390 447
1364 86 9 390 447
1365 86 10 390 447
1368 86 15 390 447
1369 86 16 390 447
1370 86 17 390 447
1371 86 18 390 447
1372 86 20 390 566
1373 87 8 391 207
1374 87 9 391 207
1375 87 10 391 207
1378 87 15 391 207
1379 87 16 391 207
1380 87 17 391 207
1381 87 18 391 207
1382 87 20 391 577
1383 88 8 392 365
1384 88 9 392 365
1385 88 10 392 365
1388 88 15 392 214
1389 88 16 392 214
1390 88 17 392 214
1391 88 18 392 214
1392 88 20 392 580
1393 89 8 393 369
1394 89 9 393 369
1395 89 10 393 369
1398 89 15 393 369
1399 89 16 393 369
1400 89 17 393 369
1401 89 18 393 369
1402 89 20 393 581
1403 90 8 394 164
1404 90 9 394 164
1405 90 10 394 164
1408 90 15 394 164
1409 90 16 394 164
1410 90 17 394 164
1411 90 18 394 164
1412 90 20 394 604
1413 91 8 395 430
1414 91 9 395 430
1415 91 10 395 430
1418 91 15 395 430
1419 91 16 395 430
1420 91 17 395 430
1421 91 18 395 430
1422 91 20 395 678
1423 92 8 396 433
1424 92 9 396 433
1425 92 10 396 433
1428 92 15 396 433
1429 92 16 396 433
1430 92 17 396 433
1431 92 18 396 433
1432 92 20 396 595
1433 93 11 659 528
1434 93 14 659 528
1435 93 15 659 528
1436 93 16 397 659 528
1437 93 17 659 528
1438 93 18 659 528
1439 93 20 659 598
1440 94 11 660 249
1441 94 14 660 249
1442 94 15 660 249
1443 94 16 398 660 290
1444 94 17 660 57
1445 94 18 660 57
1446 94 20 660 206
1447 95 11 661 555
1448 95 14 661 555
1449 95 15 661 555
1450 95 16 399 661 555
1451 95 17 661 555
1452 95 18 661 555
1453 95 20 661 403
1454 96 15 745 267
1455 96 16 400 745 267
1456 96 17 745 267
1457 96 18 745 267
1458 96 20 745 684
1459 97 15 746 399
1460 97 16 401 746 399
1461 97 17 746 399
1462 97 18 746 399
1463 97 20 746 693
1464 98 15 747 612
1465 98 16 402 747 612
1466 98 17 747 127
1467 98 18 747 127
1468 98 20 747 707
1469 99 15 748 605
1470 99 16 403 748 605
1471 99 17 748 605
1472 99 18 748 605
1473 99 20 748 784
1474 100 15 749 590
1475 100 16 404 749 590
1476 100 17 749 590
1477 100 18 749 590
1478 100 20 1188 14
1479 101 1 397 15
1480 101 2 397 15
1481 101 3 397 15
1492 101 14 397 15
1493 101 15 397 15
1494 101 16 397 15
1495 101 20 1189 34
1496 102 1 398 19
1497 102 2 398 19
1498 102 3 398 19
1509 102 14 398 19
1510 102 15 398 19
1511 102 16 398 19
1512 102 20 1190 53
1513 103 1 399 57
1514 103 2 399 57
1515 103 3 399 57
1526 103 14 399 57
1527 103 15 399 57
1528 103 16 399 57
1529 103 20 1191 56
1530 104 1 400 70
1531 104 2 400 70
1532 104 3 400 70
1543 104 14 400 70
1544 104 15 400 70
1545 104 16 400 70
1546 104 20 1192 57
1547 105 1 401 148
1548 105 2 401 148
1549 105 3 401 148
1560 105 14 401 127
1561 105 15 401 127
1562 105 16 401 127
1563 105 20 1193 58
1564 106 3 402 250
1565 106 4 402 250
1566 106 5 402 249
1574 106 13 402 249
1575 106 14 402 291
1576 106 16 402 249
1577 106 20 1194 59
1578 107 3 403 127
1579 107 4 403 127
1580 107 5 403 127
1586 107 12 403 127
1587 107 13 403 127
1588 107 16 403 291
1589 107 20 1195 67
1590 108 5 404 291
1591 108 6 404 291
1592 108 7 404 291
1595 108 10 404 431
1596 108 12 404 291
1597 108 13 404 291
1598 108 20 1196 85
1599 109 20 1197 87
1600 110 20 1198 89
1601 111 20 1199 94
1602 112 20 1200 97
1603 113 20 1201 116
1604 114 20 1202 118
1605 115 20 1203 126
1606 116 20 1204 127
1607 117 20 1205 133
1608 118 20 1206 141
1609 119 20 1207 161
1610 120 20 1208 164
1611 121 20 1209 179
1612 122 20 1210 188
1613 123 20 1211 191
1614 124 20 1212 200
1615 125 20 1213 473
1616 126 20 1214 203
1617 127 20 1215 214
1618 128 20 1216 224
1619 129 20 1217 226
1620 130 20 1218 227
1621 131 20 1219 231
1622 132 20 1220 242
1623 133 20 1221 247
1624 134 20 1222 248
1625 135 20 1223 253
1626 136 20 1224 257
1627 137 20 1225 269
1628 138 20 1226 271
1629 139 20 1227 276
1630 140 20 1228 285
1631 141 20 1229 299
1632 142 20 1230 304
1633 143 20 1231 315
1634 144 20 1232 322
1635 145 20 1233 330
1636 146 20 1234 334
1637 147 20 1235 337
1638 148 20 1236 339
1639 149 20 1237 347
1640 150 20 1238 348
1641 151 20 1239 349
1642 152 20 1240 360
1643 153 20 1241 370
1644 154 20 1242 390
1645 155 20 1243 394
1646 156 20 1244 396
1647 157 20 1245 398
1648 158 20 1246 399
1649 159 20 1247 402
1650 160 20 1248 404
1651 161 20 1249 405
1652 162 20 1250 406
1653 163 20 1251 408
1654 164 20 1252 411
1655 165 20 1253 412
1656 166 20 1254 413
1657 167 20 1255 414
1658 168 20 1256 417
1659 169 20 1257 428
1660 170 20 1258 430
1661 171 20 1259 437
1662 172 20 1260 438
1663 173 20 1261 441
1664 174 20 1262 442
1665 175 20 1263 444
1666 176 20 1264 446
1667 177 20 1265 447
1668 178 20 1266 482
1669 179 20 1267 484
1670 180 20 1268 486
1671 181 20 1269 492
1672 182 20 1270 500
1673 183 20 1271 502
1674 184 20 1272 503
1675 185 20 1273 526
1676 186 20 1274 528
1677 187 20 1275 529
1678 188 20 1276 535
1679 189 20 1277 542
1680 190 20 1278 583
1681 191 20 1279 599
1682 192 20 1280 605
1683 193 20 1281 663
1684 194 20 1282 667
1685 195 20 1283 675
1686 196 20 1284 676
1687 197 20 1285 706
1688 198 20 1286 710
1689 199 20 1287 776

View File

@ -33,9 +33,15 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
66,15,,,25,,,,,
67,5,,50,,90,,,32,30
71,8,,,20,,,,,
71,19,,20,25,,,,,
71,20,,40,15,,,,,
72,8,,,10,,,,,
72,19,,40,15,,,,,
72,20,,75,10,,,,,
74,11,,,,,,,14,
74,15,,,40,,,,,
76,19,,120,,,,,,
76,20,,200,,,,,,
80,8,,70,,,,,,
80,11,,90,20,,,,,
81,17,,,,,,,21,
@ -51,6 +57,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
94,3,,,,,,,,30
95,8,,,,60,,,,
95,9,,,,70,,,,
100,19,,,,,0,,,
105,8,,,20,,,,,
107,15,,,20,,,,,
112,15,,,30,,,,,
@ -69,6 +76,8 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
139,15,,,,80,,,,
141,17,,20,15,,,,,
143,3,,,,,,,,10
143,19,,140,,,,,,
143,20,,200,,,,,,
145,15,,20,,,,,,
146,3,,,,,,,1,0
148,8,,,,70,,,,
@ -100,6 +109,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
210,11,,10,,,,,,
210,15,,20,,,,,,
215,15,,,,,,4,,
229,20,,20,,,,,,
236,15,1,,,,,,,
237,15,,1,,,,,,
248,11,,80,15,90,,,,
@ -128,6 +138,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
330,15,,95,,,,,,
331,11,,10,,,,,,
333,11,,10,,,,,,
336,20,,,,,,7,,
343,11,,40,,,,,,
343,15,,,40,,,,,
348,8,,70,,,,,,
@ -175,3 +186,13 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
565,17,,30,,,,,,
570,17,,50,,,,,,
595,17,,65,,,,,,
718,20,,90,,,,,,
729,20,,50,15,,,,,
733,20,,90,15,,,,,
734,20,,90,15,,,,,
735,20,,90,15,,,,,
736,20,,90,,100,,,,
737,20,,90,,100,,,,
738,20,,90,15,100,,,,
739,20,,90,15,100,,,,
740,20,,90,15,100,,,,

1 move_id changed_in_version_group_id type_id power pp accuracy priority target_id effect_id effect_chance
33 66 15 25
34 67 5 50 90 32 30
35 71 8 20
36 71 19 20 25
37 71 20 40 15
38 72 8 10
39 72 19 40 15
40 72 20 75 10
41 74 11 14
42 74 15 40
43 76 19 120
44 76 20 200
45 80 8 70
46 80 11 90 20
47 81 17 21
57 94 3 30
58 95 8 60
59 95 9 70
60 100 19 0
61 105 8 20
62 107 15 20
63 112 15 30
76 139 15 80
77 141 17 20 15
78 143 3 10
79 143 19 140
80 143 20 200
81 145 15 20
82 146 3 1 0
83 148 8 70
109 210 11 10
110 210 15 20
111 215 15 4
112 229 20 20
113 236 15 1
114 237 15 1
115 248 11 80 15 90
138 330 15 95
139 331 11 10
140 333 11 10
141 336 20 7
142 343 11 40
143 343 15 40
144 348 8 70
186 565 17 30
187 570 17 50
188 595 17 65
189 718 20 90
190 729 20 50 15
191 733 20 90 15
192 734 20 90 15
193 735 20 90 15
194 736 20 90 100
195 737 20 90 100
196 738 20 90 15 100
197 739 20 90 15 100
198 740 20 90 15 100

View File

@ -6,7 +6,7 @@ move_damage_class_id,local_language_id,name,description
1,9,status,No damage
2,1,ぶつり,ぶつりのダメージ。こうげきとぼうぎょを行使する
2,5,physique,"Dégâts physique, influencés par l'Attaque et la Défense"
2,6,physich,"Physischer Schaden, beeinflusst von Angriff und Verteidigung"
2,6,physisch,"Physischer Schaden, beeinflusst von Angriff und Verteidigung"
2,7,físico,"Daño Físico, controlado por el Ataque y Defensa"
2,9,physical,"Physical damage, controlled by Attack and Defense"
3,1,とくしゅ,とくしゅのダメージ。とくこうととくぼうを行使する

1 move_damage_class_id local_language_id name description
6 1 9 status No damage
7 2 1 ぶつり ぶつりのダメージ。こうげきとぼうぎょを行使する
8 2 5 physique Dégâts physique, influencés par l'Attaque et la Défense
9 2 6 physich physisch Physischer Schaden, beeinflusst von Angriff und Verteidigung
10 2 7 físico Daño Físico, controlado por el Ataque y Defensa
11 2 9 physical Physical damage, controlled by Attack and Defense
12 3 1 とくしゅ とくしゅのダメージ。とくこうととくぼうを行使する

View File

@ -1110,6 +1110,32 @@ Any [regular damage]{mechanic:regular-damage} dealt to an affected Pokémon is r
413,9,Damages the target for 75% of its remaining HP.,Inflicts direct damage equal to ¾ of the target's remaining HP.
414,9,Raises all of the user's stats by two stages.,"Raises the user's [Attack]{mechanic:attack}, [Defense]{mechanic:defense}, [Special Attack]{mechanic:special-attack}, [Special Defense]{mechanic:special-defense}, and [Speed]{mechanic:speed} by two [stages]{mechanic:stage} each."
415,9,Changes the terrain to Psychic Terrain after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) changes the terrain to []{move:psychic-terrain}."
416,9,XXX new effect for light-that-burns-the-sky,XXX new effect for light-that-burns-the-sky
417,9,XXX new effect for lets-snuggle-forever,XXX new effect for lets-snuggle-forever
418,9,XXX new effect for splintered-stormshards,XXX new effect for splintered-stormshards
419,9,XXX new effect for clangorous-soulblaze,XXX new effect for clangorous-soulblaze
420,9,XXX new effect for mind-blown,XXX new effect for mind-blown
421,9,XXX new effect for dynamax-cannon,XXX new effect for dynamax-cannon
422,9,XXX new effect for snipe-shot,XXX new effect for snipe-shot
423,9,XXX new effect for jaw-lock,XXX new effect for jaw-lock
424,9,XXX new effect for stuff-cheeks,XXX new effect for stuff-cheeks
425,9,XXX new effect for no-retreat,XXX new effect for no-retreat
426,9,XXX new effect for tar-shot,XXX new effect for tar-shot
427,9,XXX new effect for magic-powder,XXX new effect for magic-powder
428,9,XXX new effect for dragon-darts,XXX new effect for dragon-darts
429,9,XXX new effect for teatime,XXX new effect for teatime
430,9,XXX new effect for octolock,XXX new effect for octolock
431,9,XXX new effect for bolt-beak,XXX new effect for bolt-beak
432,9,XXX new effect for court-change,XXX new effect for court-change
433,9,XXX new effect for clangorous-soul,XXX new effect for clangorous-soul
434,9,XXX new effect for body-press,XXX new effect for body-press
435,9,XXX new effect for decorate,XXX new effect for decorate
436,9,XXX new effect for behemoth-blade,XXX new effect for behemoth-blade
437,9,XXX new effect for aura-wheel,XXX new effect for aura-wheel
439,9,XXX new effect for overdrive,XXX new effect for overdrive
440,9,XXX new effect for apple-acid,XXX new effect for apple-acid
441,9,XXX new effect for life-dew,XXX new effect for life-dew
442,9,XXX new effect for obstruct,XXX new effect for obstruct
10001,9,Has an increased chance for a critical hit in Hyper Mode.,Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move while in [hyper mode]{mechanic:hyper-mode}.
10002,9,User receives 1/2 its HP in recoil.,Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/2 of its current [HP]{mechanic:hp} in recoil.
10003,9,Halves HP of all Pokémon on the field. Must recharge,"Halves [HP]{mechanic:hp} of all Pokémon on the field. User loses its next turn to ""recharge"", and cannot attack or [switch]{mechanic:switch} out during that turn."

1 move_effect_id local_language_id short_effect effect
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141

View File

@ -396,6 +396,32 @@ id
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
439
440
441
442
10001
10002
10003

1 id
396 413
397 414
398 415
399 416
400 417
401 418
402 419
403 420
404 421
405 422
406 423
407 424
408 425
409 426
410 427
411 428
412 429
413 430
414 431
415 432
416 433
417 434
418 435
419 436
420 437
421 439
422 440
423 441
424 442
425 10001
426 10002
427 10003

View File

@ -165,6 +165,7 @@ move_id,move_flag_id
50,5
50,7
50,14
50,19
51,4
51,7
52,4
@ -422,6 +423,7 @@ move_id,move_flag_id
158,1
158,4
158,7
158,16
159,6
160,6
161,4
@ -505,6 +507,7 @@ move_id,move_flag_id
191,20
192,4
192,7
192,18
193,4
193,5
193,7
@ -640,7 +643,6 @@ move_id,move_flag_id
249,7
250,4
250,7
250,19
251,4
251,7
252,1
@ -737,6 +739,7 @@ move_id,move_flag_id
295,7
296,4
296,7
296,18
297,4
297,5
297,7
@ -849,6 +852,7 @@ move_id,move_flag_id
335,5
335,7
336,6
336,9
337,1
337,4
337,7
@ -885,6 +889,7 @@ move_id,move_flag_id
349,21
350,4
350,7
350,18
351,4
351,7
352,4
@ -950,6 +955,7 @@ move_id,move_flag_id
377,4
377,5
377,7
377,19
378,1
378,4
378,7
@ -1122,6 +1128,7 @@ move_id,move_flag_id
439,3
439,4
439,7
439,18
440,1
440,4
440,7
@ -1384,6 +1391,7 @@ move_id,move_flag_id
544,7
545,4
545,7
545,18
546,4
546,7
547,4
@ -1564,6 +1572,7 @@ move_id,move_flag_id
617,7
618,4
618,7
618,17
619,4
619,7
619,20
@ -1621,6 +1630,7 @@ move_id,move_flag_id
675,7
676,4
676,7
676,18
677,1
677,4
677,7
@ -1657,6 +1667,7 @@ move_id,move_flag_id
689,4
689,14
690,4
690,18
691,4
691,7
691,9
@ -1677,6 +1688,7 @@ move_id,move_flag_id
706,1
706,4
706,7
706,16
707,1
707,4
707,7
@ -1710,6 +1722,218 @@ move_id,move_flag_id
718,1
718,4
718,7
720,4
720,7
721,1
721,4
721,7
721,8
722,4
722,7
724,1
726,1
728,9
728,14
729,1
729,4
729,7
730,4
730,7
731,1
731,4
731,7
731,10
732,4
732,7
733,4
733,7
733,13
734,4
734,7
735,1
735,4
735,7
735,11
736,4
736,7
737,4
737,7
738,4
738,5
738,7
739,4
739,7
740,4
740,7
741,1
741,4
741,7
742,1
742,4
742,7
742,8
744,4
745,4
745,7
746,1
746,4
746,7
746,16
747,6
748,6
749,4
749,5
749,7
750,4
750,5
750,7
750,15
751,4
751,7
752,14
753,4
753,7
754,1
754,4
754,7
755,1
755,4
755,7
755,16
756,7
775,6
775,9
775,21
776,1
776,4
776,7
778,4
778,7
779,1
779,4
779,7
780,4
780,7
780,11
780,18
781,1
781,4
781,7
782,1
782,4
782,7
783,4
783,7
784,1
784,4
784,7
785,1
785,4
785,7
786,4
786,7
786,9
786,14
787,4
787,7
788,4
788,7
789,1
789,4
789,7
790,4
790,7
791,6
791,13
791,14
793,1
793,4
793,7
794,3
794,4
794,7
795,3
795,4
795,7
796,4
796,7
797,4
797,7
798,1
798,4
798,7
799,4
799,7
800,2
800,4
800,7
801,4
801,7
802,4
802,7
803,1
803,4
803,7
804,4
804,7
805,4
805,7
805,17
806,1
806,4
806,7
807,4
807,7
808,1
808,4
808,7
809,4
809,7
810,4
810,5
810,7
811,14
812,1
812,4
812,7
813,1
813,4
813,7
814,1
814,4
814,7
815,4
815,7
815,11
816,13
816,14
817,1
817,4
817,7
817,8
818,1
818,4
818,7
818,8
819,4
819,7
820,4
820,7
821,4
821,7
822,4
822,7
823,1
823,4
823,7
824,4
824,7
825,4
825,7
826,4
826,7
826,9
826,14
10001,1
10001,4
10002,4

1 move_id move_flag_id
165 50 5
166 50 7
167 50 14
168 50 19
169 51 4
170 51 7
171 52 4
423 158 1
424 158 4
425 158 7
426 158 16
427 159 6
428 160 6
429 161 4
507 191 20
508 192 4
509 192 7
510 192 18
511 193 4
512 193 5
513 193 7
643 249 7
644 250 4
645 250 7
250 19
646 251 4
647 251 7
648 252 1
739 295 7
740 296 4
741 296 7
742 296 18
743 297 4
744 297 5
745 297 7
852 335 5
853 335 7
854 336 6
855 336 9
856 337 1
857 337 4
858 337 7
889 349 21
890 350 4
891 350 7
892 350 18
893 351 4
894 351 7
895 352 4
955 377 4
956 377 5
957 377 7
958 377 19
959 378 1
960 378 4
961 378 7
1128 439 3
1129 439 4
1130 439 7
1131 439 18
1132 440 1
1133 440 4
1134 440 7
1391 544 7
1392 545 4
1393 545 7
1394 545 18
1395 546 4
1396 546 7
1397 547 4
1572 617 7
1573 618 4
1574 618 7
1575 618 17
1576 619 4
1577 619 7
1578 619 20
1630 675 7
1631 676 4
1632 676 7
1633 676 18
1634 677 1
1635 677 4
1636 677 7
1667 689 4
1668 689 14
1669 690 4
1670 690 18
1671 691 4
1672 691 7
1673 691 9
1688 706 1
1689 706 4
1690 706 7
1691 706 16
1692 707 1
1693 707 4
1694 707 7
1722 718 1
1723 718 4
1724 718 7
1725 720 4
1726 720 7
1727 721 1
1728 721 4
1729 721 7
1730 721 8
1731 722 4
1732 722 7
1733 724 1
1734 726 1
1735 728 9
1736 728 14
1737 729 1
1738 729 4
1739 729 7
1740 730 4
1741 730 7
1742 731 1
1743 731 4
1744 731 7
1745 731 10
1746 732 4
1747 732 7
1748 733 4
1749 733 7
1750 733 13
1751 734 4
1752 734 7
1753 735 1
1754 735 4
1755 735 7
1756 735 11
1757 736 4
1758 736 7
1759 737 4
1760 737 7
1761 738 4
1762 738 5
1763 738 7
1764 739 4
1765 739 7
1766 740 4
1767 740 7
1768 741 1
1769 741 4
1770 741 7
1771 742 1
1772 742 4
1773 742 7
1774 742 8
1775 744 4
1776 745 4
1777 745 7
1778 746 1
1779 746 4
1780 746 7
1781 746 16
1782 747 6
1783 748 6
1784 749 4
1785 749 5
1786 749 7
1787 750 4
1788 750 5
1789 750 7
1790 750 15
1791 751 4
1792 751 7
1793 752 14
1794 753 4
1795 753 7
1796 754 1
1797 754 4
1798 754 7
1799 755 1
1800 755 4
1801 755 7
1802 755 16
1803 756 7
1804 775 6
1805 775 9
1806 775 21
1807 776 1
1808 776 4
1809 776 7
1810 778 4
1811 778 7
1812 779 1
1813 779 4
1814 779 7
1815 780 4
1816 780 7
1817 780 11
1818 780 18
1819 781 1
1820 781 4
1821 781 7
1822 782 1
1823 782 4
1824 782 7
1825 783 4
1826 783 7
1827 784 1
1828 784 4
1829 784 7
1830 785 1
1831 785 4
1832 785 7
1833 786 4
1834 786 7
1835 786 9
1836 786 14
1837 787 4
1838 787 7
1839 788 4
1840 788 7
1841 789 1
1842 789 4
1843 789 7
1844 790 4
1845 790 7
1846 791 6
1847 791 13
1848 791 14
1849 793 1
1850 793 4
1851 793 7
1852 794 3
1853 794 4
1854 794 7
1855 795 3
1856 795 4
1857 795 7
1858 796 4
1859 796 7
1860 797 4
1861 797 7
1862 798 1
1863 798 4
1864 798 7
1865 799 4
1866 799 7
1867 800 2
1868 800 4
1869 800 7
1870 801 4
1871 801 7
1872 802 4
1873 802 7
1874 803 1
1875 803 4
1876 803 7
1877 804 4
1878 804 7
1879 805 4
1880 805 7
1881 805 17
1882 806 1
1883 806 4
1884 806 7
1885 807 4
1886 807 7
1887 808 1
1888 808 4
1889 808 7
1890 809 4
1891 809 7
1892 810 4
1893 810 5
1894 810 7
1895 811 14
1896 812 1
1897 812 4
1898 812 7
1899 813 1
1900 813 4
1901 813 7
1902 814 1
1903 814 4
1904 814 7
1905 815 4
1906 815 7
1907 815 11
1908 816 13
1909 816 14
1910 817 1
1911 817 4
1912 817 7
1913 817 8
1914 818 1
1915 818 4
1916 818 7
1917 818 8
1918 819 4
1919 819 7
1920 820 4
1921 820 7
1922 821 4
1923 821 7
1924 822 4
1925 822 7
1926 823 1
1927 823 4
1928 823 7
1929 824 4
1930 824 7
1931 825 4
1932 825 7
1933 826 4
1934 826 7
1935 826 9
1936 826 14
1937 10001 1
1938 10001 4
1939 10002 4

File diff suppressed because it is too large Load Diff

View File

@ -227,7 +227,7 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
226,13,0,,,,,0,0,0,0,0,0
227,13,0,,,,,0,0,0,0,0,0
228,0,0,,,,,0,0,0,0,0,0
229,0,0,,,,,0,0,0,0,0,0
229,7,0,,,,,0,0,0,0,0,100
230,2,0,,,,,0,0,0,0,0,0
231,6,0,,,,,0,0,0,0,0,30
232,7,0,,,,,0,0,0,0,0,10
@ -391,7 +391,7 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
390,11,0,,,,,0,0,0,0,0,0
391,13,0,,,,,0,0,0,0,0,0
392,13,0,,,,,0,0,0,0,0,0
393,13,0,,,5,5,0,0,0,0,0,0
393,13,0,,,,,0,0,0,0,0,0
394,4,4,,,,,-33,0,0,10,0,0
395,4,1,,,,,0,0,0,30,0,0
396,0,0,,,,,0,0,0,0,0,0
@ -618,8 +618,8 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
617,0,0,,,,,-50,0,0,0,0,0
618,0,0,,,,,0,0,0,0,0,0
619,0,0,,,,,0,0,0,0,0,0
620,7,0,,,,,0,0,0,0,0,0
621,7,0,,,,,0,0,0,0,0,0
620,7,0,,,,,0,0,0,0,0,100
621,7,0,,,,,0,0,0,0,0,100
622,0,0,,,,,0,0,0,0,0,0
623,0,0,,,,,0,0,0,0,0,0
624,0,0,,,,,0,0,0,0,0,0
@ -663,22 +663,22 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
662,0,0,,,,,0,0,0,0,0,0
663,0,0,,,,,0,0,0,0,0,0
664,0,0,,,,,0,0,0,0,0,0
665,7,0,,,,,0,0,0,0,0,0
665,7,0,,,,,0,0,0,0,0,100
666,3,0,,,,,0,50,0,0,0,0
667,0,0,,,,,0,0,0,0,0,0
668,13,0,,,,,0,0,0,0,0,0
668,13,0,,,,,0,0,0,0,0,100
669,0,0,,,,,0,0,0,0,0,0
670,0,0,,,,,0,0,0,0,0,0
671,13,0,,,,,0,0,0,0,0,0
672,5,5,,,,,0,0,0,100,0,0
672,5,5,,,,,0,0,0,100,0,100
673,13,0,,,,,0,0,0,0,0,0
674,2,0,,,,,0,0,0,0,0,0
675,4,24,,,2,2,0,0,0,100,0,0
676,0,0,,,,,0,0,0,0,0,0
677,0,0,,,,,0,0,0,0,0,0
678,10,0,,,,,0,0,0,0,0,0
679,6,0,,,,,0,0,0,0,0,0
680,6,0,,,,,0,0,0,0,0,0
679,6,0,,,,,0,0,0,0,0,100
680,6,0,,,,,0,0,0,0,0,100
681,0,0,,,,,0,0,0,0,0,0
682,0,0,,,,,0,0,0,0,0,0
683,13,0,,,,,0,0,0,0,0,0
@ -686,10 +686,10 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
685,13,0,,,,,0,50,0,0,0,0
686,0,0,,,,,0,0,0,0,0,0
687,0,0,,,,,0,0,0,0,0,0
688,6,0,,,,,0,0,0,0,0,0
688,6,0,,,,,0,0,0,0,0,100
689,13,0,,,,,0,0,0,0,0,0
690,0,0,,,,,0,0,0,0,0,0
691,7,0,,,,,0,0,0,0,0,0
691,7,0,,,,,0,0,0,0,0,100
692,0,0,,,,,0,0,0,0,0,0
693,0,0,,,,,0,0,0,0,0,0
694,11,0,,,,,0,0,0,0,0,0
@ -700,21 +700,128 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
699,0,0,,,,,0,0,0,0,0,0
700,4,1,,,,,0,0,0,100,0,0
701,0,0,,,,,0,0,0,0,0,0
702,2,0,,,,,0,0,0,0,0,0
702,2,0,,,,,0,0,0,0,0,100
703,0,0,,,,,0,0,0,0,0,0
704,0,0,,,,,0,0,0,0,0,0
705,7,0,,,,,0,0,0,0,0,0
705,7,0,,,,,0,0,0,0,0,100
706,0,0,,,,,0,0,0,0,0,0
707,0,0,,,,,0,0,0,0,0,0
708,6,0,,,,,0,0,0,0,0,0
708,6,0,,,,,0,0,0,0,0,20
709,0,0,,,,,0,0,0,0,0,0
710,6,0,,,,,0,0,0,0,0,0
710,6,0,,,,,0,0,0,0,0,20
711,0,0,,,,,0,0,0,0,0,0
712,0,0,,,,,0,0,0,0,0,0
713,0,0,,,,,0,0,0,0,0,0
714,0,0,,,,,0,0,0,0,0,0
715,2,0,,,,,0,0,0,0,0,0
715,2,0,,,,,0,0,0,0,0,100
716,0,0,,,,,0,0,0,0,30,0
717,0,0,,,,,0,0,0,0,0,0
718,0,0,,,,,0,0,0,0,0,0
719,0,0,,,,,0,0,2,0,0,0
720,0,0,,,,,0,0,0,0,0,0
721,0,0,,,,,0,0,0,0,0,0
722,0,0,,,,,0,0,0,0,0,0
723,0,0,,,,,0,0,0,0,0,0
724,0,0,,,,,0,0,0,0,0,0
725,0,0,,,,,0,0,0,0,0,0
726,0,0,,,,,0,0,0,0,0,0
727,0,0,,,,,0,0,0,0,0,0
728,7,0,,,,,0,0,0,0,0,100
729,7,0,,,,,0,0,0,0,0,100
730,4,1,,,,,0,0,0,30,0,0
731,0,0,,,,,0,0,0,0,30,0
732,0,0,,,,,0,0,0,0,0,0
733,8,0,,,,,100,0,0,0,0,0
734,4,1,,,,,0,0,0,100,0,0
735,4,4,,,,,0,0,0,100,0,0
736,0,0,,,,,0,0,0,0,0,0
737,0,0,,,,,0,0,0,0,0,0
738,4,18,,,,,0,0,0,100,0,0
739,0,0,,,,,0,0,0,0,0,0
740,0,0,,,,,0,0,0,0,0,0
741,0,0,,,,,0,0,0,0,0,0
742,0,0,2,2,,,0,0,0,0,30,0
743,13,0,,,,,0,0,0,0,0,0
744,0,0,,,,,0,0,0,0,0,0
745,0,0,,,,,0,0,1,0,0,0
746,0,0,,,,,0,0,0,0,0,0
747,2,0,,,,,0,0,0,0,0,100
748,2,0,,,,,0,0,0,0,0,100
749,5,42,,,,,0,0,0,100,0,100
750,13,0,,,,,0,0,0,0,0,0
751,0,0,2,2,,,0,0,0,0,0,0
752,13,0,,,,,0,0,0,0,0,0
753,13,0,,,,,0,0,0,0,0,0
754,0,0,,,,,0,0,0,0,0,0
755,0,0,,,,,0,0,0,0,0,0
756,13,0,,,,,0,0,0,0,0,0
757,0,0,,,,,0,0,0,0,0,0
758,0,0,,,,,0,0,0,0,0,0
759,0,0,,,,,0,0,0,0,0,0
760,0,0,,,,,0,0,0,0,0,0
761,0,0,,,,,0,0,0,0,0,0
762,0,0,,,,,0,0,0,0,0,0
763,0,0,,,,,0,0,0,0,0,0
764,0,0,,,,,0,0,0,0,0,0
765,0,0,,,,,0,0,0,0,0,0
766,0,0,,,,,0,0,0,0,0,0
767,0,0,,,,,0,0,0,0,0,0
768,0,0,,,,,0,0,0,0,0,0
769,0,0,,,,,0,0,0,0,0,0
770,0,0,,,,,0,0,0,0,0,0
771,0,0,,,,,0,0,0,0,0,0
772,0,0,,,,,0,0,0,0,0,0
773,0,0,,,,,0,0,0,0,0,0
774,0,0,,,,,0,0,0,0,0,0
775,2,0,,,,,0,-33,0,0,0,100
776,0,0,,,,,0,0,0,0,0,0
777,2,0,,,,,0,0,0,0,0,100
778,6,0,,,,,0,0,0,0,0,100
779,4,8,,,5,6,0,0,0,100,0,0
780,4,4,,,,,0,0,0,10,0,0
781,0,0,,,,,0,0,0,0,0,0
782,0,0,,,,,0,0,0,0,0,0
783,7,0,,,,,0,0,0,0,0,100
784,6,0,,,,,0,0,0,0,0,100
785,0,0,,,,,0,0,0,0,0,0
786,0,0,,,,,0,0,0,0,0,0
787,6,0,,,,,0,0,0,0,0,100
788,6,0,,,,,0,0,0,0,0,100
789,6,0,,,,,0,0,0,0,0,100
790,4,6,,,2,5,0,0,0,20,0,0
791,3,0,,,,,0,25,0,0,0,0
792,13,0,,,,,0,0,0,0,0,0
793,0,0,,,,,0,0,0,0,0,0
794,0,0,,,,,0,0,0,0,0,0
795,0,0,,,,,0,0,0,0,0,0
796,0,0,,,,,0,0,0,0,0,0
797,0,0,,,,,0,0,0,0,0,0
798,0,0,,,,,0,0,0,0,0,0
799,0,0,2,5,,,0,0,0,0,0,0
800,0,0,,,,,0,0,0,100,0,0
801,4,5,,,,,0,0,0,20,0,0
802,0,0,,,,,0,0,0,0,0,0
803,0,0,,,,,0,0,0,0,0,0
804,0,0,,,,,0,0,0,0,0,0
805,0,0,,,,,0,0,0,0,0,0
806,6,0,,,,,0,0,0,0,0,100
807,4,4,,,,,0,0,0,100,0,0
808,0,0,,,,,0,0,0,0,0,0
809,0,0,,,,,0,0,0,0,0,0
810,13,0,,,,,0,0,0,0,0,0
811,2,0,,,,,0,0,0,0,0,100
812,0,0,,,,,0,0,0,0,0,0
813,0,0,3,3,,,0,0,0,0,0,0
814,0,0,2,2,,,0,0,0,0,0,0
815,4,4,,,,,0,0,0,30,0,0
816,13,0,,,,,0,25,0,0,0,0
817,0,0,,,,,0,0,6,0,0,0
818,0,0,3,3,,,0,0,6,0,0,0
819,4,8,,,5,6,0,0,0,100,0,0
820,0,0,,,,,0,0,0,0,0,0
821,4,3,,,,,0,0,0,10,0,0
822,0,0,,,,,0,0,0,0,20,0
823,6,0,,,,,0,0,0,0,0,100
824,0,0,,,,,0,0,0,0,0,0
825,0,0,,,,,0,0,0,0,0,0
826,0,0,,,,,0,0,0,0,0,0

1 move_id meta_category_id meta_ailment_id min_hits max_hits min_turns max_turns drain healing crit_rate ailment_chance flinch_chance stat_chance
227 226 13 0 0 0 0 0 0 0
228 227 13 0 0 0 0 0 0 0
229 228 0 0 0 0 0 0 0 0
230 229 0 7 0 0 0 0 0 0 0 100
231 230 2 0 0 0 0 0 0 0
232 231 6 0 0 0 0 0 0 30
233 232 7 0 0 0 0 0 0 10
391 390 11 0 0 0 0 0 0 0
392 391 13 0 0 0 0 0 0 0
393 392 13 0 0 0 0 0 0 0
394 393 13 0 5 5 0 0 0 0 0 0
395 394 4 4 -33 0 0 10 0 0
396 395 4 1 0 0 0 30 0 0
397 396 0 0 0 0 0 0 0 0
618 617 0 0 -50 0 0 0 0 0
619 618 0 0 0 0 0 0 0 0
620 619 0 0 0 0 0 0 0 0
621 620 7 0 0 0 0 0 0 0 100
622 621 7 0 0 0 0 0 0 0 100
623 622 0 0 0 0 0 0 0 0
624 623 0 0 0 0 0 0 0 0
625 624 0 0 0 0 0 0 0 0
663 662 0 0 0 0 0 0 0 0
664 663 0 0 0 0 0 0 0 0
665 664 0 0 0 0 0 0 0 0
666 665 7 0 0 0 0 0 0 0 100
667 666 3 0 0 50 0 0 0 0
668 667 0 0 0 0 0 0 0 0
669 668 13 0 0 0 0 0 0 0 100
670 669 0 0 0 0 0 0 0 0
671 670 0 0 0 0 0 0 0 0
672 671 13 0 0 0 0 0 0 0
673 672 5 5 0 0 0 100 0 0 100
674 673 13 0 0 0 0 0 0 0
675 674 2 0 0 0 0 0 0 0
676 675 4 24 2 2 0 0 0 100 0 0
677 676 0 0 0 0 0 0 0 0
678 677 0 0 0 0 0 0 0 0
679 678 10 0 0 0 0 0 0 0
680 679 6 0 0 0 0 0 0 0 100
681 680 6 0 0 0 0 0 0 0 100
682 681 0 0 0 0 0 0 0 0
683 682 0 0 0 0 0 0 0 0
684 683 13 0 0 0 0 0 0 0
686 685 13 0 0 50 0 0 0 0
687 686 0 0 0 0 0 0 0 0
688 687 0 0 0 0 0 0 0 0
689 688 6 0 0 0 0 0 0 0 100
690 689 13 0 0 0 0 0 0 0
691 690 0 0 0 0 0 0 0 0
692 691 7 0 0 0 0 0 0 0 100
693 692 0 0 0 0 0 0 0 0
694 693 0 0 0 0 0 0 0 0
695 694 11 0 0 0 0 0 0 0
700 699 0 0 0 0 0 0 0 0
701 700 4 1 0 0 0 100 0 0
702 701 0 0 0 0 0 0 0 0
703 702 2 0 0 0 0 0 0 0 100
704 703 0 0 0 0 0 0 0 0
705 704 0 0 0 0 0 0 0 0
706 705 7 0 0 0 0 0 0 0 100
707 706 0 0 0 0 0 0 0 0
708 707 0 0 0 0 0 0 0 0
709 708 6 0 0 0 0 0 0 0 20
710 709 0 0 0 0 0 0 0 0
711 710 6 0 0 0 0 0 0 0 20
712 711 0 0 0 0 0 0 0 0
713 712 0 0 0 0 0 0 0 0
714 713 0 0 0 0 0 0 0 0
715 714 0 0 0 0 0 0 0 0
716 715 2 0 0 0 0 0 0 0 100
717 716 0 0 0 0 0 0 30 0
718 717 0 0 0 0 0 0 0 0
719 718 0 0 0 0 0 0 0 0
720 719 0 0 0 0 2 0 0 0
721 720 0 0 0 0 0 0 0 0
722 721 0 0 0 0 0 0 0 0
723 722 0 0 0 0 0 0 0 0
724 723 0 0 0 0 0 0 0 0
725 724 0 0 0 0 0 0 0 0
726 725 0 0 0 0 0 0 0 0
727 726 0 0 0 0 0 0 0 0
728 727 0 0 0 0 0 0 0 0
729 728 7 0 0 0 0 0 0 100
730 729 7 0 0 0 0 0 0 100
731 730 4 1 0 0 0 30 0 0
732 731 0 0 0 0 0 0 30 0
733 732 0 0 0 0 0 0 0 0
734 733 8 0 100 0 0 0 0 0
735 734 4 1 0 0 0 100 0 0
736 735 4 4 0 0 0 100 0 0
737 736 0 0 0 0 0 0 0 0
738 737 0 0 0 0 0 0 0 0
739 738 4 18 0 0 0 100 0 0
740 739 0 0 0 0 0 0 0 0
741 740 0 0 0 0 0 0 0 0
742 741 0 0 0 0 0 0 0 0
743 742 0 0 2 2 0 0 0 0 30 0
744 743 13 0 0 0 0 0 0 0
745 744 0 0 0 0 0 0 0 0
746 745 0 0 0 0 1 0 0 0
747 746 0 0 0 0 0 0 0 0
748 747 2 0 0 0 0 0 0 100
749 748 2 0 0 0 0 0 0 100
750 749 5 42 0 0 0 100 0 100
751 750 13 0 0 0 0 0 0 0
752 751 0 0 2 2 0 0 0 0 0 0
753 752 13 0 0 0 0 0 0 0
754 753 13 0 0 0 0 0 0 0
755 754 0 0 0 0 0 0 0 0
756 755 0 0 0 0 0 0 0 0
757 756 13 0 0 0 0 0 0 0
758 757 0 0 0 0 0 0 0 0
759 758 0 0 0 0 0 0 0 0
760 759 0 0 0 0 0 0 0 0
761 760 0 0 0 0 0 0 0 0
762 761 0 0 0 0 0 0 0 0
763 762 0 0 0 0 0 0 0 0
764 763 0 0 0 0 0 0 0 0
765 764 0 0 0 0 0 0 0 0
766 765 0 0 0 0 0 0 0 0
767 766 0 0 0 0 0 0 0 0
768 767 0 0 0 0 0 0 0 0
769 768 0 0 0 0 0 0 0 0
770 769 0 0 0 0 0 0 0 0
771 770 0 0 0 0 0 0 0 0
772 771 0 0 0 0 0 0 0 0
773 772 0 0 0 0 0 0 0 0
774 773 0 0 0 0 0 0 0 0
775 774 0 0 0 0 0 0 0 0
776 775 2 0 0 -33 0 0 0 100
777 776 0 0 0 0 0 0 0 0
778 777 2 0 0 0 0 0 0 100
779 778 6 0 0 0 0 0 0 100
780 779 4 8 5 6 0 0 0 100 0 0
781 780 4 4 0 0 0 10 0 0
782 781 0 0 0 0 0 0 0 0
783 782 0 0 0 0 0 0 0 0
784 783 7 0 0 0 0 0 0 100
785 784 6 0 0 0 0 0 0 100
786 785 0 0 0 0 0 0 0 0
787 786 0 0 0 0 0 0 0 0
788 787 6 0 0 0 0 0 0 100
789 788 6 0 0 0 0 0 0 100
790 789 6 0 0 0 0 0 0 100
791 790 4 6 2 5 0 0 0 20 0 0
792 791 3 0 0 25 0 0 0 0
793 792 13 0 0 0 0 0 0 0
794 793 0 0 0 0 0 0 0 0
795 794 0 0 0 0 0 0 0 0
796 795 0 0 0 0 0 0 0 0
797 796 0 0 0 0 0 0 0 0
798 797 0 0 0 0 0 0 0 0
799 798 0 0 0 0 0 0 0 0
800 799 0 0 2 5 0 0 0 0 0 0
801 800 0 0 0 0 0 100 0 0
802 801 4 5 0 0 0 20 0 0
803 802 0 0 0 0 0 0 0 0
804 803 0 0 0 0 0 0 0 0
805 804 0 0 0 0 0 0 0 0
806 805 0 0 0 0 0 0 0 0
807 806 6 0 0 0 0 0 0 100
808 807 4 4 0 0 0 100 0 0
809 808 0 0 0 0 0 0 0 0
810 809 0 0 0 0 0 0 0 0
811 810 13 0 0 0 0 0 0 0
812 811 2 0 0 0 0 0 0 100
813 812 0 0 0 0 0 0 0 0
814 813 0 0 3 3 0 0 0 0 0 0
815 814 0 0 2 2 0 0 0 0 0 0
816 815 4 4 0 0 0 30 0 0
817 816 13 0 0 25 0 0 0 0
818 817 0 0 0 0 6 0 0 0
819 818 0 0 3 3 0 0 6 0 0 0
820 819 4 8 5 6 0 0 0 100 0 0
821 820 0 0 0 0 0 0 0 0
822 821 4 3 0 0 0 10 0 0
823 822 0 0 0 0 0 0 20 0
824 823 6 0 0 0 0 0 0 100
825 824 0 0 0 0 0 0 0 0
826 825 0 0 0 0 0 0 0 0
827 826 0 0 0 0 0 0 0 0

View File

@ -2,41 +2,61 @@ move_meta_ailment_id,local_language_id,name
-1,5,????
-1,9,????
0,5,Aucun
0,7,ninguno
0,9,none
1,5,Paralysie
1,7,Parálisis
1,9,Paralysis
2,5,Sommeil
2,7,Dormir
2,9,Sleep
3,5,Gel
3,7,Congelar
3,9,Freeze
4,5,Brûlure
4,7,Quemar
4,9,Burn
5,5,Empoisonnement
5,7,Envenenar
5,9,Poison
6,5,Confusion
6,7,Confundir
6,9,Confusion
7,5,Attraction
7,7,Enamorar
7,9,Infatuation
8,5,Piège
8,7,Atrapado
8,9,Trap
9,5,Cauchemar
9,7,Maldito
9,9,Nightmare
12,5,Tourmente
12,7,Tormento
12,9,Torment
13,5,Entrave
13,7,Anulación
13,9,Disable
14,5,Bâillement
14,7,Bostezo
14,9,Yawn
15,5,Anti-Soin
15,7,Anticura
15,9,Heal Block
17,5,Aucune immunité aux types
17,9,No type immunity
18,5,Vampigraine
18,7,Drenadoras
18,9,Leech Seed
19,5,Embargo
19,7,Embargo
19,9,Embargo
20,5,Requiem
20,7,Canto mortal
20,9,Perish Song
21,5,Racines
21,7,Arraigo
21,9,Ingrain
24,7,Silenciado
24,9,Silence
42,9,Tar shot

1 move_meta_ailment_id local_language_id name
2 -1 5 ????
3 -1 9 ????
4 0 5 Aucun
5 0 7 ninguno
6 0 9 none
7 1 5 Paralysie
8 1 7 Parálisis
9 1 9 Paralysis
10 2 5 Sommeil
11 2 7 Dormir
12 2 9 Sleep
13 3 5 Gel
14 3 7 Congelar
15 3 9 Freeze
16 4 5 Brûlure
17 4 7 Quemar
18 4 9 Burn
19 5 5 Empoisonnement
20 5 7 Envenenar
21 5 9 Poison
22 6 5 Confusion
23 6 7 Confundir
24 6 9 Confusion
25 7 5 Attraction
26 7 7 Enamorar
27 7 9 Infatuation
28 8 5 Piège
29 8 7 Atrapado
30 8 9 Trap
31 9 5 Cauchemar
32 9 7 Maldito
33 9 9 Nightmare
34 12 5 Tourmente
35 12 7 Tormento
36 12 9 Torment
37 13 5 Entrave
38 13 7 Anulación
39 13 9 Disable
40 14 5 Bâillement
41 14 7 Bostezo
42 14 9 Yawn
43 15 5 Anti-Soin
44 15 7 Anticura
45 15 9 Heal Block
46 17 5 Aucune immunité aux types
47 17 9 No type immunity
48 18 5 Vampigraine
49 18 7 Drenadoras
50 18 9 Leech Seed
51 19 5 Embargo
52 19 7 Embargo
53 19 9 Embargo
54 20 5 Requiem
55 20 7 Canto mortal
56 20 9 Perish Song
57 21 5 Racines
58 21 7 Arraigo
59 21 9 Ingrain
60 24 7 Silenciado
61 24 9 Silence
62 42 9 Tar shot

View File

@ -20,3 +20,4 @@ id,identifier
20,perish-song
21,ingrain
24,silence
42,tar-shot

1 id identifier
20 20 perish-song
21 21 ingrain
22 24 silence
23 42 tar-shot

View File

@ -36,11 +36,11 @@ move_id,stat_id,change
204,2,-2
207,2,2
211,3,1
229,6,1
230,8,-2
231,3,-1
232,2,1
242,3,-1
246,1,1
246,2,1
246,3,1
246,4,1
@ -61,7 +61,6 @@ move_id,stat_id,change
313,5,-2
315,4,-2
317,6,-1
318,1,1
318,2,1
318,3,1
318,4,1
@ -102,7 +101,6 @@ move_id,stat_id,change
455,3,1
455,5,1
465,5,-2
466,1,1
466,2,1
466,3,1
466,4,1
@ -148,7 +146,7 @@ move_id,stat_id,change
585,4,-1
589,2,-1
590,4,-1
591,3,1
591,3,2
595,4,-1
597,5,1
598,4,-2
@ -162,3 +160,55 @@ move_id,stat_id,change
602,5,1
608,2,-1
612,2,1
620,3,-1
620,5,-1
621,3,-1
665,6,-1
668,2,-1
672,6,-1
674,2,1
674,4,1
679,2,-1
680,3,-1
688,2,-1
691,3,-1
702,2,2
702,3,2
702,4,2
702,5,2
702,6,2
705,4,-2
708,3,-1
710,3,-1
715,2,-1
715,4,-1
728,2,1
728,3,1
728,4,1
728,5,1
728,6,1
729,8,1
747,3,2
748,2,1
748,3,1
748,4,1
748,5,1
748,6,1
749,6,-1
775,2,1
775,3,1
775,4,1
775,5,1
775,6,1
777,2,2
777,4,2
778,6,-1
783,6,1
784,2,-1
787,5,-1
788,3,-1
789,4,-1
806,4,-1
811,2,1
811,3,1
823,3,-1

1 move_id stat_id change
36 204 2 -2
37 207 2 2
38 211 3 1
39 229 6 1
40 230 8 -2
41 231 3 -1
42 232 2 1
43 242 3 -1
246 1 1
44 246 2 1
45 246 3 1
46 246 4 1
61 313 5 -2
62 315 4 -2
63 317 6 -1
318 1 1
64 318 2 1
65 318 3 1
66 318 4 1
101 455 3 1
102 455 5 1
103 465 5 -2
466 1 1
104 466 2 1
105 466 3 1
106 466 4 1
146 585 4 -1
147 589 2 -1
148 590 4 -1
149 591 3 1 2
150 595 4 -1
151 597 5 1
152 598 4 -2
160 602 5 1
161 608 2 -1
162 612 2 1
163 620 3 -1
164 620 5 -1
165 621 3 -1
166 665 6 -1
167 668 2 -1
168 672 6 -1
169 674 2 1
170 674 4 1
171 679 2 -1
172 680 3 -1
173 688 2 -1
174 691 3 -1
175 702 2 2
176 702 3 2
177 702 4 2
178 702 5 2
179 702 6 2
180 705 4 -2
181 708 3 -1
182 710 3 -1
183 715 2 -1
184 715 4 -1
185 728 2 1
186 728 3 1
187 728 4 1
188 728 5 1
189 728 6 1
190 729 8 1
191 747 3 2
192 748 2 1
193 748 3 1
194 748 4 1
195 748 5 1
196 748 6 1
197 749 6 -1
198 775 2 1
199 775 3 1
200 775 4 1
201 775 5 1
202 775 6 1
203 777 2 2
204 777 4 2
205 778 6 -1
206 783 6 1
207 784 2 -1
208 787 5 -1
209 788 3 -1
210 789 4 -1
211 806 4 -1
212 811 2 1
213 811 3 1
214 823 3 -1

File diff suppressed because it is too large Load Diff

View File

@ -98,7 +98,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
97,agility,1,14,,30,,0,7,1,53,,1,30,1
98,quick-attack,1,1,40,30,100,1,10,2,104,,1,30,1
99,rage,1,1,20,20,100,0,10,2,82,,1,17,11
100,teleport,1,14,,20,,0,7,1,154,,1,15,1
100,teleport,1,14,,20,,-6,7,1,154,,1,15,1
101,night-shade,1,8,,15,100,0,10,3,88,,4,23,5
102,mimic,1,1,,10,,0,10,1,83,,3,19,12
103,screech,1,1,,40,85,0,10,1,60,,4,5,10
@ -106,7 +106,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
105,recover,1,1,,10,,0,7,1,33,,4,23,8
106,harden,1,1,,30,,0,7,1,12,,5,16,13
107,minimize,1,1,,10,,0,7,1,109,,3,16,13
108,smokescreen,1,1,,20,100,0,10,1,24,,4,21,10
108,smokescreen,1,1,,20,100,0,10,1,24,,4,22,10
109,confuse-ray,1,8,,10,100,0,10,1,50,,4,21,10
110,withdraw,1,11,,40,,0,7,1,12,,3,15,13
111,defense-curl,1,1,,40,,0,7,1,157,,3,16,13
@ -146,7 +146,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
145,bubble,1,11,40,30,100,0,11,3,71,10,3,8,2
146,dizzy-punch,1,1,70,10,100,0,10,2,77,20,1,4,16
147,spore,1,12,,15,100,0,10,1,2,,2,5,10
148,flash,1,1,,20,100,0,10,1,24,,2,21,10
148,flash,1,1,,20,100,0,10,1,24,,2,22,10
149,psywave,1,14,,15,100,0,10,3,89,,4,14,5
150,splash,1,1,,40,,0,7,1,86,,3,28,16
151,acid-armor,1,4,,20,,0,7,1,52,,5,32,11
@ -178,7 +178,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
177,aeroblast,2,3,100,5,95,0,10,3,44,,1,2,22
178,cotton-spore,2,12,,40,100,0,11,1,61,,2,10,1
179,reversal,2,2,,15,100,0,10,2,100,,1,28,15
180,spite,2,8,,10,100,0,10,1,101,,5,28,19
180,spite,2,8,,10,100,0,10,1,101,,5,26,19
181,powder-snow,2,15,40,25,100,0,11,3,6,10,2,1,5
182,protect,2,1,,10,,4,7,1,112,,3,15,16
183,mach-punch,2,2,40,30,100,1,10,2,104,,1,30,1
@ -227,7 +227,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
226,baton-pass,2,1,,40,,0,7,1,128,,3,18,16
227,encore,2,1,,5,100,0,10,1,91,,3,18,20
228,pursuit,2,17,40,20,100,0,10,2,129,,4,14,20
229,rapid-spin,2,1,20,40,100,0,10,2,130,,1,16,17
229,rapid-spin,2,1,50,40,100,0,10,2,130,100,1,16,17
230,sweet-scent,2,1,,20,100,0,11,1,25,,3,5,19
231,iron-tail,2,9,100,15,75,0,10,2,70,30,1,4,18
232,metal-claw,2,9,50,35,95,0,10,2,140,10,1,1,18
@ -245,7 +245,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
244,psych-up,2,1,,10,,0,10,1,144,,4,12,11
245,extreme-speed,2,1,80,5,100,2,10,2,104,,1,30,1
246,ancient-power,2,6,60,5,100,0,10,3,141,10,5,32,18
247,shadow-ball,2,8,80,15,100,0,10,3,73,20,4,21,17
247,shadow-ball,2,8,80,15,100,0,10,3,73,20,4,22,17
248,future-sight,2,14,120,10,100,0,10,3,149,,4,24,17
249,rock-smash,2,2,40,15,100,0,10,2,70,50,5,29,18
250,whirlpool,2,11,35,15,85,0,10,3,262,100,2,24,21
@ -334,7 +334,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
333,icicle-spear,3,15,25,30,100,0,10,2,30,,2,23,7
334,iron-defense,3,9,,15,,0,7,1,52,,5,15,13
335,block,3,1,,5,,0,10,1,107,,3,18,13
336,howl,3,1,,40,,0,7,1,11,,1,32,11
336,howl,3,1,,40,,0,13,1,11,,1,32,11
337,dragon-claw,3,16,80,15,100,0,10,2,1,,1,23,17
338,frenzy-plant,3,12,150,5,90,0,10,3,81,,1,6,22
339,bulk-up,3,2,,20,,0,7,1,209,,2,32,11
@ -716,8 +716,115 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
715,tearful-look,7,1,,20,,0,10,1,412,100,,,
716,zing-zap,7,13,80,10,100,0,10,2,32,30,,,
717,natures-madness,7,18,,10,90,0,10,3,41,,,,
718,multi-attack,7,1,90,10,100,0,10,2,269,,,,
718,multi-attack,7,1,120,10,100,0,10,2,269,,,,
719,10-000-000-volt-thunderbolt,7,13,195,1,,0,10,3,1,,,,
720,mind-blown,7,10,150,5,100,0,9,3,420,,,,
721,plasma-fists,7,13,100,15,100,0,10,2,1,,,,
722,photon-geyser,7,14,100,5,100,0,10,3,1,,,,
723,light-that-burns-the-sky,7,14,200,1,,0,10,3,416,,,,
724,searing-sunraze-smash,7,9,200,1,,0,10,2,411,,,,
725,menacing-moonraze-maelstrom,7,8,200,1,,0,10,3,411,,,,
726,lets-snuggle-forever,7,18,190,1,,0,10,2,417,,,,
727,splintered-stormshards,7,6,190,1,,0,10,2,418,,,,
728,clangorous-soulblaze,7,16,185,1,,0,11,3,419,100,,,
729,zippy-zap,7,13,80,10,100,2,10,2,1,100,,,
730,splishy-splash,7,11,90,15,100,0,11,3,1,30,,,
731,floaty-fall,7,3,90,15,95,0,10,2,1,30,,,
732,pika-papow,7,13,,20,,0,10,3,1,,,,
733,bouncy-bubble,7,11,60,20,100,0,10,3,1,,,,
734,buzzy-buzz,7,13,60,20,100,0,10,3,1,100,,,
735,sizzly-slide,7,10,60,20,100,0,10,2,1,100,,,
736,glitzy-glow,7,14,80,15,95,0,10,3,1,,,,
737,baddy-bad,7,17,80,15,95,0,10,3,1,,,,
738,sappy-seed,7,12,100,10,90,0,10,2,1,100,,,
739,freezy-frost,7,15,100,10,90,0,10,3,1,,,,
740,sparkly-swirl,7,18,120,5,85,0,10,3,1,,,,
741,veevee-volley,7,1,,20,,0,10,2,1,,,,
742,double-iron-bash,7,9,60,5,100,0,10,2,45,30,,,
743,max-guard,8,1,,10,,4,7,1,112,,,,
744,dynamax-cannon,8,16,100,5,100,0,10,3,421,,,,
745,snipe-shot,8,11,80,15,100,0,10,3,422,,,,
746,jaw-lock,8,17,80,10,100,0,10,2,423,,,,
747,stuff-cheeks,8,1,,10,,0,7,1,424,100,,,
748,no-retreat,8,2,,5,,0,7,1,425,100,,,
749,tar-shot,8,6,,15,100,0,10,1,426,100,,,
750,magic-powder,8,14,,20,100,0,10,1,427,,,,
751,dragon-darts,8,16,50,10,100,0,10,2,428,,,,
752,teatime,8,1,,10,,0,14,1,429,,,,
753,octolock,8,2,,15,100,0,10,1,430,,,,
754,bolt-beak,8,13,85,10,100,0,10,2,431,,,,
755,fishious-rend,8,11,85,10,100,0,10,2,431,,,,
756,court-change,8,1,,10,100,0,12,1,432,,,,
757,max-flare,8,10,100,10,,0,2,2,1,,,,
758,max-flutterby,8,7,10,10,,0,2,2,1,,,,
759,max-lightning,8,13,10,10,,0,2,2,1,,,,
760,max-strike,8,1,10,10,,0,2,2,1,,,,
761,max-knuckle,8,2,10,10,,0,2,2,1,,,,
762,max-phantasm,8,8,10,10,,0,2,2,1,,,,
763,max-hailstorm,8,15,10,10,,0,2,2,1,,,,
764,max-ooze,8,4,10,10,,0,2,2,1,,,,
765,max-geyser,8,11,10,10,,0,2,2,1,,,,
766,max-airstream,8,3,10,10,,0,2,2,1,,,,
767,max-starfall,8,18,10,10,,0,2,2,1,,,,
768,max-wyrmwind,8,16,10,10,,0,2,2,1,,,,
769,max-mindstorm,8,14,10,10,,0,2,2,1,,,,
770,max-rockfall,8,6,10,10,,0,2,2,1,,,,
771,max-quake,8,5,10,10,,0,2,2,1,,,,
772,max-darkness,8,17,10,10,,0,2,2,1,,,,
773,max-overgrowth,8,12,10,10,,0,2,2,1,,,,
774,max-steelspike,8,9,10,10,,0,2,2,1,,,,
775,clangorous-soul,8,16,,5,100,0,7,1,433,100,,,
776,body-press,8,2,80,10,100,0,10,2,434,,,,
777,decorate,8,18,,15,,0,10,1,435,100,,,
778,drum-beating,8,12,80,10,100,0,10,2,71,100,,,
779,snap-trap,8,12,35,15,100,0,10,2,43,100,,,
780,pyro-ball,8,10,120,5,90,0,10,2,5,10,,,
781,behemoth-blade,8,9,100,5,100,0,10,2,436,,,,
782,behemoth-bash,8,9,100,5,100,0,10,2,436,,,,
783,aura-wheel,8,13,110,10,100,0,10,2,437,100,,,
784,breaking-swipe,8,16,60,15,100,0,11,2,396,100,,,
785,branch-poke,8,12,40,40,100,0,10,2,1,,,,
786,overdrive,8,13,80,10,100,0,11,3,439,,,,
787,apple-acid,8,12,80,10,100,0,10,3,440,100,,,
788,grav-apple,8,12,80,10,100,0,10,2,397,100,,,
789,spirit-break,8,18,75,15,100,0,10,2,72,100,,,
790,strange-steam,8,18,90,10,95,0,10,3,77,20,,,
791,life-dew,8,11,,10,,0,13,1,441,,,,
792,obstruct,8,17,,10,100,4,7,1,442,,,,
793,false-surrender,8,17,80,10,,0,10,2,18,,,,
794,meteor-assault,8,2,150,5,100,0,10,2,81,,,,
795,eternabeam,8,16,160,5,90,0,10,3,81,,,,
796,steel-beam,8,9,140,5,95,0,10,3,420,,,,
797,expanding-force,8,14,80,10,100,0,10,3,1,,,,
798,steel-roller,8,9,130,5,100,0,10,2,1,,,,
799,scale-shot,8,16,25,20,90,0,10,2,1,,,,
800,meteor-beam,8,6,120,10,90,0,10,3,1,100,,,
801,shell-side-arm,8,4,90,10,100,0,10,3,1,20,,,
802,misty-explosion,8,18,100,5,100,0,9,3,1,,,,
803,grassy-glide,8,12,70,20,100,0,10,2,1,,,,
804,rising-voltage,8,13,70,20,100,0,10,3,1,,,,
805,terrain-pulse,8,1,50,10,100,0,10,3,1,,,,
806,skitter-smack,8,7,70,10,90,0,10,2,1,100,,,
807,burning-jealousy,8,10,70,5,100,0,11,3,1,100,,,
808,lash-out,8,17,75,5,100,0,10,2,1,,,,
809,poltergeist,8,8,110,5,90,0,10,2,1,,,,
810,corrosive-gas,8,4,,40,100,0,9,1,1,,,,
811,coaching,8,2,,10,,0,13,1,1,100,,,
812,flip-turn,8,11,60,20,100,0,10,2,1,,,,
813,triple-axel,8,15,20,10,90,0,10,2,1,,,,
814,dual-wingbeat,8,3,40,10,90,0,10,2,1,,,,
815,scorching-sands,8,5,70,10,100,0,10,3,1,30,,,
816,jungle-healing,8,12,,10,,0,13,1,1,,,,
817,wicked-blow,8,17,80,5,100,0,10,2,1,,,,
818,surging-strikes,8,11,25,5,100,0,10,2,1,,,,
819,thunder-cage,8,13,80,15,90,0,10,3,1,100,,,
820,dragon-energy,8,16,150,5,100,0,11,3,1,,,,
821,freezing-glare,8,14,90,10,100,0,10,3,1,10,,,
822,fiery-wrath,8,17,90,10,100,0,11,3,1,20,,,
823,thunderous-kick,8,2,90,10,100,0,10,2,1,100,,,
824,glacial-lance,8,15,130,5,100,0,11,2,1,,,,
825,astral-barrage,8,8,120,5,100,0,11,3,1,,,,
826,eerie-spell,8,14,80,5,100,0,10,3,1,,,,
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
98 97 agility 1 14 30 0 7 1 53 1 30 1
99 98 quick-attack 1 1 40 30 100 1 10 2 104 1 30 1
100 99 rage 1 1 20 20 100 0 10 2 82 1 17 11
101 100 teleport 1 14 20 0 -6 7 1 154 1 15 1
102 101 night-shade 1 8 15 100 0 10 3 88 4 23 5
103 102 mimic 1 1 10 0 10 1 83 3 19 12
104 103 screech 1 1 40 85 0 10 1 60 4 5 10
106 105 recover 1 1 10 0 7 1 33 4 23 8
107 106 harden 1 1 30 0 7 1 12 5 16 13
108 107 minimize 1 1 10 0 7 1 109 3 16 13
109 108 smokescreen 1 1 20 100 0 10 1 24 4 21 22 10
110 109 confuse-ray 1 8 10 100 0 10 1 50 4 21 10
111 110 withdraw 1 11 40 0 7 1 12 3 15 13
112 111 defense-curl 1 1 40 0 7 1 157 3 16 13
146 145 bubble 1 11 40 30 100 0 11 3 71 10 3 8 2
147 146 dizzy-punch 1 1 70 10 100 0 10 2 77 20 1 4 16
148 147 spore 1 12 15 100 0 10 1 2 2 5 10
149 148 flash 1 1 20 100 0 10 1 24 2 21 22 10
150 149 psywave 1 14 15 100 0 10 3 89 4 14 5
151 150 splash 1 1 40 0 7 1 86 3 28 16
152 151 acid-armor 1 4 20 0 7 1 52 5 32 11
178 177 aeroblast 2 3 100 5 95 0 10 3 44 1 2 22
179 178 cotton-spore 2 12 40 100 0 11 1 61 2 10 1
180 179 reversal 2 2 15 100 0 10 2 100 1 28 15
181 180 spite 2 8 10 100 0 10 1 101 5 28 26 19
182 181 powder-snow 2 15 40 25 100 0 11 3 6 10 2 1 5
183 182 protect 2 1 10 4 7 1 112 3 15 16
184 183 mach-punch 2 2 40 30 100 1 10 2 104 1 30 1
227 226 baton-pass 2 1 40 0 7 1 128 3 18 16
228 227 encore 2 1 5 100 0 10 1 91 3 18 20
229 228 pursuit 2 17 40 20 100 0 10 2 129 4 14 20
230 229 rapid-spin 2 1 20 50 40 100 0 10 2 130 100 1 16 17
231 230 sweet-scent 2 1 20 100 0 11 1 25 3 5 19
232 231 iron-tail 2 9 100 15 75 0 10 2 70 30 1 4 18
233 232 metal-claw 2 9 50 35 95 0 10 2 140 10 1 1 18
245 244 psych-up 2 1 10 0 10 1 144 4 12 11
246 245 extreme-speed 2 1 80 5 100 2 10 2 104 1 30 1
247 246 ancient-power 2 6 60 5 100 0 10 3 141 10 5 32 18
248 247 shadow-ball 2 8 80 15 100 0 10 3 73 20 4 21 22 17
249 248 future-sight 2 14 120 10 100 0 10 3 149 4 24 17
250 249 rock-smash 2 2 40 15 100 0 10 2 70 50 5 29 18
251 250 whirlpool 2 11 35 15 85 0 10 3 262 100 2 24 21
334 333 icicle-spear 3 15 25 30 100 0 10 2 30 2 23 7
335 334 iron-defense 3 9 15 0 7 1 52 5 15 13
336 335 block 3 1 5 0 10 1 107 3 18 13
337 336 howl 3 1 40 0 7 13 1 11 1 32 11
338 337 dragon-claw 3 16 80 15 100 0 10 2 1 1 23 17
339 338 frenzy-plant 3 12 150 5 90 0 10 3 81 1 6 22
340 339 bulk-up 3 2 20 0 7 1 209 2 32 11
716 715 tearful-look 7 1 20 0 10 1 412 100
717 716 zing-zap 7 13 80 10 100 0 10 2 32 30
718 717 natures-madness 7 18 10 90 0 10 3 41
719 718 multi-attack 7 1 90 120 10 100 0 10 2 269
720 719 10-000-000-volt-thunderbolt 7 13 195 1 0 10 3 1
721 720 mind-blown 7 10 150 5 100 0 9 3 420
722 721 plasma-fists 7 13 100 15 100 0 10 2 1
723 722 photon-geyser 7 14 100 5 100 0 10 3 1
724 723 light-that-burns-the-sky 7 14 200 1 0 10 3 416
725 724 searing-sunraze-smash 7 9 200 1 0 10 2 411
726 725 menacing-moonraze-maelstrom 7 8 200 1 0 10 3 411
727 726 lets-snuggle-forever 7 18 190 1 0 10 2 417
728 727 splintered-stormshards 7 6 190 1 0 10 2 418
729 728 clangorous-soulblaze 7 16 185 1 0 11 3 419 100
730 729 zippy-zap 7 13 80 10 100 2 10 2 1 100
731 730 splishy-splash 7 11 90 15 100 0 11 3 1 30
732 731 floaty-fall 7 3 90 15 95 0 10 2 1 30
733 732 pika-papow 7 13 20 0 10 3 1
734 733 bouncy-bubble 7 11 60 20 100 0 10 3 1
735 734 buzzy-buzz 7 13 60 20 100 0 10 3 1 100
736 735 sizzly-slide 7 10 60 20 100 0 10 2 1 100
737 736 glitzy-glow 7 14 80 15 95 0 10 3 1
738 737 baddy-bad 7 17 80 15 95 0 10 3 1
739 738 sappy-seed 7 12 100 10 90 0 10 2 1 100
740 739 freezy-frost 7 15 100 10 90 0 10 3 1
741 740 sparkly-swirl 7 18 120 5 85 0 10 3 1
742 741 veevee-volley 7 1 20 0 10 2 1
743 742 double-iron-bash 7 9 60 5 100 0 10 2 45 30
744 743 max-guard 8 1 10 4 7 1 112
745 744 dynamax-cannon 8 16 100 5 100 0 10 3 421
746 745 snipe-shot 8 11 80 15 100 0 10 3 422
747 746 jaw-lock 8 17 80 10 100 0 10 2 423
748 747 stuff-cheeks 8 1 10 0 7 1 424 100
749 748 no-retreat 8 2 5 0 7 1 425 100
750 749 tar-shot 8 6 15 100 0 10 1 426 100
751 750 magic-powder 8 14 20 100 0 10 1 427
752 751 dragon-darts 8 16 50 10 100 0 10 2 428
753 752 teatime 8 1 10 0 14 1 429
754 753 octolock 8 2 15 100 0 10 1 430
755 754 bolt-beak 8 13 85 10 100 0 10 2 431
756 755 fishious-rend 8 11 85 10 100 0 10 2 431
757 756 court-change 8 1 10 100 0 12 1 432
758 757 max-flare 8 10 100 10 0 2 2 1
759 758 max-flutterby 8 7 10 10 0 2 2 1
760 759 max-lightning 8 13 10 10 0 2 2 1
761 760 max-strike 8 1 10 10 0 2 2 1
762 761 max-knuckle 8 2 10 10 0 2 2 1
763 762 max-phantasm 8 8 10 10 0 2 2 1
764 763 max-hailstorm 8 15 10 10 0 2 2 1
765 764 max-ooze 8 4 10 10 0 2 2 1
766 765 max-geyser 8 11 10 10 0 2 2 1
767 766 max-airstream 8 3 10 10 0 2 2 1
768 767 max-starfall 8 18 10 10 0 2 2 1
769 768 max-wyrmwind 8 16 10 10 0 2 2 1
770 769 max-mindstorm 8 14 10 10 0 2 2 1
771 770 max-rockfall 8 6 10 10 0 2 2 1
772 771 max-quake 8 5 10 10 0 2 2 1
773 772 max-darkness 8 17 10 10 0 2 2 1
774 773 max-overgrowth 8 12 10 10 0 2 2 1
775 774 max-steelspike 8 9 10 10 0 2 2 1
776 775 clangorous-soul 8 16 5 100 0 7 1 433 100
777 776 body-press 8 2 80 10 100 0 10 2 434
778 777 decorate 8 18 15 0 10 1 435 100
779 778 drum-beating 8 12 80 10 100 0 10 2 71 100
780 779 snap-trap 8 12 35 15 100 0 10 2 43 100
781 780 pyro-ball 8 10 120 5 90 0 10 2 5 10
782 781 behemoth-blade 8 9 100 5 100 0 10 2 436
783 782 behemoth-bash 8 9 100 5 100 0 10 2 436
784 783 aura-wheel 8 13 110 10 100 0 10 2 437 100
785 784 breaking-swipe 8 16 60 15 100 0 11 2 396 100
786 785 branch-poke 8 12 40 40 100 0 10 2 1
787 786 overdrive 8 13 80 10 100 0 11 3 439
788 787 apple-acid 8 12 80 10 100 0 10 3 440 100
789 788 grav-apple 8 12 80 10 100 0 10 2 397 100
790 789 spirit-break 8 18 75 15 100 0 10 2 72 100
791 790 strange-steam 8 18 90 10 95 0 10 3 77 20
792 791 life-dew 8 11 10 0 13 1 441
793 792 obstruct 8 17 10 100 4 7 1 442
794 793 false-surrender 8 17 80 10 0 10 2 18
795 794 meteor-assault 8 2 150 5 100 0 10 2 81
796 795 eternabeam 8 16 160 5 90 0 10 3 81
797 796 steel-beam 8 9 140 5 95 0 10 3 420
798 797 expanding-force 8 14 80 10 100 0 10 3 1
799 798 steel-roller 8 9 130 5 100 0 10 2 1
800 799 scale-shot 8 16 25 20 90 0 10 2 1
801 800 meteor-beam 8 6 120 10 90 0 10 3 1 100
802 801 shell-side-arm 8 4 90 10 100 0 10 3 1 20
803 802 misty-explosion 8 18 100 5 100 0 9 3 1
804 803 grassy-glide 8 12 70 20 100 0 10 2 1
805 804 rising-voltage 8 13 70 20 100 0 10 3 1
806 805 terrain-pulse 8 1 50 10 100 0 10 3 1
807 806 skitter-smack 8 7 70 10 90 0 10 2 1 100
808 807 burning-jealousy 8 10 70 5 100 0 11 3 1 100
809 808 lash-out 8 17 75 5 100 0 10 2 1
810 809 poltergeist 8 8 110 5 90 0 10 2 1
811 810 corrosive-gas 8 4 40 100 0 9 1 1
812 811 coaching 8 2 10 0 13 1 1 100
813 812 flip-turn 8 11 60 20 100 0 10 2 1
814 813 triple-axel 8 15 20 10 90 0 10 2 1
815 814 dual-wingbeat 8 3 40 10 90 0 10 2 1
816 815 scorching-sands 8 5 70 10 100 0 10 3 1 30
817 816 jungle-healing 8 12 10 0 13 1 1
818 817 wicked-blow 8 17 80 5 100 0 10 2 1
819 818 surging-strikes 8 11 25 5 100 0 10 2 1
820 819 thunder-cage 8 13 80 15 90 0 10 3 1 100
821 820 dragon-energy 8 16 150 5 100 0 11 3 1
822 821 freezing-glare 8 14 90 10 100 0 10 3 1 10
823 822 fiery-wrath 8 17 90 10 100 0 11 3 1 20
824 823 thunderous-kick 8 2 90 10 100 0 10 2 1 100
825 824 glacial-lance 8 15 130 5 100 0 11 2 1
826 825 astral-barrage 8 8 120 5 100 0 11 3 1
827 826 eerie-spell 8 14 80 5 100 0 10 3 1
828 10001 shadow-rush 3 10002 55 100 0 10 2 10001
829 10002 shadow-blast 3 10002 80 100 0 10 2 44
830 10003 shadow-blitz 3 10002 40 100 0 10 2 1

View File

@ -1,176 +1,251 @@
nature_id,local_language_id,name
1,1,がんばりや
1,3,노력
1,4,勤奮
1,5,Hardi
1,6,Robust
1,7,Fuerte
1,8,Ardita
1,9,Hardy
1,11,がんばりや
1,12,勤奋
2,1,ずぶとい
2,3,대담
2,4,大膽
2,5,Assuré
2,6,Kühn
2,7,Osado
2,7,Osada
2,8,Sicura
2,9,Bold
2,11,ずぶとい
2,12,大胆
3,1,ひかえめ
3,3,조심
3,4,內斂
3,5,Modeste
3,6,Mäßig
3,7,Modesto
3,7,Modesta
3,8,Modesta
3,9,Modest
3,11,ひかえめ
3,12,内敛
4,1,おだやか
4,3,차분
4,4,溫和
4,5,Calme
4,6,Still
4,7,Sereno
4,7,Serena
4,8,Calma
4,9,Calm
4,11,おだやか
4,12,温和
5,1,おくびょう
5,3,겁쟁이
5,4,膽小
5,5,Timide
5,6,Scheu
5,7,Miedoso
5,7,Miedosa
5,8,Timida
5,9,Timid
5,11,おくびょう
5,12,胆小
6,1,さみしがり
6,3,외로움
6,4,怕寂寞
6,5,Solo
6,6,Solo
6,7,Huraño
6,7,Huraña
6,8,Schiva
6,9,Lonely
6,11,さみしがり
6,12,怕寂寞
7,1,すなお
7,3,온순
7,4,坦率
7,5,Docile
7,6,Sanft
7,7,Dócil
7,8,Docile
7,9,Docile
7,11,すなお
7,12,坦率
8,1,おっとり
8,3,의젓
8,4,慢吞吞
8,5,Doux
8,6,Mild
8,7,Afable
8,8,Mite
8,9,Mild
8,11,おっとり
8,12,慢吞吞
9,1,おとなしい
9,3,얌전
9,4,溫順
9,5,Gentil
9,6,Zart
9,7,Amable
9,8,Gentile
9,9,Gentle
9,11,おとなしい
9,12,温顺
10,1,せっかち
10,3,성급
10,4,急躁
10,5,Pressé
10,6,Hastig
10,7,Activo
10,7,Activa
10,8,Lesta
10,9,Hasty
10,11,せっかち
10,12,急躁
11,1,いじっぱり
11,3,고집
11,4,固執
11,5,Rigide
11,6,Hart
11,7,Firme
11,8,Decisa
11,9,Adamant
11,11,いじっぱり
11,12,固执
12,1,わんぱく
12,3,장난꾸러기
12,4,淘氣
12,5,Malin
12,6,Pfiffig
12,7,Agitado
12,7,Agitada
12,8,Scaltra
12,9,Impish
12,11,わんぱく
12,12,淘气
13,1,てれや
13,3,수줍음
13,4,害羞
13,5,Pudique
13,6,Zaghaft
13,7,Tímido
13,7,Tímida
13,8,Ritrosa
13,9,Bashful
13,11,てれや
13,12,害羞
14,1,しんちょう
14,3,신중
14,4,慎重
14,5,Prudent
14,6,Sacht
14,7,Cauto
14,7,Cauta
14,8,Cauta
14,9,Careful
14,11,しんちょう
14,12,慎重
15,1,うっかりや
15,3,덜렁
15,4,馬虎
15,5,Foufou
15,6,Hitzig
15,7,Alocado
15,7,Alocada
15,8,Ardente
15,9,Rash
15,11,うっかりや
15,12,马虎
16,1,ようき
16,3,명랑
16,4,爽朗
16,5,Jovial
16,6,Froh
16,7,Alegre
16,8,Allegra
16,9,Jolly
16,11,ようき
16,12,爽朗
17,1,やんちゃ
17,3,개구쟁이
17,4,頑皮
17,5,Mauvais
17,6,Frech
17,7,Pícaro
17,7,Pícara
17,8,Birbona
17,9,Naughty
17,11,やんちゃ
17,12,顽皮
18,1,のうてんき
18,3,촐랑
18,4,樂天
18,5,Lâche
18,6,Lasch
18,7,Flojo
18,7,Floja
18,8,Fiacca
18,9,Lax
18,11,のうてんき
18,12,乐天
19,1,きまぐれ
19,3,변덕
19,4,浮躁
19,5,Bizarre
19,6,Kauzig
19,7,Raro
19,7,Rara
19,8,Furba
19,9,Quirky
19,11,きまぐれ
19,12,浮躁
20,1,むじゃき
20,3,천진난만
20,4,天真
20,5,Naïf
20,6,Naiv
20,7,Ingenuo
20,7,Ingenua
20,8,Ingenua
20,9,Naive
20,11,むじゃき
20,12,天真
21,1,ゆうかん
21,3,용감
21,4,勇敢
21,5,Brave
21,6,Mutig
21,7,Audaz
21,8,Audace
21,9,Brave
21,11,ゆうかん
21,12,勇敢
22,1,のんき
22,3,무사태평
22,4,悠閒
22,5,Relax
22,6,Locker
22,7,Plácido
22,7,Plácida
22,8,Placida
22,9,Relaxed
22,11,のんき
22,12,悠闲
23,1,れいせい
23,3,냉정
23,4,冷靜
23,5,Discret
23,6,Ruhig
23,7,Manso
23,7,Mansa
23,8,Quieta
23,9,Quiet
23,11,れいせい
23,12,冷静
24,1,なまいき
24,3,건방
24,4,自大
24,5,Malpoli
24,6,Forsch
24,7,Grosero
24,7,Grosera
24,8,Vivace
24,9,Sassy
24,11,なまいき
24,12,自大
25,1,まじめ
25,3,성실
25,4,認真
25,5,Sérieux
25,6,Ernst
25,7,Serio
25,7,Seria
25,8,Seria
25,9,Serious
25,11,まじめ
25,12,认真

1 nature_id local_language_id name
2 1 1 がんばりや
3 1 3 노력
4 1 4 勤奮
5 1 5 Hardi
6 1 6 Robust
7 1 7 Fuerte
8 1 8 Ardita
9 1 9 Hardy
10 1 11 がんばりや
11 1 12 勤奋
12 2 1 ずぶとい
13 2 3 대담
14 2 4 大膽
15 2 5 Assuré
16 2 6 Kühn
17 2 7 Osado Osada
18 2 8 Sicura
19 2 9 Bold
20 2 11 ずぶとい
21 2 12 大胆
22 3 1 ひかえめ
23 3 3 조심
24 3 4 內斂
25 3 5 Modeste
26 3 6 Mäßig
27 3 7 Modesto Modesta
28 3 8 Modesta
29 3 9 Modest
30 3 11 ひかえめ
31 3 12 内敛
32 4 1 おだやか
33 4 3 차분
34 4 4 溫和
35 4 5 Calme
36 4 6 Still
37 4 7 Sereno Serena
38 4 8 Calma
39 4 9 Calm
40 4 11 おだやか
41 4 12 温和
42 5 1 おくびょう
43 5 3 겁쟁이
44 5 4 膽小
45 5 5 Timide
46 5 6 Scheu
47 5 7 Miedoso Miedosa
48 5 8 Timida
49 5 9 Timid
50 5 11 おくびょう
51 5 12 胆小
52 6 1 さみしがり
53 6 3 외로움
54 6 4 怕寂寞
55 6 5 Solo
56 6 6 Solo
57 6 7 Huraño Huraña
58 6 8 Schiva
59 6 9 Lonely
60 6 11 さみしがり
61 6 12 怕寂寞
62 7 1 すなお
63 7 3 온순
64 7 4 坦率
65 7 5 Docile
66 7 6 Sanft
67 7 7 Dócil
68 7 8 Docile
69 7 9 Docile
70 7 11 すなお
71 7 12 坦率
72 8 1 おっとり
73 8 3 의젓
74 8 4 慢吞吞
75 8 5 Doux
76 8 6 Mild
77 8 7 Afable
78 8 8 Mite
79 8 9 Mild
80 8 11 おっとり
81 8 12 慢吞吞
82 9 1 おとなしい
83 9 3 얌전
84 9 4 溫順
85 9 5 Gentil
86 9 6 Zart
87 9 7 Amable
88 9 8 Gentile
89 9 9 Gentle
90 9 11 おとなしい
91 9 12 温顺
92 10 1 せっかち
93 10 3 성급
94 10 4 急躁
95 10 5 Pressé
96 10 6 Hastig
97 10 7 Activo Activa
98 10 8 Lesta
99 10 9 Hasty
100 10 11 せっかち
101 10 12 急躁
102 11 1 いじっぱり
103 11 3 고집
104 11 4 固執
105 11 5 Rigide
106 11 6 Hart
107 11 7 Firme
108 11 8 Decisa
109 11 9 Adamant
110 11 11 いじっぱり
111 11 12 固执
112 12 1 わんぱく
113 12 3 장난꾸러기
114 12 4 淘氣
115 12 5 Malin
116 12 6 Pfiffig
117 12 7 Agitado Agitada
118 12 8 Scaltra
119 12 9 Impish
120 12 11 わんぱく
121 12 12 淘气
122 13 1 てれや
123 13 3 수줍음
124 13 4 害羞
125 13 5 Pudique
126 13 6 Zaghaft
127 13 7 Tímido Tímida
128 13 8 Ritrosa
129 13 9 Bashful
130 13 11 てれや
131 13 12 害羞
132 14 1 しんちょう
133 14 3 신중
134 14 4 慎重
135 14 5 Prudent
136 14 6 Sacht
137 14 7 Cauto Cauta
138 14 8 Cauta
139 14 9 Careful
140 14 11 しんちょう
141 14 12 慎重
142 15 1 うっかりや
143 15 3 덜렁
144 15 4 馬虎
145 15 5 Foufou
146 15 6 Hitzig
147 15 7 Alocado Alocada
148 15 8 Ardente
149 15 9 Rash
150 15 11 うっかりや
151 15 12 马虎
152 16 1 ようき
153 16 3 명랑
154 16 4 爽朗
155 16 5 Jovial
156 16 6 Froh
157 16 7 Alegre
158 16 8 Allegra
159 16 9 Jolly
160 16 11 ようき
161 16 12 爽朗
162 17 1 やんちゃ
163 17 3 개구쟁이
164 17 4 頑皮
165 17 5 Mauvais
166 17 6 Frech
167 17 7 Pícaro Pícara
168 17 8 Birbona
169 17 9 Naughty
170 17 11 やんちゃ
171 17 12 顽皮
172 18 1 のうてんき
173 18 3 촐랑
174 18 4 樂天
175 18 5 Lâche
176 18 6 Lasch
177 18 7 Flojo Floja
178 18 8 Fiacca
179 18 9 Lax
180 18 11 のうてんき
181 18 12 乐天
182 19 1 きまぐれ
183 19 3 변덕
184 19 4 浮躁
185 19 5 Bizarre
186 19 6 Kauzig
187 19 7 Raro Rara
188 19 8 Furba
189 19 9 Quirky
190 19 11 きまぐれ
191 19 12 浮躁
192 20 1 むじゃき
193 20 3 천진난만
194 20 4 天真
195 20 5 Naïf
196 20 6 Naiv
197 20 7 Ingenuo Ingenua
198 20 8 Ingenua
199 20 9 Naive
200 20 11 むじゃき
201 20 12 天真
202 21 1 ゆうかん
203 21 3 용감
204 21 4 勇敢
205 21 5 Brave
206 21 6 Mutig
207 21 7 Audaz
208 21 8 Audace
209 21 9 Brave
210 21 11 ゆうかん
211 21 12 勇敢
212 22 1 のんき
213 22 3 무사태평
214 22 4 悠閒
215 22 5 Relax
216 22 6 Locker
217 22 7 Plácido Plácida
218 22 8 Placida
219 22 9 Relaxed
220 22 11 のんき
221 22 12 悠闲
222 23 1 れいせい
223 23 3 냉정
224 23 4 冷靜
225 23 5 Discret
226 23 6 Ruhig
227 23 7 Manso Mansa
228 23 8 Quieta
229 23 9 Quiet
230 23 11 れいせい
231 23 12 冷静
232 24 1 なまいき
233 24 3 건방
234 24 4 自大
235 24 5 Malpoli
236 24 6 Forsch
237 24 7 Grosero Grosera
238 24 8 Vivace
239 24 9 Sassy
240 24 11 なまいき
241 24 12 自大
242 25 1 まじめ
243 25 3 성실
244 25 4 認真
245 25 5 Sérieux
246 25 6 Ernst
247 25 7 Serio Seria
248 25 8 Seria
249 25 9 Serious
250 25 11 まじめ
251 25 12 认真

View File

@ -1,11 +1,16 @@
pal_park_area_id,local_language_id,name
1,5,Forêt
1,7,Bosque
1,9,Forest
2,5,Plaine
2,7,Campo
2,9,Field
3,5,Montagne
3,7,Montaña
3,9,Mountain
4,5,Étang
4,7,Estanque
4,9,Pond
5,5,Mer
5,7,Mar
5,9,Sea

1 pal_park_area_id local_language_id name
2 1 5 Forêt
3 1 7 Bosque
4 1 9 Forest
5 2 5 Plaine
6 2 7 Campo
7 2 9 Field
8 3 5 Montagne
9 3 7 Montaña
10 3 9 Mountain
11 4 5 Étang
12 4 7 Estanque
13 4 9 Pond
14 5 5 Mer
15 5 7 Mar
16 5 9 Sea

View File

@ -1,11 +1,16 @@
pokeathlon_stat_id,local_language_id,name
1,5,Vitesse
1,7,Velocidad
1,9,Speed
2,5,Force
2,7,Fuerza
2,9,Power
3,5,Habileté
3,7,Habilidad
3,9,Skill
4,5,Endurance
4,7,Firmeza
4,9,Stamina
5,5,Saut
5,7,Salto
5,9,Jump

1 pokeathlon_stat_id local_language_id name
2 1 5 Vitesse
3 1 7 Velocidad
4 1 9 Speed
5 2 5 Force
6 2 7 Fuerza
7 2 9 Power
8 3 5 Habileté
9 3 7 Habilidad
10 3 9 Skill
11 4 5 Endurance
12 4 7 Firmeza
13 4 9 Stamina
14 5 5 Saut
15 5 7 Salto
16 5 9 Jump

View File

@ -1,9 +1,11 @@
pokedex_id,local_language_id,name,description
1,5,National,Pokédex National complet
1,6,National,Komplette Nationale Dex
1,7,Nacional,Pokédex Nacional completa
1,9,National,Entire National dex
2,5,Kanto,Pokédex régional de Kanto dans Rouge/Bleu/Jaune
2,6,Kanto,Rot/Blau/Gelb Kanto Dex
2,7,Kanto,Pokédex regional de Rojo/Azul/Amarillo
2,9,Kanto,Red/Blue/Yellow Kanto dex
3,5,Johto initial,"Pokédex régional de Johto dans Or/Argent/Cristal, appellé ""Nouveau"" Pokédex dans le jeu"
3,6,Original Johto,"Gold/Silber/Kristall Johto Dex — Auch der ""Neue"" Pokédex im Spiel genannt"
@ -41,3 +43,17 @@ pokedex_id,local_language_id,name,description
15,5,Hoenn amélioré,"Pokédex régional d'Hoenn dans Rubis Oméga/Saphir Alpha, mis à jour pour les nouvelles évolutions"
15,6,Neue Hoenn,Omega Rubin/Alpha Saphir Hoenn Dex — Dex aus Rubin/Saphir/Smaragd um Neue Entwicklungen erweitert
15,9,New Hoenn,"Omega Ruby/Alpha Sapphire Hoenn Dex—Ruby/Sapphire/Emerald's, updated to add new evolutions"
16,9,Original Alola,Sun/Moon Alola dex
17,9,Original Melemele,Sun/Moon Melemele dex
18,9,Original Akala,Sun/Moon Akala dex
19,9,Original Ula'ula,Sun/Moon Ula'ula dex
20,9,Original Poni,Sun/Moon Poni dex
21,9,Updated Alola,Ultra Sun/Ultra Moon Alola dex
22,9,Updated Melemele,Ultra Sun/Ultra Moon Melemele dex
23,9,Updated Akala,Ultra Sun/Ultra Moon Akala dex
24,9,Updated Ula'ula,Ultra Sun/Ultra Moon Ula'ula dex
25,9,Updated Poni,Ultra Sun/Ultra Moon Poni dex
26,9,Lets Go Kanto,Lets Go: Pikachu/Lets Go: Eevee Kanto dex
27,9,Galar,
28,9,Isle of Armor,
29,9,Crown Tundra,

1 pokedex_id local_language_id name description
2 1 5 National Pokédex National complet
3 1 6 National Komplette Nationale Dex
4 1 7 Nacional Pokédex Nacional completa
5 1 9 National Entire National dex
6 2 5 Kanto Pokédex régional de Kanto dans Rouge/Bleu/Jaune
7 2 6 Kanto Rot/Blau/Gelb Kanto Dex
8 2 7 Kanto Pokédex regional de Rojo/Azul/Amarillo
9 2 9 Kanto Red/Blue/Yellow Kanto dex
10 3 5 Johto initial Pokédex régional de Johto dans Or/Argent/Cristal, appellé "Nouveau" Pokédex dans le jeu
11 3 6 Original Johto Gold/Silber/Kristall Johto Dex — Auch der "Neue" Pokédex im Spiel genannt
43 15 5 Hoenn amélioré Pokédex régional d'Hoenn dans Rubis Oméga/Saphir Alpha, mis à jour pour les nouvelles évolutions
44 15 6 Neue Hoenn Omega Rubin/Alpha Saphir Hoenn Dex — Dex aus Rubin/Saphir/Smaragd um Neue Entwicklungen erweitert
45 15 9 New Hoenn Omega Ruby/Alpha Sapphire Hoenn Dex—Ruby/Sapphire/Emerald's, updated to add new evolutions
46 16 9 Original Alola Sun/Moon Alola dex
47 17 9 Original Melemele Sun/Moon Melemele dex
48 18 9 Original Akala Sun/Moon Akala dex
49 19 9 Original Ula'ula Sun/Moon Ula'ula dex
50 20 9 Original Poni Sun/Moon Poni dex
51 21 9 Updated Alola Ultra Sun/Ultra Moon Alola dex
52 22 9 Updated Melemele Ultra Sun/Ultra Moon Melemele dex
53 23 9 Updated Akala Ultra Sun/Ultra Moon Akala dex
54 24 9 Updated Ula'ula Ultra Sun/Ultra Moon Ula'ula dex
55 25 9 Updated Poni Ultra Sun/Ultra Moon Poni dex
56 26 9 Let’s Go Kanto Let’s Go: Pikachu/Let’s Go: Eevee Kanto dex
57 27 9 Galar
58 28 9 Isle of Armor
59 29 9 Crown Tundra

View File

@ -15,3 +15,17 @@ pokedex_id,version_group_id
13,15
14,15
15,16
16,17
17,17
18,17
19,17
20,17
21,18
22,18
23,18
24,18
25,18
26,19
27,20
28,20
29,20

1 pokedex_id version_group_id
15 13 15
16 14 15
17 15 16
18 16 17
19 17 17
20 18 17
21 19 17
22 20 17
23 21 18
24 22 18
25 23 18
26 24 18
27 25 18
28 26 19
29 27 20
30 28 20
31 29 20

View File

@ -13,3 +13,17 @@ id,region_id,identifier,is_main_series
13,6,kalos-coastal,1
14,6,kalos-mountain,1
15,3,updated-hoenn,1
16,7,original-alola,1
17,7,original-melemele,1
18,7,original-akala,1
19,7,original-ulaula,1
20,7,original-poni,1
21,7,updated-alola,1
22,7,updated-melemele,1
23,7,updated-akala,1
24,7,updated-ulaula,1
25,7,updated-poni,1
26,1,letsgo-kanto,1
27,8,galar,1
28,8,isle-of-armor,1
29,8,crown-tundra,1

1 id region_id identifier is_main_series
13 13 6 kalos-coastal 1
14 14 6 kalos-mountain 1
15 15 3 updated-hoenn 1
16 16 7 original-alola 1
17 17 7 original-melemele 1
18 18 7 original-akala 1
19 19 7 original-ulaula 1
20 20 7 original-poni 1
21 21 7 updated-alola 1
22 22 7 updated-melemele 1
23 23 7 updated-akala 1
24 24 7 updated-ulaula 1
25 25 7 updated-poni 1
26 26 1 letsgo-kanto 1
27 27 8 galar 1
28 28 8 isle-of-armor 1
29 29 8 crown-tundra 1

File diff suppressed because it is too large Load Diff

View File

@ -283,7 +283,11 @@ pokemon_id,ability_id,is_hidden,slot
108,12,0,2
108,13,1,3
109,26,0,1
109,256,0,2
109,1,1,3
110,26,0,1
110,256,0,2
110,1,1,3
111,31,0,1
111,69,0,2
111,120,1,3
@ -1925,6 +1929,219 @@ pokemon_id,ability_id,is_hidden,slot
800,232,0,1
801,220,0,1
802,101,0,1
803,224,0,1
804,224,0,1
805,224,0,1
806,224,0,1
807,10,0,1
808,42,0,1
809,89,0,1
810,65,0,1
810,229,1,3
811,65,0,1
811,229,1,3
812,65,0,1
812,229,1,3
813,66,0,1
813,236,1,3
814,66,0,1
814,236,1,3
815,66,0,1
815,236,1,3
816,67,0,1
816,97,1,3
817,67,0,1
817,97,1,3
818,67,0,1
818,97,1,3
819,167,0,1
819,82,1,3
820,167,0,1
820,82,1,3
821,51,0,1
821,127,0,2
821,145,1,3
822,51,0,1
822,127,0,2
822,145,1,3
823,46,0,1
823,127,0,2
823,240,1,3
824,68,0,1
824,14,0,2
824,140,1,3
825,68,0,1
825,14,0,2
825,140,1,3
826,68,0,1
826,119,0,2
826,140,1,3
827,50,0,1
827,84,0,2
827,198,1,3
828,50,0,1
828,84,0,2
828,198,1,3
829,238,0,1
829,144,0,2
829,27,1,3
830,238,0,1
830,144,0,2
830,27,1,3
831,218,0,1
831,50,0,2
831,171,1,3
832,218,0,1
832,80,0,2
832,171,1,3
833,173,0,1
833,75,0,2
833,33,1,3
834,173,0,1
834,75,0,2
834,33,1,3
835,237,0,1
835,155,1,3
836,173,0,1
836,172,1,3
837,243,0,1
837,85,0,2
837,18,1,3
838,243,0,1
838,49,0,2
838,18,1,3
839,243,0,1
839,49,0,2
839,18,1,3
840,247,0,1
840,82,0,2
840,171,1,3
841,247,0,1
841,82,0,2
841,55,1,3
842,247,0,1
842,82,0,2
842,47,1,3
843,245,0,1
843,61,0,2
843,8,1,3
844,245,0,1
844,61,0,2
844,8,1,3
845,241,0,1
846,33,0,1
846,239,1,3
847,33,0,1
847,239,1,3
848,155,0,1
848,9,0,2
848,103,1,3
849,244,0,1
849,57,0,2
849,101,1,3
850,18,0,1
850,73,0,2
850,49,1,3
851,18,0,1
851,73,0,2
851,49,1,3
852,7,0,1
852,101,1,3
853,7,0,1
853,101,1,3
854,133,0,1
854,130,1,3
855,133,0,1
855,130,1,3
856,131,0,1
856,107,0,2
856,156,1,3
857,131,0,1
857,107,0,2
857,156,1,3
858,131,0,1
858,107,0,2
858,156,1,3
859,158,0,1
859,119,0,2
859,124,1,3
860,158,0,1
860,119,0,2
860,124,1,3
861,158,0,1
861,119,0,2
861,124,1,3
862,120,0,1
862,62,0,2
862,128,1,3
863,4,0,1
863,181,0,2
863,252,1,3
864,133,0,1
864,253,1,3
865,80,0,1
865,113,1,3
866,77,0,1
866,251,0,2
866,115,1,3
867,254,0,1
868,175,0,1
868,165,1,3
869,175,0,1
869,165,1,3
870,4,0,1
870,128,1,3
871,31,0,1
871,226,1,3
872,19,0,1
872,246,1,3
873,19,0,1
873,246,1,3
874,249,0,1
875,248,0,1
876,39,0,1
876,28,0,2
876,227,1,3
877,258,0,1
878,125,0,1
878,134,1,3
879,125,0,1
879,134,1,3
880,10,0,1
880,55,0,2
880,146,1,3
881,10,0,1
881,9,0,2
881,202,1,3
882,11,0,1
882,173,0,2
882,146,1,3
883,11,0,1
883,115,0,2
883,202,1,3
884,135,0,1
884,134,0,2
884,242,1,3
885,29,0,1
885,151,0,2
885,130,1,3
886,29,0,1
886,151,0,2
886,130,1,3
887,29,0,1
887,151,0,2
887,130,1,3
888,234,0,1
889,235,0,1
890,46,0,1
891,39,0,1
892,260,0,1
893,102,0,1
894,262,0,1
895,263,0,1
896,264,0,1
897,265,0,1
898,127,0,1
10001,46,0,1
10002,46,0,1
10003,46,0,1
@ -2143,3 +2360,91 @@ pokemon_id,ability_id,is_hidden,slot
10146,43,0,2
10146,142,1,3
10147,220,0,1
10148,9,0,1
10148,31,1,3
10149,130,0,1
10149,31,0,2
10149,69,1,3
10150,118,0,1
10150,19,0,2
10150,175,1,3
10151,20,0,1
10152,181,0,1
10153,199,0,1
10153,11,1,3
10154,160,0,1
10154,31,0,2
10154,5,1,3
10155,232,0,1
10156,232,0,1
10157,233,0,1
10158,9,0,1
10158,31,1,3
10159,50,0,1
10159,91,0,2
10159,107,1,3
10160,9,0,1
10160,31,1,3
10161,53,0,1
10161,181,0,2
10161,127,1,3
10162,50,0,1
10162,257,0,2
10162,107,1,3
10163,50,0,1
10163,257,0,2
10163,107,1,3
10164,82,0,1
10164,20,0,2
10164,144,1,3
10165,259,0,1
10165,20,0,2
10165,144,1,3
10166,80,0,1
10166,113,1,3
10167,26,0,1
10167,256,0,2
10167,228,1,3
10168,72,0,1
10168,251,0,2
10168,115,1,3
10169,172,0,1
10170,128,0,1
10171,201,0,1
10172,261,0,1
10172,20,0,2
10172,144,1,3
10173,133,0,1
10173,130,1,3
10174,53,0,1
10174,82,0,2
10174,95,1,3
10175,53,0,1
10175,82,0,2
10175,95,1,3
10176,55,0,1
10176,39,1,3
10177,255,0,1
10177,161,1,3
10178,255,0,1
10178,161,1,3
10179,254,0,1
10180,250,0,1
10181,188,0,1
10182,241,0,1
10183,241,0,1
10184,244,0,1
10184,58,0,2
10184,101,1,3
10185,248,0,1
10186,20,0,1
10186,28,0,2
10186,227,1,3
10187,258,0,1
10188,234,0,1
10189,235,0,1
10190,46,0,1
10191,260,0,1
10192,102,0,1
10193,266,0,1
10194,267,0,1

1 pokemon_id ability_id is_hidden slot
283 108 12 0 2
284 108 13 1 3
285 109 26 0 1
286 109 256 0 2
287 109 1 1 3
288 110 26 0 1
289 110 256 0 2
290 110 1 1 3
291 111 31 0 1
292 111 69 0 2
293 111 120 1 3
1929 800 232 0 1
1930 801 220 0 1
1931 802 101 0 1
1932 803 224 0 1
1933 804 224 0 1
1934 805 224 0 1
1935 806 224 0 1
1936 807 10 0 1
1937 808 42 0 1
1938 809 89 0 1
1939 810 65 0 1
1940 810 229 1 3
1941 811 65 0 1
1942 811 229 1 3
1943 812 65 0 1
1944 812 229 1 3
1945 813 66 0 1
1946 813 236 1 3
1947 814 66 0 1
1948 814 236 1 3
1949 815 66 0 1
1950 815 236 1 3
1951 816 67 0 1
1952 816 97 1 3
1953 817 67 0 1
1954 817 97 1 3
1955 818 67 0 1
1956 818 97 1 3
1957 819 167 0 1
1958 819 82 1 3
1959 820 167 0 1
1960 820 82 1 3
1961 821 51 0 1
1962 821 127 0 2
1963 821 145 1 3
1964 822 51 0 1
1965 822 127 0 2
1966 822 145 1 3
1967 823 46 0 1
1968 823 127 0 2
1969 823 240 1 3
1970 824 68 0 1
1971 824 14 0 2
1972 824 140 1 3
1973 825 68 0 1
1974 825 14 0 2
1975 825 140 1 3
1976 826 68 0 1
1977 826 119 0 2
1978 826 140 1 3
1979 827 50 0 1
1980 827 84 0 2
1981 827 198 1 3
1982 828 50 0 1
1983 828 84 0 2
1984 828 198 1 3
1985 829 238 0 1
1986 829 144 0 2
1987 829 27 1 3
1988 830 238 0 1
1989 830 144 0 2
1990 830 27 1 3
1991 831 218 0 1
1992 831 50 0 2
1993 831 171 1 3
1994 832 218 0 1
1995 832 80 0 2
1996 832 171 1 3
1997 833 173 0 1
1998 833 75 0 2
1999 833 33 1 3
2000 834 173 0 1
2001 834 75 0 2
2002 834 33 1 3
2003 835 237 0 1
2004 835 155 1 3
2005 836 173 0 1
2006 836 172 1 3
2007 837 243 0 1
2008 837 85 0 2
2009 837 18 1 3
2010 838 243 0 1
2011 838 49 0 2
2012 838 18 1 3
2013 839 243 0 1
2014 839 49 0 2
2015 839 18 1 3
2016 840 247 0 1
2017 840 82 0 2
2018 840 171 1 3
2019 841 247 0 1
2020 841 82 0 2
2021 841 55 1 3
2022 842 247 0 1
2023 842 82 0 2
2024 842 47 1 3
2025 843 245 0 1
2026 843 61 0 2
2027 843 8 1 3
2028 844 245 0 1
2029 844 61 0 2
2030 844 8 1 3
2031 845 241 0 1
2032 846 33 0 1
2033 846 239 1 3
2034 847 33 0 1
2035 847 239 1 3
2036 848 155 0 1
2037 848 9 0 2
2038 848 103 1 3
2039 849 244 0 1
2040 849 57 0 2
2041 849 101 1 3
2042 850 18 0 1
2043 850 73 0 2
2044 850 49 1 3
2045 851 18 0 1
2046 851 73 0 2
2047 851 49 1 3
2048 852 7 0 1
2049 852 101 1 3
2050 853 7 0 1
2051 853 101 1 3
2052 854 133 0 1
2053 854 130 1 3
2054 855 133 0 1
2055 855 130 1 3
2056 856 131 0 1
2057 856 107 0 2
2058 856 156 1 3
2059 857 131 0 1
2060 857 107 0 2
2061 857 156 1 3
2062 858 131 0 1
2063 858 107 0 2
2064 858 156 1 3
2065 859 158 0 1
2066 859 119 0 2
2067 859 124 1 3
2068 860 158 0 1
2069 860 119 0 2
2070 860 124 1 3
2071 861 158 0 1
2072 861 119 0 2
2073 861 124 1 3
2074 862 120 0 1
2075 862 62 0 2
2076 862 128 1 3
2077 863 4 0 1
2078 863 181 0 2
2079 863 252 1 3
2080 864 133 0 1
2081 864 253 1 3
2082 865 80 0 1
2083 865 113 1 3
2084 866 77 0 1
2085 866 251 0 2
2086 866 115 1 3
2087 867 254 0 1
2088 868 175 0 1
2089 868 165 1 3
2090 869 175 0 1
2091 869 165 1 3
2092 870 4 0 1
2093 870 128 1 3
2094 871 31 0 1
2095 871 226 1 3
2096 872 19 0 1
2097 872 246 1 3
2098 873 19 0 1
2099 873 246 1 3
2100 874 249 0 1
2101 875 248 0 1
2102 876 39 0 1
2103 876 28 0 2
2104 876 227 1 3
2105 877 258 0 1
2106 878 125 0 1
2107 878 134 1 3
2108 879 125 0 1
2109 879 134 1 3
2110 880 10 0 1
2111 880 55 0 2
2112 880 146 1 3
2113 881 10 0 1
2114 881 9 0 2
2115 881 202 1 3
2116 882 11 0 1
2117 882 173 0 2
2118 882 146 1 3
2119 883 11 0 1
2120 883 115 0 2
2121 883 202 1 3
2122 884 135 0 1
2123 884 134 0 2
2124 884 242 1 3
2125 885 29 0 1
2126 885 151 0 2
2127 885 130 1 3
2128 886 29 0 1
2129 886 151 0 2
2130 886 130 1 3
2131 887 29 0 1
2132 887 151 0 2
2133 887 130 1 3
2134 888 234 0 1
2135 889 235 0 1
2136 890 46 0 1
2137 891 39 0 1
2138 892 260 0 1
2139 893 102 0 1
2140 894 262 0 1
2141 895 263 0 1
2142 896 264 0 1
2143 897 265 0 1
2144 898 127 0 1
2145 10001 46 0 1
2146 10002 46 0 1
2147 10003 46 0 1
2360 10146 43 0 2
2361 10146 142 1 3
2362 10147 220 0 1
2363 10148 9 0 1
2364 10148 31 1 3
2365 10149 130 0 1
2366 10149 31 0 2
2367 10149 69 1 3
2368 10150 118 0 1
2369 10150 19 0 2
2370 10150 175 1 3
2371 10151 20 0 1
2372 10152 181 0 1
2373 10153 199 0 1
2374 10153 11 1 3
2375 10154 160 0 1
2376 10154 31 0 2
2377 10154 5 1 3
2378 10155 232 0 1
2379 10156 232 0 1
2380 10157 233 0 1
2381 10158 9 0 1
2382 10158 31 1 3
2383 10159 50 0 1
2384 10159 91 0 2
2385 10159 107 1 3
2386 10160 9 0 1
2387 10160 31 1 3
2388 10161 53 0 1
2389 10161 181 0 2
2390 10161 127 1 3
2391 10162 50 0 1
2392 10162 257 0 2
2393 10162 107 1 3
2394 10163 50 0 1
2395 10163 257 0 2
2396 10163 107 1 3
2397 10164 82 0 1
2398 10164 20 0 2
2399 10164 144 1 3
2400 10165 259 0 1
2401 10165 20 0 2
2402 10165 144 1 3
2403 10166 80 0 1
2404 10166 113 1 3
2405 10167 26 0 1
2406 10167 256 0 2
2407 10167 228 1 3
2408 10168 72 0 1
2409 10168 251 0 2
2410 10168 115 1 3
2411 10169 172 0 1
2412 10170 128 0 1
2413 10171 201 0 1
2414 10172 261 0 1
2415 10172 20 0 2
2416 10172 144 1 3
2417 10173 133 0 1
2418 10173 130 1 3
2419 10174 53 0 1
2420 10174 82 0 2
2421 10174 95 1 3
2422 10175 53 0 1
2423 10175 82 0 2
2424 10175 95 1 3
2425 10176 55 0 1
2426 10176 39 1 3
2427 10177 255 0 1
2428 10177 161 1 3
2429 10178 255 0 1
2430 10178 161 1 3
2431 10179 254 0 1
2432 10180 250 0 1
2433 10181 188 0 1
2434 10182 241 0 1
2435 10183 241 0 1
2436 10184 244 0 1
2437 10184 58 0 2
2438 10184 101 1 3
2439 10185 248 0 1
2440 10186 20 0 1
2441 10186 28 0 2
2442 10186 227 1 3
2443 10187 258 0 1
2444 10188 234 0 1
2445 10189 235 0 1
2446 10190 46 0 1
2447 10191 260 0 1
2448 10192 102 0 1
2449 10193 266 0 1
2450 10194 267 0 1

View File

@ -1,51 +1,101 @@
pokemon_color_id,local_language_id,name
1,1,黒い
1,1,くろいろ
1,3,검정
1,4,黑色
1,5,Noir
1,6,Schwarz
1,7,Negro
1,8,Nero
1,9,Black
2,1,青い
1,11,黒色
1,12,黑色
2,1,あおいろ
2,3,파랑
2,4,藍色
2,5,Bleu
2,6,Blau
2,7,Azul
2,8,Blu
2,9,Blue
3,1,茶色
2,11,青色
2,12,蓝色
3,1,ちゃいろ
3,3,갈색
3,4,褐色
3,5,Brun
3,6,Braun
3,7,Marrón
3,8,Marrone
3,9,Brown
4,1,灰色
3,11,茶色
3,12,褐色
4,1,はいいろ
4,3,회색
4,4,灰色
4,5,Gris
4,6,Grau
4,7,Gris
4,8,Grigio
4,9,Gray
5,1,緑
4,11,灰色
4,12,灰色
5,1,みどりいろ
5,3,초록
5,4,綠色
5,5,Vert
5,6,Grün
5,7,Verde
5,8,Verde
5,9,Green
6,1,ピンク
5,11,緑色
5,12,绿色
6,1,ももいろ
6,3,담홍
6,4,粉紅色
6,5,Rose
6,6,Rosa
6,7,Rosa
6,8,Rosa
6,9,Pink
7,1,パーパル
6,11,桃色
6,12,粉红色
7,1,むらさきいろ
7,3,보라
7,4,紫色
7,5,Violet
7,6,Violett
7,7,Morado
7,8,Viola
7,9,Purple
8,1,赤い
7,11,紫色
7,12,紫色
8,1,あかいろ
8,3,빨강
8,4,紅色
8,5,Rouge
8,6,Rot
8,7,Rojo
8,8,Rosso
8,9,Red
9,1,白い
8,11,赤色
8,12,红色
9,1,しろいろ
9,3,하양
9,4,白色
9,5,Blanc
9,6,Weiß
9,7,Blanco
9,8,Bianco
9,9,White
10,1,黄色
9,11,白色
9,12,白色
10,1,きいろ
10,3,노랑
10,4,黃色
10,5,Jaune
10,6,Gelb
10,7,Amarillo
10,8,Giallo
10,9,Yellow
10,11,黄色
10,12,黄色

1 pokemon_color_id local_language_id name
2 1 1 黒い くろいろ
3 1 3 검정
4 1 4 黑色
5 1 5 Noir
6 1 6 Schwarz
7 1 7 Negro
8 1 8 Nero
9 1 9 Black
10 2 1 1 11 青い 黒色
11 1 12 黑色
12 2 1 あおいろ
13 2 3 파랑
14 2 4 藍色
15 2 5 Bleu
16 2 6 Blau
17 2 7 Azul
18 2 8 Blu
19 2 9 Blue
20 3 2 1 11 茶色 青色
21 2 12 蓝色
22 3 1 ちゃいろ
23 3 3 갈색
24 3 4 褐色
25 3 5 Brun
26 3 6 Braun
27 3 7 Marrón
28 3 8 Marrone
29 3 9 Brown
30 4 3 1 11 灰色 茶色
31 3 12 褐色
32 4 1 はいいろ
33 4 3 회색
34 4 4 灰色
35 4 5 Gris
36 4 6 Grau
37 4 7 Gris
38 4 8 Grigio
39 4 9 Gray
40 5 4 1 11 灰色
41 4 12 灰色
42 5 1 みどりいろ
43 5 3 초록
44 5 4 綠色
45 5 5 Vert
46 5 6 Grün
47 5 7 Verde
48 5 8 Verde
49 5 9 Green
50 6 5 1 11 ピンク 緑色
51 5 12 绿色
52 6 1 ももいろ
53 6 3 담홍
54 6 4 粉紅色
55 6 5 Rose
56 6 6 Rosa
57 6 7 Rosa
58 6 8 Rosa
59 6 9 Pink
60 7 6 1 11 パーパル 桃色
61 6 12 粉红色
62 7 1 むらさきいろ
63 7 3 보라
64 7 4 紫色
65 7 5 Violet
66 7 6 Violett
67 7 7 Morado
68 7 8 Viola
69 7 9 Purple
70 8 7 1 11 赤い 紫色
71 7 12 紫色
72 8 1 あかいろ
73 8 3 빨강
74 8 4 紅色
75 8 5 Rouge
76 8 6 Rot
77 8 7 Rojo
78 8 8 Rosso
79 8 9 Red
80 9 8 1 11 白い 赤色
81 8 12 红色
82 9 1 しろいろ
83 9 3 하양
84 9 4 白色
85 9 5 Blanc
86 9 6 Weiß
87 9 7 Blanco
88 9 8 Bianco
89 9 9 White
90 10 9 1 11 黄色 白色
91 9 12 白色
92 10 1 きいろ
93 10 3 노랑
94 10 4 黃色
95 10 5 Jaune
96 10 6 Gelb
97 10 7 Amarillo
98 10 8 Giallo
99 10 9 Yellow
100 10 11 黄色
101 10 12 黄色

File diff suppressed because it is too large Load Diff

View File

@ -357,8 +357,11 @@ species_id,egg_group_id
278,4
279,2
279,4
280,8
280,11
281,8
281,11
282,8
282,11
283,2
283,3
@ -422,8 +425,11 @@ species_id,egg_group_id
327,5
327,8
328,3
328,14
329,3
329,14
330,3
330,14
331,7
331,8
332,7
@ -616,6 +622,7 @@ species_id,egg_group_id
472,3
473,5
474,10
475,8
475,11
476,10
477,11
@ -886,6 +893,7 @@ species_id,egg_group_id
698,1
699,1
700,5
701,4
701,8
702,5
702,6
@ -902,9 +910,13 @@ species_id,egg_group_id
710,11
711,11
712,1
712,10
713,1
713,10
714,4
714,14
715,4
715,14
716,15
717,15
718,15
@ -1006,3 +1018,138 @@ species_id,egg_group_id
800,15
801,15
802,15
803,15
804,15
805,15
806,15
807,15
808,15
809,15
810,5
810,7
811,5
811,7
812,5
812,7
813,5
813,8
814,5
814,8
815,5
815,8
816,2
816,5
817,2
817,5
818,2
818,5
819,5
820,5
821,4
822,4
823,4
824,3
825,3
826,3
827,5
828,5
829,7
830,7
831,5
832,5
833,1
833,2
834,1
834,2
835,5
836,5
837,10
838,10
839,10
840,7
840,14
841,7
841,14
842,7
842,14
843,5
843,14
844,5
844,14
845,2
845,4
846,12
847,12
848,15
849,8
850,3
851,3
852,2
852,8
853,2
853,8
854,10
854,11
855,10
855,11
856,6
857,6
858,6
859,6
859,8
860,6
860,8
861,6
861,8
862,5
863,5
864,2
864,9
865,4
865,5
866,8
867,10
867,11
868,6
868,11
869,6
869,11
870,6
870,10
871,2
871,11
872,3
873,3
874,10
875,2
875,5
876,6
877,5
877,6
878,5
878,10
879,5
879,10
880,15
881,15
882,15
883,15
884,10
884,14
885,11
885,14
886,11
886,14
887,11
887,14
888,15
889,15
890,15
891,15
892,15
893,15
894,15
895,15
896,15
897,15
898,15

1 species_id egg_group_id
357 278 4
358 279 2
359 279 4
360 280 8
361 280 11
362 281 8
363 281 11
364 282 8
365 282 11
366 283 2
367 283 3
425 327 5
426 327 8
427 328 3
428 328 14
429 329 3
430 329 14
431 330 3
432 330 14
433 331 7
434 331 8
435 332 7
622 472 3
623 473 5
624 474 10
625 475 8
626 475 11
627 476 10
628 477 11
893 698 1
894 699 1
895 700 5
896 701 4
897 701 8
898 702 5
899 702 6
910 710 11
911 711 11
912 712 1
913 712 10
914 713 1
915 713 10
916 714 4
917 714 14
918 715 4
919 715 14
920 716 15
921 717 15
922 718 15
1018 800 15
1019 801 15
1020 802 15
1021 803 15
1022 804 15
1023 805 15
1024 806 15
1025 807 15
1026 808 15
1027 809 15
1028 810 5
1029 810 7
1030 811 5
1031 811 7
1032 812 5
1033 812 7
1034 813 5
1035 813 8
1036 814 5
1037 814 8
1038 815 5
1039 815 8
1040 816 2
1041 816 5
1042 817 2
1043 817 5
1044 818 2
1045 818 5
1046 819 5
1047 820 5
1048 821 4
1049 822 4
1050 823 4
1051 824 3
1052 825 3
1053 826 3
1054 827 5
1055 828 5
1056 829 7
1057 830 7
1058 831 5
1059 832 5
1060 833 1
1061 833 2
1062 834 1
1063 834 2
1064 835 5
1065 836 5
1066 837 10
1067 838 10
1068 839 10
1069 840 7
1070 840 14
1071 841 7
1072 841 14
1073 842 7
1074 842 14
1075 843 5
1076 843 14
1077 844 5
1078 844 14
1079 845 2
1080 845 4
1081 846 12
1082 847 12
1083 848 15
1084 849 8
1085 850 3
1086 851 3
1087 852 2
1088 852 8
1089 853 2
1090 853 8
1091 854 10
1092 854 11
1093 855 10
1094 855 11
1095 856 6
1096 857 6
1097 858 6
1098 859 6
1099 859 8
1100 860 6
1101 860 8
1102 861 6
1103 861 8
1104 862 5
1105 863 5
1106 864 2
1107 864 9
1108 865 4
1109 865 5
1110 866 8
1111 867 10
1112 867 11
1113 868 6
1114 868 11
1115 869 6
1116 869 11
1117 870 6
1118 870 10
1119 871 2
1120 871 11
1121 872 3
1122 873 3
1123 874 10
1124 875 2
1125 875 5
1126 876 6
1127 877 5
1128 877 6
1129 878 5
1130 878 10
1131 879 5
1132 879 10
1133 880 15
1134 881 15
1135 882 15
1136 883 15
1137 884 10
1138 884 14
1139 885 11
1140 885 14
1141 886 11
1142 886 14
1143 887 11
1144 887 14
1145 888 15
1146 889 15
1147 890 15
1148 891 15
1149 892 15
1150 893 15
1151 894 15
1152 895 15
1153 896 15
1154 897 15
1155 898 15

View File

@ -14,17 +14,17 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
13,20,1,,20,,,,,,,,,,,,,,0,0
14,22,1,,20,,,,,,,,,,,,,,0,0
15,24,1,,22,,,,,,,,,,,,,,0,0
16,25,1,,,,,,,,,220,,,,,,,0,0
16,25,1,,,,,,,,,160,,,,,,,0,0
17,26,3,83,,,,,,,,,,,,,,,0,0
18,28,1,,22,,,,,,,,,,,,,,0,0
19,30,1,,16,,,,,,,,,,,,,,0,0
20,31,3,81,,,,,,,,,,,,,,,0,0
21,33,1,,16,,,,,,,,,,,,,,0,0
22,34,3,81,,,,,,,,,,,,,,,0,0
23,35,1,,,,,,,,,220,,,,,,,0,0
23,35,1,,,,,,,,,160,,,,,,,0,0
24,36,3,81,,,,,,,,,,,,,,,0,0
25,38,3,82,,,,,,,,,,,,,,,0,0
26,39,1,,,,,,,,,220,,,,,,,0,0
26,39,1,,,,,,,,,160,,,,,,,0,0
27,40,3,81,,,,,,,,,,,,,,,0,0
28,42,1,,22,,,,,,,,,,,,,,0,0
29,44,1,,21,,,,,,,,,,,,,,0,0
@ -79,7 +79,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
78,136,3,82,,,,,,,,,,,,,,,0,0
79,139,1,,40,,,,,,,,,,,,,,0,0
80,141,1,,40,,,,,,,,,,,,,,0,0
81,143,1,,,,,,,,,220,,,,,,,0,0
81,143,1,,,,,,,,,160,,,,,,,0,0
82,148,1,,30,,,,,,,,,,,,,,0,0
83,149,1,,55,,,,,,,,,,,,,,0,0
84,153,1,,16,,,,,,,,,,,,,,0,0
@ -92,14 +92,14 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
91,164,1,,20,,,,,,,,,,,,,,0,0
92,166,1,,18,,,,,,,,,,,,,,0,0
93,168,1,,22,,,,,,,,,,,,,,0,0
94,169,1,,,,,,,,,220,,,,,,,0,0
94,169,1,,,,,,,,,160,,,,,,,0,0
95,171,1,,27,,,,,,,,,,,,,,0,0
96,176,1,,,,,,,,,220,,,,,,,0,0
96,176,1,,,,,,,,,160,,,,,,,0,0
97,178,1,,25,,,,,,,,,,,,,,0,0
98,180,1,,15,,,,,,,,,,,,,,0,0
99,181,1,,30,,,,,,,,,,,,,,0,0
100,182,3,80,,,,,,,,,,,,,,,0,0
101,183,1,,,,,,,,,220,,,,,,,0,0
101,183,1,,,,,,,,,160,,,,,,,0,0
102,184,1,,18,,,,,,,,,,,,,,0,0
103,185,1,,,,,,,102,,,,,,,,,0,0
104,186,2,,,,,198,,,,,,,,,,,0,0
@ -107,8 +107,8 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
106,189,1,,27,,,,,,,,,,,,,,0,0
107,192,3,80,,,,,,,,,,,,,,,0,0
108,195,1,,20,,,,,,,,,,,,,,0,0
109,196,1,,,,,,day,,,220,,,,,,,0,0
110,197,1,,,,,,night,,,220,,,,,,,0,0
109,196,1,,,,,,day,,,160,,,,,,,0,0
110,197,1,,,,,,night,,,160,,,,,,,0,0
111,199,2,,,,,198,,,,,,,,,,,0,0
112,202,1,,15,,,,,,,,,,,,,,0,0
113,205,1,,31,,,,,,,,,,,,,,0,0
@ -125,7 +125,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
124,232,1,,25,,,,,,,,,,,,,,0,0
125,233,2,,,,,229,,,,,,,,,,,0,0
126,237,1,,20,,,,,,,,,,0,,,,0,0
127,242,1,,,,,,,,,220,,,,,,,0,0
127,242,1,,,,,,,,,160,,,,,,,0,0
128,247,1,,30,,,,,,,,,,,,,,0,0
129,248,1,,55,,,,,,,,,,,,,,0,0
130,253,1,,16,,,,,,,,,,,,,,0,0
@ -162,7 +162,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
161,306,1,,42,,,,,,,,,,,,,,0,0
162,308,1,,37,,,,,,,,,,,,,,0,0
163,310,1,,26,,,,,,,,,,,,,,0,0
164,315,1,,,,,,day,,,220,,,,,,,0,0
164,315,1,,,,,,day,,,160,,,,,,,0,0
165,317,1,,26,,,,,,,,,,,,,,0,0
166,319,1,,30,,,,,,,,,,,,,,0,0
167,321,1,,40,,,,,,,,,,,,,,0,0
@ -213,7 +213,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
212,423,1,,30,,,,,,,,,,,,,,0,0
213,424,1,,,,,,,458,,,,,,,,,0,0
214,426,1,,28,,,,,,,,,,,,,,0,0
215,428,1,,,,,,,,,220,,,,,,,0,0
215,428,1,,,,,,,,,160,,,,,,,0,0
216,429,3,108,,,,,,,,,,,,,,,0,0
217,430,3,108,,,,,,,,,,,,,,,0,0
218,432,1,,38,,,,,,,,,,,,,,0,0
@ -221,7 +221,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
220,437,1,,33,,,,,,,,,,,,,,0,0
221,444,1,,24,,,,,,,,,,,,,,0,0
222,445,1,,48,,,,,,,,,,,,,,0,0
223,448,1,,,,,,day,,,220,,,,,,,0,0
223,448,1,,,,,,day,,,160,,,,,,,0,0
224,450,1,,34,,,,,,,,,,,,,,0,0
225,452,1,,40,,,,,,,,,,,,,,0,0
226,454,1,,37,,,,,,,,,,,,,,0,0
@ -264,7 +264,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
263,523,1,,27,,,,,,,,,,,,,,0,0
264,525,1,,25,,,,,,,,,,,,,,0,0
265,526,2,,,,,,,,,,,,,,,,0,0
266,528,1,,,,,,,,,220,,,,,,,0,0
266,528,1,,,,,,,,,160,,,,,,,0,0
267,530,1,,31,,,,,,,,,,,,,,0,0
268,533,1,,25,,,,,,,,,,,,,,0,0
269,534,2,,,,,,,,,,,,,,,,0,0
@ -369,7 +369,6 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
369,471,1,,,,,,,,,,,,,,,,0,0
370,476,1,,,,,,,,,,,,,,,,0,0
371,350,1,,,,,,,,,,170,,,,,,0,0
372,678,1,,25,2,,,,,,,,,,,,,0,0
373,723,1,,17,,,,,,,,,,,,,,0,0
374,724,1,,34,,,,,,,,,,,,,,0,0
375,726,1,,17,,,,,,,,,,,,,,0,0
@ -381,7 +380,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
381,735,1,,20,,,,day,,,,,,,,,,0,0
382,737,1,,20,,,,,,,,,,,,,,0,0
383,738,1,,,,,,,,,,,,,,,,0,0
384,740,1,,,,,,,,,,,,,,,,0,0
384,740,1,,,,775,,,,,,,,,,,,0,0
385,743,1,,25,,,,,,,,,,,,,,0,0
386,745,1,,25,,,,day,,,,,,,,,,0,0
387,745,1,,25,,,,night,,,,,,,,,,0,0
@ -396,9 +395,66 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
396,763,1,,,,,,,23,,,,,,,,,0,0
397,768,1,,30,,,,,,,,,,,,,,0,0
398,770,1,,42,,,,,,,,,,,,,,0,0
399,773,1,,,,,,,,,220,,,,,,,0,0
399,773,1,,,,,,,,,160,,,,,,,0,0
400,783,1,,35,,,,,,,,,,,,,,0,0
401,784,1,,45,,,,,,,,,,,,,,0,0
402,790,1,,43,,,,,,,,,,,,,,0,0
403,791,1,,53,,,,,,,,,,,,,,0,0
404,792,1,,53,,,,,,,,,,,,,,0,0
405,804,1,,,,,,,406,,,,,,,,,0,0
406,462,3,83,,,,,,,,,,,,,,,0,0
407,470,3,85,,,,,,,,,,,,,,,0,0
408,471,3,885,,,,,,,,,,,,,,,0,0
409,700,1,,,,,,,,18,160,,,,,,,0,0
410,738,3,83,,,,,,,,,,,,,,,0,0
411,811,1,,16,,,,,,,,,,,,,,0,0
412,812,1,,35,,,,,,,,,,,,,,0,0
413,814,1,,16,,,,,,,,,,,,,,0,0
414,815,1,,35,,,,,,,,,,,,,,0,0
415,817,1,,16,,,,,,,,,,,,,,0,0
416,818,1,,35,,,,,,,,,,,,,,0,0
417,820,1,,24,,,,,,,,,,,,,,0,0
418,822,1,,18,,,,,,,,,,,,,,0,0
419,823,1,,38,,,,,,,,,,,,,,0,0
420,825,1,,10,,,,,,,,,,,,,,0,0
421,826,1,,30,,,,,,,,,,,,,,0,0
422,828,1,,18,,,,,,,,,,,,,,0,0
423,830,1,,20,,,,,,,,,,,,,,0,0
424,832,1,,24,,,,,,,,,,,,,,0,0
425,834,1,,22,,,,,,,,,,,,,,0,0
426,836,1,,25,,,,,,,,,,,,,,0,0
427,838,1,,18,,,,,,,,,,,,,,0,0
428,839,1,,34,,,,,,,,,,,,,,0,0
429,841,3,1175,,,,,,,,,,,,,,,0,0
430,842,3,1174,,,,,,,,,,,,,,,0,0
431,844,1,,36,,,,,,,,,,,,,,0,0
432,847,1,,26,,,,,,,,,,,,,,0,0
433,849,1,,30,,,,,,,,,,,,,,0,0
434,851,1,,28,,,,,,,,,,,,,,0,0
435,853,1,,,,,,,269,,,,,,,,,0,0
436,855,3,1311,,,,,,,,,,,,,,,0,0
437,857,1,,32,,,,,,,,,,,,,,0,0
438,858,1,,42,,,,,,,,,,,,,,0,0
439,860,1,,32,,,,,,,,,,,,,,0,0
440,861,1,,42,,,,,,,,,,,,,,0,0
441,869,5,,,,,,,,,,,,,,,,0,0
442,873,1,,,,,,night,,,160,,,,,,,0,0
443,879,1,,34,,,,,,,,,,,,,,0,0
444,886,1,,50,,,,,,,,,,,,,,0,0
445,887,1,,60,,,,,,,,,,,,,,0,0
446,892,6,,,,,,,,,,,,,,,,0,0
447,892,7,,,,,,,,,,,,,,,,0,0
448,28,3,885,,,,,,,,,,,,,,,0,0
449,38,3,885,,,,,,,,,,,,,,,0,0
450,53,1,,,,,,,,,160,,,,,,,0,0
451,863,1,,28,,,,,,,,,,,,,,0,0
452,80,3,1633,,,,,,,,,,,,,,,0,0
453,199,3,1643,,,,,,,,,,,,,,,0,0
454,865,8,,,,,,,,,,,,,,,,0,0
455,866,1,,42,,,,,,,,,,,,,,0,0
456,864,1,,38,,,,,,,,,,,,,,0,0
457,862,1,,35,,,,night,,,,,,,,,,0,0
458,555,3,885,,,,,,,,,,,,,,,0,0
459,867,9,,,,,,,,,,,,,,,,0,0
460,745,1,,25,,,,dusk,,,,,,,,,,0,0
461,20,1,,20,,,,night,,,,,,,,,,0,0

1 id evolved_species_id evolution_trigger_id trigger_item_id minimum_level gender_id location_id held_item_id time_of_day known_move_id known_move_type_id minimum_happiness minimum_beauty minimum_affection relative_physical_stats party_species_id party_type_id trade_species_id needs_overworld_rain turn_upside_down
14 13 20 1 20 0 0
15 14 22 1 20 0 0
16 15 24 1 22 0 0
17 16 25 1 220 160 0 0
18 17 26 3 83 0 0
19 18 28 1 22 0 0
20 19 30 1 16 0 0
21 20 31 3 81 0 0
22 21 33 1 16 0 0
23 22 34 3 81 0 0
24 23 35 1 220 160 0 0
25 24 36 3 81 0 0
26 25 38 3 82 0 0
27 26 39 1 220 160 0 0
28 27 40 3 81 0 0
29 28 42 1 22 0 0
30 29 44 1 21 0 0
79 78 136 3 82 0 0
80 79 139 1 40 0 0
81 80 141 1 40 0 0
82 81 143 1 220 160 0 0
83 82 148 1 30 0 0
84 83 149 1 55 0 0
85 84 153 1 16 0 0
92 91 164 1 20 0 0
93 92 166 1 18 0 0
94 93 168 1 22 0 0
95 94 169 1 220 160 0 0
96 95 171 1 27 0 0
97 96 176 1 220 160 0 0
98 97 178 1 25 0 0
99 98 180 1 15 0 0
100 99 181 1 30 0 0
101 100 182 3 80 0 0
102 101 183 1 220 160 0 0
103 102 184 1 18 0 0
104 103 185 1 102 0 0
105 104 186 2 198 0 0
107 106 189 1 27 0 0
108 107 192 3 80 0 0
109 108 195 1 20 0 0
110 109 196 1 day 220 160 0 0
111 110 197 1 night 220 160 0 0
112 111 199 2 198 0 0
113 112 202 1 15 0 0
114 113 205 1 31 0 0
125 124 232 1 25 0 0
126 125 233 2 229 0 0
127 126 237 1 20 0 0 0
128 127 242 1 220 160 0 0
129 128 247 1 30 0 0
130 129 248 1 55 0 0
131 130 253 1 16 0 0
162 161 306 1 42 0 0
163 162 308 1 37 0 0
164 163 310 1 26 0 0
165 164 315 1 day 220 160 0 0
166 165 317 1 26 0 0
167 166 319 1 30 0 0
168 167 321 1 40 0 0
213 212 423 1 30 0 0
214 213 424 1 458 0 0
215 214 426 1 28 0 0
216 215 428 1 220 160 0 0
217 216 429 3 108 0 0
218 217 430 3 108 0 0
219 218 432 1 38 0 0
221 220 437 1 33 0 0
222 221 444 1 24 0 0
223 222 445 1 48 0 0
224 223 448 1 day 220 160 0 0
225 224 450 1 34 0 0
226 225 452 1 40 0 0
227 226 454 1 37 0 0
264 263 523 1 27 0 0
265 264 525 1 25 0 0
266 265 526 2 0 0
267 266 528 1 220 160 0 0
268 267 530 1 31 0 0
269 268 533 1 25 0 0
270 269 534 2 0 0
369 369 471 1 0 0
370 370 476 1 0 0
371 371 350 1 170 0 0
372 678 1 25 2 0 0
372 373 723 1 17 0 0
373 374 724 1 34 0 0
374 375 726 1 17 0 0
380 381 735 1 20 day 0 0
381 382 737 1 20 0 0
382 383 738 1 0 0
383 384 740 1 775 0 0
384 385 743 1 25 0 0
385 386 745 1 25 day 0 0
386 387 745 1 25 night 0 0
395 396 763 1 23 0 0
396 397 768 1 30 0 0
397 398 770 1 42 0 0
398 399 773 1 220 160 0 0
399 400 783 1 35 0 0
400 401 784 1 45 0 0
401 402 790 1 43 0 0
402 403 791 1 53 0 0
403 404 792 1 53 0 0
404 405 804 1 406 0 0
405 406 462 3 83 0 0
406 407 470 3 85 0 0
407 408 471 3 885 0 0
408 409 700 1 18 160 0 0
409 410 738 3 83 0 0
410 411 811 1 16 0 0
411 412 812 1 35 0 0
412 413 814 1 16 0 0
413 414 815 1 35 0 0
414 415 817 1 16 0 0
415 416 818 1 35 0 0
416 417 820 1 24 0 0
417 418 822 1 18 0 0
418 419 823 1 38 0 0
419 420 825 1 10 0 0
420 421 826 1 30 0 0
421 422 828 1 18 0 0
422 423 830 1 20 0 0
423 424 832 1 24 0 0
424 425 834 1 22 0 0
425 426 836 1 25 0 0
426 427 838 1 18 0 0
427 428 839 1 34 0 0
428 429 841 3 1175 0 0
429 430 842 3 1174 0 0
430 431 844 1 36 0 0
431 432 847 1 26 0 0
432 433 849 1 30 0 0
433 434 851 1 28 0 0
434 435 853 1 269 0 0
435 436 855 3 1311 0 0
436 437 857 1 32 0 0
437 438 858 1 42 0 0
438 439 860 1 32 0 0
439 440 861 1 42 0 0
440 441 869 5 0 0
441 442 873 1 night 160 0 0
442 443 879 1 34 0 0
443 444 886 1 50 0 0
444 445 887 1 60 0 0
445 446 892 6 0 0
446 447 892 7 0 0
447 448 28 3 885 0 0
448 449 38 3 885 0 0
449 450 53 1 160 0 0
450 451 863 1 28 0 0
451 452 80 3 1633 0 0
452 453 199 3 1643 0 0
453 454 865 8 0 0
454 455 866 1 42 0 0
455 456 864 1 38 0 0
456 457 862 1 35 night 0 0
457 458 555 3 885 0 0
458 459 867 9 0 0
459 460 745 1 25 dusk 0 0
460 461 20 1 20 night 0 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,28 @@
pokemon_habitat_id,local_language_id,name
1,5,grottes
1,7,caverna
1,9,cave
2,5,forêts
2,7,bosque
2,9,forest
3,5,champs
3,7,pradera
3,9,grassland
4,5,montagnes
4,7,montaña
4,9,mountain
5,5,rares
5,7,raro
5,9,rare
6,5,milieux hostiles
6,7,campo
6,9,rough terrain
7,5,mers
7,7,mar
7,9,sea
8,5,urbains
8,7,ciudad
8,9,urban
9,5,marécages
9,7,agua salada
9,9,water's edge

1 pokemon_habitat_id local_language_id name
2 1 5 grottes
3 1 7 caverna
4 1 9 cave
5 2 5 forêts
6 2 7 bosque
7 2 9 forest
8 3 5 champs
9 3 7 pradera
10 3 9 grassland
11 4 5 montagnes
12 4 7 montaña
13 4 9 mountain
14 5 5 rares
15 5 7 raro
16 5 9 rare
17 6 5 milieux hostiles
18 6 7 campo
19 6 9 rough terrain
20 7 5 mers
21 7 7 mar
22 7 9 sea
23 8 5 urbains
24 8 7 ciudad
25 8 9 urban
26 9 5 marécages
27 9 7 agua salada
28 9 9 water's edge

File diff suppressed because it is too large Load Diff

View File

@ -20,3 +20,4 @@ pokemon_move_method_id,local_language_id,name,description
9,9,XD: Purification,Appears on a Shadow Pokémon as it becomes increasingly purified.
10,6,Rotom Formen,"Erscheint, wenn Rotom seine Form wechselt. Verschwindet wenn Rotom eine andere Form an nimmt. Diese Fähigkeit kann nur durch wechseln der Form erlernt werden."
10,9,Form Change,Appears when Rotom or Cosplay Pikachu changes form. Disappears if the Pokémon becomes another form and this move can only be learned by form change.
11,9,Zygarde Cube,Can be taught using the Zygarde Cube. Must find the corresponding Zygarde Core first in Sun/Moon. All moves are available immediately in Ultra Sun/Ultra Moon.

1 pokemon_move_method_id local_language_id name description
20 9 9 XD: Purification Appears on a Shadow Pokémon as it becomes increasingly purified.
21 10 6 Rotom Formen Erscheint, wenn Rotom seine Form wechselt. Verschwindet wenn Rotom eine andere Form an nimmt. Diese Fähigkeit kann nur durch wechseln der Form erlernt werden.
22 10 9 Form Change Appears when Rotom or Cosplay Pikachu changes form. Disappears if the Pokémon becomes another form and this move can only be learned by form change.
23 11 9 Zygarde Cube Can be taught using the Zygarde Cube. Must find the corresponding Zygarde Core first in Sun/Moon. All moves are available immediately in Ultra Sun/Ultra Moon.

View File

@ -9,3 +9,4 @@ id,identifier
8,xd-shadow
9,xd-purification
10,form-change
11,zygarde-cube

1 id identifier
9 8 xd-shadow
10 9 xd-purification
11 10 form-change
12 11 zygarde-cube

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1191,7 +1191,7 @@ pokemon_id,stat_id,base_stat,effort
199,2,75,0
199,3,80,0
199,4,100,0
199,5,110,3
199,5,110,2
199,6,30,0
200,1,60,0
200,2,60,0
@ -4081,9 +4081,9 @@ pokemon_id,stat_id,base_stat,effort
680,6,35,0
681,1,60,0
681,2,50,0
681,3,150,2
681,3,140,2
681,4,50,0
681,5,150,1
681,5,140,1
681,6,60,0
682,1,78,1
682,2,52,0
@ -4811,6 +4811,582 @@ pokemon_id,stat_id,base_stat,effort
802,4,90,0
802,5,90,0
802,6,125,1
803,1,67,0
803,2,73,0
803,3,67,0
803,4,73,0
803,5,67,0
803,6,73,1
804,1,73,0
804,2,73,0
804,3,73,0
804,4,127,3
804,5,73,0
804,6,121,0
805,1,61,0
805,2,131,0
805,3,211,3
805,4,53,0
805,5,101,0
805,6,13,0
806,1,53,0
806,2,127,0
806,3,53,0
806,4,151,3
806,5,79,0
806,6,107,0
807,1,88,0
807,2,112,0
807,3,75,0
807,4,102,0
807,5,80,0
807,6,143,3
808,1,46,0
808,2,65,1
808,3,65,0
808,4,55,0
808,5,35,0
808,6,34,0
809,1,135,0
809,2,143,3
809,3,143,0
809,4,80,0
809,5,65,0
809,6,34,0
810,1,50,0
810,2,65,1
810,3,50,0
810,4,40,0
810,5,40,0
810,6,65,0
811,1,70,0
811,2,85,2
811,3,70,0
811,4,55,0
811,5,60,0
811,6,80,0
812,1,100,0
812,2,125,3
812,3,90,0
812,4,60,0
812,5,70,0
812,6,85,0
813,1,50,0
813,2,71,0
813,3,40,0
813,4,40,0
813,5,40,0
813,6,69,1
814,1,65,0
814,2,86,0
814,3,60,0
814,4,55,0
814,5,60,0
814,6,94,2
815,1,80,0
815,2,116,0
815,3,75,0
815,4,65,0
815,5,75,0
815,6,119,3
816,1,50,0
816,2,40,0
816,3,40,0
816,4,70,0
816,5,40,1
816,6,70,1
817,1,65,0
817,2,60,0
817,3,55,0
817,4,95,2
817,5,55,0
817,6,90,0
818,1,70,0
818,2,85,0
818,3,65,0
818,4,125,0
818,5,65,0
818,6,120,3
819,1,70,1
819,2,55,0
819,3,55,0
819,4,35,0
819,5,35,0
819,6,25,0
820,1,120,2
820,2,95,0
820,3,95,0
820,4,55,0
820,5,75,0
820,6,20,0
821,1,38,0
821,2,47,0
821,3,35,0
821,4,33,0
821,5,35,0
821,6,57,1
822,1,68,0
822,2,67,0
822,3,55,0
822,4,43,0
822,5,55,0
822,6,77,2
823,1,98,0
823,2,87,0
823,3,105,3
823,4,53,0
823,5,85,0
823,6,67,0
824,1,25,0
824,2,20,0
824,3,20,0
824,4,25,0
824,5,45,1
824,6,45,0
825,1,50,0
825,2,35,0
825,3,80,0
825,4,50,0
825,5,90,2
825,6,30,0
826,1,60,0
826,2,45,0
826,3,110,0
826,4,80,0
826,5,120,3
826,6,90,0
827,1,40,0
827,2,28,0
827,3,28,0
827,4,47,0
827,5,52,1
827,6,50,0
828,1,70,0
828,2,58,0
828,3,58,0
828,4,87,0
828,5,92,2
828,6,90,0
829,1,40,0
829,2,40,0
829,3,60,0
829,4,40,0
829,5,60,1
829,6,10,0
830,1,60,0
830,2,50,0
830,3,90,0
830,4,80,0
830,5,120,2
830,6,60,0
831,1,42,0
831,2,40,0
831,3,55,1
831,4,40,0
831,5,45,0
831,6,48,0
832,1,72,0
832,2,80,0
832,3,100,2
832,4,60,0
832,5,90,0
832,6,88,0
833,1,50,0
833,2,64,1
833,3,50,0
833,4,38,0
833,5,38,0
833,6,44,0
834,1,90,0
834,2,115,2
834,3,90,0
834,4,48,0
834,5,68,0
834,6,74,0
835,1,59,1
835,2,45,0
835,3,50,0
835,4,40,0
835,5,50,0
835,6,26,0
836,1,69,0
836,2,90,0
836,3,60,0
836,4,90,0
836,5,60,0
836,6,121,2
837,1,30,0
837,2,40,0
837,3,50,1
837,4,40,0
837,5,50,0
837,6,30,0
838,1,80,0
838,2,60,0
838,3,90,2
838,4,60,0
838,5,70,0
838,6,50,0
839,1,110,0
839,2,80,0
839,3,120,3
839,4,80,0
839,5,90,0
839,6,30,0
840,1,40,0
840,2,40,0
840,3,80,1
840,4,40,0
840,5,40,0
840,6,20,0
841,1,70,0
841,2,110,2
841,3,80,0
841,4,95,0
841,5,60,0
841,6,70,0
842,1,110,2
842,2,85,0
842,3,80,0
842,4,100,0
842,5,80,0
842,6,30,0
843,1,52,0
843,2,57,0
843,3,75,1
843,4,35,0
843,5,50,0
843,6,46,0
844,1,72,0
844,2,107,0
844,3,125,2
844,4,65,0
844,5,70,0
844,6,71,0
845,1,70,0
845,2,85,0
845,3,55,0
845,4,85,0
845,5,95,2
845,6,85,0
846,1,41,0
846,2,63,0
846,3,40,0
846,4,40,0
846,5,30,0
846,6,66,1
847,1,61,0
847,2,123,0
847,3,60,0
847,4,60,0
847,5,50,0
847,6,136,2
848,1,40,0
848,2,38,0
848,3,35,0
848,4,54,1
848,5,35,0
848,6,40,0
849,1,75,0
849,2,98,0
849,3,70,0
849,4,114,2
849,5,70,0
849,6,75,0
850,1,50,0
850,2,65,1
850,3,45,0
850,4,50,0
850,5,50,0
850,6,45,0
851,1,100,0
851,2,115,2
851,3,65,0
851,4,90,0
851,5,90,0
851,6,65,0
852,1,50,0
852,2,68,1
852,3,60,0
852,4,50,0
852,5,50,0
852,6,32,0
853,1,80,0
853,2,118,2
853,3,90,0
853,4,70,0
853,5,80,0
853,6,42,0
854,1,40,0
854,2,45,0
854,3,45,0
854,4,74,1
854,5,54,0
854,6,50,0
855,1,60,0
855,2,65,0
855,3,65,0
855,4,134,2
855,5,114,0
855,6,70,0
856,1,42,0
856,2,30,0
856,3,45,0
856,4,56,1
856,5,53,0
856,6,39,0
857,1,57,0
857,2,40,0
857,3,65,0
857,4,86,2
857,5,73,0
857,6,49,0
858,1,57,0
858,2,90,0
858,3,95,0
858,4,136,3
858,5,103,0
858,6,29,0
859,1,45,0
859,2,45,0
859,3,30,0
859,4,55,1
859,5,40,0
859,6,50,0
860,1,65,0
860,2,60,0
860,3,45,0
860,4,75,2
860,5,55,0
860,6,70,0
861,1,95,0
861,2,120,3
861,3,65,0
861,4,95,0
861,5,75,0
861,6,60,0
862,1,93,0
862,2,90,0
862,3,101,3
862,4,60,0
862,5,81,0
862,6,95,0
863,1,70,0
863,2,110,2
863,3,100,0
863,4,50,0
863,5,60,0
863,6,50,0
864,1,60,0
864,2,95,0
864,3,50,0
864,4,145,2
864,5,130,0
864,6,30,0
865,1,62,0
865,2,135,2
865,3,95,0
865,4,68,0
865,5,82,0
865,6,65,0
866,1,80,0
866,2,85,0
866,3,75,0
866,4,110,3
866,5,100,0
866,6,70,0
867,1,58,0
867,2,95,0
867,3,145,2
867,4,50,0
867,5,105,0
867,6,30,0
868,1,45,0
868,2,40,0
868,3,40,0
868,4,50,0
868,5,61,1
868,6,34,0
869,1,65,0
869,2,60,0
869,3,75,0
869,4,110,0
869,5,121,2
869,6,64,0
870,1,65,0
870,2,100,2
870,3,100,0
870,4,70,0
870,5,60,1
870,6,75,0
871,1,48,0
871,2,101,2
871,3,95,0
871,4,91,0
871,5,85,0
871,6,15,0
872,1,30,0
872,2,25,0
872,3,35,0
872,4,45,1
872,5,30,0
872,6,20,0
873,1,70,0
873,2,65,0
873,3,60,0
873,4,125,2
873,5,90,0
873,6,65,0
874,1,100,0
874,2,125,0
874,3,135,2
874,4,20,0
874,5,20,0
874,6,70,0
875,1,75,0
875,2,80,0
875,3,110,2
875,4,65,0
875,5,90,0
875,6,50,0
876,1,60,0
876,2,65,0
876,3,55,0
876,4,105,2
876,5,95,0
876,6,95,0
877,1,58,0
877,2,95,0
877,3,58,0
877,4,70,0
877,5,58,0
877,6,97,2
878,1,72,0
878,2,80,1
878,3,49,0
878,4,40,0
878,5,49,0
878,6,40,0
879,1,122,0
879,2,130,2
879,3,69,0
879,4,80,0
879,5,69,0
879,6,30,0
880,1,90,0
880,2,100,2
880,3,90,0
880,4,80,0
880,5,70,0
880,6,75,0
881,1,90,0
881,2,100,2
881,3,90,0
881,4,90,0
881,5,80,0
881,6,55,0
882,1,90,0
882,2,90,0
882,3,100,2
882,4,70,0
882,5,80,0
882,6,75,0
883,1,90,0
883,2,90,0
883,3,100,2
883,4,80,0
883,5,90,0
883,6,55,0
884,1,70,0
884,2,95,0
884,3,115,0
884,4,120,2
884,5,50,0
884,6,85,0
885,1,28,0
885,2,60,0
885,3,30,0
885,4,40,0
885,5,30,0
885,6,82,1
886,1,68,0
886,2,80,0
886,3,50,0
886,4,60,0
886,5,50,0
886,6,102,2
887,1,88,0
887,2,120,0
887,3,75,0
887,4,100,0
887,5,75,0
887,6,142,3
888,1,92,0
888,2,130,0
888,3,115,0
888,4,80,0
888,5,115,0
888,6,138,3
889,1,92,0
889,2,130,0
889,3,115,0
889,4,80,0
889,5,115,0
889,6,138,3
890,1,140,3
890,2,85,0
890,3,95,0
890,4,145,0
890,5,95,0
890,6,130,0
891,1,60,0
891,2,90,1
891,3,60,0
891,4,53,0
891,5,50,0
891,6,72,0
892,1,100,0
892,2,130,3
892,3,100,0
892,4,63,0
892,5,60,0
892,6,97,0
893,1,105,0
893,2,120,3
893,3,105,0
893,4,70,0
893,5,95,0
893,6,105,0
894,1,80,0
894,2,100,0
894,3,50,0
894,4,100,0
894,5,50,0
894,6,200,3
895,1,200,3
895,2,100,0
895,3,50,0
895,4,100,0
895,5,50,0
895,6,80,0
896,1,100,0
896,2,145,3
896,3,130,0
896,4,65,0
896,5,110,0
896,6,30,0
897,1,100,0
897,2,65,0
897,3,60,0
897,4,145,3
897,5,80,0
897,6,130,0
898,1,100,3
898,2,80,0
898,3,80,0
898,4,80,0
898,5,80,0
898,6,80,0
10001,1,50,0
10001,2,180,2
10001,3,20,0
@ -4962,9 +5538,9 @@ pokemon_id,stat_id,base_stat,effort
10025,5,81,0
10025,6,104,2
10026,1,60,0
10026,2,150,2
10026,2,140,2
10026,3,50,0
10026,4,150,1
10026,4,140,1
10026,5,50,0
10026,6,60,0
10027,1,44,0
@ -5693,3 +6269,285 @@ pokemon_id,stat_id,base_stat,effort
10147,4,130,3
10147,5,115,0
10147,6,65,0
10148,1,35,0
10148,2,55,0
10148,3,40,0
10148,4,50,0
10148,5,50,0
10148,6,90,2
10149,1,60,0
10149,2,80,0
10149,3,110,2
10149,4,50,0
10149,5,80,0
10149,6,45,0
10150,1,60,0
10150,2,55,0
10150,3,60,0
10150,4,95,0
10150,5,70,0
10150,6,124,2
10151,1,45,0
10151,2,65,1
10151,3,40,0
10151,4,30,0
10151,5,40,0
10151,6,60,0
10152,1,75,0
10152,2,117,2
10152,3,65,0
10152,4,55,0
10152,5,65,0
10152,6,110,0
10153,1,68,0
10153,2,70,0
10153,3,92,0
10153,4,50,0
10153,5,132,2
10153,6,42,0
10154,1,65,0
10154,2,98,2
10154,3,63,0
10154,4,40,0
10154,5,73,0
10154,6,96,0
10155,1,97,0
10155,2,157,3
10155,3,127,0
10155,4,113,0
10155,5,109,0
10155,6,77,0
10156,1,97,0
10156,2,113,0
10156,3,109,0
10156,4,157,3
10156,5,127,0
10156,6,77,0
10157,1,97,0
10157,2,167,1
10157,3,97,0
10157,4,167,1
10157,5,97,0
10157,6,129,1
10158,1,45,0
10158,2,80,0
10158,3,50,0
10158,4,75,0
10158,5,60,0
10158,6,120,2
10159,1,65,0
10159,2,75,0
10159,3,70,0
10159,4,65,0
10159,5,85,1
10159,6,75,0
10160,1,35,0
10160,2,55,0
10160,3,40,0
10160,4,50,0
10160,5,50,0
10160,6,90,2
10161,1,50,0
10161,2,65,1
10161,3,55,0
10161,4,40,0
10161,5,40,0
10161,6,40,0
10162,1,50,0
10162,2,85,0
10162,3,55,0
10162,4,65,0
10162,5,65,0
10162,6,90,1
10163,1,65,0
10163,2,100,0
10163,3,70,0
10163,4,80,0
10163,5,80,0
10163,6,105,2
10164,1,90,1
10164,2,65,0
10164,3,65,0
10164,4,40,0
10164,5,40,0
10164,6,15,0
10165,1,95,0
10165,2,100,2
10165,3,95,0
10165,4,100,0
10165,5,70,0
10165,6,30,0
10166,1,52,0
10166,2,95,1
10166,3,55,0
10166,4,58,0
10166,5,62,0
10166,6,55,0
10167,1,65,0
10167,2,90,0
10167,3,120,2
10167,4,85,0
10167,5,70,0
10167,6,60,0
10168,1,50,0
10168,2,65,0
10168,3,65,0
10168,4,90,0
10168,5,90,0
10168,6,100,2
10169,1,90,0
10169,2,85,0
10169,3,85,0
10169,4,125,3
10169,5,100,0
10169,6,95,0
10170,1,90,0
10170,2,125,3
10170,3,90,0
10170,4,85,0
10170,5,90,0
10170,6,100,0
10171,1,90,0
10171,2,85,0
10171,3,90,0
10171,4,100,0
10171,5,125,3
10171,6,90,0
10172,1,95,0
10172,2,65,0
10172,3,80,0
10172,4,110,0
10172,5,110,2
10172,6,30,0
10173,1,60,0
10173,2,55,0
10173,3,100,0
10173,4,65,0
10173,5,100,1
10173,6,30,0
10174,1,38,0
10174,2,30,0
10174,3,41,0
10174,4,30,0
10174,5,41,0
10174,6,60,1
10175,1,78,0
10175,2,70,0
10175,3,61,0
10175,4,50,0
10175,5,61,0
10175,6,100,2
10176,1,70,0
10176,2,90,1
10176,3,45,0
10176,4,15,0
10176,5,45,0
10176,6,50,0
10177,1,105,0
10177,2,140,2
10177,3,55,0
10177,4,30,0
10177,5,55,0
10177,6,95,0
10178,1,105,0
10178,2,160,0
10178,3,55,0
10178,4,30,2
10178,5,55,0
10178,6,135,0
10179,1,38,0
10179,2,55,0
10179,3,85,1
10179,4,30,0
10179,5,65,0
10179,6,30,0
10180,1,109,2
10180,2,81,0
10180,3,99,0
10180,4,66,0
10180,5,84,0
10180,6,32,0
10181,1,54,3
10181,2,100,0
10181,3,71,0
10181,4,61,0
10181,5,85,0
10181,6,115,0
10182,1,70,0
10182,2,85,0
10182,3,55,0
10182,4,85,0
10182,5,95,2
10182,6,85,0
10183,1,70,0
10183,2,85,0
10183,3,55,0
10183,4,85,0
10183,5,95,2
10183,6,85,0
10184,1,75,0
10184,2,98,0
10184,3,70,0
10184,4,114,2
10184,5,70,0
10184,6,75,0
10185,1,75,0
10185,2,80,0
10185,3,70,2
10185,4,65,0
10185,5,50,0
10185,6,130,0
10186,1,70,0
10186,2,55,0
10186,3,65,0
10186,4,95,0
10186,5,105,2
10186,6,85,0
10187,1,58,0
10187,2,95,0
10187,3,58,0
10187,4,70,0
10187,5,58,0
10187,6,97,2
10188,1,92,0
10188,2,170,0
10188,3,115,0
10188,4,80,0
10188,5,115,0
10188,6,148,3
10189,1,92,0
10189,2,130,0
10189,3,145,0
10189,4,80,0
10189,5,145,0
10189,6,128,3
10190,1,255,3
10190,2,115,0
10190,3,250,0
10190,4,125,0
10190,5,250,0
10190,6,130,0
10191,1,100,0
10191,2,130,3
10191,3,100,0
10191,4,63,0
10191,5,60,0
10191,6,97,0
10192,1,105,0
10192,2,120,3
10192,3,105,0
10192,4,70,0
10192,5,95,0
10192,6,105,0
10193,1,100,0
10193,2,165,3
10193,3,150,0
10193,4,85,0
10193,5,130,0
10193,6,50,0
10194,1,100,0
10194,2,85,0
10194,3,80,0
10194,4,165,3
10194,5,100,0
10194,6,150,0

1 pokemon_id stat_id base_stat effort
1191 199 2 75 0
1192 199 3 80 0
1193 199 4 100 0
1194 199 5 110 3 2
1195 199 6 30 0
1196 200 1 60 0
1197 200 2 60 0
4081 680 6 35 0
4082 681 1 60 0
4083 681 2 50 0
4084 681 3 150 140 2
4085 681 4 50 0
4086 681 5 150 140 1
4087 681 6 60 0
4088 682 1 78 1
4089 682 2 52 0
4811 802 4 90 0
4812 802 5 90 0
4813 802 6 125 1
4814 803 1 67 0
4815 803 2 73 0
4816 803 3 67 0
4817 803 4 73 0
4818 803 5 67 0
4819 803 6 73 1
4820 804 1 73 0
4821 804 2 73 0
4822 804 3 73 0
4823 804 4 127 3
4824 804 5 73 0
4825 804 6 121 0
4826 805 1 61 0
4827 805 2 131 0
4828 805 3 211 3
4829 805 4 53 0
4830 805 5 101 0
4831 805 6 13 0
4832 806 1 53 0
4833 806 2 127 0
4834 806 3 53 0
4835 806 4 151 3
4836 806 5 79 0
4837 806 6 107 0
4838 807 1 88 0
4839 807 2 112 0
4840 807 3 75 0
4841 807 4 102 0
4842 807 5 80 0
4843 807 6 143 3
4844 808 1 46 0
4845 808 2 65 1
4846 808 3 65 0
4847 808 4 55 0
4848 808 5 35 0
4849 808 6 34 0
4850 809 1 135 0
4851 809 2 143 3
4852 809 3 143 0
4853 809 4 80 0
4854 809 5 65 0
4855 809 6 34 0
4856 810 1 50 0
4857 810 2 65 1
4858 810 3 50 0
4859 810 4 40 0
4860 810 5 40 0
4861 810 6 65 0
4862 811 1 70 0
4863 811 2 85 2
4864 811 3 70 0
4865 811 4 55 0
4866 811 5 60 0
4867 811 6 80 0
4868 812 1 100 0
4869 812 2 125 3
4870 812 3 90 0
4871 812 4 60 0
4872 812 5 70 0
4873 812 6 85 0
4874 813 1 50 0
4875 813 2 71 0
4876 813 3 40 0
4877 813 4 40 0
4878 813 5 40 0
4879 813 6 69 1
4880 814 1 65 0
4881 814 2 86 0
4882 814 3 60 0
4883 814 4 55 0
4884 814 5 60 0
4885 814 6 94 2
4886 815 1 80 0
4887 815 2 116 0
4888 815 3 75 0
4889 815 4 65 0
4890 815 5 75 0
4891 815 6 119 3
4892 816 1 50 0
4893 816 2 40 0
4894 816 3 40 0
4895 816 4 70 0
4896 816 5 40 1
4897 816 6 70 1
4898 817 1 65 0
4899 817 2 60 0
4900 817 3 55 0
4901 817 4 95 2
4902 817 5 55 0
4903 817 6 90 0
4904 818 1 70 0
4905 818 2 85 0
4906 818 3 65 0
4907 818 4 125 0
4908 818 5 65 0
4909 818 6 120 3
4910 819 1 70 1
4911 819 2 55 0
4912 819 3 55 0
4913 819 4 35 0
4914 819 5 35 0
4915 819 6 25 0
4916 820 1 120 2
4917 820 2 95 0
4918 820 3 95 0
4919 820 4 55 0
4920 820 5 75 0
4921 820 6 20 0
4922 821 1 38 0
4923 821 2 47 0
4924 821 3 35 0
4925 821 4 33 0
4926 821 5 35 0
4927 821 6 57 1
4928 822 1 68 0
4929 822 2 67 0
4930 822 3 55 0
4931 822 4 43 0
4932 822 5 55 0
4933 822 6 77 2
4934 823 1 98 0
4935 823 2 87 0
4936 823 3 105 3
4937 823 4 53 0
4938 823 5 85 0
4939 823 6 67 0
4940 824 1 25 0
4941 824 2 20 0
4942 824 3 20 0
4943 824 4 25 0
4944 824 5 45 1
4945 824 6 45 0
4946 825 1 50 0
4947 825 2 35 0
4948 825 3 80 0
4949 825 4 50 0
4950 825 5 90 2
4951 825 6 30 0
4952 826 1 60 0
4953 826 2 45 0
4954 826 3 110 0
4955 826 4 80 0
4956 826 5 120 3
4957 826 6 90 0
4958 827 1 40 0
4959 827 2 28 0
4960 827 3 28 0
4961 827 4 47 0
4962 827 5 52 1
4963 827 6 50 0
4964 828 1 70 0
4965 828 2 58 0
4966 828 3 58 0
4967 828 4 87 0
4968 828 5 92 2
4969 828 6 90 0
4970 829 1 40 0
4971 829 2 40 0
4972 829 3 60 0
4973 829 4 40 0
4974 829 5 60 1
4975 829 6 10 0
4976 830 1 60 0
4977 830 2 50 0
4978 830 3 90 0
4979 830 4 80 0
4980 830 5 120 2
4981 830 6 60 0
4982 831 1 42 0
4983 831 2 40 0
4984 831 3 55 1
4985 831 4 40 0
4986 831 5 45 0
4987 831 6 48 0
4988 832 1 72 0
4989 832 2 80 0
4990 832 3 100 2
4991 832 4 60 0
4992 832 5 90 0
4993 832 6 88 0
4994 833 1 50 0
4995 833 2 64 1
4996 833 3 50 0
4997 833 4 38 0
4998 833 5 38 0
4999 833 6 44 0
5000 834 1 90 0
5001 834 2 115 2
5002 834 3 90 0
5003 834 4 48 0
5004 834 5 68 0
5005 834 6 74 0
5006 835 1 59 1
5007 835 2 45 0
5008 835 3 50 0
5009 835 4 40 0
5010 835 5 50 0
5011 835 6 26 0
5012 836 1 69 0
5013 836 2 90 0
5014 836 3 60 0
5015 836 4 90 0
5016 836 5 60 0
5017 836 6 121 2
5018 837 1 30 0
5019 837 2 40 0
5020 837 3 50 1
5021 837 4 40 0
5022 837 5 50 0
5023 837 6 30 0
5024 838 1 80 0
5025 838 2 60 0
5026 838 3 90 2
5027 838 4 60 0
5028 838 5 70 0
5029 838 6 50 0
5030 839 1 110 0
5031 839 2 80 0
5032 839 3 120 3
5033 839 4 80 0
5034 839 5 90 0
5035 839 6 30 0
5036 840 1 40 0
5037 840 2 40 0
5038 840 3 80 1
5039 840 4 40 0
5040 840 5 40 0
5041 840 6 20 0
5042 841 1 70 0
5043 841 2 110 2
5044 841 3 80 0
5045 841 4 95 0
5046 841 5 60 0
5047 841 6 70 0
5048 842 1 110 2
5049 842 2 85 0
5050 842 3 80 0
5051 842 4 100 0
5052 842 5 80 0
5053 842 6 30 0
5054 843 1 52 0
5055 843 2 57 0
5056 843 3 75 1
5057 843 4 35 0
5058 843 5 50 0
5059 843 6 46 0
5060 844 1 72 0
5061 844 2 107 0
5062 844 3 125 2
5063 844 4 65 0
5064 844 5 70 0
5065 844 6 71 0
5066 845 1 70 0
5067 845 2 85 0
5068 845 3 55 0
5069 845 4 85 0
5070 845 5 95 2
5071 845 6 85 0
5072 846 1 41 0
5073 846 2 63 0
5074 846 3 40 0
5075 846 4 40 0
5076 846 5 30 0
5077 846 6 66 1
5078 847 1 61 0
5079 847 2 123 0
5080 847 3 60 0
5081 847 4 60 0
5082 847 5 50 0
5083 847 6 136 2
5084 848 1 40 0
5085 848 2 38 0
5086 848 3 35 0
5087 848 4 54 1
5088 848 5 35 0
5089 848 6 40 0
5090 849 1 75 0
5091 849 2 98 0
5092 849 3 70 0
5093 849 4 114 2
5094 849 5 70 0
5095 849 6 75 0
5096 850 1 50 0
5097 850 2 65 1
5098 850 3 45 0
5099 850 4 50 0
5100 850 5 50 0
5101 850 6 45 0
5102 851 1 100 0
5103 851 2 115 2
5104 851 3 65 0
5105 851 4 90 0
5106 851 5 90 0
5107 851 6 65 0
5108 852 1 50 0
5109 852 2 68 1
5110 852 3 60 0
5111 852 4 50 0
5112 852 5 50 0
5113 852 6 32 0
5114 853 1 80 0
5115 853 2 118 2
5116 853 3 90 0
5117 853 4 70 0
5118 853 5 80 0
5119 853 6 42 0
5120 854 1 40 0
5121 854 2 45 0
5122 854 3 45 0
5123 854 4 74 1
5124 854 5 54 0
5125 854 6 50 0
5126 855 1 60 0
5127 855 2 65 0
5128 855 3 65 0
5129 855 4 134 2
5130 855 5 114 0
5131 855 6 70 0
5132 856 1 42 0
5133 856 2 30 0
5134 856 3 45 0
5135 856 4 56 1
5136 856 5 53 0
5137 856 6 39 0
5138 857 1 57 0
5139 857 2 40 0
5140 857 3 65 0
5141 857 4 86 2
5142 857 5 73 0
5143 857 6 49 0
5144 858 1 57 0
5145 858 2 90 0
5146 858 3 95 0
5147 858 4 136 3
5148 858 5 103 0
5149 858 6 29 0
5150 859 1 45 0
5151 859 2 45 0
5152 859 3 30 0
5153 859 4 55 1
5154 859 5 40 0
5155 859 6 50 0
5156 860 1 65 0
5157 860 2 60 0
5158 860 3 45 0
5159 860 4 75 2
5160 860 5 55 0
5161 860 6 70 0
5162 861 1 95 0
5163 861 2 120 3
5164 861 3 65 0
5165 861 4 95 0
5166 861 5 75 0
5167 861 6 60 0
5168 862 1 93 0
5169 862 2 90 0
5170 862 3 101 3
5171 862 4 60 0
5172 862 5 81 0
5173 862 6 95 0
5174 863 1 70 0
5175 863 2 110 2
5176 863 3 100 0
5177 863 4 50 0
5178 863 5 60 0
5179 863 6 50 0
5180 864 1 60 0
5181 864 2 95 0
5182 864 3 50 0
5183 864 4 145 2
5184 864 5 130 0
5185 864 6 30 0
5186 865 1 62 0
5187 865 2 135 2
5188 865 3 95 0
5189 865 4 68 0
5190 865 5 82 0
5191 865 6 65 0
5192 866 1 80 0
5193 866 2 85 0
5194 866 3 75 0
5195 866 4 110 3
5196 866 5 100 0
5197 866 6 70 0
5198 867 1 58 0
5199 867 2 95 0
5200 867 3 145 2
5201 867 4 50 0
5202 867 5 105 0
5203 867 6 30 0
5204 868 1 45 0
5205 868 2 40 0
5206 868 3 40 0
5207 868 4 50 0
5208 868 5 61 1
5209 868 6 34 0
5210 869 1 65 0
5211 869 2 60 0
5212 869 3 75 0
5213 869 4 110 0
5214 869 5 121 2
5215 869 6 64 0
5216 870 1 65 0
5217 870 2 100 2
5218 870 3 100 0
5219 870 4 70 0
5220 870 5 60 1
5221 870 6 75 0
5222 871 1 48 0
5223 871 2 101 2
5224 871 3 95 0
5225 871 4 91 0
5226 871 5 85 0
5227 871 6 15 0
5228 872 1 30 0
5229 872 2 25 0
5230 872 3 35 0
5231 872 4 45 1
5232 872 5 30 0
5233 872 6 20 0
5234 873 1 70 0
5235 873 2 65 0
5236 873 3 60 0
5237 873 4 125 2
5238 873 5 90 0
5239 873 6 65 0
5240 874 1 100 0
5241 874 2 125 0
5242 874 3 135 2
5243 874 4 20 0
5244 874 5 20 0
5245 874 6 70 0
5246 875 1 75 0
5247 875 2 80 0
5248 875 3 110 2
5249 875 4 65 0
5250 875 5 90 0
5251 875 6 50 0
5252 876 1 60 0
5253 876 2 65 0
5254 876 3 55 0
5255 876 4 105 2
5256 876 5 95 0
5257 876 6 95 0
5258 877 1 58 0
5259 877 2 95 0
5260 877 3 58 0
5261 877 4 70 0
5262 877 5 58 0
5263 877 6 97 2
5264 878 1 72 0
5265 878 2 80 1
5266 878 3 49 0
5267 878 4 40 0
5268 878 5 49 0
5269 878 6 40 0
5270 879 1 122 0
5271 879 2 130 2
5272 879 3 69 0
5273 879 4 80 0
5274 879 5 69 0
5275 879 6 30 0
5276 880 1 90 0
5277 880 2 100 2
5278 880 3 90 0
5279 880 4 80 0
5280 880 5 70 0
5281 880 6 75 0
5282 881 1 90 0
5283 881 2 100 2
5284 881 3 90 0
5285 881 4 90 0
5286 881 5 80 0
5287 881 6 55 0
5288 882 1 90 0
5289 882 2 90 0
5290 882 3 100 2
5291 882 4 70 0
5292 882 5 80 0
5293 882 6 75 0
5294 883 1 90 0
5295 883 2 90 0
5296 883 3 100 2
5297 883 4 80 0
5298 883 5 90 0
5299 883 6 55 0
5300 884 1 70 0
5301 884 2 95 0
5302 884 3 115 0
5303 884 4 120 2
5304 884 5 50 0
5305 884 6 85 0
5306 885 1 28 0
5307 885 2 60 0
5308 885 3 30 0
5309 885 4 40 0
5310 885 5 30 0
5311 885 6 82 1
5312 886 1 68 0
5313 886 2 80 0
5314 886 3 50 0
5315 886 4 60 0
5316 886 5 50 0
5317 886 6 102 2
5318 887 1 88 0
5319 887 2 120 0
5320 887 3 75 0
5321 887 4 100 0
5322 887 5 75 0
5323 887 6 142 3
5324 888 1 92 0
5325 888 2 130 0
5326 888 3 115 0
5327 888 4 80 0
5328 888 5 115 0
5329 888 6 138 3
5330 889 1 92 0
5331 889 2 130 0
5332 889 3 115 0
5333 889 4 80 0
5334 889 5 115 0
5335 889 6 138 3
5336 890 1 140 3
5337 890 2 85 0
5338 890 3 95 0
5339 890 4 145 0
5340 890 5 95 0
5341 890 6 130 0
5342 891 1 60 0
5343 891 2 90 1
5344 891 3 60 0
5345 891 4 53 0
5346 891 5 50 0
5347 891 6 72 0
5348 892 1 100 0
5349 892 2 130 3
5350 892 3 100 0
5351 892 4 63 0
5352 892 5 60 0
5353 892 6 97 0
5354 893 1 105 0
5355 893 2 120 3
5356 893 3 105 0
5357 893 4 70 0
5358 893 5 95 0
5359 893 6 105 0
5360 894 1 80 0
5361 894 2 100 0
5362 894 3 50 0
5363 894 4 100 0
5364 894 5 50 0
5365 894 6 200 3
5366 895 1 200 3
5367 895 2 100 0
5368 895 3 50 0
5369 895 4 100 0
5370 895 5 50 0
5371 895 6 80 0
5372 896 1 100 0
5373 896 2 145 3
5374 896 3 130 0
5375 896 4 65 0
5376 896 5 110 0
5377 896 6 30 0
5378 897 1 100 0
5379 897 2 65 0
5380 897 3 60 0
5381 897 4 145 3
5382 897 5 80 0
5383 897 6 130 0
5384 898 1 100 3
5385 898 2 80 0
5386 898 3 80 0
5387 898 4 80 0
5388 898 5 80 0
5389 898 6 80 0
5390 10001 1 50 0
5391 10001 2 180 2
5392 10001 3 20 0
5538 10025 5 81 0
5539 10025 6 104 2
5540 10026 1 60 0
5541 10026 2 150 140 2
5542 10026 3 50 0
5543 10026 4 150 140 1
5544 10026 5 50 0
5545 10026 6 60 0
5546 10027 1 44 0
6269 10147 4 130 3
6270 10147 5 115 0
6271 10147 6 65 0
6272 10148 1 35 0
6273 10148 2 55 0
6274 10148 3 40 0
6275 10148 4 50 0
6276 10148 5 50 0
6277 10148 6 90 2
6278 10149 1 60 0
6279 10149 2 80 0
6280 10149 3 110 2
6281 10149 4 50 0
6282 10149 5 80 0
6283 10149 6 45 0
6284 10150 1 60 0
6285 10150 2 55 0
6286 10150 3 60 0
6287 10150 4 95 0
6288 10150 5 70 0
6289 10150 6 124 2
6290 10151 1 45 0
6291 10151 2 65 1
6292 10151 3 40 0
6293 10151 4 30 0
6294 10151 5 40 0
6295 10151 6 60 0
6296 10152 1 75 0
6297 10152 2 117 2
6298 10152 3 65 0
6299 10152 4 55 0
6300 10152 5 65 0
6301 10152 6 110 0
6302 10153 1 68 0
6303 10153 2 70 0
6304 10153 3 92 0
6305 10153 4 50 0
6306 10153 5 132 2
6307 10153 6 42 0
6308 10154 1 65 0
6309 10154 2 98 2
6310 10154 3 63 0
6311 10154 4 40 0
6312 10154 5 73 0
6313 10154 6 96 0
6314 10155 1 97 0
6315 10155 2 157 3
6316 10155 3 127 0
6317 10155 4 113 0
6318 10155 5 109 0
6319 10155 6 77 0
6320 10156 1 97 0
6321 10156 2 113 0
6322 10156 3 109 0
6323 10156 4 157 3
6324 10156 5 127 0
6325 10156 6 77 0
6326 10157 1 97 0
6327 10157 2 167 1
6328 10157 3 97 0
6329 10157 4 167 1
6330 10157 5 97 0
6331 10157 6 129 1
6332 10158 1 45 0
6333 10158 2 80 0
6334 10158 3 50 0
6335 10158 4 75 0
6336 10158 5 60 0
6337 10158 6 120 2
6338 10159 1 65 0
6339 10159 2 75 0
6340 10159 3 70 0
6341 10159 4 65 0
6342 10159 5 85 1
6343 10159 6 75 0
6344 10160 1 35 0
6345 10160 2 55 0
6346 10160 3 40 0
6347 10160 4 50 0
6348 10160 5 50 0
6349 10160 6 90 2
6350 10161 1 50 0
6351 10161 2 65 1
6352 10161 3 55 0
6353 10161 4 40 0
6354 10161 5 40 0
6355 10161 6 40 0
6356 10162 1 50 0
6357 10162 2 85 0
6358 10162 3 55 0
6359 10162 4 65 0
6360 10162 5 65 0
6361 10162 6 90 1
6362 10163 1 65 0
6363 10163 2 100 0
6364 10163 3 70 0
6365 10163 4 80 0
6366 10163 5 80 0
6367 10163 6 105 2
6368 10164 1 90 1
6369 10164 2 65 0
6370 10164 3 65 0
6371 10164 4 40 0
6372 10164 5 40 0
6373 10164 6 15 0
6374 10165 1 95 0
6375 10165 2 100 2
6376 10165 3 95 0
6377 10165 4 100 0
6378 10165 5 70 0
6379 10165 6 30 0
6380 10166 1 52 0
6381 10166 2 95 1
6382 10166 3 55 0
6383 10166 4 58 0
6384 10166 5 62 0
6385 10166 6 55 0
6386 10167 1 65 0
6387 10167 2 90 0
6388 10167 3 120 2
6389 10167 4 85 0
6390 10167 5 70 0
6391 10167 6 60 0
6392 10168 1 50 0
6393 10168 2 65 0
6394 10168 3 65 0
6395 10168 4 90 0
6396 10168 5 90 0
6397 10168 6 100 2
6398 10169 1 90 0
6399 10169 2 85 0
6400 10169 3 85 0
6401 10169 4 125 3
6402 10169 5 100 0
6403 10169 6 95 0
6404 10170 1 90 0
6405 10170 2 125 3
6406 10170 3 90 0
6407 10170 4 85 0
6408 10170 5 90 0
6409 10170 6 100 0
6410 10171 1 90 0
6411 10171 2 85 0
6412 10171 3 90 0
6413 10171 4 100 0
6414 10171 5 125 3
6415 10171 6 90 0
6416 10172 1 95 0
6417 10172 2 65 0
6418 10172 3 80 0
6419 10172 4 110 0
6420 10172 5 110 2
6421 10172 6 30 0
6422 10173 1 60 0
6423 10173 2 55 0
6424 10173 3 100 0
6425 10173 4 65 0
6426 10173 5 100 1
6427 10173 6 30 0
6428 10174 1 38 0
6429 10174 2 30 0
6430 10174 3 41 0
6431 10174 4 30 0
6432 10174 5 41 0
6433 10174 6 60 1
6434 10175 1 78 0
6435 10175 2 70 0
6436 10175 3 61 0
6437 10175 4 50 0
6438 10175 5 61 0
6439 10175 6 100 2
6440 10176 1 70 0
6441 10176 2 90 1
6442 10176 3 45 0
6443 10176 4 15 0
6444 10176 5 45 0
6445 10176 6 50 0
6446 10177 1 105 0
6447 10177 2 140 2
6448 10177 3 55 0
6449 10177 4 30 0
6450 10177 5 55 0
6451 10177 6 95 0
6452 10178 1 105 0
6453 10178 2 160 0
6454 10178 3 55 0
6455 10178 4 30 2
6456 10178 5 55 0
6457 10178 6 135 0
6458 10179 1 38 0
6459 10179 2 55 0
6460 10179 3 85 1
6461 10179 4 30 0
6462 10179 5 65 0
6463 10179 6 30 0
6464 10180 1 109 2
6465 10180 2 81 0
6466 10180 3 99 0
6467 10180 4 66 0
6468 10180 5 84 0
6469 10180 6 32 0
6470 10181 1 54 3
6471 10181 2 100 0
6472 10181 3 71 0
6473 10181 4 61 0
6474 10181 5 85 0
6475 10181 6 115 0
6476 10182 1 70 0
6477 10182 2 85 0
6478 10182 3 55 0
6479 10182 4 85 0
6480 10182 5 95 2
6481 10182 6 85 0
6482 10183 1 70 0
6483 10183 2 85 0
6484 10183 3 55 0
6485 10183 4 85 0
6486 10183 5 95 2
6487 10183 6 85 0
6488 10184 1 75 0
6489 10184 2 98 0
6490 10184 3 70 0
6491 10184 4 114 2
6492 10184 5 70 0
6493 10184 6 75 0
6494 10185 1 75 0
6495 10185 2 80 0
6496 10185 3 70 2
6497 10185 4 65 0
6498 10185 5 50 0
6499 10185 6 130 0
6500 10186 1 70 0
6501 10186 2 55 0
6502 10186 3 65 0
6503 10186 4 95 0
6504 10186 5 105 2
6505 10186 6 85 0
6506 10187 1 58 0
6507 10187 2 95 0
6508 10187 3 58 0
6509 10187 4 70 0
6510 10187 5 58 0
6511 10187 6 97 2
6512 10188 1 92 0
6513 10188 2 170 0
6514 10188 3 115 0
6515 10188 4 80 0
6516 10188 5 115 0
6517 10188 6 148 3
6518 10189 1 92 0
6519 10189 2 130 0
6520 10189 3 145 0
6521 10189 4 80 0
6522 10189 5 145 0
6523 10189 6 128 3
6524 10190 1 255 3
6525 10190 2 115 0
6526 10190 3 250 0
6527 10190 4 125 0
6528 10190 5 250 0
6529 10190 6 130 0
6530 10191 1 100 0
6531 10191 2 130 3
6532 10191 3 100 0
6533 10191 4 63 0
6534 10191 5 60 0
6535 10191 6 97 0
6536 10192 1 105 0
6537 10192 2 120 3
6538 10192 3 105 0
6539 10192 4 70 0
6540 10192 5 95 0
6541 10192 6 105 0
6542 10193 1 100 0
6543 10193 2 165 3
6544 10193 3 150 0
6545 10193 4 85 0
6546 10193 5 130 0
6547 10193 6 50 0
6548 10194 1 100 0
6549 10194 2 85 0
6550 10194 3 80 0
6551 10194 4 165 3
6552 10194 5 100 0
6553 10194 6 150 0

View File

@ -1203,6 +1203,142 @@ pokemon_id,type_id,slot
801,18,2
802,2,1
802,8,2
803,4,1
804,4,1
804,16,2
805,6,1
805,9,2
806,10,1
806,8,2
807,13,1
808,9,1
809,9,1
810,12,1
811,12,1
812,12,1
813,10,1
814,10,1
815,10,1
816,11,1
817,11,1
818,11,1
819,1,1
820,1,1
821,3,1
822,3,1
823,3,1
823,9,2
824,7,1
825,7,1
825,14,2
826,7,1
826,14,2
827,17,1
828,17,1
829,12,1
830,12,1
831,1,1
832,1,1
833,11,1
834,11,1
834,6,2
835,13,1
836,13,1
837,6,1
838,6,1
838,10,2
839,6,1
839,10,2
840,12,1
840,16,2
841,12,1
841,16,2
842,12,1
842,16,2
843,5,1
844,5,1
845,3,1
845,11,2
846,11,1
847,11,1
848,13,1
848,4,2
849,13,1
849,4,2
850,10,1
850,7,2
851,10,1
851,7,2
852,2,1
853,2,1
854,8,1
855,8,1
856,14,1
857,14,1
858,14,1
858,18,2
859,17,1
859,18,2
860,17,1
860,18,2
861,17,1
861,18,2
862,17,1
862,1,2
863,9,1
864,8,1
865,2,1
866,15,1
866,14,2
867,5,1
867,8,2
868,18,1
869,18,1
870,2,1
871,13,1
872,15,1
872,7,2
873,15,1
873,7,2
874,6,1
875,15,1
876,14,1
876,1,2
877,13,1
877,17,2
878,9,1
879,9,1
880,13,1
880,16,2
881,13,1
881,15,2
882,11,1
882,16,2
883,11,1
883,15,2
884,9,1
884,16,2
885,16,1
885,8,2
886,16,1
886,8,2
887,16,1
887,8,2
888,18,1
889,2,1
890,4,1
890,16,2
891,2,1
892,2,1
892,17,2
893,17,1
893,12,2
894,13,1
895,16,1
896,15,1
897,8,1
898,14,1
898,12,2
10001,14,1
10002,14,1
10003,14,1
@ -1458,3 +1594,83 @@ pokemon_id,type_id,slot
10146,2,2
10147,9,1
10147,18,2
10148,13,1
10149,10,1
10149,8,2
10150,7,1
10150,18,2
10151,6,1
10152,6,1
10153,11,1
10153,7,2
10154,13,1
10154,9,2
10155,14,1
10155,9,2
10156,14,1
10156,8,2
10157,14,1
10157,16,2
10158,13,1
10159,1,1
10160,13,1
10161,9,1
10162,14,1
10163,14,1
10163,18,2
10164,14,1
10165,4,1
10165,14,2
10166,2,1
10167,4,1
10167,18,2
10168,15,1
10168,14,2
10169,14,1
10169,3,2
10170,2,1
10170,3,2
10171,17,1
10171,3,2
10172,4,1
10172,14,2
10173,8,1
10174,17,1
10174,1,2
10175,17,1
10175,1,2
10176,15,1
10177,15,1
10178,15,1
10178,10,2
10179,5,1
10179,8,2
10180,5,1
10180,9,2
10181,16,1
10181,5,2
10182,3,1
10182,11,2
10183,3,1
10183,11,2
10184,13,1
10184,4,2
10185,15,1
10186,14,1
10186,1,2
10187,13,1
10187,17,2
10188,18,1
10188,9,2
10189,2,1
10189,9,2
10190,4,1
10190,16,2
10191,2,1
10191,11,2
10192,17,1
10192,12,2
10193,14,1
10193,15,2
10194,14,1
10194,8,2

1 pokemon_id type_id slot
1203 801 18 2
1204 802 2 1
1205 802 8 2
1206 803 4 1
1207 804 4 1
1208 804 16 2
1209 805 6 1
1210 805 9 2
1211 806 10 1
1212 806 8 2
1213 807 13 1
1214 808 9 1
1215 809 9 1
1216 810 12 1
1217 811 12 1
1218 812 12 1
1219 813 10 1
1220 814 10 1
1221 815 10 1
1222 816 11 1
1223 817 11 1
1224 818 11 1
1225 819 1 1
1226 820 1 1
1227 821 3 1
1228 822 3 1
1229 823 3 1
1230 823 9 2
1231 824 7 1
1232 825 7 1
1233 825 14 2
1234 826 7 1
1235 826 14 2
1236 827 17 1
1237 828 17 1
1238 829 12 1
1239 830 12 1
1240 831 1 1
1241 832 1 1
1242 833 11 1
1243 834 11 1
1244 834 6 2
1245 835 13 1
1246 836 13 1
1247 837 6 1
1248 838 6 1
1249 838 10 2
1250 839 6 1
1251 839 10 2
1252 840 12 1
1253 840 16 2
1254 841 12 1
1255 841 16 2
1256 842 12 1
1257 842 16 2
1258 843 5 1
1259 844 5 1
1260 845 3 1
1261 845 11 2
1262 846 11 1
1263 847 11 1
1264 848 13 1
1265 848 4 2
1266 849 13 1
1267 849 4 2
1268 850 10 1
1269 850 7 2
1270 851 10 1
1271 851 7 2
1272 852 2 1
1273 853 2 1
1274 854 8 1
1275 855 8 1
1276 856 14 1
1277 857 14 1
1278 858 14 1
1279 858 18 2
1280 859 17 1
1281 859 18 2
1282 860 17 1
1283 860 18 2
1284 861 17 1
1285 861 18 2
1286 862 17 1
1287 862 1 2
1288 863 9 1
1289 864 8 1
1290 865 2 1
1291 866 15 1
1292 866 14 2
1293 867 5 1
1294 867 8 2
1295 868 18 1
1296 869 18 1
1297 870 2 1
1298 871 13 1
1299 872 15 1
1300 872 7 2
1301 873 15 1
1302 873 7 2
1303 874 6 1
1304 875 15 1
1305 876 14 1
1306 876 1 2
1307 877 13 1
1308 877 17 2
1309 878 9 1
1310 879 9 1
1311 880 13 1
1312 880 16 2
1313 881 13 1
1314 881 15 2
1315 882 11 1
1316 882 16 2
1317 883 11 1
1318 883 15 2
1319 884 9 1
1320 884 16 2
1321 885 16 1
1322 885 8 2
1323 886 16 1
1324 886 8 2
1325 887 16 1
1326 887 8 2
1327 888 18 1
1328 889 2 1
1329 890 4 1
1330 890 16 2
1331 891 2 1
1332 892 2 1
1333 892 17 2
1334 893 17 1
1335 893 12 2
1336 894 13 1
1337 895 16 1
1338 896 15 1
1339 897 8 1
1340 898 14 1
1341 898 12 2
1342 10001 14 1
1343 10002 14 1
1344 10003 14 1
1594 10146 2 2
1595 10147 9 1
1596 10147 18 2
1597 10148 13 1
1598 10149 10 1
1599 10149 8 2
1600 10150 7 1
1601 10150 18 2
1602 10151 6 1
1603 10152 6 1
1604 10153 11 1
1605 10153 7 2
1606 10154 13 1
1607 10154 9 2
1608 10155 14 1
1609 10155 9 2
1610 10156 14 1
1611 10156 8 2
1612 10157 14 1
1613 10157 16 2
1614 10158 13 1
1615 10159 1 1
1616 10160 13 1
1617 10161 9 1
1618 10162 14 1
1619 10163 14 1
1620 10163 18 2
1621 10164 14 1
1622 10165 4 1
1623 10165 14 2
1624 10166 2 1
1625 10167 4 1
1626 10167 18 2
1627 10168 15 1
1628 10168 14 2
1629 10169 14 1
1630 10169 3 2
1631 10170 2 1
1632 10170 3 2
1633 10171 17 1
1634 10171 3 2
1635 10172 4 1
1636 10172 14 2
1637 10173 8 1
1638 10174 17 1
1639 10174 1 2
1640 10175 17 1
1641 10175 1 2
1642 10176 15 1
1643 10177 15 1
1644 10178 15 1
1645 10178 10 2
1646 10179 5 1
1647 10179 8 2
1648 10180 5 1
1649 10180 9 2
1650 10181 16 1
1651 10181 5 2
1652 10182 3 1
1653 10182 11 2
1654 10183 3 1
1655 10183 11 2
1656 10184 13 1
1657 10184 4 2
1658 10185 15 1
1659 10186 14 1
1660 10186 1 2
1661 10187 13 1
1662 10187 17 2
1663 10188 18 1
1664 10188 9 2
1665 10189 2 1
1666 10189 9 2
1667 10190 4 1
1668 10190 16 2
1669 10191 2 1
1670 10191 11 2
1671 10192 17 1
1672 10192 12 2
1673 10193 14 1
1674 10193 15 2
1675 10194 14 1
1676 10194 8 2

View File

@ -1,32 +1,39 @@
region_id,local_language_id,name
1,1,カントー地方
1,3,관동지방
1,5,Kanto
1,6,Kanto
1,8,Kanto
1,9,Kanto
2,1,ジョウト地方
2,3,성도지방
2,5,Johto
2,6,Johto
2,8,Johto
2,9,Johto
3,1,ホウエン地方
3,3,호연지방
3,5,Hoenn
3,6,Hoenn
3,8,Hoenn
3,9,Hoenn
4,1,シンオウ地方
4,3,신오지방
4,5,Sinnoh
4,6,Sinnoh
4,8,Sinnoh
4,9,Sinnoh
5,1,イッシュ地方
5,3,하나지방
5,5,Unys
5,6,Einall
5,8,Unima
5,9,Unova
6,1,カロス地方
6,3,칼로스지방
6,5,Kalos
6,6,Kalos
6,8,Kalos
6,9,Kalos
7,9,Alola
8,9,Galar

1 region_id local_language_id name
2 1 1 カントー地方
3 1 3 관동지방
4 1 5 Kanto
5 1 6 Kanto
6 1 8 Kanto
7 1 9 Kanto
8 2 1 ジョウト地方
9 2 3 성도지방
10 2 5 Johto
11 2 6 Johto
12 2 8 Johto
13 2 9 Johto
14 3 1 ホウエン地方
15 3 3 호연지방
16 3 5 Hoenn
17 3 6 Hoenn
18 3 8 Hoenn
19 3 9 Hoenn
20 4 1 シンオウ地方
21 4 3 신오지방
22 4 5 Sinnoh
23 4 6 Sinnoh
24 4 8 Sinnoh
25 4 9 Sinnoh
26 5 1 イッシュ地方
27 5 3 하나지방
28 5 5 Unys
29 5 6 Einall
30 5 8 Unima
31 5 9 Unova
32 6 1 カロス地方
33 6 3 칼로스지방
34 6 5 Kalos
35 6 6 Kalos
36 6 8 Kalos
37 6 9 Kalos
38 7 9 Alola
39 8 9 Galar

View File

@ -6,3 +6,4 @@ id,identifier
5,unova
6,kalos
7,alola
8,galar

1 id identifier
6 5 unova
7 6 kalos
8 7 alola
9 8 galar

View File

@ -1,47 +1,55 @@
stat_id,local_language_id,name
1,1,HP
1,3,HP
1,5,PV
1,6,KP
1,7,PS
1,8,PS
1,9,HP
2,1,こうげき
2,3,공격
2,5,Attaque
2,6,Angriff
2,7,Ataque
2,8,Attacco
2,9,Attack
3,1,ぼうぎょ
3,3,방어
3,5,Défense
3,6,Verteidigung
3,7,Defensa
3,8,Difesa
3,9,Defense
4,1,とくこう
4,3,특수공격
4,5,Attaque Spéciale
4,6,Spezialangriff
4,7,Ataque Especial
4,8,Attacco Speciale
4,9,Special Attack
5,1,とくぼう
5,3,특수방어
5,5,Défense Spéciale
5,6,Spezialverteidigung
5,7,Defensa Especial
5,8,Difesa Speciale
5,9,Special Defense
6,1,すばやさ
6,3,스피드
6,5,Vitesse
6,6,Initiative
6,7,Velocidad
6,8,Velocità
6,9,Speed
7,1,めいちゅう
7,3,명중률
7,5,Précision
7,6,Genauigkeit
7,7,Precisión
7,8,precisione
7,9,accuracy
8,1,かいひ
8,3,회피율
8,5,Esquive
8,6,Fluchtwert
8,7,Evasión

1 stat_id local_language_id name
2 1 1 HP
3 1 3 HP
4 1 5 PV
5 1 6 KP
6 1 7 PS
7 1 8 PS
8 1 9 HP
9 2 1 こうげき
10 2 3 공격
11 2 5 Attaque
12 2 6 Angriff
13 2 7 Ataque
14 2 8 Attacco
15 2 9 Attack
16 3 1 ぼうぎょ
17 3 3 방어
18 3 5 Défense
19 3 6 Verteidigung
20 3 7 Defensa
21 3 8 Difesa
22 3 9 Defense
23 4 1 とくこう
24 4 3 특수공격
25 4 5 Attaque Spéciale
26 4 6 Spezialangriff
27 4 7 Ataque Especial
28 4 8 Attacco Speciale
29 4 9 Special Attack
30 5 1 とくぼう
31 5 3 특수방어
32 5 5 Défense Spéciale
33 5 6 Spezialverteidigung
34 5 7 Defensa Especial
35 5 8 Difesa Speciale
36 5 9 Special Defense
37 6 1 すばやさ
38 6 3 스피드
39 6 5 Vitesse
40 6 6 Initiative
41 6 7 Velocidad
42 6 8 Velocità
43 6 9 Speed
44 7 1 めいちゅう
45 7 3 명중률
46 7 5 Précision
47 7 6 Genauigkeit
48 7 7 Precisión
49 7 8 precisione
50 7 9 accuracy
51 8 1 かいひ
52 8 3 회피율
53 8 5 Esquive
54 8 6 Fluchtwert
55 8 7 Evasión

View File

@ -1,137 +1,193 @@
type_id,local_language_id,name
1,1,ノーマル
1,3,노말
1,4,一般
1,5,Normal
1,6,Normal
1,7,Normal
1,8,Normale
1,9,Normal
1,11,ノーマル
1,12,一般
2,1,かくとう
2,3,격투
2,4,格鬥
2,5,Combat
2,6,Kampf
2,7,Lucha
2,8,Lotta
2,9,Fighting
2,11,かくとう
2,12,格斗
3,1,ひこう
3,3,비행
3,4,飛行
3,5,Vol
3,6,Flug
3,7,Volador
3,8,Volante
3,9,Flying
3,11,ひこう
3,12,飞行
4,1,どく
4,3,독
4,4,毒
4,5,Poison
4,6,Gift
4,7,Veneno
4,8,Veleno
4,9,Poison
4,11,どく
4,12,毒
5,1,じめん
5,3,땅
5,4,地面
5,5,Sol
5,6,Boden
5,7,Tierra
5,8,Terra
5,9,Ground
5,11,じめん
5,12,地面
6,1,いわ
6,3,바위
6,4,岩石
6,5,Roche
6,6,Gestein
6,7,Roca
6,8,Roccia
6,9,Rock
6,11,いわ
6,12,岩石
7,1,むし
7,3,벌레
7,4,蟲
7,5,Insecte
7,6,Käfer
7,7,Bicho
7,8,Coleottero
7,9,Bug
7,11,むし
7,12,虫
8,1,ゴースト
8,3,고스트
8,4,幽靈
8,5,Spectre
8,6,Geist
8,7,Fantasma
8,8,Spettro
8,9,Ghost
8,11,ゴースト
8,12,幽灵
9,1,はがね
9,3,강철
9,4,鋼
9,5,Acier
9,6,Stahl
9,7,Acero
9,8,Acciaio
9,9,Steel
9,11,はがね
9,12,钢
10,1,ほのお
10,3,불꽃
10,4,火
10,5,Feu
10,6,Feuer
10,7,Fuego
10,8,Fuoco
10,9,Fire
10,11,ほのお
10,12,火
11,1,みず
11,3,물
11,4,水
11,5,Eau
11,6,Wasser
11,7,Agua
11,8,Acqua
11,9,Water
11,11,みず
11,12,水
12,1,くさ
12,3,풀
12,4,草
12,5,Plante
12,6,Pflanze
12,7,Planta
12,8,Erba
12,9,Grass
12,11,くさ
12,12,草
13,1,でんき
13,3,전기
13,4,電
13,5,Électrik
13,6,Elektro
13,7,Eléctrico
13,8,Elettro
13,9,Electric
13,11,でんき
13,12,电
14,1,エスパー
14,3,에스퍼
14,4,超能力
14,5,Psy
14,6,Psycho
14,7,Psíquico
14,8,Psico
14,9,Psychic
14,11,エスパー
14,12,超能力
15,1,こおり
15,3,얼음
15,4,冰
15,5,Glace
15,6,Eis
15,7,Hielo
15,8,Ghiaccio
15,9,Ice
15,11,こおり
15,12,冰
16,1,ドラゴン
16,3,드래곤
16,4,龍
16,5,Dragon
16,6,Drache
16,7,Dragón
16,8,Drago
16,9,Dragon
16,11,ドラゴン
16,12,龙
17,1,あく
17,3,악
17,4,惡
17,5,Ténèbres
17,6,Unlicht
17,7,Siniestro
17,8,Buio
17,9,Dark
17,11,あく
17,12,恶
18,1,フェアリー
18,3,페어리
18,4,妖精
18,5,Fée
18,6,Fee
18,7,Hada
18,8,Folletto
18,9,Fairy
18,11,フェアリー
18,12,妖精
10001,1,
10001,3,???
10001,5,???
10001,6,???
10001,7,???
10001,8,???
10001,9,???
10002,1,ダーク
10002,3,다크
10002,5,Obscur
10002,6,Crypto
10002,8,Ombra

1 type_id local_language_id name
2 1 1 ノーマル
3 1 3 노말
4 1 4 一般
5 1 5 Normal
6 1 6 Normal
7 1 7 Normal
8 1 8 Normale
9 1 9 Normal
10 1 11 ノーマル
11 1 12 一般
12 2 1 かくとう
13 2 3 격투
14 2 4 格鬥
15 2 5 Combat
16 2 6 Kampf
17 2 7 Lucha
18 2 8 Lotta
19 2 9 Fighting
20 2 11 かくとう
21 2 12 格斗
22 3 1 ひこう
23 3 3 비행
24 3 4 飛行
25 3 5 Vol
26 3 6 Flug
27 3 7 Volador
28 3 8 Volante
29 3 9 Flying
30 3 11 ひこう
31 3 12 飞行
32 4 1 どく
33 4 3
34 4 4
35 4 5 Poison
36 4 6 Gift
37 4 7 Veneno
38 4 8 Veleno
39 4 9 Poison
40 4 11 どく
41 4 12
42 5 1 じめん
43 5 3
44 5 4 地面
45 5 5 Sol
46 5 6 Boden
47 5 7 Tierra
48 5 8 Terra
49 5 9 Ground
50 5 11 じめん
51 5 12 地面
52 6 1 いわ
53 6 3 바위
54 6 4 岩石
55 6 5 Roche
56 6 6 Gestein
57 6 7 Roca
58 6 8 Roccia
59 6 9 Rock
60 6 11 いわ
61 6 12 岩石
62 7 1 むし
63 7 3 벌레
64 7 4
65 7 5 Insecte
66 7 6 Käfer
67 7 7 Bicho
68 7 8 Coleottero
69 7 9 Bug
70 7 11 むし
71 7 12
72 8 1 ゴースト
73 8 3 고스트
74 8 4 幽靈
75 8 5 Spectre
76 8 6 Geist
77 8 7 Fantasma
78 8 8 Spettro
79 8 9 Ghost
80 8 11 ゴースト
81 8 12 幽灵
82 9 1 はがね
83 9 3 강철
84 9 4
85 9 5 Acier
86 9 6 Stahl
87 9 7 Acero
88 9 8 Acciaio
89 9 9 Steel
90 9 11 はがね
91 9 12
92 10 1 ほのお
93 10 3 불꽃
94 10 4
95 10 5 Feu
96 10 6 Feuer
97 10 7 Fuego
98 10 8 Fuoco
99 10 9 Fire
100 10 11 ほのお
101 10 12
102 11 1 みず
103 11 3
104 11 4
105 11 5 Eau
106 11 6 Wasser
107 11 7 Agua
108 11 8 Acqua
109 11 9 Water
110 11 11 みず
111 11 12
112 12 1 くさ
113 12 3
114 12 4
115 12 5 Plante
116 12 6 Pflanze
117 12 7 Planta
118 12 8 Erba
119 12 9 Grass
120 12 11 くさ
121 12 12
122 13 1 でんき
123 13 3 전기
124 13 4
125 13 5 Électrik
126 13 6 Elektro
127 13 7 Eléctrico
128 13 8 Elettro
129 13 9 Electric
130 13 11 でんき
131 13 12
132 14 1 エスパー
133 14 3 에스퍼
134 14 4 超能力
135 14 5 Psy
136 14 6 Psycho
137 14 7 Psíquico
138 14 8 Psico
139 14 9 Psychic
140 14 11 エスパー
141 14 12 超能力
142 15 1 こおり
143 15 3 얼음
144 15 4
145 15 5 Glace
146 15 6 Eis
147 15 7 Hielo
148 15 8 Ghiaccio
149 15 9 Ice
150 15 11 こおり
151 15 12
152 16 1 ドラゴン
153 16 3 드래곤
154 16 4
155 16 5 Dragon
156 16 6 Drache
157 16 7 Dragón
158 16 8 Drago
159 16 9 Dragon
160 16 11 ドラゴン
161 16 12
162 17 1 あく
163 17 3
164 17 4
165 17 5 Ténèbres
166 17 6 Unlicht
167 17 7 Siniestro
168 17 8 Buio
169 17 9 Dark
170 17 11 あく
171 17 12
172 18 1 フェアリー
173 18 3 페어리
174 18 4 妖精
175 18 5 Fée
176 18 6 Fee
177 18 7 Hada
178 18 8 Folletto
179 18 9 Fairy
180 18 11 フェアリー
181 18 12 妖精
182 10001 1 ???
183 10001 3 ???
184 10001 5 ???
185 10001 6 ???
186 10001 7 ???
187 10001 8 ???
188 10001 9 ???
189 10002 1 ダーク
190 10002 3 다크
191 10002 5 Obscur
192 10002 6 Crypto
193 10002 8 Ombra

View File

@ -76,3 +76,19 @@ version_group_id,pokemon_move_method_id
17,4
17,6
17,10
17,11
18,1
18,2
18,3
18,4
18,6
18,10
18,11
19,1
19,3
19,4
20,1
20,2
20,3
20,4
20,10

1 version_group_id pokemon_move_method_id
76 17 4
77 17 6
78 17 10
79 17 11
80 18 1
81 18 2
82 18 3
83 18 4
84 18 6
85 18 10
86 18 11
87 19 1
88 19 3
89 19 4
90 20 1
91 20 2
92 20 3
93 20 4
94 20 10

View File

@ -17,3 +17,6 @@ version_group_id,region_id
15,6
16,3
17,7
18,7
19,1
20,8

1 version_group_id region_id
17 15 6
18 16 3
19 17 7
20 18 7
21 19 1
22 20 8

View File

@ -16,3 +16,6 @@ id,identifier,generation_id,order
15,x-y,6,15
16,omega-ruby-alpha-sapphire,6,16
17,sun-moon,7,17
18,ultra-sun-ultra-moon,7,18
19,lets-go-pikachu-lets-go-eevee,7,19
20,sword-shield,8,20

1 id identifier generation_id order
16 15 x-y 6 15
17 16 omega-ruby-alpha-sapphire 6 16
18 17 sun-moon 7 17
19 18 ultra-sun-ultra-moon 7 18
20 19 lets-go-pikachu-lets-go-eevee 7 19
21 20 sword-shield 8 20

View File

@ -1,133 +1,215 @@
version_id,local_language_id,name
1,1,赤
1,3,레드
1,5,Rouge
1,6,Rot
1,7,Rojo
1,8,Rossa
1,9,Red
2,1,緑
2,3,블루
2,5,Bleu
2,6,Blau
2,7,Azul
2,8,Blu
2,9,Blue
3,1,ピカチュウ
3,3,피카츄
3,5,Jaune
3,6,Gelb
3,7,Amarillo
3,8,Gialla
3,9,Yellow
4,1,金
4,3,골드
4,5,Or
4,6,Gold
4,7,Oro
4,8,Oro
4,9,Gold
5,1,銀
5,3,실버
5,5,Argent
5,6,Silber
5,7,Plata
5,8,Argento
5,9,Silver
6,1,クリスタル
6,3,크리스탈
6,5,Cristal
6,6,Kristall
6,7,Cristal
6,8,Cristallo
6,9,Crystal
7,1,ルビー
7,3,루비
7,5,Rubis
7,6,Rubin
7,7,Rubí
7,8,Rubino
7,9,Ruby
8,1,サファイア
8,3,사파이어
8,5,Saphir
8,6,Saphir
8,7,Zafiro
8,8,Zaffiro
8,9,Sapphire
9,1,エメラルド
9,3,에메랄드
9,5,Émeraude
9,6,Smaragd
9,7,Esmeralda
9,8,Smeraldo
9,9,Emerald
10,1,ファイアレッド
10,3,파이어레드
10,5,Rouge Feu
10,6,Feuerrot
10,7,Rojo Fuego
10,8,Rosso Fuoco
10,9,FireRed
11,1,リーフグリーン
11,3,리프그린
11,5,Vert Feuille
11,6,Blattgrün
11,7,Verde Hoja
11,8,Verde Foglia
11,9,LeafGreen
12,1,ダイヤモンド
12,3,디아루가
12,5,Diamant
12,6,Diamant
12,7,Diamante
12,8,Diamante
12,9,Diamond
13,1,パール
13,3,펄기아
13,5,Perle
13,6,Perl
13,7,Perla
13,8,Perla
13,9,Pearl
14,1,プラチナ
14,3,기라티나
14,5,Platine
14,6,Platin
14,7,Platino
14,8,Platino
14,9,Platinum
15,1,ハートゴールド
15,3,하트골드
15,5,Or HeartGold
15,6,HeartGold
15,7,Oro HeartGold
15,8,Oro HeartGold
15,9,HeartGold
16,1,ソウルシルバー
16,3,소울실버
16,5,Argent SoulSilver
16,6,SoulSilver
16,7,Plata SoulSilver
16,8,Argento SoulSilver
16,9,SoulSilver
17,1,ブラック
17,3,블랙
17,5,Noir
17,6,Schwarz
17,7,Negro
17,8,Nera
17,9,Black
18,1,ホワイト
18,3,화이트
18,5,Blanc
18,6,Weiß
18,7,Blanco
18,8,Bianca
18,9,White
19,1,コロシアム
19,3,콜로세움
19,5,Colosseum
19,6,Colosseum
19,7,Colosseum
19,8,Colosseum
19,9,Colosseum
20,1,XD
20,3,XD
20,5,XD
20,6,XD
20,7,XD
20,8,XD
20,9,XD
21,1,ブラック2
21,3,블랙 2
21,5,Noir 2
21,6,Schwarz 2
21,7,Negro 2
21,8,Nera 2
21,9,Black 2
22,1,ホワイト2
22,3,화이트 2
22,5,Blanc 2
22,6,Weiß 2
22,7,Blanco 2
22,8,Bianca 2
22,9,White 2
23,1,X
23,3,X
23,5,X
23,6,X
23,7,X
23,8,X
23,9,X
24,1,Y
24,3,Y
24,5,Y
24,6,Y
24,7,Y
24,8,Y
24,9,Y
25,1,オメガルビー
25,3,오메가루비
25,5,Rubis Oméga
25,6,Omega Rubin
25,7,Rubí Omega
25,8,Rubino Omega
25,9,Omega Ruby
26,1,アルファサファイア
26,3,알파사파이어
26,5,Saphir Alpha
26,6,Alpha Saphir
26,7,Zafiro Alfa
26,8,Zaffiro Alpha
26,9,Alpha Sapphire
27,1,サン
27,3,썬
27,5,Soleil
27,6,Sonne
27,7,Sol
27,8,Sole
27,9,Sun
28,1,ムーン
28,3,문
28,5,Lune
28,6,Mond
28,7,Luna
28,8,Luna
28,9,Moon
29,1,ウルトラサン
29,3,울트라썬
29,5,Ultra-Soleil
29,6,Ultrasonne
29,7,Ultrasol
29,8,Ultrasole
29,9,Ultra Sun
30,1,ウルトラムーン
30,3,울트라문
30,5,Ultra-Lune
30,6,Ultramond
30,7,Ultraluna
30,8,Ultraluna
30,9,Ultra Moon
31,9,"Lets Go, Pikachu!"
32,9,"Lets Go, Eevee!"
33,9,Sword
34,9,Shield

1 version_id local_language_id name
2 1 1
3 1 3 레드
4 1 5 Rouge
5 1 6 Rot
6 1 7 Rojo
7 1 8 Rossa
8 1 9 Red
9 2 1
10 2 3 블루
11 2 5 Bleu
12 2 6 Blau
13 2 7 Azul
14 2 8 Blu
15 2 9 Blue
16 3 1 ピカチュウ
17 3 3 피카츄
18 3 5 Jaune
19 3 6 Gelb
20 3 7 Amarillo
21 3 8 Gialla
22 3 9 Yellow
23 4 1
24 4 3 골드
25 4 5 Or
26 4 6 Gold
27 4 7 Oro
28 4 8 Oro
29 4 9 Gold
30 5 1
31 5 3 실버
32 5 5 Argent
33 5 6 Silber
34 5 7 Plata
35 5 8 Argento
36 5 9 Silver
37 6 1 クリスタル
38 6 3 크리스탈
39 6 5 Cristal
40 6 6 Kristall
41 6 7 Cristal
42 6 8 Cristallo
43 6 9 Crystal
44 7 1 ルビー
45 7 3 루비
46 7 5 Rubis
47 7 6 Rubin
48 7 7 Rubí
49 7 8 Rubino
50 7 9 Ruby
51 8 1 サファイア
52 8 3 사파이어
53 8 5 Saphir
54 8 6 Saphir
55 8 7 Zafiro
56 8 8 Zaffiro
57 8 9 Sapphire
58 9 1 エメラルド
59 9 3 에메랄드
60 9 5 Émeraude
61 9 6 Smaragd
62 9 7 Esmeralda
63 9 8 Smeraldo
64 9 9 Emerald
65 10 1 ファイアレッド
66 10 3 파이어레드
67 10 5 Rouge Feu
68 10 6 Feuerrot
69 10 7 Rojo Fuego
70 10 8 Rosso Fuoco
71 10 9 FireRed
72 11 1 リーフグリーン
73 11 3 리프그린
74 11 5 Vert Feuille
75 11 6 Blattgrün
76 11 7 Verde Hoja
77 11 8 Verde Foglia
78 11 9 LeafGreen
79 12 1 ダイヤモンド
80 12 3 디아루가
81 12 5 Diamant
82 12 6 Diamant
83 12 7 Diamante
84 12 8 Diamante
85 12 9 Diamond
86 13 1 パール
87 13 3 펄기아
88 13 5 Perle
89 13 6 Perl
90 13 7 Perla
91 13 8 Perla
92 13 9 Pearl
93 14 1 プラチナ
94 14 3 기라티나
95 14 5 Platine
96 14 6 Platin
97 14 7 Platino
98 14 8 Platino
99 14 9 Platinum
100 15 1 ハートゴールド
101 15 3 하트골드
102 15 5 Or HeartGold
103 15 6 HeartGold
104 15 7 Oro HeartGold
105 15 8 Oro HeartGold
106 15 9 HeartGold
107 16 1 ソウルシルバー
108 16 3 소울실버
109 16 5 Argent SoulSilver
110 16 6 SoulSilver
111 16 7 Plata SoulSilver
112 16 8 Argento SoulSilver
113 16 9 SoulSilver
114 17 1 ブラック
115 17 3 블랙
116 17 5 Noir
117 17 6 Schwarz
118 17 7 Negro
119 17 8 Nera
120 17 9 Black
121 18 1 ホワイト
122 18 3 화이트
123 18 5 Blanc
124 18 6 Weiß
125 18 7 Blanco
126 18 8 Bianca
127 18 9 White
128 19 1 コロシアム
129 19 3 콜로세움
130 19 5 Colosseum
131 19 6 Colosseum
132 19 7 Colosseum
133 19 8 Colosseum
134 19 9 Colosseum
135 20 1 XD
136 20 3 XD
137 20 5 XD
138 20 6 XD
139 20 7 XD
140 20 8 XD
141 20 9 XD
142 21 1 ブラック2
143 21 3 블랙 2
144 21 5 Noir 2
145 21 6 Schwarz 2
146 21 7 Negro 2
147 21 8 Nera 2
148 21 9 Black 2
149 22 1 ホワイト2
150 22 3 화이트 2
151 22 5 Blanc 2
152 22 6 Weiß 2
153 22 7 Blanco 2
154 22 8 Bianca 2
155 22 9 White 2
156 23 1 X
157 23 3 X
158 23 5 X
159 23 6 X
160 23 7 X
161 23 8 X
162 23 9 X
163 24 1 Y
164 24 3 Y
165 24 5 Y
166 24 6 Y
167 24 7 Y
168 24 8 Y
169 24 9 Y
170 25 1 オメガルビー
171 25 3 오메가루비
172 25 5 Rubis Oméga
173 25 6 Omega Rubin
174 25 7 Rubí Omega
175 25 8 Rubino Omega
176 25 9 Omega Ruby
177 26 1 アルファサファイア
178 26 3 알파사파이어
179 26 5 Saphir Alpha
180 26 6 Alpha Saphir
181 26 7 Zafiro Alfa
182 26 8 Zaffiro Alpha
183 26 9 Alpha Sapphire
184 27 1 サン
185 27 3
186 27 5 Soleil
187 27 6 Sonne
188 27 7 Sol
189 27 8 Sole
190 27 9 Sun
191 28 1 ムーン
192 28 3
193 28 5 Lune
194 28 6 Mond
195 28 7 Luna
196 28 8 Luna
197 28 9 Moon
198 29 1 ウルトラサン
199 29 3 울트라썬
200 29 5 Ultra-Soleil
201 29 6 Ultrasonne
202 29 7 Ultrasol
203 29 8 Ultrasole
204 29 9 Ultra Sun
205 30 1 ウルトラムーン
206 30 3 울트라문
207 30 5 Ultra-Lune
208 30 6 Ultramond
209 30 7 Ultraluna
210 30 8 Ultraluna
211 30 9 Ultra Moon
212 31 9 Let’s Go, Pikachu!
213 32 9 Let’s Go, Eevee!
214 33 9 Sword
215 34 9 Shield

View File

@ -27,3 +27,9 @@ id,version_group_id,identifier
26,16,alpha-sapphire
27,17,sun
28,17,moon
29,18,ultra-sun
30,18,ultra-moon
31,19,lets-go-pikachu
32,19,lets-go-eevee
33,20,sword
34,20,shield

1 id version_group_id identifier
27 26 16 alpha-sapphire
28 27 17 sun
29 28 17 moon
30 29 18 ultra-sun
31 30 18 ultra-moon
32 31 19 lets-go-pikachu
33 32 19 lets-go-eevee
34 33 20 sword
35 34 20 shield

View File

@ -11,11 +11,15 @@ import sqlalchemy.sql.util
import sqlalchemy.types
import pokedex
import pokedex.db.tables as t
from pokedex.db import metadata, translations
from pokedex.defaults import get_default_csv_dir
from pokedex.db.dependencies import find_dependent_tables
from pokedex.db.oracle import rewrite_long_table_names
from sqlalchemy import and_
from sqlalchemy.sql import exists
def _get_table_names(metadata, patterns):
"""Returns a list of table names from the given metadata. If `patterns`
@ -156,8 +160,21 @@ def load(session, tables=[], directory=None, drop_tables=False, verbose=False, s
# SQLite speed tweaks
if not safe and engine.dialect.name == 'sqlite':
session.execute("PRAGMA synchronous=OFF")
session.execute("PRAGMA journal_mode=OFF")
# We have to explicity call close here because session.execute
# returns a ResultProxy object that hangs onto the database cursor
# in case you wanted to see the results of your statement, and
# these PRAGMA commands helpfully return the string 'OFF'.
#
# This would not normally be a problem, except that when
# journal_mode=OFF, SQLite sometimes doesn't like it when you
# have multiple database cursors open.
#
# This would still not normally be a problem because CPython
# will free the ResultProxy immediately because it isn't referenced,
# closing the database cursor, but this isn't true in PyPy,
# which doesn't use reference counting.
session.execute("PRAGMA synchronous=OFF").close()
session.execute("PRAGMA journal_mode=OFF").close()
# Drop all tables if requested
if drop_tables:
@ -180,7 +197,29 @@ def load(session, tables=[], directory=None, drop_tables=False, verbose=False, s
print_start('Creating tables')
for n, table in enumerate(table_objs):
table.create()
try:
table.create(bind=engine)
# Exceptions for handling the error thrown when trying to load
# the database with a table that already exists.
except (
sqlalchemy.exc.OperationalError, # Exception used for SQLite
sqlalchemy.exc.ProgrammingError, # Exception used for PostgreSQL
sqlalchemy.exc.InternalError # Exception used for MySQL
) as error:
if "already exists" in str(error.orig):
print("\n\nERROR: The table '{}' already exists in the database. "
"Did you mean to use 'pokedex load -D'".format(table))
sys.exit(1)
# If it happens to be some other error but raised by the same
# exception, then an unexpected error message is sent with
# the error included
else:
print("\n\n UNEXPECTED ERROR: ", error)
sys.exit(1)
print_status('%s/%s' % (n, len(table_objs)))
print_done()
@ -197,7 +236,10 @@ def load(session, tables=[], directory=None, drop_tables=False, verbose=False, s
try:
csvpath = "%s/%s.csv" % (directory, table_name)
csvfile = open(csvpath, 'r')
if six.PY2:
csvfile = open(csvpath, 'r')
else:
csvfile = open(csvpath, 'r', encoding="utf8")
except IOError:
# File doesn't exist; don't load anything!
print_done('missing?')
@ -332,6 +374,23 @@ def load(session, tables=[], directory=None, drop_tables=False, verbose=False, s
session.commit()
print_done()
VGPMM = t.VersionGroupPokemonMoveMethod
if VGPMM.__tablename__ in table_names or t.PokemonMove.__tablename__ in table_names:
print_start('Regenerating %s' % VGPMM.__tablename__)
session.query(VGPMM).delete()
q = session.query(t.VersionGroup.id, t.PokemonMoveMethod.id)
q = q.filter(exists().where(and_(
t.PokemonMove.pokemon_move_method_id == t.PokemonMoveMethod.id,
t.PokemonMove.version_group_id == t.VersionGroup.id)))
for version_group_id, pokemon_move_method_id in q:
session.add(VGPMM(
version_group_id=version_group_id,
pokemon_move_method_id=pokemon_move_method_id,
))
session.commit()
print_done()
print_start('Translations')
transl = translations.Translations(csv_directory=directory)
@ -403,10 +462,12 @@ def dump(session, tables=[], directory=None, verbose=False, langs=None):
# CSV module only works with bytes on 2 and only works with text on 3!
if six.PY3:
writer = csv.writer(open(filename, 'w', newline=''), lineterminator='\n')
csvfile = open(filename, 'w', newline='', encoding="utf8")
writer = csv.writer(csvfile, lineterminator='\n')
columns = [col.name for col in table.columns]
else:
writer = csv.writer(open(filename, 'wb'), lineterminator='\n')
csvfile = open(filename, 'wb')
writer = csv.writer(csvfile, lineterminator='\n')
columns = [col.name.encode('utf8') for col in table.columns]
# For name tables, always dump rows for official languages, as well as
@ -453,4 +514,5 @@ def dump(session, tables=[], directory=None, verbose=False, langs=None):
writer.writerow(csvs)
csvfile.close()
print_done()

View File

@ -11,17 +11,14 @@ which case it is replaced by the name of the thing linked to.
"""
from __future__ import absolute_import
import sys
import re
import markdown
import six
from sqlalchemy.orm.session import object_session
try:
# Markdown 2.1+
from markdown.util import etree, AtomicString
except ImportError:
# Old Markdown
from markdown import etree, AtomicString
from markdown.util import etree, AtomicString
@six.python_2_unicode_compatible
class MarkdownString(object):
@ -66,8 +63,7 @@ class MarkdownString(object):
extension = self.session.markdown_extension
md = markdown.Markdown(
extensions=['extra', extension],
safe_mode='escape',
extensions=['markdown.extensions.extra', EscapeHtml(), extension],
output_format='xhtml1',
)
@ -164,7 +160,10 @@ class PokedexLinkPattern(markdown.inlinepatterns.Pattern):
Handles matches using factory
"""
regex = u'(?x) \\[ ([^]]*) \\] \\{ ([-a-z0-9]+) : ([-a-z0-9 ]+) \\}'
if sys.version_info >= (3, 6):
regex = u'(?x: \\[ ([^]]*) \\] \\{ ([-a-z0-9]+) : ([-a-z0-9 ]+) \\} )'
else:
regex = u'(?x) \\[ ([^]]*) \\] \\{ ([-a-z0-9]+) : ([-a-z0-9 ]+) \\}'
def __init__(self, factory, session, string_language=None, game_language=None):
markdown.inlinepatterns.Pattern.__init__(self, self.regex)
@ -228,6 +227,17 @@ class PokedexLinkPattern(markdown.inlinepatterns.Pattern):
el.text = AtomicString(label or name)
return el
class EscapeHtml(markdown.Extension):
u"""Markdown extension which escapes raw html elements.
This is the recommended replacement for safe_mode='escape',
which was deprecated in Markdown 2.5.
See https://python-markdown.github.io/change_log/release-2.5/
"""
def extendMarkdown(self, md, md_globals):
del md.preprocessors['html_block']
del md.inlinePatterns['html']
class PokedexLinkExtension(markdown.Extension):
u"""Markdown extension that translates the syntax used in effect text:

View File

@ -207,11 +207,13 @@ def create_translation_table(_table_name, foreign_class, relation_name,
return Translations
class MultilangQuery(Query):
def __iter__(self):
def _execute_and_instances(self, *args, **kwargs):
# Set _default_language_id param if it hasn't been set by the time the query is executed.
# XXX This is really hacky and we should figure out a cleaner method.
if '_default_language_id' not in self._params or self._params['_default_language_id'] == 'dummy':
self._params = self._params.copy()
self._params['_default_language_id'] = self.session.default_language_id
return super(MultilangQuery, self).__iter__()
return super(MultilangQuery, self)._execute_and_instances(*args, **kwargs)
class MultilangSession(Session):
"""A tiny Session subclass that adds support for a default language.

View File

@ -90,10 +90,10 @@ class Language(TableBase):
id = Column(Integer, primary_key=True, nullable=False,
doc=u"A numeric ID")
iso639 = Column(Unicode(79), nullable=False,
doc=u"The two-letter code of the country where this language is spoken. Note that it is not unique.",
doc=u"The two-letter code of the language. Note that it is not unique.",
info=dict(format='identifier'))
iso3166 = Column(Unicode(79), nullable=False,
doc=u"The two-letter code of the language. Note that it is not unique.",
doc=u"The two-letter code of the country where this language is spoken. Note that it is not unique.",
info=dict(format='identifier'))
identifier = Column(Unicode(79), nullable=False,
doc=u"An identifier",
@ -850,7 +850,17 @@ create_translation_table('encounter_method_prose', EncounterMethod, 'prose',
)
class EncounterSlot(TableBase):
u"""An abstract "slot" within a method, associated with both some set of conditions and a rarity."""
u"""An abstract "slot" within a method, associated with both some set of conditions and a rarity.
"slot" has a very specific meaning:
If during gameplay you know sufficient details about the current game state,
you can predict which slot (and therefore which pokemon) will spawn.
There are currently two reasons that "slot" might be empty:
1) The slot corresponds to a gift pokemon.
2) Red/Blue's Super Rod slots, which don't correspond to in-game slots.
See https://github.com/veekun/pokedex/issues/166#issuecomment-220101455
"""
__tablename__ = 'encounter_slots'
id = Column(Integer, primary_key=True, nullable=False,
@ -1103,7 +1113,7 @@ class Location(TableBase):
doc=u"A numeric ID")
region_id = Column(Integer, ForeignKey('regions.id'),
doc=u"ID of the region this location is in")
identifier = Column(Unicode(79), nullable=False,
identifier = Column(Unicode(79), nullable=False, unique=True,
doc=u"An identifier",
info=dict(format='identifier'))
@ -1112,6 +1122,11 @@ create_translation_table('location_names', Location, 'names',
name = Column(Unicode(79), nullable=False, index=True,
doc=u"The name",
info=dict(format='plaintext', official=True)),
subtitle = Column(Unicode(79), nullable=True, index=False,
doc=u"""A subtitle for the location, if any.
This may be an alternate name for the locaton, as in the Kalos routes,
or the name of a subarea of the location, as in Alola.""",
info=dict(format='plaintext', official=True)),
)
class LocationArea(TableBase):
@ -1128,6 +1143,11 @@ class LocationArea(TableBase):
doc=u"An identifier",
info=dict(format='identifier'))
__table_args__ = (
UniqueConstraint(location_id, identifier),
{},
)
create_translation_table('location_area_prose', LocationArea, 'prose',
relation_lazy='joined',
name = Column(Unicode(79), nullable=True, index=True,
@ -1751,6 +1771,13 @@ class PokemonDexNumber(TableBase):
pokedex_number = Column(Integer, nullable=False,
doc=u"Number of the Pokémon in that the Pokédex")
__table_args__ = (
UniqueConstraint(pokedex_id, pokedex_number),
UniqueConstraint(pokedex_id, species_id),
{},
)
class PokemonEggGroup(TableBase):
u"""Maps an Egg group to a species; each species belongs to one or two egg groups."""
__tablename__ = 'pokemon_egg_groups'
@ -1782,7 +1809,7 @@ class PokemonEvolution(TableBase):
doc=u"The ID of the location the evolution must be triggered at.")
held_item_id = Column(Integer, ForeignKey('items.id'), nullable=True,
doc=u"The ID of the item the Pokémon must hold.")
time_of_day = Column(Enum('day', 'night', name='pokemon_evolution_time_of_day'), nullable=True,
time_of_day = Column(Enum('day', 'night', 'dusk', name='pokemon_evolution_time_of_day'), nullable=True,
doc=u"The required time of day.")
known_move_id = Column(Integer, ForeignKey('moves.id'), nullable=True,
doc=u"The ID of the move the Pokémon must know.")
@ -2008,7 +2035,7 @@ class PokemonSpecies(TableBase):
doc=u"ID of the species' evolution chain (a.k.a. family)")
color_id = Column(Integer, ForeignKey('pokemon_colors.id'), nullable=False,
doc=u"ID of this Pokémon's Pokédex color, as used for a gimmick search function in the games.")
shape_id = Column(Integer, ForeignKey('pokemon_shapes.id'), nullable=False,
shape_id = Column(Integer, ForeignKey('pokemon_shapes.id'), nullable=True,
doc=u"ID of this Pokémon's body shape, as used for a gimmick search function in the games.")
habitat_id = Column(Integer, ForeignKey('pokemon_habitats.id'), nullable=True,
doc=u"ID of this Pokémon's habitat, as used for a gimmick search function in the games.")
@ -2028,6 +2055,10 @@ class PokemonSpecies(TableBase):
doc=u"ID of the growth rate for this family")
forms_switchable = Column(Boolean, nullable=False,
doc=u"True iff a particular individual of this species can switch between its different forms.")
is_legendary = Column(Boolean, nullable=False,
doc=u'True iff the Pokémon is a legendary Pokémon.')
is_mythical = Column(Boolean, nullable=False,
doc=u'True iff the Pokémon is a mythical Pokémon.')
order = Column(Integer, nullable=False, index=True,
doc=u'The order in which species should be sorted. Based on National Dex order, except families are grouped together and sorted by stage.')
conquest_order = Column(Integer, nullable=True, index=True,
@ -2795,7 +2826,7 @@ PokemonSpecies.flavor_text = relationship(PokemonSpeciesFlavorText,
backref='species')
PokemonSpecies.growth_rate = relationship(GrowthRate,
innerjoin=True,
backref='evolution_chains')
backref='species')
PokemonSpecies.habitat = relationship(PokemonHabitat,
backref='species')
PokemonSpecies.color = relationship(PokemonColor,
@ -2833,7 +2864,7 @@ PokemonSpecies.generation = relationship(Generation,
innerjoin=True,
backref='species')
PokemonSpecies.shape = relationship(PokemonShape,
innerjoin=True,
innerjoin=False,
backref='species')
PokemonSpecies.pal_park = relationship(PalPark,
uselist=False,

View File

@ -262,11 +262,15 @@ class Translations(object):
def reader_for_class(self, cls, reader_class=csv.reader):
tablename = cls.__table__.name
csvpath = os.path.join(self.csv_directory, tablename + '.csv')
return reader_class(open(csvpath, 'r'), lineterminator='\n')
if six.PY2:
read = open(csvpath, 'r')
else:
read = open(csvpath, 'r', encoding='utf-8')
return reader_class(read, lineterminator='\n')
def writer_for_lang(self, lang):
csvpath = os.path.join(self.translation_directory, '%s.csv' % lang)
return csv.writer(io.open(csvpath, 'w', newline=''), lineterminator='\n')
return csv.writer(io.open(csvpath, 'w', newline='', encoding="utf8"), lineterminator='\n')
def yield_source_messages(self, language_id=None):
"""Yield all messages from source CSV files
@ -307,7 +311,10 @@ class Translations(object):
"""
path = os.path.join(self.csv_directory, 'translations', '%s.csv' % lang)
try:
file = open(path, 'r')
if six.PY2:
file = open(path, 'r')
else:
file = open(path, 'r', encoding="utf8")
except IOError:
return ()
return yield_translation_csv_messages(file)
@ -370,7 +377,10 @@ def group_by_object(stream):
Yields ((class name, object ID), (list of messages)) pairs.
"""
stream = iter(stream)
current = next(stream)
try:
current = next(stream)
except StopIteration:
return
current_key = current.cls, current.id
group = [current]
for message in stream:

Some files were not shown because too many files have changed in this diff Show More