Compare commits

...

178 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
Eevee (Lexy Munroe) 73f388ed69 Fix tests, since Farfetch’d got a name change 2017-09-04 10:04:23 -07:00
Eevee (Lexy Munroe) bf6b2bc646 Populate pokemon_form_generations 2017-09-04 09:04:56 -07:00
Eevee (Lexy Munroe) a273273823 Updated order columns, identifier Battle Bond Greninja, populated is_battle_only 2017-09-04 03:54:02 -07:00
Eevee (Lexy Munroe) c3e4f61894 Added SUMO ability effects. 2017-09-02 02:07:16 -07:00
Eevee (Lexy Munroe) 1ef14370f1 Fill in some missing bits and add item effects. 2017-08-29 19:33:20 -07:00
Eevee (Lexy Munroe) 0b81ea0c79 Add SUMO items and Pokémon 2017-08-22 16:23:49 -07:00
Eevee (Lexy Munroe) 7b9aa7de46 Fill in effects for new SUMO moves and a few old XY moves 2017-07-13 21:38:26 -07:00
Eevee (Lexy Munroe) 15c2cb486b Add SUMO moves 2017-07-11 17:27:54 -07:00
Eevee (Lexy Munroe) 3b49944b06 Add a new SUMO ailment; fix gen 6 effect ids to match the games 2017-06-26 21:05:58 -07:00
Eevee (Lexy Munroe) 2af13f4f15 Fix references to "ja" (which is now ja-Hrkt) 2017-06-18 00:15:05 -07:00
Eevee (Lexy Munroe) edb8162e47 Plea for patience in README 2017-06-17 23:59:48 -07:00
Eevee (Lexy Munroe) 329dc81a11 Add SUMO abilities 2017-06-17 23:18:03 -07:00
Eevee (Lexy Munroe) a33678d8c7 Add Sun/Moon 2017-06-17 23:18:03 -07:00
Eevee (Lexy Munroe) c3d1b323ac Use script suffixes in lang identifiers; add simplified Chinese 2017-06-17 23:18:03 -07:00
Eevee 73bd2fe50f Merge pull request #208 from metaunicorn/feature/docker
feature: added Docker support
2017-06-17 23:17:32 -07:00
jota 1cd35dad49 added basic package.json for npm/yarn compatibility 2017-06-11 21:06:50 +02:00
jota 1513afc241 feat: added Docker support 2017-06-09 21:44:20 +02:00
Andrew Ekstedt cacafd06b2 Merge pull request #203 from prescod/patch-1
pip install -E doesn't work anymore
2016-12-23 09:08:51 -08:00
prescod 9a716ca72c pip install -E doesn't work anymore
https://github.com/veekun/pokedex/issues/202
2016-12-23 07:40:57 -08:00
Eevee 3a7599239c Merge pull request #197 from jwodder/master
Python 3 and Pyflakes fixes
2016-11-24 19:04:25 -08:00
John T. Wodder II c3f566b2c9 Addressed all of pyflakes3's complaints 2016-11-24 21:29:58 +00:00
Andrew Ekstedt 82335886e1 Merge pull request #196 from GreatWizard/patch-1
Update item_pocket_names with french
2016-11-20 10:57:15 -08:00
Andrew Ekstedt 5e2d073297 Merge pull request #195 from AlexanderZon/patch-2
Update pokemon_move_method_prose.csv Spanish
2016-11-20 10:56:47 -08:00
Andrew Ekstedt 704566cdaa Merge pull request #194 from AlexanderZon/patch-1
Update move_damage_class_prose.csv Spanish
2016-11-20 10:56:15 -08:00
Andrew Ekstedt dfd13b8f95 Merge pull request #193 from phmatray/master
Add identifiers to item_fling_effects.csv
2016-11-20 10:55:41 -08:00
Develrox 362a9f4e79 corrected a typo 2016-11-20 10:53:25 -08:00
Guillaume Gérard 251f9194fd Update item_pocket_names with french 2016-11-18 23:52:04 +01:00
Alexis Montenegro 05ff52c009 Update pokemon_move_method_prose.csv Spanish
Spanish Translations
2016-11-10 17:28:27 -04:00
Alexis Montenegro 059a225096 Update move_damage_class_prose.csv Spanish
Spanish Translations
2016-11-10 17:26:03 -04:00
Philippe Matray 7612277ee4 Add identifiers to item_fling_effects.csv 2016-10-23 18:56:43 +02:00
128 changed files with 534467 additions and 21878 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/

13
.gitignore vendored
View File

@ -6,4 +6,17 @@
*.egg-info
pokedex.sqlite
pokedex.sqlite-journal
whoosh-index
pip-selfcheck.json
/bin
!/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/

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
ARG PYTHON_VERSION=${PYTHON_VERSION:-"3.7-slim"}
FROM python:${PYTHON_VERSION}
ADD ./ /app/
WORKDIR /app
RUN echo "Setting up project..." && \
pip install -e . && \
echo "DONE"
ENTRYPOINT ["pokedex"]
CMD ["status"]

17
README
View File

@ -1,17 +0,0 @@
This software is copyrighted and licensed under the MIT license. See the file
entitled LICENSE for full copyright and license text.
This software comes bundled with data, sprites, and sounds extracted from the
Pokémon series of video games. Some terminology from the Pokémon franchise is
also necessarily used within the software itself. This is all 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 and that the
software is significantly impaired without said property included. Any use of
this copyrighted property is at your own legal risk.
A complete revision history of this software is available from
https://github.com/veekun/pokedex.
Contributors:
Alex Munroe (Eevee): git@veekun.com

101
README.md Normal file
View File

@ -0,0 +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/).
## Current status
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.
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.
### Status of the YAML migration
**Update from 2017-06-18**
@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!
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?
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.
### About editing CSV files
Fixing CSV data inconsistency or errors and putting that into a Pull Request it's also appreciated.
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

@ -8,7 +8,7 @@ Run the following from an empty directory::
$ sudo apt-get install git python python-pip python-sqlalchemy
$ git clone git://github.com/veekun/pokedex.git
$ pip install -E env -e pokedex
$ pip install -e pokedex
$ source env/bin/activate
(env)$ pokedex setup -v
(env)$ pokedex lookup eevee
@ -66,7 +66,7 @@ Getting and installing pokedex
Run the following from an empty directory::
$ git clone git://github.com/veekun/pokedex.git
$ pip install -E env -e pokedex
$ pip install -e pokedex
This will give you two directories: pokedex (containing the source code and
data), and env (a virtualenv_).

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

3
package.json Normal file
View File

@ -0,0 +1,3 @@
{
"private": true
}

View File

@ -3,6 +3,7 @@
Currently these are functions missing from Python 2.5.
"""
from __future__ import print_function
import six
try:
from itertools import permutations
@ -67,7 +68,7 @@ except ImportError:
# Parse and validate the field names. Validation serves two purposes,
# generating informative error messages and preventing template injection attacks.
if isinstance(field_names, basestring):
if isinstance(field_names, six.string_types):
field_names = field_names.replace(',', ' ').split() # names separated by whitespace and/or commas
field_names = tuple(map(str, field_names))
if rename:

View File

@ -190,6 +190,82 @@ id,identifier,generation_id,is_main_series
189,primordial-sea,6,1
190,desolate-land,6,1
191,delta-stream,6,1
192,stamina,7,1
193,wimp-out,7,1
194,emergency-exit,7,1
195,water-compaction,7,1
196,merciless,7,1
197,shields-down,7,1
198,stakeout,7,1
199,water-bubble,7,1
200,steelworker,7,1
201,berserk,7,1
202,slush-rush,7,1
203,long-reach,7,1
204,liquid-voice,7,1
205,triage,7,1
206,galvanize,7,1
207,surge-surfer,7,1
208,schooling,7,1
209,disguise,7,1
210,battle-bond,7,1
211,power-construct,7,1
212,corrosion,7,1
213,comatose,7,1
214,queenly-majesty,7,1
215,innards-out,7,1
216,dancer,7,1
217,battery,7,1
218,fluffy,7,1
219,dazzling,7,1
220,soul-heart,7,1
221,tangling-hair,7,1
222,receiver,7,1
223,power-of-alchemy,7,1
224,beast-boost,7,1
225,rks-system,7,1
226,electric-surge,7,1
227,psychic-surge,7,1
228,misty-surge,7,1
229,grassy-surge,7,1
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
190 189 primordial-sea 6 1
191 190 desolate-land 6 1
192 191 delta-stream 6 1
193 192 stamina 7 1
194 193 wimp-out 7 1
195 194 emergency-exit 7 1
196 195 water-compaction 7 1
197 196 merciless 7 1
198 197 shields-down 7 1
199 198 stakeout 7 1
200 199 water-bubble 7 1
201 200 steelworker 7 1
202 201 berserk 7 1
203 202 slush-rush 7 1
204 203 long-reach 7 1
205 204 liquid-voice 7 1
206 205 triage 7 1
207 206 galvanize 7 1
208 207 surge-surfer 7 1
209 208 schooling 7 1
210 209 disguise 7 1
211 210 battle-bond 7 1
212 211 power-construct 7 1
213 212 corrosion 7 1
214 213 comatose 7 1
215 214 queenly-majesty 7 1
216 215 innards-out 7 1
217 216 dancer 7 1
218 217 battery 7 1
219 218 fluffy 7 1
220 219 dazzling 7 1
221 220 soul-heart 7 1
222 221 tangling-hair 7 1
223 222 receiver 7 1
224 223 power-of-alchemy 7 1
225 224 beast-boost 7 1
226 225 rks-system 7 1
227 226 electric-surge 7 1
228 227 psychic-surge 7 1
229 228 misty-surge 7 1
230 229 grassy-surge 7 1
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

File diff suppressed because it is too large Load Diff

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

@ -364,3 +364,106 @@ id,baby_trigger_item_id
371,
372,
373,
374,
375,
376,
377,
378,
379,
380,
381,
382,
383,
384,
385,
386,
387,
388,
389,
390,
391,
392,
393,
394,
395,
396,
397,
398,
399,
400,
401,
402,
403,
404,
405,
406,
407,
408,
409,
410,
411,
412,
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,
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
364 371
365 372
366 373
367 374
368 375
369 376
370 377
371 378
372 379
373 380
374 381
375 382
376 383
377 384
378 385
379 386
380 387
381 388
382 389
383 390
384 391
385 392
386 393
387 394
388 395
389 396
390 397
391 398
392 399
393 400
394 401
395 402
396 403
397 404
398 405
399 406
400 407
401 408
402 409
403 410
404 411
405 412
406 413
407 414
408 415
409 416
410 417
411 418
412 419
413 420
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,3 +5,5 @@ id,main_region_id,identifier
4,4,generation-iv
5,5,generation-v
6,6,generation-vi
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 generation-vii
9 8 8 generation-viii

View File

@ -42,4 +42,10 @@ id,pocket_id,identifier
42,1,jewels
43,7,miracle-shooter
44,1,mega-stones
10001,8,xy-unknown
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
42 42 1 jewels
43 43 7 miracle-shooter
44 44 1 mega-stones
45 10001 45 8 1 xy-unknown 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

@ -42,4 +42,10 @@ item_category_id,local_language_id,name
42,9,Jewels
43,9,Miracle Shooter
44,9,Mega Stones
10001,9,X/Y unknown
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
42 42 9 Jewels
43 43 9 Miracle Shooter
44 44 9 Mega Stones
45 10001 45 9 X/Y unknown 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

View File

@ -1,8 +1,8 @@
id
1
2
3
4
5
6
7
id,identifier
1,badly-poison
2,burn
3,berry-effect
4,herb-effect
5,paralyze
6,poison
7,flinch

1 id identifier
2 1 badly-poison
3 2 burn
4 3 berry-effect
5 4 herb-effect
6 5 paralyze
7 6 poison
8 7 flinch

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +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

@ -1239,3 +1239,283 @@ This item can only be obtained or used via the Wonder Launcher."
678,9,Wakes up the Crustle blocking the way in Seaside Cave.,
679,9,Returned to Curtis or Yancy as part of a sidequest.,
681,9,"Switches Tornadus, Thundurus, and Landorus between Incarnate and Therian Forme.",
682,9,"Held: When the holder is hit by a super effective move, its Attack and Special Attack raise by two stages.","Held: When the holder is hit by a super effective move, its Attack and Special Attack raise by two stages."
683,9,Raises the holder's Special Defense to 1.5×. Prevents the holder from selecting a status move.,Raises the holder's Special Defense to 1.5×. Prevents the holder from selecting a status move.
684,9,Held: Fairy-Type moves from holder do 20% more damage. Changes Arceus's and Judgment's type to Fairy.,Held: Fairy-Type moves from holder do 20% more damage. Changes Arceus's and Judgment's type to Fairy.
685,9,Switches a Pokémon between its two possible (non-Hidden) Abilities.,Switches a Pokémon between its two possible (non-Hidden) Abilities.
686,9,Traded on a Swirlix: Holder evolves into Slurpuff.,Traded on a Swirlix: Holder evolves into Slurpuff.
687,9,Traded on a Spritzee: Holder evolves into Aromatisse.,Traded on a Spritzee: Holder evolves into Aromatisse.
688,9,"Held: If the holder is hit by a damaging Water move, raises its Special Defense by one stage.","Held: If the holder is hit by a damaging Water move, it consumes this item and raises its Special Defense by one stage."
689,9,"Held: If the holder is hit by a damaging Ice move, raises its Attack by one stage.","Held: If the holder is hit by a damaging Ice move, raises its Attack by one stage."
690,9,Held: Prevents damage from powder moves and the damage from Hail and Sandstorm.,Held: Prevents damage from powder moves and the damage from Hail and Sandstorm.
691,9,Increases the total number of Berries by 2.,Increases the total number of Berries by 2.
692,9,Increases the chance of Berry mutation.,Increases the chance of Berry mutation.
693,9,Causes soil to dry out in 4 hours.,Causes soil to dry out in 4 hours.
694,9,"Increases the total number of Berries by 2, increases the chance of Berry mutation, and causes soil to dry out in 4 hours.","Increases the total number of Berries by 2, increases the chance of Berry mutation, and causes soil to dry out in 4 hours."
695,9,Held: Allows Gengar to Mega Evolve into Mega Gengar.,Held: Allows Gengar to Mega Evolve into Mega Gengar.
696,9,Held: Allows Gardevoir to Mega Evolve into Mega Gardevoir.,Held: Allows Gardevoir to Mega Evolve into Mega Gardevoir.
697,9,Held: Allows Ampharos to Mega Evolve into Mega Ampharos.,Held: Allows Ampharos to Mega Evolve into Mega Ampharos.
698,9,Held: Allows Venusaur to Mega Evolve into Mega Venusaur.,Held: Allows Venusaur to Mega Evolve into Mega Venusaur.
699,9,Held: Allows Charizard to Mega Evolve into Mega Charizard X.,Held: Allows Charizard to Mega Evolve into Mega Charizard X.
700,9,Held: Allows Blastoise to Mega Evolve into Mega Blastoise.,Held: Allows Blastoise to Mega Evolve into Mega Blastoise.
701,9,Held: Allows Mewtwo to Mega Evolve into Mega Mewtwo X.,Held: Allows Mewtwo to Mega Evolve into Mega Mewtwo X.
702,9,Held: Allows Mewtwo to Mega Evolve into Mega Mewtwo Y.,Held: Allows Mewtwo to Mega Evolve into Mega Mewtwo Y.
703,9,Held: Allows Blaziken to Mega Evolve into Mega Blaziken.,Held: Allows Blaziken to Mega Evolve into Mega Blaziken.
704,9,Held: Allows Medicham to Mega Evolve into Mega Medicham.,Held: Allows Medicham to Mega Evolve into Mega Medicham.
705,9,Held: Allows Houndoom to Mega Evolve into Mega Houndoom.,Held: Allows Houndoom to Mega Evolve into Mega Houndoom.
706,9,Held: Allows Aggron to Mega Evolve into Mega Aggron.,Held: Allows Aggron to Mega Evolve into Mega Aggron.
707,9,Held: Allows Banette to Mega Evolve into Mega Banette.,Held: Allows Banette to Mega Evolve into Mega Banette.
708,9,Held: Allows Tyranitar to Mega Evolve into Mega Tyranitar.,Held: Allows Tyranitar to Mega Evolve into Mega Tyranitar.
709,9,Held: Allows Scizor to Mega Evolve into Mega Scizor.,Held: Allows Scizor to Mega Evolve into Mega Scizor.
710,9,Held: Allows Pinsir to Mega Evolve into Mega Pinsir.,Held: Allows Pinsir to Mega Evolve into Mega Pinsir.
711,9,Held: Allows Aerodactyl to Mega Evolve into Mega Aerodactyl.,Held: Allows Aerodactyl to Mega Evolve into Mega Aerodactyl.
712,9,Held: Allows Lucario to Mega Evolve into Mega Lucario.,Held: Allows Lucario to Mega Evolve into Mega Lucario.
713,9,Held: Allows Abomasnow to Mega Evolve into Mega Abomasnow.,Held: Allows Abomasnow to Mega Evolve into Mega Abomasnow.
714,9,Held: Allows Kangaskhan to Mega Evolve into Mega Kangaskhan.,Held: Allows Kangaskhan to Mega Evolve into Mega Kangaskhan.
715,9,Held: Allows Gyarados to Mega Evolve into Mega Gyarados.,Held: Allows Gyarados to Mega Evolve into Mega Gyarados.
716,9,Held: Allows Absol to Mega Evolve into Mega Absol.,Held: Allows Absol to Mega Evolve into Mega Absol.
717,9,Held: Allows Charizard to Mega Evolve into Mega Charizard Y.,Held: Allows Charizard to Mega Evolve into Mega Charizard Y.
718,9,Held: Allows Alakazam to Mega Evolve into Mega Alakazam.,Held: Allows Alakazam to Mega Evolve into Mega Alakazam.
719,9,Held: Allows Heracross to Mega Evolve into Mega Heracross.,Held: Allows Heracross to Mega Evolve into Mega Heracross.
720,9,Held: Allows Mawile to Mega Evolve into Mega Mawile.,Held: Allows Mawile to Mega Evolve into Mega Mawile.
721,9,Held: Allows Manectric to Mega Evolve into Mega Manectric.,Held: Allows Manectric to Mega Evolve into Mega Manectric.
722,9,Held: Allows Garchomp to Mega Evolve into Mega Garchomp.,Held: Allows Garchomp to Mega Evolve into Mega Garchomp.
723,9,Held: Consumed when struck by a super-effective Fairy-type attack to halve the damage.,Held: Consumed when struck by a super-effective Fairy-type attack to halve the damage.
724,9,"Held: When the holder is hit by a physical move, increases its Defense by one stage.","Held: When the holder is hit by a physical move, increases its Defense by one stage."
725,9,"Held: When the holder is hit by a special move, increases its Special Defense by one stage.","Held: When the holder is hit by a special move, increases its Special Defense by one stage."
726,9,Can be used at a boutique for a 50% discount. Consumed once used.,Can be used at a boutique for a 50% discount. Consumed once used.
727,9,Vendor trash.,Vendor trash.
728,9,Cures all major status ailments and confusion.,Cures all major status ailments and confusion.
729,9,Can be revived into a Tyrunt.,Can be revived into a Tyrunt.
730,9,Can be revived into an Amaura.,Can be revived into an Amaura.
731,9,"Held: When the holder uses a damaging Fairy move, the move has 1.5× power and this item is consumed.","Held: When the holder uses a damaging Fairy move, the move has 1.5× power and this item is consumed."
732,9,Contains basic gameplay information.,Contains basic gameplay information.
733,9,Unlocks the elevator in Lysandre Labs.,Unlocks the elevator in Lysandre Labs.
734,9,Displays cutscene conversations as the plot advances.,Displays cutscene conversations as the plot advances.
735,9,"Does nothing, but signifies becoming Champion.","Does nothing, but signifies becoming Champion."
736,9,"Trade for a Sun Stone in X and Y, or Pidgeotite in Omega Ruby and Alpha Sapphire.","Trade for a Sun Stone in X and Y, or Pidgeotite in Omega Ruby and Alpha Sapphire."
737,9,Allows the player to change their eye color.,Allows the player to change their eye color.
738,9,Advances the Looker postgame plot.,Advances the Looker postgame plot.
739,9,Allows the player's Pokémon to Mega Evolve.,Allows the player's Pokémon to Mega Evolve.
740,9,Permits entry to the Kalos Power Plant.,Permits entry to the Kalos Power Plant.
741,9,Traded to the player's mom for the Town Map and a Potion.,Traded to the player's mom for the Town Map and a Potion.
742,9,Allows the player to move quickly and off the grid.,Allows the player to move quickly and off the grid.
743,9,Waters Berry plants.,Waters Berry plants.
744,9,Permits access to Kiloude City.,Permits access to Kiloude City.
745,9,Teaches a Pokémon TM96.,Teaches a Pokémon TM96.
746,9,Teaches a Pokémon TM97.,Teaches a Pokémon TM97.
747,9,Teaches a Pokémon TM98.,Teaches a Pokémon TM98.
748,9,Teaches a Pokémon TM99.,Teaches a Pokémon TM99.
749,9,Teaches a Pokémon TM100.,Teaches a Pokémon TM100.
760,9,Held: Allows Latias to Mega Evolve into Mega Latias.,Held: Allows Latias to Mega Evolve into Mega Latias.
761,9,Held: Allows Latios to Mega Evolve into Mega Latios.,Held: Allows Latios to Mega Evolve into Mega Latios.
762,9,Unknown.,Unknown.
763,9,Allows the player to change their lipstick color.,Allows the player to change their lipstick color.
764,9,"Unobtainable, but allows the player to change clothes anywhere.","Unobtainable, but allows the player to change clothes anywhere."
765,9,Cures any major status ailment and confusion.,Cures any major status ailment and confusion.
768,9,Unused Key Stone.,"Unused. This appears as the girlplayer's Mega Bracelet in Pokémon Contests, but it cannot actually be obtained."
769,9,Unused NPC Key Stone.,"Unused. This is Korrina's Key Stone in X and Y, but it cannot be obtained by the player."
770,9,Allows Captain Stern to set out on his expedition.,Allows Captain Stern to set out on his expedition.
772,9,Creates and stores Pokéblocks.,Creates and stores Pokéblocks.
773,9,Unlocks the door to Room 1 in Sea Mauville.,Unlocks the door to Room 1 in Sea Mauville.
774,9,Unlocks the door to Room 2 in Sea Mauville.,Unlocks the door to Room 2 in Sea Mauville.
775,9,Unlocks the door to Room 4 in Sea Mauville.,Unlocks the door to Room 4 in Sea Mauville.
776,9,Unlocks the door to Room 6 in Sea Mauville.,Unlocks the door to Room 6 in Sea Mauville.
779,9,Worn by the player while underwater.,Worn by the player while underwater via Dive in Omega Ruby and Alpha Sapphire.
780,9,Worn during Pokémon Contests.,Worn during Pokémon Contests.
782,9,Allows the player to ride Groudon in the Cave of Origin.,Allows the player to ride Groudon in the Cave of Origin.
783,9,Allows the player to ride Kyogre in the Cave of Origin.,Allows the player to ride Kyogre in the Cave of Origin.
784,9,Allows the player and their mother to see the star show in the Mossdeep Space Center.,Allows the player and their mother to see the star show in the Mossdeep Space Center.
785,9,Allows the player's Pokémon to Mega Evolve.,Allows the player's Pokémon to Mega Evolve.
786,9,Unused NPC Key Stone.,"Unused. This is Wally's Key Stone in Omega Ruby and Alpha Sapphire, but it cannot be obtained by the player."
787,9,Unused NPC Key Stone.,"Unused. This is Maxie's Key Stone in Omega Ruby and Alpha Sapphire, but it cannot be obtained by the player."
788,9,Unused NPC Key Stone.,"Unused. This is Archie's Key Stone in Omega Ruby and Alpha Sapphire, but it cannot be obtained by the player."
789,9,Unused NPC Key Stone.,"Unused. This is Steven's Key Stone in Omega Ruby and Alpha Sapphire, but it cannot be obtained by the player."
790,9,Unused NPC Key Stone.,"Unused. This is Lisia's Key Stone in Omega Ruby and Alpha Sapphire, but it cannot be obtained by the player."
791,9,Unused NPC Key Stone.,"Unused. This is Zinnia's Key Stone in Omega Ruby and Alpha Sapphire, but it cannot be obtained by the player."
793,9,Held: Allows Swampert to Mega Evolve into Mega Swampert.,Held: Allows Swampert to Mega Evolve into Mega Swampert.
794,9,Held: Allows Sceptile to Mega Evolve into Mega Sceptile.,Held: Allows Sceptile to Mega Evolve into Mega Sceptile.
795,9,Held: Allows Sableye to Mega Evolve into Mega Sableye.,Held: Allows Sableye to Mega Evolve into Mega Sableye.
796,9,Held: Allows Altaria to Mega Evolve into Mega Altaria.,Held: Allows Altaria to Mega Evolve into Mega Altaria.
797,9,Held: Allows Gallade to Mega Evolve into Mega Gallade.,Held: Allows Gallade to Mega Evolve into Mega Gallade.
798,9,Held: Allows Audino to Mega Evolve into Mega Audino.,Held: Allows Audino to Mega Evolve into Mega Audino.
799,9,Held: Allows Metagross to Mega Evolve into Mega Metagross.,Held: Allows Metagross to Mega Evolve into Mega Metagross.
800,9,Held: Allows Sharpedo to Mega Evolve into Mega Sharpedo.,Held: Allows Sharpedo to Mega Evolve into Mega Sharpedo.
801,9,Held: Allows Slowbro to Mega Evolve into Mega Slowbro.,Held: Allows Slowbro to Mega Evolve into Mega Slowbro.
802,9,Held: Allows Steelix to Mega Evolve into Mega Steelix.,Held: Allows Steelix to Mega Evolve into Mega Steelix.
803,9,Held: Allows Pidgeot to Mega Evolve into Mega Pidgeot.,Held: Allows Pidgeot to Mega Evolve into Mega Pidgeot.
804,9,Held: Allows Glalie to Mega Evolve into Mega Glalie.,Held: Allows Glalie to Mega Evolve into Mega Glalie.
805,9,Held: Allows Diancie to Mega Evolve into Mega Diancie.,Held: Allows Diancie to Mega Evolve into Mega Diancie.
806,9,Transforms Hoopa into its Unbound form for up to three days.,Transforms Hoopa into its Unbound form for up to three days.
807,9,Unused Key Stone.,"Unused. This appears as the boy player's Mega Bracelet in Pokémon Contests, but it cannot actually be obtained."
808,9,Held: Allows Camerupt to Mega Evolve into Mega Camerupt.,Held: Allows Camerupt to Mega Evolve into Mega Camerupt.
809,9,Held: Allows Lopunny to Mega Evolve into Mega Lopunny.,Held: Allows Lopunny to Mega Evolve into Mega Lopunny.
810,9,Held: Allows Salamence to Mega Evolve into Mega Salamence.,Held: Allows Salamence to Mega Evolve into Mega Salamence.
811,9,Held: Allows Beedrill to Mega Evolve into Mega Beedrill.,Held: Allows Beedrill to Mega Evolve into Mega Beedrill.
814,9,Allows the player's Pokémon to Mega Evolve.,Allows the player's Pokémon to Mega Evolve.
815,9,"Causes the Meteorite to transform to its final form, allowing Rayquaza to Mega Evolve.","Causes the Meteorite to transform to its final form, allowing Rayquaza to Mega Evolve."
816,9,Summons Latias or Latios for a ride.,Summons Latias or Latios for a ride.
817,9,Held: Allows a Pokémon to use the Z-move equivalents of its Normal moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Normal moves.
818,9,Held: Allows a Pokémon to use the Z-move equivalents of its Fire moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Fire moves.
819,9,Held: Allows a Pokémon to use the Z-move equivalents of its Water moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Water moves.
820,9,Held: Allows a Pokémon to use the Z-move equivalents of its Electric moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Electric moves.
821,9,Held: Allows a Pokémon to use the Z-move equivalents of its Grass moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Grass moves.
822,9,Held: Allows a Pokémon to use the Z-move equivalents of its Ice moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Ice moves.
823,9,Held: Allows a Pokémon to use the Z-move equivalents of its Fighting moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Fighting moves.
824,9,Held: Allows a Pokémon to use the Z-move equivalents of its Poison moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Poison moves.
825,9,Held: Allows a Pokémon to use the Z-move equivalents of its Ground moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Ground moves.
826,9,Held: Allows a Pokémon to use the Z-move equivalents of its Flying moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Flying moves.
827,9,Held: Allows a Pokémon to use the Z-move equivalents of its Psychic moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Psychic moves.
828,9,Held: Allows a Pokémon to use the Z-move equivalents of its Bug moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Bug moves.
829,9,Held: Allows a Pokémon to use the Z-move equivalents of its Rock moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Rock moves.
830,9,Held: Allows a Pokémon to use the Z-move equivalents of its Ghost moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Ghost moves.
831,9,Held: Allows a Pokémon to use the Z-move equivalents of its Dragon moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Dragon moves.
832,9,Held: Allows a Pokémon to use the Z-move equivalents of its Dark moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Dark moves.
833,9,Held: Allows a Pokémon to use the Z-move equivalents of its Steel moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Steel moves.
834,9,Held: Allows a Pokémon to use the Z-move equivalents of its Fairy moves.,Held: Allows a Pokémon to use the Z-move equivalents of its Fairy moves.
835,9,Held: Allows Pikachu to upgrade Volt Tackle into Catastropika.,Held: Allows []{pokemon:pikachu} to upgrade []{move:volt-tackle} into []{move:catastropika}.
836,9,Trade to Mr. Hyper to maximize one of a Pokémon's genes.,Trade to Mr. Hyper to set one of a Pokémon's genes to 31.
837,9,Trade to Mr. Hyper to maximize all of a Pokémon's genes.,Trade to Mr. Hyper to set all of a Pokémon's genes to 31.
838,9,Allows the player's Pokémon to use Z-moves.,Allows the player's Pokémon to use Z-moves.
839,9,Held: Allows Decidueye to upgrade Spirit Shackle into Sinister Arrow Raid.,Held: Allows []{pokemon:decidueye} to upgrade []{move:spirit-shackle} into []{move:sinister-arrow-raid}.
840,9,Held: Allows Incineroar to upgrade Darkest Lariat into Malicious Moonsault.,Held: Allows []{pokemon:incineroar} to upgrade []{move:darkest-lariat} into []{move:malicious-moonsault}.
841,9,Held: Allows Primarina to upgrade Sparkling Aria into Oceanic Operetta.,Held: Allows []{pokemon:primarina} to upgrade []{move:sparkling-aria} into []{move:oceanic-operetta}.
842,9,Held: Allows the Tapus to upgrade Nature's Madness into Guardian of Alola.,"Held: Allows []{pokemon:tapu-koko}, []{pokemon:tapu-lele}, []{pokemon:tapu-bulu}, and []{pokemon:tapu-fini} to upgrade []{move:natures-madness} into []{move:guardian-of-alola}."
843,9,Held: Allows Marshadow to upgrade Spectral Thief into Soul-Stealing 7 Star Strike.,Held: Allows []{pokemon:marshadow} to upgrade []{move:spectral-thief} into []{move:soul-stealing-7-star-strike}.
844,9,Held: Allows Alola Raichu to upgrade Thunderbolt into Stoked Sparksurfer.,Held: Allows Alola []{pokemon:raichu} to upgrade []{move:thunderbolt} into []{move:stoked-sparksurfer}.
845,9,Held: Allows Snorlax to upgrade Giga Impact into Pulverizing Pancake.,Held: Allows []{pokemon:snorlax} to upgrade []{move:giga-impact} into []{move:pulverizing-pancake}.
846,9,Held: Allows Eevee to upgrade Last Resort into Extreme Evoboost.,Held: Allows []{pokemon:eevee} to upgrade []{move:last-resort} into []{move:extreme-evoboost}.
847,9,Held: Allows Mew to upgrade Psychic into Genesis Supernova.,Held: Allows []{pokemon:mew} to upgrade []{move:psychic} into []{move:genesis-supernova}.
877,9,"Held: Allows cap-wearing Pikachu to upgrade Thunderbolt into 10,000,000 Volt Thunderbolt.",Held: Allows cap-wearing []{pokemon:pikachu} to upgrade []{move:thunderbolt} into []{move:10-000-000-volt-thunderbolt}.
878,9,Holds ingredients during Mallow's trial.,Holds ingredients during Mallow's trial.
879,9,Allows the player to fish for Pokémon.,Allows the player to fish for Pokémon.
880,9,Lost by Professor Kukui.,Lost by Professor Kukui.
881,9,Hosts a mission in Festival Plaza.,Hosts a mission in Festival Plaza.
882,9,Required to obtain a Z-Ring.,Required to obtain a Z-Ring.
883,9,Makes wild Pokémon more likely to summon allies. Held: increases the holder's Speed by one stage when affected by Intimidate.,Makes wild Pokémon more likely to summon allies. Held: increases the holder's Speed by one stage when affected by Intimidate.
884,9,Contains collected Zygarde cells/cores. Can teach Zygarde moves.,Contains collected Zygarde cells/cores. Can teach Zygarde moves.
885,9,Evolves an Alola Sandshrew into Alola Sandslash or an Alola Vulpix into Alola Ninetales.,"Used on a party Pokémon
: Evolves an Alola []{pokemon:sandshrew} into Alola []{pokemon:sandslash} or an Alola []{pokemon:vulpix} into Alola []{pokemon:ninetales}."
886,9,Allows the player to summon a Ride Pokémon.,"Allows the player to summon a Ride Pokémon. Unused, as this can be done simply by pressing Y."
887,9,Tries to catch a wild Pokémon. Success rate is 5× for Ultra Beasts and 0.1× for all other Pokémon.,"Used in battle
: Attempts to [catch]{mechanic:catch} a wild Pokémon. If the wild Pokémon is an Ultra Beast, this ball has a catch rate of 5×. Otherwise, it has a catch rate of 0.1×.
If used in a trainer battle, nothing happens and the ball is lost."
888,9,Cures major status ailments and confusion.,Cures major status ailments and confusion.
889,9,Changes Oricorio to Baile Style.,Changes Oricorio to Baile Style. Single-use and cannot be used in battle.
890,9,Changes Oricorio to Pom-Pom Style.,Changes Oricorio to Pom-Pom Style. Single-use and cannot be used in battle.
891,9,Changes Oricorio to Pau Style.,Changes Oricorio to Pau Style. Single-use and cannot be used in battle.
892,9,Changes Oricorio to Sensu Style.,Changes Oricorio to Sensu Style. Single-use and cannot be used in battle.
893,9,Evolves Nebby into Solgaleo when used at the Altar of the Sunne.,Evolves Nebby into Solgaleo when used at the Altar of the Sunne.
894,9,Evolves Nebby into Lunala when used at the Altar of the Moone.,Evolves Nebby into Lunala when used at the Altar of the Moone.
895,9,Unlocks Looker's motel room on Route 8.,Unlocks Looker's motel room on Route 8.
896,9,Held: Extends the holder's Terrain effects to 8 turns.,"Held: When the holder changes the Terrain (whether by move or ability), it will last 8 turns instead of 5."
897,9,Held: Prevents side effects of contact moves used on the holder.,Held: Prevents side effects of contact moves used on the holder.
898,9,Held: Consumed on Electric Terrain and raises the holder's Defense by one stage.,"Held: If the holder enters battle during Electric Terrain, or if Electric Terrain is activated while the holder is in battle, this item is consumed and the holder's Defense raises by one stage."
899,9,Held: Consumed on Psychic Terrain and raises the holder's Special Defense by one stage.,"Held: If the holder enters battle during Psychic Terrain, or if Psychic Terrain is activated while the holder is in battle, this item is consumed and the holder's Special Defense raises by one stage."
900,9,Held: Consumed on Misty Terrain and raises the holder's Special Defense by one stage.,"Held: If the holder enters battle during Misty Terrain, or if Misty Terrain is activated while the holder is in battle, this item is consumed and the holder's Special Defense raises by one stage."
901,9,Held: Consumed on Grassy Terrain and raises the holder's Defense by one stage.,"Held: If the holder enters battle during Grassy Terrain, or if Grassy Terrain is activated while the holder is in battle, this item is consumed and the holder's Defense raises by one stage."
902,9,Held: Changes Silvally to its Fighting form. Changes Multi-Attack's type to Fighting.,Held: Changes Silvally to its Fighting form. Changes Multi-Attack's type to Fighting.
903,9,Held: Changes Silvally to its Flying form. Changes Multi-Attack's type to Flying.,Held: Changes Silvally to its Flying form. Changes Multi-Attack's type to Flying.
904,9,Held: Changes Silvally to its Poison form. Changes Multi-Attack's type to Poison.,Held: Changes Silvally to its Poison form. Changes Multi-Attack's type to Poison.
905,9,Held: Changes Silvally to its Ground form. Changes Multi-Attack's type to Ground.,Held: Changes Silvally to its Ground form. Changes Multi-Attack's type to Ground.
906,9,Held: Changes Silvally to its Rock form. Changes Multi-Attack's type to Rock.,Held: Changes Silvally to its Rock form. Changes Multi-Attack's type to Rock.
907,9,Held: Changes Silvally to its Bug form. Changes Multi-Attack's type to Bug.,Held: Changes Silvally to its Bug form. Changes Multi-Attack's type to Bug.
908,9,Held: Changes Silvally to its Ghost form. Changes Multi-Attack's type to Ghost.,Held: Changes Silvally to its Ghost form. Changes Multi-Attack's type to Ghost.
909,9,Held: Changes Silvally to its Steel form. Changes Multi-Attack's type to Steel.,Held: Changes Silvally to its Steel form. Changes Multi-Attack's type to Steel.
910,9,Held: Changes Silvally to its Fire form. Changes Multi-Attack's type to Fire.,Held: Changes Silvally to its Fire form. Changes Multi-Attack's type to Fire.
911,9,Held: Changes Silvally to its Water form. Changes Multi-Attack's type to Water.,Held: Changes Silvally to its Water form. Changes Multi-Attack's type to Water.
912,9,Held: Changes Silvally to its Grass form. Changes Multi-Attack's type to Grass.,Held: Changes Silvally to its Grass form. Changes Multi-Attack's type to Grass.
913,9,Held: Changes Silvally to its Electric form. Changes Multi-Attack's type to Electric.,Held: Changes Silvally to its Electric form. Changes Multi-Attack's type to Electric.
914,9,Held: Changes Silvally to its Psychic form. Changes Multi-Attack's type to Psychic.,Held: Changes Silvally to its Psychic form. Changes Multi-Attack's type to Psychic.
915,9,Held: Changes Silvally to its Ice form. Changes Multi-Attack's type to Ice.,Held: Changes Silvally to its Ice form. Changes Multi-Attack's type to Ice.
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
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
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

@ -1,12 +1,14 @@
id,iso639,iso3166,identifier,official,order
1,ja,jp,ja,1,1
1,ja,jp,ja-Hrkt,1,1
2,ja,jp,roomaji,1,3
3,ko,kr,ko,1,4
4,zh,cn,zh,1,5
5,fr,fr,fr,1,7
6,de,de,de,1,8
7,es,es,es,1,9
8,it,it,it,1,10
9,en,us,en,1,6
10,cs,cz,cs,0,11
11,ja,jp,ja-kanji,1,2
4,zh,cn,zh-Hant,1,5
5,fr,fr,fr,1,8
6,de,de,de,1,9
7,es,es,es,1,10
8,it,it,it,1,11
9,en,us,en,1,7
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
2 1 ja jp ja ja-Hrkt 1 1
3 2 ja jp roomaji 1 3
4 3 ko kr ko 1 4
5 4 zh cn zh zh-Hant 1 5
6 5 fr fr fr 1 7 8
7 6 de de de 1 8 9
8 7 es es es 1 9 10
9 8 it it it 1 10 11
10 9 en us en 1 6 7
11 10 cs cz cs 0 11 12
12 11 ja jp ja-kanji 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

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
26,11,,85,25,,,,,
28,3,1,,,,,,,
33,11,,35,,95,,,,
33,17,,50,,,,,,
35,11,,,,85,,,,
37,11,,90,20,,,,,
38,3,,100,,,,,49,
@ -32,13 +33,21 @@ 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,
83,11,,15,,70,,,,
85,15,,95,,,,,,
86,17,,,,100,,,,
87,3,,,,,,,,10
87,15,,120,,,,,,
88,3,,,,65,,,,
@ -48,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,,,,,
@ -64,7 +74,10 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
137,15,,,,90,,,,
139,11,,,,55,,,,
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,,,,
@ -92,9 +105,11 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
202,8,,,5,,,,,
202,11,,60,,,,,,
204,15,1,,,,,,,
207,17,,,,90,,,,
210,11,,10,,,,,,
210,15,,20,,,,,,
215,15,,,,,,4,,
229,20,,20,,,,,,
236,15,1,,,,,,,
237,15,,1,,,,,,
248,11,,80,15,90,,,,
@ -123,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,,,,,,
@ -136,6 +152,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
382,11,,0,,,,,,
386,11,,60,,,,,,
387,11,,130,,,,,,
389,17,,80,,,,,,
396,15,,90,,,,,,
403,15,,,20,,,,,
406,15,,90,,,,,,
@ -148,6 +165,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
448,15,,60,,,,,,
463,11,,,,70,,,,
463,15,,120,,,,,,
464,17,,,,80,,,,
472,15,,,,,-7,,,
476,15,,,,,3,,,
478,15,,,,,-7,,,
@ -164,3 +182,17 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,priority,target_id
533,15,,,20,,,,,
542,15,,120,,,,,,
546,15,,85,,,,,,
560,17,,80,,,,,,
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
14 26 11 85 25
15 28 3 1
16 33 11 35 95
17 33 17 50
18 35 11 85
19 37 11 90 20
20 38 3 100 49
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
48 83 11 15 70
49 85 15 95
50 86 17 100
51 87 3 10
52 87 15 120
53 88 3 65
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
74 137 15 90
75 139 11 55
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
105 202 8 5
106 202 11 60
107 204 15 1
108 207 17 90
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
152 382 11 0
153 386 11 60
154 387 11 130
155 389 17 80
156 396 15 90
157 403 15 20
158 406 15 90
165 448 15 60
166 463 11 70
167 463 15 120
168 464 17 80
169 472 15 -7
170 476 15 3
171 478 15 -7
182 533 15 20
183 542 15 120
184 546 15 85
185 560 17 80
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

@ -2,12 +2,15 @@ move_damage_class_id,local_language_id,name,description
1,1,へんか,ダメージない
1,5,statut,Aucun dégât
1,6,status,Kein Schaden
1,7,estado,Sin Daño
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,とくしゅ,とくしゅのダメージ。とくこうととくぼうを行使する
3,5,spéciale,"Dégâts spéciaux, influencés par l'Attaque Spéciale et la Défense Spéciale"
3,6,spezial,"Spezieller Schaden, beeinflusst von Spezialangriff und Spezialverteidigung"
3,7,especial,"Daño Especial, controlado por el Ataque Esecieal y Defensa Especial"
3,9,special,"Special damage, controlled by Special Attack and Special Defense"

1 move_damage_class_id local_language_id name description
2 1 1 へんか ダメージない
3 1 5 statut Aucun dégât
4 1 6 status Kein Schaden
5 1 7 estado Sin Daño
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 とくしゅ とくしゅのダメージ。とくこうととくぼうを行使する
13 3 5 spéciale Dégâts spéciaux, influencés par l'Attaque Spéciale et la Défense Spéciale
14 3 6 spezial Spezieller Schaden, beeinflusst von Spezialangriff und Spezialverteidigung
15 3 7 especial Daño Especial, controlado por el Ataque Esecieal y Defensa Especial
16 3 9 special Special damage, controlled by Special Attack and Special Defense

View File

@ -97,6 +97,7 @@ This move cannot be copied by []{move:mirror-move}, nor forced by []{move:encore
59,9,Lowers the target's Attack by two stages.,Lowers the target's [Attack]{mechanic:attack} by two [stages]{mechanic:stage}.
60,9,Lowers the target's Defense by two stages.,Lowers the target's [Defense]{mechanic:defense} by two [stages]{mechanic:stage}.
61,9,Lowers the target's Speed by two stages.,Lowers the target's [Speed]{mechanic:speed} by two [stages]{mechanic:stage}.
62,9,Lowers the target's Special Attack by two stages.,Lowers the target's Special Attack by two stages.
63,9,Lowers the target's Special Defense by two stages.,Lowers the target's [Special Defense]{mechanic:special-defense} by two [stages]{mechanic:stage}.
66,9,Reduces damage from physical attacks by half.,"Erects a barrier around the user's side of the field that reduces damage from [physical]{mechanic:physical} attacks by half for five turns. In double battles, the reduction is 1/3. [Critical hit]{mechanic:critical-hit}s are not affected by the barrier.
@ -111,6 +112,7 @@ If the user is holding []{item:light-clay}, the barrier lasts for eight turns.
72,9,Has a $effect_chance% chance to lower the target's Special Attack by one stage.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to lower the target's [Special Attack]{mechanic:special-attack} by one [stage]{mechanic:stage}.
73,9,Has a $effect_chance% chance to lower the target's Special Defense by one stage.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to lower the target's [Special Defense]{mechanic:special-defense} by one [stage]{mechanic:stage}.
74,9,Has a $effect_chance% chance to lower the target's accuracy by one stage.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to lower the target's [accuracy]{mechanic:accuracy} by one [stage]{mechanic:stage}.
75,9,XXX new effect for mystical-fire,XXX new effect for mystical-fire
76,9,User charges for one turn before attacking. Has a $effect_chance% chance to make the target flinch.,"Inflicts [regular damage]{mechanic:regular-damage}. User charges for one turn before attacking. [Critical hit chance]{mechanic:critical-hit-chance} is one level higher than normal. Has a $effect_chance% chance to make the target [flinch]{mechanic:flinch}.
This move cannot be selected by []{move:sleep-talk}."
@ -992,72 +994,151 @@ If the user is a []{pokemon:meloetta}, it will toggle between Aria and Pirouette
331,9,Lowers the target's Speed by one stage.,Inflicts [regular damage]{mechanic:regular-damage}. Lowers the target's [Speed]{mechanic:speed} by one [stage]{mechanic:stage}.
332,9,Requires a turn to charge before attacking. Has a $effect_chance% chance to paralyze the target.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [paralyze]{mechanic:paralysis} the target. User charges for one turn before attacking.
333,9,Requires a turn to charge before attacking. Has a $effect_chance% chance to [burn]{mechanic:burn} the target.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [burn]{mechanic:burn} the target. User charges for one turn before attacking.
335,9,"Lowers the user's Defense, Special Defense, and Speed by one stage each.","Inflicts [regular damage]{mechanic:regular-damage}. Lowers the user's [Defense]{mechanic:defense}, [Special Defense]{mechanic:special-defense}, and [Speed]{mechanic:speed} by one [stage]{mechanic:stage} each."
336,9,"With [Fusion Bolt]{move:fusion-bolt}, inflicts double damage.","Inflicts [regular damage]{mechanic:regular-damage}. If a friendly Pokémon used []{move:fusion-bolt} earlier this turn, this move has double power."
337,9,"With [Fusion Flare]{move:fusion-flare}, inflicts double damage.","Inflicts [regular damage]{mechanic:regular-damage}. If a friendly Pokémon used []{move:fusion-flare} earlier this turn, this move has double power."
338,9,Has a $effect_chance% chance to confuse the target.,"Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [confuse]{mechanic:confuse} the target.
334,9,Has a $effect_chance% chance to confuse the target.,"Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [confuse]{mechanic:confuse} the target.
This move can hit Pokémon under the effect of []{move:bounce}, []{move:fly}, or []{move:sky-drop}.
During []{move:rain-dance}, this move has 100% accuracy. During []{move:sunny-day}, this move has 50% accuracy."
339,9,Deals both []{type:fighting} and []{type:flying}-type damage.,"Inflicts regular damage. For the purposes of type effectiveness, this move is both []{type:fighting}- and []{type:flying}-type: its final effectiveness is determined by multiplying the effectiveness of each type against each of the target's types.
335,9,"Lowers the user's Defense, Special Defense, and Speed by one stage each.","Inflicts [regular damage]{mechanic:regular-damage}. Lowers the user's [Defense]{mechanic:defense}, [Special Defense]{mechanic:special-defense}, and [Speed]{mechanic:speed} by one [stage]{mechanic:stage} each."
336,9,"With [Fusion Bolt]{move:fusion-bolt}, inflicts double damage.","Inflicts [regular damage]{mechanic:regular-damage}. If a friendly Pokémon used []{move:fusion-bolt} earlier this turn, this move has double power."
337,9,"With [Fusion Flare]{move:fusion-flare}, inflicts double damage.","Inflicts [regular damage]{mechanic:regular-damage}. If a friendly Pokémon used []{move:fusion-flare} earlier this turn, this move has double power."
338,9,Deals both []{type:fighting} and []{type:flying}-type damage.,"Inflicts regular damage. For the purposes of type effectiveness, this move is both []{type:fighting}- and []{type:flying}-type: its final effectiveness is determined by multiplying the effectiveness of each type against each of the target's types.
For all other purposes, this move is pure Fighting-type. If this move's type is changed, its Fighting typing is overwritten, and its secondary type remains Flying.
If the target has used []{move:minimize} since entering battle, this move has double power and will never miss."
340,9,Protects all friendly Pokémon from damaging moves. Only works on the first turn after the user is sent out.,Protects all friendly Pokémon from damaging moves. Only works on the first turn after the user is sent out.
341,9,Can only be used after the user has eaten a berry.,"Inflicts regular damage. Can only be used if the user has eaten a berry since the beginning of the battle.
339,9,Can only be used after the user has eaten a berry.,"Inflicts regular damage. Can only be used if the user has eaten a berry since the beginning of the battle.
After the user eats a berry, it may use this move any number of times until the end of the battle, even if it switches out. Eating a held berry, eating a berry via []{move:bug-bite} or []{move:pluck}, or being the target of a [Flung]{move:fling} berry will enable this move. Feeding a Pokémon a berry from the bag or using []{move:natural-gift} will not.
If the trainer chooses this move when it cannot be used, the choice is rejected outright and the trainer must choose another move."
342,9,Raises the Attack and Special Attack of all []{type:grass} Pokémon in battle.,Raises the Attack and Special Attack of all []{type:grass} Pokémon in battle.
343,9,"Covers the opposing field, lowering opponents' Speed by one stage upon switching in.","Shoots a web over the opponents' side of the field, which lowers the Speed of any opposing Pokémon that enters the field by one stage.
340,9,Raises the Attack and Special Attack of all []{type:grass} Pokémon in battle.,Raises the Attack and Special Attack of all []{type:grass} Pokémon in battle.
341,9,"Covers the opposing field, lowering opponents' Speed by one stage upon switching in.","Shoots a web over the opponents' side of the field, which lowers the Speed of any opposing Pokémon that enters the field by one stage.
Pokémon in the air, such as []{type:flying}-types and those with []{ability:levitate}, are unaffected. []{move:rapid-spin} removes Sticky Web from the user's side of the field; []{move:defog} removes it from both sides."
344,9,Raises the user's Attack by two stages if it KOs the target.,Inflicts regular damage. Raises the user's Attack by two stages if it KOs the target.
345,9,Adds []{type:ghost} to the target's types.,Adds []{type:ghost} to the target's types.
346,9,Lowers the target's Attack and Special Attack by one stage.,Lowers the target's Attack and Special Attack by one stage.
347,9,Changes all []{type:normal} moves to []{type:electric} moves for the rest of the turn.,Changes all Pokémon's []{type:normal} moves to []{type:electric} moves for the rest of the turn.
348,9,Heals the user for half the total damage dealt to all targets.,Heals the user for half the total damage dealt to all targets.
349,9,Adds []{type:grass} to the target's types.,Adds []{type:grass} to the target's types.
350,9,Super-effective against []{type:water}.,"Deals regular damage. This move is super-effective against the []{type:water} type.
The target's other type will affect damage as usual. If this move's type is changed, it remains super-effective against Water regardless of its type."
351,9,Lowers all targets' Attack and Special Attack by one stage. Makes the user switch out.,Lowers all targets' Attack and Special Attack by one stage. Makes the user switch out.
352,9,Inverts the target's stat modifiers.,Inverts the target's stat modifiers.
353,9,Drains 75% of the damage inflicted to heal the user.,Deals regular damage. Drains 75% of the damage inflicted to heal the user.
354,9,Protects all friendly Pokémon from non-damaging moves.,"Protects all friendly Pokémon from non-damaging moves for the rest of the turn.
342,9,Raises the user's Attack by two stages if it KOs the target.,Inflicts regular damage. Raises the user's Attack by two stages if it KOs the target.
343,9,Adds []{type:ghost} to the target's types.,Adds []{type:ghost} to the target's types.
344,9,Lowers the target's Attack and Special Attack by one stage.,Lowers the target's Attack and Special Attack by one stage.
345,9,Changes all []{type:normal} moves to []{type:electric} moves for the rest of the turn.,Changes all Pokémon's []{type:normal} moves to []{type:electric} moves for the rest of the turn.
346,9,Heals the user for half the total damage dealt to all targets.,Heals the user for half the total damage dealt to all targets.
347,9,Lowers all targets' Attack and Special Attack by one stage. Makes the user switch out.,Lowers all targets' Attack and Special Attack by one stage. Makes the user switch out.
348,9,Inverts the target's stat modifiers.,Inverts the target's stat modifiers.
349,9,Drains 75% of the damage inflicted to heal the user.,Deals regular damage. Drains 75% of the damage inflicted to heal the user.
350,9,Protects all friendly Pokémon from non-damaging moves.,"Protects all friendly Pokémon from non-damaging moves for the rest of the turn.
Unlike other blocking moves, this move may be used consecutively without its chance of success falling."
355,9,Raises the Defense of all []{type:grass} Pokémon in battle.,Raises the Defense of all []{type:grass} Pokémon in battle.
356,9,"For five turns, heals all Pokémon on the ground for 1/16 max HP each turn and strengthens their []{type:grass} moves to 1.5× their power.","For five turns, heals all Pokémon on the ground for 1/16 their max HP each turn and strengthens their []{type:grass} moves to 1.5× their power.
351,9,Raises the Defense of all []{type:grass} Pokémon in battle.,Raises the Defense of all []{type:grass} Pokémon in battle.
352,9,"For five turns, heals all Pokémon on the ground for 1/16 max HP each turn and strengthens their []{type:grass} moves to 1.5× their power.","For five turns, heals all Pokémon on the ground for 1/16 their max HP each turn and strengthens their []{type:grass} moves to 1.5× their power.
Changes []{move:nature-power} to []{move:energy-ball}."
357,9,"For five turns, protects all Pokémon on the ground from major status ailments and confusion, and halves the power of incoming []{type:dragon} moves.","For five turns, protects all Pokémon on the ground from major status ailments and confusion and weakens []{type:dragon} moves used against them to 0.5× their power.
353,9,"For five turns, protects all Pokémon on the ground from major status ailments and confusion, and halves the power of incoming []{type:dragon} moves.","For five turns, protects all Pokémon on the ground from major status ailments and confusion and weakens []{type:dragon} moves used against them to 0.5× their power.
Changes []{move:nature-power} to []{move:moonblast}."
358,9,Changes the target's move's type to []{type:electric} if it hasn't moved yet this turn.,Changes the target's move's type to []{type:electric} if it hasn't moved yet this turn.
359,9,Prevents all Pokémon from fleeing or switching out during the next turn.,Prevents all Pokémon from fleeing or switching out during the next turn.
360,9,Blocks damaging attacks and lowers attacking Pokémon's Attack by two stages on contact. Switches Aegislash to Shield Forme.,Blocks damaging attacks and lowers attacking Pokémon's Attack by two stages on contact. Switches Aegislash to Shield Forme.
361,9,Lowers the target's Special Attack by one stage.,Lowers the target's Special Attack by one stage.
354,9,Changes the target's move's type to []{type:electric} if it hasn't moved yet this turn.,Changes the target's move's type to []{type:electric} if it hasn't moved yet this turn.
355,9,Prevents all Pokémon from fleeing or switching out during the next turn.,Prevents all Pokémon from fleeing or switching out during the next turn.
356,9,Blocks damaging attacks and lowers attacking Pokémon's Attack by two stages on contact. Switches Aegislash to Shield Forme.,Blocks damaging attacks and lowers attacking Pokémon's Attack by two stages on contact. Switches Aegislash to Shield Forme.
357,9,Lowers the target's Attack by one stage.,Lowers the target's [Attack]{mechanic:attack} by one [stage]{mechanic:stage}.
358,9,Lowers the target's Special Attack by one stage.,Lowers the target's Special Attack by one stage.
359,9,Has a $effect_chance% chance to raise the user's Defense by two stages for each target hit.,Inflicts regular damage. Has a $effect_chance% chance to raise the user's Defense by two stages for each target hit.
360,9,Ignores and destroys protection effects.,Inflicts [regular damage]{mechanic:regular-damage}. Bypasses and removes any protection effect on the target.
361,9,Hits 25 times.,Inflicts regular damage. Hits 25 times.
362,9,Blocks damaging attacks and damages attacking Pokémon for 1/8 their max HP.,Blocks damaging attacks and damages attacking Pokémon for 1/8 their max HP.
363,9,Raises a selected ally's Special Defense by one stage.,Raises a selected ally's Special Defense by one stage.
364,9,"Lowers the target's Attack, Special Attack, and Speed by one stage if it is poisoned.","Lowers the target's Attack, Special Attack, and Speed by one stage if it is poisoned."
365,9,"Explodes if the target uses a []{type:fire} move this turn, damaging it for 1/4 its max HP and preventing the move.","Explodes if the target uses a []{type:fire} move this turn, damaging it for 1/4 its max HP and preventing the move."
365,9,Lowers the target's Attack by one stage.,Lowers the target's Attack by one stage.
366,9,"Takes one turn to charge, then raises the user's Special Attack, Special Defense, and Speed by two stages.","Takes one turn to charge, then raises the user's Special Attack, Special Defense, and Speed by two stages."
367,9,Raises the Defense and Special Defense of all friendly Pokémon with []{ability:plus} or []{ability:minus} by one stage.,Raises the Defense and Special Defense of all friendly Pokémon with []{ability:plus} or []{ability:minus} by one stage.
368,9,"For five turns, prevents all Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.","For five turns, prevents all Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.
Changes []{move:nature-power} to []{move:thunderbolt}."
369,9,Lowers the target's Special Attack by two stages.,Lowers the target's Special Attack by two stages.
370,9,Doubles prize money.,"Doubles prize money.
368,9,Doubles prize money.,"Doubles prize money.
Stacks with a held item. Only works once per battle."
369,9,"For five turns, prevents all Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.","For five turns, prevents all Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.
Changes []{move:nature-power} to []{move:thunderbolt}."
370,9,Does nothing.,Does nothing.
371,9,Does nothing.,Does nothing.
372,9,Has a $effect_chance% chance to paralyze the target.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [paralyze]{mechanic:paralysis} the target.
373,9,"Grounds the target, and hits even Flying-type or levitating Pokémon.",Inflicts regular damage. Grounds the target until it leaves battle. Ignores levitation effects and the immunity of []{type:flying}-type Pokémon.
374,9,Prevents the target from leaving battle.,Inflicts regular damage. Traps the target.
375,9,Raises the user's Attack by one stage after inflicting damage.,Inflicts regular damage. Raises the user's Attack by one stage.
376,9,Adds []{type:grass} to the target's types.,Adds []{type:grass} to the target's types.
377,9,Protects all friendly Pokémon from damaging moves. Only works on the first turn after the user is sent out.,Protects all friendly Pokémon from damaging moves. Only works on the first turn after the user is sent out.
378,9,"Explodes if the target uses a []{type:fire} move this turn, damaging it for 1/4 its max HP and preventing the move.","Explodes if the target uses a []{type:fire} move this turn, damaging it for 1/4 its max HP and preventing the move."
379,9,Inflicts regular damage.,Inflicts [regular damage]{mechanic:regular-damage}.
380,9,Super-effective against []{type:water}.,"Inflicts [regular damage]{mechanic:regular-damage}. This move is super-effective against the []{type:water} type.
The target's other type will affect damage as usual. If this move's type is changed, it remains super-effective against Water regardless of its type."
381,9,Never misses.,Inflicts [regular damage]{mechanic:regular-damage}. Ignores [accuracy]{mechanic:accuracy} and [evasion]{mechanic:evasion}.
382,9,"Heals the user for ½ its max HP, or ⅔ during a sandstorm.","Heals the user for ½ its max HP. During a []{move:sandstorm}, the healing is increased to ⅔."
383,9,Can only be used as the first move after the user enters battle.,Inflicts regular damage. Can only be used on the user's first turn after entering the field.
384,9,Grants the user protection for the rest of the turn and poisons any Pokémon that tries to use a contact move on it.,"Grants the user protection for the rest of the turn. If a Pokémon attempts to use a move that makes contact with the user, that Pokémon will be poisoned. This move's chance of success halves every time it's used consecutively with any other protection move."
385,9,Traps the target.,Inflicts regular damage. Traps the target.
386,9,Cures the target of burns.,"Inflicts regular damage. If the target has a burn and takes damage from this move, its burn is healed."
387,9,"Heals the target for ½ its max HP, or ⅔ on Grassy Terrain.","Heals the target for ½ its max HP. If []{move:grassy-terrain} is in effect, heals for ⅔ instead."
388,9,Heals the user by the target's current Attack stat and lowers the target's Attack by one stage.,"Lowers the target's Attack by one stage. Heals the user by the target's current Attack, including modifiers, but not including this move's Attack-lowering effect.
If the target's Attack is already at -6, this move will fail. In any other situation that would prevent a stat modification, the healing will still succeed."
389,9,Forces the target's opponents to aim at the target for the rest of the turn.,"For the duration of the turn, if the target is also a valid target for a move used by one of its opponents, that move will target it instead."
390,9,Poisons the target and lowers its Speed by one stage.,Poisons the target and lowers its Speed by one stage.
391,9,Guarantees a critical hit with the user's next move.,The user's next move will result in a [critical hit]{mechanic:critical-hit}.
392,9,Raises the Attack and Special Attack of all friendly Pokémon with []{ability:plus} or []{ability:minus} by one stage.,Raises the Attack and Special Attack of all friendly Pokémon with []{ability:plus} or []{ability:minus} by one stage.
393,9,Prevents the target from using sound-based moves for two turns.,"Inflicts [regular damage]{mechanic:regular-damage}. Silences the target for two turns, preventing it from using any sound-based moves."
394,9,"Damages opponents, but heals allies for 50% of their max HP.","If the target is an opponent, inflicts [regular damage]{mechanic:regular-damage}. If the target is an ally, heals the target for 50% of its max HP."
395,9,Protects Pokémon on the ground from priority moves and increases the power of their Psychic moves by 50%.,"Changes the terrain to Psychic Terrain for 5 turns. Overrides []{move:electric-terrain}, []{move:grassy-terrain}, and []{move:misty-terrain}.
All Pokémon on the ground are immune to moves with priority greater than 0. (Moves that target the field rather than individual Pokémon, such as []{move:spikes}, are not affected.) Additionally, when a Pokémon on the ground uses a []{type:psychic}-type move, that move's power is increased to 1.5×.
If a Pokémon is holding a Terrain Extender when creating Psychic Terrain (by any means), the effect lasts for 8 turns instead of 5."
396,9,Lowers the target's Attack by one stage after inflicting damage.,Inflicts [regular damage]{mechanic:regular-damage}. Lowers the target's [Attack]{mechanic:attack} by one [stage]{mechanic:stage}.
397,9,Lowers the target's Defense by one stage after inflicting damage.,Inflicts [regular damage]{mechanic:regular-damage}. Lowers the target's [Defense]{mechanic:defense} by one [stage]{mechanic:stage}.
398,9,Removes the user's []{type:fire} type after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}. Removes the user's []{type:fire} type after damage calculation. If the user is not []{type:fire}-type, this move will fail."
399,9,Exchanges the user's Speed with the target's.,Exchanges the original [Speed]{mechanic:speed} stats of the user and target.
400,9,Cures the target of a major status ailment and heals the user for 50% of its max HP.,"Cures the target of its major status ailment and heals the user for 50% of its max HP. If the target has no major status ailment, this move will fail."
401,9,Has the same type as the user.,"Inflicts [regular damage]{mechanic:regular-damage}. This move's type matches the user's first type, if any; otherwise, it's typeless."
402,9,Nullifies the target's ability if it moves earlier.,"Inflicts [regular damage]{mechanic:regular-damage}. If the target has already moved this turn, its ability is nullified."
403,9,Forces the target to repeat its last used move.,"The target immediately uses its most recently-used move. This is independent of the target's normal action for the turn (i.e., it may end up moving twice), but otherwise functions as usual, including deduction of PP. This effect works for disabled moves and ignores []{move:torment}."
404,9,Inflicts a burn on any Pokémon that makes contact before the attack.,"Begins charging at the start of the turn, then attacks as normal. Any Pokémon that makes contact with the user while charging is [burned]{mechanic:burns}. The charging is not affected by accuracy, sleep, paralysis, or any other effect that would interfere with a move."
405,9,Lowers the user's Defense by one stage after inflicting damage.,Inflicts [regular damage]{mechanic:regular-damage}. Lowers the user's [Defense]{mechanic:defense} by one [stage]{mechanic:stage}.
406,9,Inflicts regular damage with no additional effect.,Inflicts [regular damage]{mechanic:regular-damage}.
407,9,"Reduces damage five turns, but must be used during hail.","Places the Aurora Veil effect on the user's side of the field for the next 5 turns. If the weather is not []{move:hail}, or the weather is disabled by the effects of []{ability:cloud-nine} or []{ability:air-lock}, this move will fail.
Any [regular damage]{mechanic:regular-damage} dealt to an affected Pokémon is reduced by ½. (If there are multiple Pokémon on the affected field, the reduction is ⅓.)"
408,9,Only inflicts damage if the user was hit by a physical move this turn.,"Inflicts [regular damage]{mechanic:regular-damage}. If the user was not yet hit by an opponent's physical move this turn, this move will fail."
409,9,Has double power if the user's last move failed.,"Inflicts [regular damage]{mechanic:regular-damage}. Power is doubled if the user's last move failed for any reason (i.e., produced the message ""But it failed!"") or was ineffective due to types."
410,9,"Steals the target's stat increases, then inflicts damage.","Steals the target's stat increases, then inflicts [regular damage]{mechanic:regular-damage}. Will not steal stat increases that would put any of the user's stats at more than +6; any excess is left on the target. Stolen increases are affected by abilities as normal."
411,9,Cannot be disrupted by abilities.,"Inflicts [regular damage]{mechanic:regular-damage}. Other Pokémon's abilities cannot activate in response to this move. In particular, it hits through []{ability:disguise}"
412,9,Lowers the target's Attack and Special Attack by one stage.,Lowers the target's [Attack]{mechanic:attack} and [Special Attack]{mechanic:special-attack} by one stage each.
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."
10004,9,Lowers the target's evasion by two stages.,Lowers the target's [evasion]{mechanic:evasion} by two [stages]{mechanic:stage}.
10005,9,"Removes [Light Screen]{move:light-screen}, [Reflect]{move:reflect}, and [Safeguard]{move:safeguard}.","Removes the effects of []{move:light-screen}, []{move:reflect}, and []{move:safeguard}."
10006,9,Changes the weather to Shadow Sky for five turns.,Changes the weather to Shadow Sky for five turns. Pokémon other than []{type:shadow} Pokémon take 1/16 their max [HP]{mechanic:hp} at the end of every turn. This move is typeless for the purposes of []{move:weather-ball}.
10007,9,Unknown.,"This move has a unique effect, but it is unreleased, so the specific effect is unknown."

1 move_effect_id local_language_id short_effect effect
97 108 106 9 Target loses 1/4 its max HP every turn as long as it's asleep. Takes the target's item. Only works on [sleep]{mechanic:sleep}ing Pokémon. Gives the target a nightmare, damaging it for 1/4 its max [HP]{mechanic:hp} every turn. If the target wakes up or leaves the [field]{mechanic:field}, this effect ends. Inflicts [regular damage]{mechanic:regular-damage}. If the target is holding an item and the user is not, the user will permanently take the item. Damage is still inflicted if an item cannot be taken. Pokémon with []{ability:sticky-hold} or []{ability:multitype} are immune to the item theft effect. The target cannot recover its item with []{move:recycle}. This move cannot be selected by []{move:assist} or []{move:metronome}.
98 109 107 9 Raises the user's evasion by two stages. Prevents the target from leaving battle. Raises the user's [evasion]{mechanic:evasion} by two [stages]{mechanic:stage}. []{move:stomp} and []{move:steamroller} have double power against Pokémon that have used this move since entering the [field]{mechanic:field}. The target cannot [switch out]{mechanic:switch-out} normally. Ignores [accuracy]{mechanic:accuracy} and [evasion]{mechanic:evasion} modifiers. This effect ends when the user leaves the [field]{mechanic:field}. The target may still escape by using []{move:baton-pass}, []{move:u-turn}, or a []{item:shed-shell}. Both the user and the target pass on this effect with []{move:baton-pass}.
99 110 108 9 Ghosts pay half their max HP to hurt the target every turn. Others decrease Speed but raise Attack and Defense. Target loses 1/4 its max HP every turn as long as it's asleep. If the user is a []{type:ghost}: user pays half its max [HP]{mechanic:hp} to place a curse on the target, damaging it for 1/4 its max [HP]{mechanic:hp} every turn. Otherwise: Lowers the user's [Speed]{mechanic:speed} by one [stage]{mechanic:stage}, and raises its [Attack]{mechanic:attack} and [Defense]{mechanic:defense} by one [stage]{mechanic:stage} each. The curse effect is passed on by []{move:baton-pass}. This move cannot be copied by []{move:mirror-move}. Only works on [sleep]{mechanic:sleep}ing Pokémon. Gives the target a nightmare, damaging it for 1/4 its max [HP]{mechanic:hp} every turn. If the target wakes up or leaves the [field]{mechanic:field}, this effect ends.
100 109 9 Raises the user's evasion by two stages. Raises the user's [evasion]{mechanic:evasion} by two [stages]{mechanic:stage}. []{move:stomp} and []{move:steamroller} have double power against Pokémon that have used this move since entering the [field]{mechanic:field}.
101 112 110 9 Prevents any moves from hitting the user this turn. Ghosts pay half their max HP to hurt the target every turn. Others decrease Speed but raise Attack and Defense. No moves will hit the user for the remainder of this turn. If the user is last to act this turn, this move will [fail]{mechanic:fail}. If the user successfully used []{move:detect}, []{move:endure}, []{move:protect}, []{move:quick-guard}, or []{move:wide-guard} on the last turn, this move has a 50% chance to [fail]{mechanic:fail}. []{move:lock-on}, []{move:mind-reader}, and []{ability:no-guard} provide a (100 – accuracy)% chance for moves to break through this move. This does not apply to one-hit KO moves ([]{move:fissure}, []{move:guillotine}, []{move:horn-drill}, and []{move:sheer-cold}); those are always blocked by this move. []{move:thunder} during []{move:rain-dance} and []{move:blizzard} during []{move:hail} have a 30% chance to break through this move. The following effects are not prevented by this move: * []{move:acupressure} from an ally * []{move:curse}'s curse effect * Delayed damage from []{move:doom-desire} and []{move:future-sight}; however, these moves will be prevented if they are used this turn * []{move:feint}, which will also end this move's protection after it hits * []{move:imprison} * []{move:perish-song} * []{move:shadow-force} * Moves that merely copy the user, such as []{move:transform} or []{move:psych-up} This move cannot be selected by []{move:assist} or []{move:metronome}. If the user is a []{type:ghost}: user pays half its max [HP]{mechanic:hp} to place a curse on the target, damaging it for 1/4 its max [HP]{mechanic:hp} every turn. Otherwise: Lowers the user's [Speed]{mechanic:speed} by one [stage]{mechanic:stage}, and raises its [Attack]{mechanic:attack} and [Defense]{mechanic:defense} by one [stage]{mechanic:stage} each. The curse effect is passed on by []{move:baton-pass}. This move cannot be copied by []{move:mirror-move}.
102 113 112 9 Scatters Spikes, hurting opposing Pokémon that switch in. Prevents any moves from hitting the user this turn. Scatters spikes around the opposing [field]{mechanic:field}, which damage opposing Pokémon that enter the [field]{mechanic:field} for 1/8 of their max [HP]{mechanic:hp}. Pokémon immune to []{type:ground} moves are immune to this damage, except during []{move:gravity}. Up to three layers of spikes may be laid down, adding 1/16 to the damage done: two layers of spikes damage for 3/16 max [HP]{mechanic:hp}, and three layers damage for 1/4 max [HP]{mechanic:hp}. []{ability:wonder-guard} does not block damage from this effect. []{move:rapid-spin} removes this effect from its user's side of the [field]{mechanic:field}. []{move:defog} removes this effect from its target's side of the [field]{mechanic:field}. No moves will hit the user for the remainder of this turn. If the user is last to act this turn, this move will [fail]{mechanic:fail}. If the user successfully used []{move:detect}, []{move:endure}, []{move:protect}, []{move:quick-guard}, or []{move:wide-guard} on the last turn, this move has a 50% chance to [fail]{mechanic:fail}. []{move:lock-on}, []{move:mind-reader}, and []{ability:no-guard} provide a (100 – accuracy)% chance for moves to break through this move. This does not apply to one-hit KO moves ([]{move:fissure}, []{move:guillotine}, []{move:horn-drill}, and []{move:sheer-cold}); those are always blocked by this move. []{move:thunder} during []{move:rain-dance} and []{move:blizzard} during []{move:hail} have a 30% chance to break through this move. The following effects are not prevented by this move: * []{move:acupressure} from an ally * []{move:curse}'s curse effect * Delayed damage from []{move:doom-desire} and []{move:future-sight}; however, these moves will be prevented if they are used this turn * []{move:feint}, which will also end this move's protection after it hits * []{move:imprison} * []{move:perish-song} * []{move:shadow-force} * Moves that merely copy the user, such as []{move:transform} or []{move:psych-up} This move cannot be selected by []{move:assist} or []{move:metronome}.
103 114 113 9 Forces the target to have no Evade, and allows it to be hit by Normal and Fighting moves even if it's a Ghost. Scatters Spikes, hurting opposing Pokémon that switch in. Resets the target's [evasion]{mechanic:evasion} to normal and prevents any further boosting until the target leaves the [field]{mechanic:field}. A []{type:ghost} under this effect takes normal damage from []{type:normal} and []{type:fighting} moves. This move itself ignores [accuracy]{mechanic:accuracy} and [evasion]{mechanic:evasion} modifiers. Scatters spikes around the opposing [field]{mechanic:field}, which damage opposing Pokémon that enter the [field]{mechanic:field} for 1/8 of their max [HP]{mechanic:hp}. Pokémon immune to []{type:ground} moves are immune to this damage, except during []{move:gravity}. Up to three layers of spikes may be laid down, adding 1/16 to the damage done: two layers of spikes damage for 3/16 max [HP]{mechanic:hp}, and three layers damage for 1/4 max [HP]{mechanic:hp}. []{ability:wonder-guard} does not block damage from this effect. []{move:rapid-spin} removes this effect from its user's side of the [field]{mechanic:field}. []{move:defog} removes this effect from its target's side of the [field]{mechanic:field}.
112 123 122 9 Randomly inflicts damage with power from 40 to 120 or heals the target for 1/4 its max HP. Power increases with happiness, up to a maximum of 102. Randomly uses one of the following effects. Effect | Chance -------------------------------------------------- | -----: Inflicts [regular damage]{mechanic:regular-damage} with 40 power | 40% Inflicts [regular damage]{mechanic:regular-damage} with 80 power | 30% Inflicts [regular damage]{mechanic:regular-damage} with 120 power | 10% Heals the target for 1/4 its max [HP]{mechanic:hp} | 20% On average, this move inflicts [regular damage]{mechanic:regular-damage} with 52 power and heals the target for 1/20 its max [HP]{mechanic:hp}. Inflicts [regular damage]{mechanic:regular-damage}. Power increases with [happiness]{mechanic:happiness}, given by `happiness * 2 / 5`, to a maximum of 102. Power bottoms out at 1.
113 124 123 9 Power increases as happiness decreases, up to a maximum of 102. Randomly inflicts damage with power from 40 to 120 or heals the target for 1/4 its max HP. Inflicts [regular damage]{mechanic:regular-damage}. Power increases inversely with [happiness]{mechanic:happiness}, given by `(255 - happiness) * 2 / 5`, to a maximum of 102. Power bottoms out at 1. Randomly uses one of the following effects. Effect | Chance -------------------------------------------------- | -----: Inflicts [regular damage]{mechanic:regular-damage} with 40 power | 40% Inflicts [regular damage]{mechanic:regular-damage} with 80 power | 30% Inflicts [regular damage]{mechanic:regular-damage} with 120 power | 10% Heals the target for 1/4 its max [HP]{mechanic:hp} | 20% On average, this move inflicts [regular damage]{mechanic:regular-damage} with 52 power and heals the target for 1/20 its max [HP]{mechanic:hp}.
114 125 124 9 Protects the user's field from major status ailments and confusion for five turns. Power increases as happiness decreases, up to a maximum of 102. Protects Pokémon on the user's side of the [field]{mechanic:field} from [major status]{mechanic:major-status} effects and [confusion]{mechanic:confusion} for five turns. Does not cancel existing ailments. This effect remains even if the user leaves the [field]{mechanic:field}. If []{move:yawn} is used while this move is in effect, it will immediately [fail]{mechanic:fail}. []{move:defog} used by an opponent will end this effect. This effect does not prevent the [confusion]{mechanic:confusion} caused by []{move:outrage}, []{move:petal-dance}, or []{move:thrash}. Inflicts [regular damage]{mechanic:regular-damage}. Power increases inversely with [happiness]{mechanic:happiness}, given by `(255 - happiness) * 2 / 5`, to a maximum of 102. Power bottoms out at 1.
115 125 9 Protects the user's field from major status ailments and confusion for five turns. Protects Pokémon on the user's side of the [field]{mechanic:field} from [major status]{mechanic:major-status} effects and [confusion]{mechanic:confusion} for five turns. Does not cancel existing ailments. This effect remains even if the user leaves the [field]{mechanic:field}. If []{move:yawn} is used while this move is in effect, it will immediately [fail]{mechanic:fail}. []{move:defog} used by an opponent will end this effect. This effect does not prevent the [confusion]{mechanic:confusion} caused by []{move:outrage}, []{move:petal-dance}, or []{move:thrash}.
116 126 9 Has a $effect_chance% chance to [burn]{mechanic:burn} the target. Lets frozen Pokémon thaw themselves. Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [burn]{mechanic:burn} the target. [Frozen]{mechanic:frozen} Pokémon may use this move, in which case they will thaw.
117 127 9 Power varies randomly from 10 to 150. Inflicts [regular damage]{mechanic:regular-damage}. Power is selected at random between 10 and 150, with an average of 71: Magnitude | Power | Chance --------: | ----: | -----: 4 | 10 | 5% 5 | 30 | 10% 6 | 50 | 20% 7 | 70 | 30% 8 | 90 | 20% 9 | 110 | 10% 10 | 150 | 5% This move has double power against Pokémon currently underground due to []{move:dig}.
118 128 9 Allows the trainer to switch out the user and pass effects along to its replacement. User [switches out]{mechanic:switches-out}, and the trainer selects a replacement Pokémon from the party. [Stat]{mechanic:stat} changes, [confusion]{mechanic:confusion}, and persistent move effects are passed along to the replacement Pokémon. The following move effects are passed: * []{move:aqua-ring} * both the user's and target's effect of []{move:block}, []{move:mean-look}, and []{move:spider-web} * the curse effect of []{move:curse} * []{move:embargo} * []{move:focus-energy} or an activated []{item:lansat-berry} * []{move:gastro-acid} * []{move:ingrain} * being sapped by []{move:leech-seed} * being targeted by []{move:lock-on} or []{move:mind-reader} * []{move:magnet-rise} * []{move:perish-song}'s counter * []{move:power-trick} * []{move:substitute}; the doll's HP is unchanged The replacement Pokémon does not trigger effects that respond to Pokémon switching in.
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
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
1142
1143
1144

View File

@ -53,6 +53,7 @@ id
59
60
61
62
63
66
67
@ -63,6 +64,7 @@ id
72
73
74
75
76
77
78
@ -312,6 +314,7 @@ id
331
332
333
334
335
336
337
@ -348,10 +351,80 @@ id
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
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
10004
10005
10006
10007

1 id
53 59
54 60
55 61
56 62
57 63
58 66
59 67
64 72
65 73
66 74
67 75
68 76
69 77
70 78
314 331
315 332
316 333
317 334
318 335
319 336
320 337
351 368
352 369
353 370
354 371
355 372
356 373
357 374
358 375
359 376
360 377
361 378
362 379
363 380
364 381
365 382
366 383
367 384
368 385
369 386
370 387
371 388
372 389
373 390
374 391
375 392
376 393
377 394
378 395
379 396
380 397
381 398
382 399
383 400
384 401
385 402
386 403
387 404
388 405
389 406
390 407
391 408
392 409
393 410
394 411
395 412
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
428 10004
429 10005
430 10006
10007

View File

@ -43,6 +43,7 @@ move_id,move_flag_id
13,4
13,7
14,6
14,21
15,1
15,4
15,7
@ -164,6 +165,7 @@ move_id,move_flag_id
50,5
50,7
50,14
50,19
51,4
51,7
52,4
@ -244,6 +246,7 @@ move_id,move_flag_id
80,1
80,4
80,7
80,21
81,4
81,5
81,7
@ -420,6 +423,7 @@ move_id,move_flag_id
158,1
158,4
158,7
158,16
159,6
160,6
161,4
@ -503,6 +507,7 @@ move_id,move_flag_id
191,20
192,4
192,7
192,18
193,4
193,5
193,7
@ -638,7 +643,6 @@ move_id,move_flag_id
249,7
250,4
250,7
250,19
251,4
251,7
252,1
@ -735,11 +739,14 @@ move_id,move_flag_id
295,7
296,4
296,7
296,18
297,4
297,5
297,7
297,21
298,4
298,7
298,21
299,1
299,4
299,7
@ -845,6 +852,7 @@ move_id,move_flag_id
335,5
335,7
336,6
336,9
337,1
337,4
337,7
@ -878,8 +886,10 @@ move_id,move_flag_id
348,4
348,7
349,6
349,21
350,4
350,7
350,18
351,4
351,7
352,4
@ -945,6 +955,7 @@ move_id,move_flag_id
377,4
377,5
377,7
377,19
378,1
378,4
378,7
@ -1117,6 +1128,7 @@ move_id,move_flag_id
439,3
439,4
439,7
439,18
440,1
440,4
440,7
@ -1174,6 +1186,7 @@ move_id,move_flag_id
460,7
461,6
461,13
461,21
462,1
462,4
462,7
@ -1216,6 +1229,7 @@ move_id,move_flag_id
482,4
482,7
483,6
483,21
484,1
484,4
484,7
@ -1377,6 +1391,7 @@ move_id,move_flag_id
544,7
545,4
545,7
545,18
546,4
546,7
547,4
@ -1394,6 +1409,7 @@ move_id,move_flag_id
551,7
552,4
552,7
552,21
553,2
553,4
553,7
@ -1554,6 +1570,370 @@ move_id,move_flag_id
616,20
617,4
617,7
618,4
618,7
618,17
619,4
619,7
619,20
620,1
620,4
620,7
620,12
621,7
621,14
658,1
659,6
659,13
660,1
660,4
660,7
662,4
662,7
663,1
663,4
663,7
664,4
664,7
664,9
664,14
665,1
665,4
665,7
665,8
666,4
666,5
666,13
667,1
667,4
667,7
668,4
668,5
668,7
668,13
669,1
669,2
669,4
669,7
670,4
670,7
671,4
671,5
672,4
672,5
672,7
673,6
674,6
674,14
675,1
675,4
675,7
676,4
676,7
676,18
677,1
677,4
677,7
678,20
679,1
679,4
679,7
680,1
680,4
680,7
681,1
681,4
681,7
682,4
682,7
682,11
683,4
683,7
683,14
684,1
684,4
684,7
685,4
685,5
685,13
686,4
686,7
686,21
687,4
687,7
688,1
688,4
688,7
689,4
689,14
690,4
690,18
691,4
691,7
691,9
691,14
692,1
692,4
692,7
693,1
693,4
693,7
694,6
696,1
699,1
701,1
704,4
705,4
705,7
706,1
706,4
706,7
706,16
707,1
707,4
707,7
708,4
708,7
709,1
709,4
709,7
710,1
710,4
710,7
711,3
711,4
711,7
712,1
712,4
712,7
712,14
713,1
713,4
713,7
714,4
714,7
715,5
715,7
716,1
716,4
716,7
717,4
717,7
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
43 13 4
44 13 7
45 14 6
46 14 21
47 15 1
48 15 4
49 15 7
165 50 5
166 50 7
167 50 14
168 50 19
169 51 4
170 51 7
171 52 4
246 80 1
247 80 4
248 80 7
249 80 21
250 81 4
251 81 5
252 81 7
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
746 297 21
747 298 4
748 298 7
749 298 21
750 299 1
751 299 4
752 299 7
852 335 5
853 335 7
854 336 6
855 336 9
856 337 1
857 337 4
858 337 7
886 348 4
887 348 7
888 349 6
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
1186 460 7
1187 461 6
1188 461 13
1189 461 21
1190 462 1
1191 462 4
1192 462 7
1229 482 4
1230 482 7
1231 483 6
1232 483 21
1233 484 1
1234 484 4
1235 484 7
1391 544 7
1392 545 4
1393 545 7
1394 545 18
1395 546 4
1396 546 7
1397 547 4
1409 551 7
1410 552 4
1411 552 7
1412 552 21
1413 553 2
1414 553 4
1415 553 7
1570 616 20
1571 617 4
1572 617 7
1573 618 4
1574 618 7
1575 618 17
1576 619 4
1577 619 7
1578 619 20
1579 620 1
1580 620 4
1581 620 7
1582 620 12
1583 621 7
1584 621 14
1585 658 1
1586 659 6
1587 659 13
1588 660 1
1589 660 4
1590 660 7
1591 662 4
1592 662 7
1593 663 1
1594 663 4
1595 663 7
1596 664 4
1597 664 7
1598 664 9
1599 664 14
1600 665 1
1601 665 4
1602 665 7
1603 665 8
1604 666 4
1605 666 5
1606 666 13
1607 667 1
1608 667 4
1609 667 7
1610 668 4
1611 668 5
1612 668 7
1613 668 13
1614 669 1
1615 669 2
1616 669 4
1617 669 7
1618 670 4
1619 670 7
1620 671 4
1621 671 5
1622 672 4
1623 672 5
1624 672 7
1625 673 6
1626 674 6
1627 674 14
1628 675 1
1629 675 4
1630 675 7
1631 676 4
1632 676 7
1633 676 18
1634 677 1
1635 677 4
1636 677 7
1637 678 20
1638 679 1
1639 679 4
1640 679 7
1641 680 1
1642 680 4
1643 680 7
1644 681 1
1645 681 4
1646 681 7
1647 682 4
1648 682 7
1649 682 11
1650 683 4
1651 683 7
1652 683 14
1653 684 1
1654 684 4
1655 684 7
1656 685 4
1657 685 5
1658 685 13
1659 686 4
1660 686 7
1661 686 21
1662 687 4
1663 687 7
1664 688 1
1665 688 4
1666 688 7
1667 689 4
1668 689 14
1669 690 4
1670 690 18
1671 691 4
1672 691 7
1673 691 9
1674 691 14
1675 692 1
1676 692 4
1677 692 7
1678 693 1
1679 693 4
1680 693 7
1681 694 6
1682 696 1
1683 699 1
1684 701 1
1685 704 4
1686 705 4
1687 705 7
1688 706 1
1689 706 4
1690 706 7
1691 706 16
1692 707 1
1693 707 4
1694 707 7
1695 708 4
1696 708 7
1697 709 1
1698 709 4
1699 709 7
1700 710 1
1701 710 4
1702 710 7
1703 711 3
1704 711 4
1705 711 7
1706 712 1
1707 712 4
1708 712 7
1709 712 14
1710 713 1
1711 713 4
1712 713 7
1713 714 4
1714 714 7
1715 715 5
1716 715 7
1717 716 1
1718 716 4
1719 716 7
1720 717 4
1721 717 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

View File

@ -39,3 +39,4 @@ move_flag_id,local_language_id,name,description
19,9,Mental effects,This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.
20,6,Nicht Nutzbar in Himmelskämpfen,Diese Fähigkeit ist in Himmelskämpfen nicht nutzbar.
20,9,Unusable during Sky Battles,This move is unusable during Sky Battles.
21,9,Dance,This move triggers []{ability:dancer}.

1 move_flag_id local_language_id name description
39 19 9 Mental effects This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.
40 20 6 Nicht Nutzbar in Himmelskämpfen Diese Fähigkeit ist in Himmelskämpfen nicht nutzbar.
41 20 9 Unusable during Sky Battles This move is unusable during Sky Battles.
42 21 9 Dance This move triggers []{ability:dancer}.

View File

@ -19,3 +19,4 @@ id,identifier
18,ballistics
19,mental
20,non-sky-battle
21,dance

1 id identifier
19 18 ballistics
20 19 mental
21 20 non-sky-battle
22 21 dance

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
@ -616,3 +616,212 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
615,0,0,,,,,0,0,0,0,0,0
616,0,0,,,,,0,0,0,0,0,0
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,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
625,0,0,,,,,0,0,0,0,0,0
626,0,0,,,,,0,0,0,0,0,0
627,0,0,,,,,0,0,0,0,0,0
628,0,0,,,,,0,0,0,0,0,0
629,0,0,,,,,0,0,0,0,0,0
630,0,0,,,,,0,0,0,0,0,0
631,0,0,,,,,0,0,0,0,0,0
632,0,0,,,,,0,0,0,0,0,0
633,0,0,,,,,0,0,0,0,0,0
634,0,0,,,,,0,0,0,0,0,0
635,0,0,,,,,0,0,0,0,0,0
636,0,0,,,,,0,0,0,0,0,0
637,0,0,,,,,0,0,0,0,0,0
638,0,0,,,,,0,0,0,0,0,0
639,0,0,,,,,0,0,0,0,0,0
640,0,0,,,,,0,0,0,0,0,0
641,0,0,,,,,0,0,0,0,0,0
642,0,0,,,,,0,0,0,0,0,0
643,0,0,,,,,0,0,0,0,0,0
644,0,0,,,,,0,0,0,0,0,0
645,0,0,,,,,0,0,0,0,0,0
646,0,0,,,,,0,0,0,0,0,0
647,0,0,,,,,0,0,0,0,0,0
648,0,0,,,,,0,0,0,0,0,0
649,0,0,,,,,0,0,0,0,0,0
650,0,0,,,,,0,0,0,0,0,0
651,0,0,,,,,0,0,0,0,0,0
652,0,0,,,,,0,0,0,0,0,0
653,0,0,,,,,0,0,0,0,0,0
654,0,0,,,,,0,0,0,0,0,0
655,0,0,,,,,0,0,0,0,0,0
656,0,0,,,,,0,0,0,0,0,0
657,0,0,,,,,0,0,0,0,0,0
658,0,0,,,,,0,0,0,0,0,0
659,3,0,,,,,0,50,0,0,0,0
660,0,0,,,,,0,0,0,0,0,0
661,13,0,,,,,0,0,0,0,0,0
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,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,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,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,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
684,0,0,,,,,0,0,0,0,0,0
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,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,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
695,0,0,,,,,0,0,0,0,0,0
696,0,0,,,,,0,0,0,0,0,0
697,0,0,,,,,0,0,0,0,0,0
698,0,0,,,,,0,0,0,0,0,0
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,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,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,20
709,0,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,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
616 615 0 0 0 0 0 0 0 0
617 616 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 100
622 621 7 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
626 625 0 0 0 0 0 0 0 0
627 626 0 0 0 0 0 0 0 0
628 627 0 0 0 0 0 0 0 0
629 628 0 0 0 0 0 0 0 0
630 629 0 0 0 0 0 0 0 0
631 630 0 0 0 0 0 0 0 0
632 631 0 0 0 0 0 0 0 0
633 632 0 0 0 0 0 0 0 0
634 633 0 0 0 0 0 0 0 0
635 634 0 0 0 0 0 0 0 0
636 635 0 0 0 0 0 0 0 0
637 636 0 0 0 0 0 0 0 0
638 637 0 0 0 0 0 0 0 0
639 638 0 0 0 0 0 0 0 0
640 639 0 0 0 0 0 0 0 0
641 640 0 0 0 0 0 0 0 0
642 641 0 0 0 0 0 0 0 0
643 642 0 0 0 0 0 0 0 0
644 643 0 0 0 0 0 0 0 0
645 644 0 0 0 0 0 0 0 0
646 645 0 0 0 0 0 0 0 0
647 646 0 0 0 0 0 0 0 0
648 647 0 0 0 0 0 0 0 0
649 648 0 0 0 0 0 0 0 0
650 649 0 0 0 0 0 0 0 0
651 650 0 0 0 0 0 0 0 0
652 651 0 0 0 0 0 0 0 0
653 652 0 0 0 0 0 0 0 0
654 653 0 0 0 0 0 0 0 0
655 654 0 0 0 0 0 0 0 0
656 655 0 0 0 0 0 0 0 0
657 656 0 0 0 0 0 0 0 0
658 657 0 0 0 0 0 0 0 0
659 658 0 0 0 0 0 0 0 0
660 659 3 0 0 50 0 0 0 0
661 660 0 0 0 0 0 0 0 0
662 661 13 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 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 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 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 100
681 680 6 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
685 684 0 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 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 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
696 695 0 0 0 0 0 0 0 0
697 696 0 0 0 0 0 0 0 0
698 697 0 0 0 0 0 0 0 0
699 698 0 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 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 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 20
710 709 0 0 0 0 0 0 0 0
711 710 6 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 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,40 +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

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

1 id identifier
19 19 embargo
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

@ -31,7 +31,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
30,horn-attack,1,1,65,25,100,0,10,2,1,,1,1,5
31,fury-attack,1,1,15,20,85,0,10,2,30,,1,10,7
32,horn-drill,1,1,,5,30,0,10,2,39,,1,14,9
33,tackle,1,1,50,35,100,0,10,2,1,,5,1,5
33,tackle,1,1,40,35,100,0,10,2,1,,5,1,5
34,body-slam,1,1,85,15,100,0,10,2,7,30,5,4,5
35,wrap,1,1,15,20,90,0,10,2,43,100,5,24,21
36,take-down,1,1,90,20,85,0,10,2,49,,5,3,5
@ -79,12 +79,12 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
78,stun-spore,1,12,,30,75,0,10,1,68,,4,14,19
79,sleep-powder,1,12,,15,75,0,10,1,2,,4,5,19
80,petal-dance,1,12,120,10,100,0,8,3,28,,2,6,21
81,string-shot,1,7,,40,95,0,11,1,21,,4,9,19
81,string-shot,1,7,,40,95,0,11,1,61,,4,9,19
82,dragon-rage,1,16,,10,100,0,10,3,42,,1,26,5
83,fire-spin,1,10,35,15,85,0,10,3,43,100,2,24,21
84,thunder-shock,1,13,40,30,100,0,10,3,7,10,1,1,5
85,thunderbolt,1,13,90,15,100,0,10,3,7,10,1,1,17
86,thunder-wave,1,13,,20,100,0,10,1,68,,1,14,19
86,thunder-wave,1,13,,20,90,0,10,1,68,,1,14,19
87,thunder,1,13,110,10,70,0,10,3,153,30,1,8,17
88,rock-throw,1,6,50,15,90,0,10,2,1,,5,12,5
89,earthquake,1,5,100,10,100,0,9,2,148,,5,5,18
@ -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
@ -139,14 +139,14 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
138,dream-eater,1,14,100,15,100,0,10,3,9,,4,8,20
139,poison-gas,1,4,,40,90,0,11,1,67,,4,33,5
140,barrage,1,1,15,20,85,0,10,2,30,,5,12,7
141,leech-life,1,7,20,15,100,0,10,2,4,,4,9,20
141,leech-life,1,7,80,10,100,0,10,2,4,,4,9,20
142,lovely-kiss,1,1,,10,75,0,10,1,2,,2,5,19
143,sky-attack,1,3,140,5,90,0,10,2,76,30,1,2,6
144,transform,1,1,,10,,0,10,1,58,,4,17,23
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
@ -163,7 +163,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
162,super-fang,1,1,,10,90,0,10,2,41,,5,14,5
163,slash,1,1,70,20,100,0,10,2,44,,1,2,5
164,substitute,1,1,,10,,0,7,1,80,,4,16,23
165,struggle,1,1,50,,,0,8,2,255,,1,1,5
165,struggle,1,1,50,1,,0,8,2,255,,1,1,5
166,sketch,2,1,,1,,0,10,1,96,,4,19,23
167,triple-kick,2,2,10,10,90,0,10,2,105,,1,1,7
168,thief,2,17,60,25,100,0,10,2,106,,5,20,12
@ -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
@ -205,7 +205,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
204,charm,2,18,,20,100,0,10,1,59,,3,23,19
205,rollout,2,6,30,20,90,0,10,2,118,,5,24,7
206,false-swipe,2,1,40,40,100,0,10,2,102,,1,5,16
207,swagger,2,1,,15,90,0,10,1,119,,3,27,19
207,swagger,2,1,,15,85,0,10,1,119,,3,27,19
208,milk-drink,2,1,,10,,0,7,1,33,,3,12,8
209,spark,2,13,65,20,100,0,10,2,7,30,1,4,5
210,fury-cutter,2,7,40,20,95,0,10,2,120,,1,17,7
@ -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
@ -387,7 +387,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
386,punishment,4,17,,5,100,0,10,2,246,,4,,23
387,last-resort,4,1,140,5,100,0,10,2,247,,3,,21
388,worry-seed,4,12,,10,100,0,10,1,248,,2,,19
389,sucker-punch,4,17,80,5,100,1,10,2,249,,4,,1
389,sucker-punch,4,17,70,5,100,1,10,2,249,,4,,1
390,toxic-spikes,4,4,,20,,0,6,1,250,,4,,13
391,heart-swap,4,14,,10,,0,10,1,251,,1,,16
392,aqua-ring,4,11,,20,,0,7,1,252,,2,,8
@ -462,7 +462,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
461,lunar-dance,4,14,,10,,0,7,1,271,,2,,8
462,crush-grip,4,1,,5,100,0,10,2,238,,5,,15
463,magma-storm,4,10,100,5,75,0,10,3,43,100,5,,7
464,dark-void,4,17,,10,80,0,11,1,2,,4,,19
464,dark-void,4,17,,10,50,0,11,1,2,,4,,19
465,seed-flare,4,12,120,5,85,0,10,3,272,40,1,,22
466,ominous-wind,4,8,60,5,100,0,10,3,141,10,4,,11
467,shadow-force,4,8,120,5,100,0,10,2,273,,4,,22
@ -500,7 +500,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
499,clear-smog,5,4,50,15,,0,10,3,305,,,,
500,stored-power,5,14,20,10,100,0,10,3,306,,,,
501,quick-guard,5,2,,15,,3,4,1,307,,,,
502,ally-switch,5,14,,15,,1,7,1,308,,,,
502,ally-switch,5,14,,15,,2,7,1,308,,,,
503,scald,5,11,80,15,100,0,10,3,5,30,,,
504,shell-smash,5,1,,15,,0,7,1,309,,,,
505,heal-pulse,5,14,,10,,0,10,1,310,,,,
@ -540,7 +540,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
539,night-daze,5,17,85,10,95,0,10,3,74,40,,,
540,psystrike,5,14,100,10,100,0,10,3,283,,,,
541,tail-slap,5,1,25,10,85,0,10,2,30,,,,
542,hurricane,5,3,110,10,70,0,10,3,338,30,,,
542,hurricane,5,3,110,10,70,0,10,3,334,30,,,
543,head-charge,5,1,120,15,100,0,10,2,49,,,,
544,gear-grind,5,9,50,15,85,0,10,2,45,,,,
545,searing-shot,5,10,100,5,100,0,9,3,5,30,,,
@ -558,68 +558,273 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
557,v-create,5,10,180,5,95,0,10,2,335,100,,,
558,fusion-flare,5,10,100,5,100,0,10,3,336,,,,
559,fusion-bolt,5,13,100,5,100,0,10,2,337,,,,
560,flying-press,6,2,80,10,95,0,10,2,339,,,,
561,mat-block,6,2,,10,,0,4,1,340,,,,
562,belch,6,4,120,10,90,0,10,3,341,,,,
563,rototiller,6,5,,10,,0,14,1,342,100,,,
564,sticky-web,6,7,,20,,0,6,1,343,,,,
565,fell-stinger,6,7,30,25,100,0,10,2,344,,,,
560,flying-press,6,2,100,10,95,0,10,2,338,,,,
561,mat-block,6,2,,10,,0,4,1,377,,,,
562,belch,6,4,120,10,90,0,10,3,339,,,,
563,rototiller,6,5,,10,,0,14,1,340,100,,,
564,sticky-web,6,7,,20,,0,6,1,341,,,,
565,fell-stinger,6,7,50,25,100,0,10,2,342,,,,
566,phantom-force,6,8,90,10,100,0,10,2,273,,,,
567,trick-or-treat,6,8,,20,100,0,10,1,345,,,,
568,noble-roar,6,1,,30,100,0,10,1,346,100,,,
569,ion-deluge,6,13,,25,,1,12,1,347,,,,
570,parabolic-charge,6,13,50,20,100,0,9,3,348,,,,
571,forests-curse,6,12,,20,100,0,10,1,349,,,,
572,petal-blizzard,6,12,90,15,100,0,9,2,1,,,,
573,freeze-dry,6,15,70,20,100,0,10,3,350,10,,,
574,disarming-voice,6,18,40,15,,0,11,3,18,,,,
575,parting-shot,6,17,,20,100,0,10,1,351,100,,,
576,topsy-turvy,6,17,,20,,0,10,1,352,,,,
577,draining-kiss,6,18,50,10,100,0,10,3,353,,,,
578,crafty-shield,6,18,,10,,3,4,1,354,,,,
579,flower-shield,6,18,,10,,0,14,1,355,100,,,
580,grassy-terrain,6,12,,10,,0,12,1,356,,,,
581,misty-terrain,6,18,,10,,0,12,1,357,,,,
582,electrify,6,13,,20,,0,10,1,358,,,,
567,trick-or-treat,6,8,,20,100,0,10,1,343,,,,
568,noble-roar,6,1,,30,100,0,10,1,344,100,,,
569,ion-deluge,6,13,,25,,1,12,1,345,,,,
570,parabolic-charge,6,13,65,20,100,0,9,3,346,,,,
571,forests-curse,6,12,,20,100,0,10,1,376,,,,
572,petal-blizzard,6,12,90,15,100,0,9,2,379,,,,
573,freeze-dry,6,15,70,20,100,0,10,3,380,10,,,
574,disarming-voice,6,18,40,15,,0,11,3,381,,,,
575,parting-shot,6,17,,20,100,0,10,1,347,100,,,
576,topsy-turvy,6,17,,20,,0,10,1,348,,,,
577,draining-kiss,6,18,50,10,100,0,10,3,349,,,,
578,crafty-shield,6,18,,10,,3,4,1,350,,,,
579,flower-shield,6,18,,10,,0,14,1,351,100,,,
580,grassy-terrain,6,12,,10,,0,12,1,352,,,,
581,misty-terrain,6,18,,10,,0,12,1,353,,,,
582,electrify,6,13,,20,,0,10,1,354,,,,
583,play-rough,6,18,90,10,90,0,10,2,69,10,,,
584,fairy-wind,6,18,40,30,100,0,10,3,1,,,,
585,moonblast,6,18,95,15,100,0,10,3,72,30,,,
586,boomburst,6,1,140,10,100,0,9,3,1,,,,
587,fairy-lock,6,18,,10,,0,12,1,359,,,,
588,kings-shield,6,9,,10,,4,7,1,360,,,,
589,play-nice,6,1,,20,,0,10,1,19,100,,,
590,confide,6,1,,20,,0,10,1,361,100,,,
591,diamond-storm,6,6,100,5,95,0,11,2,139,50,,,
586,boomburst,6,1,140,10,100,0,9,3,379,,,,
587,fairy-lock,6,18,,10,,0,12,1,355,,,,
588,kings-shield,6,9,,10,,4,7,1,356,,,,
589,play-nice,6,1,,20,,0,10,1,357,100,,,
590,confide,6,1,,20,,0,10,1,358,100,,,
591,diamond-storm,6,6,100,5,95,0,11,2,359,50,,,
592,steam-eruption,6,11,110,5,95,0,10,3,5,30,,,
593,hyperspace-hole,6,14,80,5,,0,10,3,10007,,,,
594,water-shuriken,6,11,15,20,100,1,10,2,30,,,,
595,mystical-fire,6,10,65,10,100,0,10,3,72,100,,,
593,hyperspace-hole,6,14,80,5,,0,10,3,360,,,,
594,water-shuriken,6,11,15,20,100,1,10,3,361,,,,
595,mystical-fire,6,10,75,10,100,0,10,3,72,100,,,
596,spiky-shield,6,12,,10,,4,7,1,362,,,,
597,aromatic-mist,6,18,,20,,0,3,1,363,,,,
598,eerie-impulse,6,13,,15,100,0,10,1,369,,,,
598,eerie-impulse,6,13,,15,100,0,10,1,62,,,,
599,venom-drench,6,4,,20,100,0,11,1,364,100,,,
600,powder,6,7,,20,100,1,10,1,365,,,,
600,powder,6,7,,20,100,1,10,1,378,,,,
601,geomancy,6,18,,10,,0,7,1,366,,,,
602,magnetic-flux,6,13,,20,,0,13,1,367,,,,
603,happy-hour,6,1,,30,,0,4,1,370,,,,
604,electric-terrain,6,13,,10,,0,12,1,368,,,,
603,happy-hour,6,1,,30,,0,4,1,368,,,,
604,electric-terrain,6,13,,10,,0,12,1,369,,,,
605,dazzling-gleam,6,18,80,10,100,0,11,3,1,,,,
606,celebrate,6,1,,40,,0,7,1,10007,,,,
607,hold-hands,6,1,,40,,0,3,1,10007,,,,
608,baby-doll-eyes,6,18,,30,100,1,10,1,19,,,,
609,nuzzle,6,13,20,20,100,0,10,2,7,100,,,
606,celebrate,6,1,,40,,0,7,1,370,,,,
607,hold-hands,6,1,,40,,0,3,1,371,,,,
608,baby-doll-eyes,6,18,,30,100,1,10,1,365,,,,
609,nuzzle,6,13,20,20,100,0,10,2,372,100,,,
610,hold-back,6,1,40,40,100,0,10,2,102,,,,
611,infestation,6,7,20,20,100,0,10,3,43,100,,,
612,power-up-punch,6,2,40,20,100,0,10,2,140,100,,,
613,oblivion-wing,6,3,80,10,100,0,10,3,353,,,,
614,thousand-arrows,6,5,90,10,100,0,11,2,10007,100,,,
615,thousand-waves,6,5,90,10,100,0,11,2,10007,,,,
612,power-up-punch,6,2,40,20,100,0,10,2,375,100,,,
613,oblivion-wing,6,3,80,10,100,0,10,3,349,,,,
614,thousand-arrows,6,5,90,10,100,0,11,2,373,100,,,
615,thousand-waves,6,5,90,10,100,0,11,2,374,,,,
616,lands-wrath,6,5,90,10,100,0,11,2,1,,,,
617,light-of-ruin,6,18,140,5,90,0,10,3,270,,,,
618,origin-pulse,6,11,110,10,85,0,11,3,1,,,,
619,precipice-blades,6,5,120,10,85,0,11,2,1,,,,
620,dragon-ascent,6,3,120,5,100,0,10,2,230,,,,
621,hyperspace-fury,6,17,100,5,,0,10,2,360,,,,
620,dragon-ascent,6,3,120,5,100,0,10,2,230,100,,,
621,hyperspace-fury,6,17,100,5,,0,10,2,360,100,,,
622,breakneck-blitz--physical,7,1,,1,,0,10,2,1,,,,
623,breakneck-blitz--special,7,1,,1,,0,10,3,1,,,,
624,all-out-pummeling--physical,7,2,,1,,0,10,2,1,,,,
625,all-out-pummeling--special,7,2,,1,,0,10,3,1,,,,
626,supersonic-skystrike--physical,7,3,,1,,0,10,2,1,,,,
627,supersonic-skystrike--special,7,3,,1,,0,10,3,1,,,,
628,acid-downpour--physical,7,4,,1,,0,10,2,1,,,,
629,acid-downpour--special,7,4,,1,,0,10,3,1,,,,
630,tectonic-rage--physical,7,5,,1,,0,10,2,1,,,,
631,tectonic-rage--special,7,5,,1,,0,10,3,1,,,,
632,continental-crush--physical,7,6,,1,,0,10,2,1,,,,
633,continental-crush--special,7,6,,1,,0,10,3,1,,,,
634,savage-spin-out--physical,7,7,,1,,0,10,2,1,,,,
635,savage-spin-out--special,7,7,,1,,0,10,3,1,,,,
636,never-ending-nightmare--physical,7,8,,1,,0,10,2,1,,,,
637,never-ending-nightmare--special,7,8,,1,,0,10,3,1,,,,
638,corkscrew-crash--physical,7,9,,1,,0,10,2,1,,,,
639,corkscrew-crash--special,7,9,,1,,0,10,3,1,,,,
640,inferno-overdrive--physical,7,10,,1,,0,10,2,1,,,,
641,inferno-overdrive--special,7,10,,1,,0,10,3,1,,,,
642,hydro-vortex--physical,7,11,,1,,0,10,2,1,,,,
643,hydro-vortex--special,7,11,,1,,0,10,3,1,,,,
644,bloom-doom--physical,7,12,,1,,0,10,2,1,,,,
645,bloom-doom--special,7,12,,1,,0,10,3,1,,,,
646,gigavolt-havoc--physical,7,13,,1,,0,10,2,1,,,,
647,gigavolt-havoc--special,7,13,,1,,0,10,3,1,,,,
648,shattered-psyche--physical,7,14,,1,,0,10,2,1,,,,
649,shattered-psyche--special,7,14,,1,,0,10,3,1,,,,
650,subzero-slammer--physical,7,15,,1,,0,10,2,1,,,,
651,subzero-slammer--special,7,15,,1,,0,10,3,1,,,,
652,devastating-drake--physical,7,16,,1,,0,10,2,1,,,,
653,devastating-drake--special,7,16,,1,,0,10,3,1,,,,
654,black-hole-eclipse--physical,7,17,,1,,0,10,2,1,,,,
655,black-hole-eclipse--special,7,17,,1,,0,10,3,1,,,,
656,twinkle-tackle--physical,7,18,,1,,0,10,2,1,,,,
657,twinkle-tackle--special,7,18,,1,,0,10,3,1,,,,
658,catastropika,7,13,210,1,,0,10,2,1,,,,
659,shore-up,7,5,,10,,0,7,1,382,,,,
660,first-impression,7,7,90,10,100,2,10,2,383,,,,
661,baneful-bunker,7,4,,10,,4,7,1,384,,,,
662,spirit-shackle,7,8,80,10,100,0,10,2,385,,,,
663,darkest-lariat,7,17,85,10,100,0,10,2,304,,,,
664,sparkling-aria,7,11,90,10,100,0,9,3,386,,,,
665,ice-hammer,7,15,100,10,90,0,10,2,219,100,,,
666,floral-healing,7,18,,10,,0,10,1,387,,,,
667,high-horsepower,7,5,95,10,95,0,10,2,1,,,,
668,strength-sap,7,12,,10,100,0,10,1,388,100,,,
669,solar-blade,7,12,125,10,100,0,10,2,152,,,,
670,leafage,7,12,40,40,100,0,10,2,1,,,,
671,spotlight,7,1,,15,,3,10,1,389,,,,
672,toxic-thread,7,4,,20,100,0,10,1,390,100,,,
673,laser-focus,7,1,,30,,0,7,1,391,,,,
674,gear-up,7,9,,20,,0,13,1,392,,,,
675,throat-chop,7,17,80,15,100,0,10,2,393,100,,,
676,pollen-puff,7,7,90,15,100,0,10,3,394,,,,
677,anchor-shot,7,9,80,20,100,0,10,2,385,,,,
678,psychic-terrain,7,14,,10,,0,12,1,395,,,,
679,lunge,7,7,80,15,100,0,10,2,396,100,,,
680,fire-lash,7,10,80,15,100,0,10,2,397,100,,,
681,power-trip,7,17,20,10,100,0,10,2,306,,,,
682,burn-up,7,10,130,5,100,0,10,3,398,,,,
683,speed-swap,7,14,,10,,0,10,1,399,,,,
684,smart-strike,7,9,70,10,,0,10,2,18,,,,
685,purify,7,4,,20,,0,10,1,400,,,,
686,revelation-dance,7,1,90,15,100,0,10,3,401,,,,
687,core-enforcer,7,16,100,10,100,0,11,3,402,,,,
688,trop-kick,7,12,70,15,100,0,10,2,396,100,,,
689,instruct,7,14,,15,,0,10,1,403,,,,
690,beak-blast,7,3,100,15,100,-3,10,2,404,,,,
691,clanging-scales,7,16,110,5,100,0,11,3,405,100,,,
692,dragon-hammer,7,16,90,15,100,0,10,2,1,,,,
693,brutal-swing,7,17,60,20,100,0,9,2,406,,,,
694,aurora-veil,7,15,,20,,0,4,1,407,,,,
695,sinister-arrow-raid,7,8,180,1,,0,10,2,1,,,,
696,malicious-moonsault,7,17,180,1,,0,10,2,1,,,,
697,oceanic-operetta,7,11,195,1,,0,10,3,1,,,,
698,guardian-of-alola,7,18,,1,,0,10,3,413,,,,
699,soul-stealing-7-star-strike,7,8,195,1,,0,10,2,1,,,,
700,stoked-sparksurfer,7,13,175,1,,0,10,3,7,100,,,
701,pulverizing-pancake,7,1,210,1,,0,10,2,1,,,,
702,extreme-evoboost,7,1,,1,,0,7,1,414,100,,,
703,genesis-supernova,7,14,185,1,,0,10,3,415,,,,
704,shell-trap,7,10,150,5,100,-3,11,3,408,,,,
705,fleur-cannon,7,18,130,5,90,0,10,3,205,100,,,
706,psychic-fangs,7,14,85,10,100,0,10,2,187,,,,
707,stomping-tantrum,7,5,75,10,100,0,10,2,409,,,,
708,shadow-bone,7,8,85,10,100,0,10,2,70,20,,,
709,accelerock,7,6,40,20,100,1,10,2,104,,,,
710,liquidation,7,11,85,10,100,0,10,2,70,20,,,
711,prismatic-laser,7,14,160,10,100,0,10,3,81,,,,
712,spectral-thief,7,8,90,10,100,0,10,2,410,,,,
713,sunsteel-strike,7,9,100,5,100,0,10,2,411,,,,
714,moongeist-beam,7,8,100,5,100,0,10,3,411,,,,
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,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
31 30 horn-attack 1 1 65 25 100 0 10 2 1 1 1 5
32 31 fury-attack 1 1 15 20 85 0 10 2 30 1 10 7
33 32 horn-drill 1 1 5 30 0 10 2 39 1 14 9
34 33 tackle 1 1 50 40 35 100 0 10 2 1 5 1 5
35 34 body-slam 1 1 85 15 100 0 10 2 7 30 5 4 5
36 35 wrap 1 1 15 20 90 0 10 2 43 100 5 24 21
37 36 take-down 1 1 90 20 85 0 10 2 49 5 3 5
79 78 stun-spore 1 12 30 75 0 10 1 68 4 14 19
80 79 sleep-powder 1 12 15 75 0 10 1 2 4 5 19
81 80 petal-dance 1 12 120 10 100 0 8 3 28 2 6 21
82 81 string-shot 1 7 40 95 0 11 1 21 61 4 9 19
83 82 dragon-rage 1 16 10 100 0 10 3 42 1 26 5
84 83 fire-spin 1 10 35 15 85 0 10 3 43 100 2 24 21
85 84 thunder-shock 1 13 40 30 100 0 10 3 7 10 1 1 5
86 85 thunderbolt 1 13 90 15 100 0 10 3 7 10 1 1 17
87 86 thunder-wave 1 13 20 100 90 0 10 1 68 1 14 19
88 87 thunder 1 13 110 10 70 0 10 3 153 30 1 8 17
89 88 rock-throw 1 6 50 15 90 0 10 2 1 5 12 5
90 89 earthquake 1 5 100 10 100 0 9 2 148 5 5 18
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
139 138 dream-eater 1 14 100 15 100 0 10 3 9 4 8 20
140 139 poison-gas 1 4 40 90 0 11 1 67 4 33 5
141 140 barrage 1 1 15 20 85 0 10 2 30 5 12 7
142 141 leech-life 1 7 20 80 15 10 100 0 10 2 4 4 9 20
143 142 lovely-kiss 1 1 10 75 0 10 1 2 2 5 19
144 143 sky-attack 1 3 140 5 90 0 10 2 76 30 1 2 6
145 144 transform 1 1 10 0 10 1 58 4 17 23
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
163 162 super-fang 1 1 10 90 0 10 2 41 5 14 5
164 163 slash 1 1 70 20 100 0 10 2 44 1 2 5
165 164 substitute 1 1 10 0 7 1 80 4 16 23
166 165 struggle 1 1 50 1 0 8 2 255 1 1 5
167 166 sketch 2 1 1 0 10 1 96 4 19 23
168 167 triple-kick 2 2 10 10 90 0 10 2 105 1 1 7
169 168 thief 2 17 60 25 100 0 10 2 106 5 20 12
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
205 204 charm 2 18 20 100 0 10 1 59 3 23 19
206 205 rollout 2 6 30 20 90 0 10 2 118 5 24 7
207 206 false-swipe 2 1 40 40 100 0 10 2 102 1 5 16
208 207 swagger 2 1 15 90 85 0 10 1 119 3 27 19
209 208 milk-drink 2 1 10 0 7 1 33 3 12 8
210 209 spark 2 13 65 20 100 0 10 2 7 30 1 4 5
211 210 fury-cutter 2 7 40 20 95 0 10 2 120 1 17 7
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
387 386 punishment 4 17 5 100 0 10 2 246 4 23
388 387 last-resort 4 1 140 5 100 0 10 2 247 3 21
389 388 worry-seed 4 12 10 100 0 10 1 248 2 19
390 389 sucker-punch 4 17 80 70 5 100 1 10 2 249 4 1
391 390 toxic-spikes 4 4 20 0 6 1 250 4 13
392 391 heart-swap 4 14 10 0 10 1 251 1 16
393 392 aqua-ring 4 11 20 0 7 1 252 2 8
462 461 lunar-dance 4 14 10 0 7 1 271 2 8
463 462 crush-grip 4 1 5 100 0 10 2 238 5 15
464 463 magma-storm 4 10 100 5 75 0 10 3 43 100 5 7
465 464 dark-void 4 17 10 80 50 0 11 1 2 4 19
466 465 seed-flare 4 12 120 5 85 0 10 3 272 40 1 22
467 466 ominous-wind 4 8 60 5 100 0 10 3 141 10 4 11
468 467 shadow-force 4 8 120 5 100 0 10 2 273 4 22
500 499 clear-smog 5 4 50 15 0 10 3 305
501 500 stored-power 5 14 20 10 100 0 10 3 306
502 501 quick-guard 5 2 15 3 4 1 307
503 502 ally-switch 5 14 15 1 2 7 1 308
504 503 scald 5 11 80 15 100 0 10 3 5 30
505 504 shell-smash 5 1 15 0 7 1 309
506 505 heal-pulse 5 14 10 0 10 1 310
540 539 night-daze 5 17 85 10 95 0 10 3 74 40
541 540 psystrike 5 14 100 10 100 0 10 3 283
542 541 tail-slap 5 1 25 10 85 0 10 2 30
543 542 hurricane 5 3 110 10 70 0 10 3 338 334 30
544 543 head-charge 5 1 120 15 100 0 10 2 49
545 544 gear-grind 5 9 50 15 85 0 10 2 45
546 545 searing-shot 5 10 100 5 100 0 9 3 5 30
558 557 v-create 5 10 180 5 95 0 10 2 335 100
559 558 fusion-flare 5 10 100 5 100 0 10 3 336
560 559 fusion-bolt 5 13 100 5 100 0 10 2 337
561 560 flying-press 6 2 80 100 10 95 0 10 2 339 338
562 561 mat-block 6 2 10 0 4 1 340 377
563 562 belch 6 4 120 10 90 0 10 3 341 339
564 563 rototiller 6 5 10 0 14 1 342 340 100
565 564 sticky-web 6 7 20 0 6 1 343 341
566 565 fell-stinger 6 7 30 50 25 100 0 10 2 344 342
567 566 phantom-force 6 8 90 10 100 0 10 2 273
568 567 trick-or-treat 6 8 20 100 0 10 1 345 343
569 568 noble-roar 6 1 30 100 0 10 1 346 344 100
570 569 ion-deluge 6 13 25 1 12 1 347 345
571 570 parabolic-charge 6 13 50 65 20 100 0 9 3 348 346
572 571 forests-curse 6 12 20 100 0 10 1 349 376
573 572 petal-blizzard 6 12 90 15 100 0 9 2 1 379
574 573 freeze-dry 6 15 70 20 100 0 10 3 350 380 10
575 574 disarming-voice 6 18 40 15 0 11 3 18 381
576 575 parting-shot 6 17 20 100 0 10 1 351 347 100
577 576 topsy-turvy 6 17 20 0 10 1 352 348
578 577 draining-kiss 6 18 50 10 100 0 10 3 353 349
579 578 crafty-shield 6 18 10 3 4 1 354 350
580 579 flower-shield 6 18 10 0 14 1 355 351 100
581 580 grassy-terrain 6 12 10 0 12 1 356 352
582 581 misty-terrain 6 18 10 0 12 1 357 353
583 582 electrify 6 13 20 0 10 1 358 354
584 583 play-rough 6 18 90 10 90 0 10 2 69 10
585 584 fairy-wind 6 18 40 30 100 0 10 3 1
586 585 moonblast 6 18 95 15 100 0 10 3 72 30
587 586 boomburst 6 1 140 10 100 0 9 3 1 379
588 587 fairy-lock 6 18 10 0 12 1 359 355
589 588 kings-shield 6 9 10 4 7 1 360 356
590 589 play-nice 6 1 20 0 10 1 19 357 100
591 590 confide 6 1 20 0 10 1 361 358 100
592 591 diamond-storm 6 6 100 5 95 0 11 2 139 359 50
593 592 steam-eruption 6 11 110 5 95 0 10 3 5 30
594 593 hyperspace-hole 6 14 80 5 0 10 3 10007 360
595 594 water-shuriken 6 11 15 20 100 1 10 2 3 30 361
596 595 mystical-fire 6 10 65 75 10 100 0 10 3 72 100
597 596 spiky-shield 6 12 10 4 7 1 362
598 597 aromatic-mist 6 18 20 0 3 1 363
599 598 eerie-impulse 6 13 15 100 0 10 1 369 62
600 599 venom-drench 6 4 20 100 0 11 1 364 100
601 600 powder 6 7 20 100 1 10 1 365 378
602 601 geomancy 6 18 10 0 7 1 366
603 602 magnetic-flux 6 13 20 0 13 1 367
604 603 happy-hour 6 1 30 0 4 1 370 368
605 604 electric-terrain 6 13 10 0 12 1 368 369
606 605 dazzling-gleam 6 18 80 10 100 0 11 3 1
607 606 celebrate 6 1 40 0 7 1 10007 370
608 607 hold-hands 6 1 40 0 3 1 10007 371
609 608 baby-doll-eyes 6 18 30 100 1 10 1 19 365
610 609 nuzzle 6 13 20 20 100 0 10 2 7 372 100
611 610 hold-back 6 1 40 40 100 0 10 2 102
612 611 infestation 6 7 20 20 100 0 10 3 43 100
613 612 power-up-punch 6 2 40 20 100 0 10 2 140 375 100
614 613 oblivion-wing 6 3 80 10 100 0 10 3 353 349
615 614 thousand-arrows 6 5 90 10 100 0 11 2 10007 373 100
616 615 thousand-waves 6 5 90 10 100 0 11 2 10007 374
617 616 lands-wrath 6 5 90 10 100 0 11 2 1
618 617 light-of-ruin 6 18 140 5 90 0 10 3 270
619 618 origin-pulse 6 11 110 10 85 0 11 3 1
620 619 precipice-blades 6 5 120 10 85 0 11 2 1
621 620 dragon-ascent 6 3 120 5 100 0 10 2 230 100
622 621 hyperspace-fury 6 17 100 5 0 10 2 360 100
623 622 breakneck-blitz--physical 7 1 1 0 10 2 1
624 623 breakneck-blitz--special 7 1 1 0 10 3 1
625 624 all-out-pummeling--physical 7 2 1 0 10 2 1
626 625 all-out-pummeling--special 7 2 1 0 10 3 1
627 626 supersonic-skystrike--physical 7 3 1 0 10 2 1
628 627 supersonic-skystrike--special 7 3 1 0 10 3 1
629 628 acid-downpour--physical 7 4 1 0 10 2 1
630 629 acid-downpour--special 7 4 1 0 10 3 1
631 630 tectonic-rage--physical 7 5 1 0 10 2 1
632 631 tectonic-rage--special 7 5 1 0 10 3 1
633 632 continental-crush--physical 7 6 1 0 10 2 1
634 633 continental-crush--special 7 6 1 0 10 3 1
635 634 savage-spin-out--physical 7 7 1 0 10 2 1
636 635 savage-spin-out--special 7 7 1 0 10 3 1
637 636 never-ending-nightmare--physical 7 8 1 0 10 2 1
638 637 never-ending-nightmare--special 7 8 1 0 10 3 1
639 638 corkscrew-crash--physical 7 9 1 0 10 2 1
640 639 corkscrew-crash--special 7 9 1 0 10 3 1
641 640 inferno-overdrive--physical 7 10 1 0 10 2 1
642 641 inferno-overdrive--special 7 10 1 0 10 3 1
643 642 hydro-vortex--physical 7 11 1 0 10 2 1
644 643 hydro-vortex--special 7 11 1 0 10 3 1
645 644 bloom-doom--physical 7 12 1 0 10 2 1
646 645 bloom-doom--special 7 12 1 0 10 3 1
647 646 gigavolt-havoc--physical 7 13 1 0 10 2 1
648 647 gigavolt-havoc--special 7 13 1 0 10 3 1
649 648 shattered-psyche--physical 7 14 1 0 10 2 1
650 649 shattered-psyche--special 7 14 1 0 10 3 1
651 650 subzero-slammer--physical 7 15 1 0 10 2 1
652 651 subzero-slammer--special 7 15 1 0 10 3 1
653 652 devastating-drake--physical 7 16 1 0 10 2 1
654 653 devastating-drake--special 7 16 1 0 10 3 1
655 654 black-hole-eclipse--physical 7 17 1 0 10 2 1
656 655 black-hole-eclipse--special 7 17 1 0 10 3 1
657 656 twinkle-tackle--physical 7 18 1 0 10 2 1
658 657 twinkle-tackle--special 7 18 1 0 10 3 1
659 658 catastropika 7 13 210 1 0 10 2 1
660 659 shore-up 7 5 10 0 7 1 382
661 660 first-impression 7 7 90 10 100 2 10 2 383
662 661 baneful-bunker 7 4 10 4 7 1 384
663 662 spirit-shackle 7 8 80 10 100 0 10 2 385
664 663 darkest-lariat 7 17 85 10 100 0 10 2 304
665 664 sparkling-aria 7 11 90 10 100 0 9 3 386
666 665 ice-hammer 7 15 100 10 90 0 10 2 219 100
667 666 floral-healing 7 18 10 0 10 1 387
668 667 high-horsepower 7 5 95 10 95 0 10 2 1
669 668 strength-sap 7 12 10 100 0 10 1 388 100
670 669 solar-blade 7 12 125 10 100 0 10 2 152
671 670 leafage 7 12 40 40 100 0 10 2 1
672 671 spotlight 7 1 15 3 10 1 389
673 672 toxic-thread 7 4 20 100 0 10 1 390 100
674 673 laser-focus 7 1 30 0 7 1 391
675 674 gear-up 7 9 20 0 13 1 392
676 675 throat-chop 7 17 80 15 100 0 10 2 393 100
677 676 pollen-puff 7 7 90 15 100 0 10 3 394
678 677 anchor-shot 7 9 80 20 100 0 10 2 385
679 678 psychic-terrain 7 14 10 0 12 1 395
680 679 lunge 7 7 80 15 100 0 10 2 396 100
681 680 fire-lash 7 10 80 15 100 0 10 2 397 100
682 681 power-trip 7 17 20 10 100 0 10 2 306
683 682 burn-up 7 10 130 5 100 0 10 3 398
684 683 speed-swap 7 14 10 0 10 1 399
685 684 smart-strike 7 9 70 10 0 10 2 18
686 685 purify 7 4 20 0 10 1 400
687 686 revelation-dance 7 1 90 15 100 0 10 3 401
688 687 core-enforcer 7 16 100 10 100 0 11 3 402
689 688 trop-kick 7 12 70 15 100 0 10 2 396 100
690 689 instruct 7 14 15 0 10 1 403
691 690 beak-blast 7 3 100 15 100 -3 10 2 404
692 691 clanging-scales 7 16 110 5 100 0 11 3 405 100
693 692 dragon-hammer 7 16 90 15 100 0 10 2 1
694 693 brutal-swing 7 17 60 20 100 0 9 2 406
695 694 aurora-veil 7 15 20 0 4 1 407
696 695 sinister-arrow-raid 7 8 180 1 0 10 2 1
697 696 malicious-moonsault 7 17 180 1 0 10 2 1
698 697 oceanic-operetta 7 11 195 1 0 10 3 1
699 698 guardian-of-alola 7 18 1 0 10 3 413
700 699 soul-stealing-7-star-strike 7 8 195 1 0 10 2 1
701 700 stoked-sparksurfer 7 13 175 1 0 10 3 7 100
702 701 pulverizing-pancake 7 1 210 1 0 10 2 1
703 702 extreme-evoboost 7 1 1 0 7 1 414 100
704 703 genesis-supernova 7 14 185 1 0 10 3 415
705 704 shell-trap 7 10 150 5 100 -3 11 3 408
706 705 fleur-cannon 7 18 130 5 90 0 10 3 205 100
707 706 psychic-fangs 7 14 85 10 100 0 10 2 187
708 707 stomping-tantrum 7 5 75 10 100 0 10 2 409
709 708 shadow-bone 7 8 85 10 100 0 10 2 70 20
710 709 accelerock 7 6 40 20 100 1 10 2 104
711 710 liquidation 7 11 85 10 100 0 10 2 70 20
712 711 prismatic-laser 7 14 160 10 100 0 10 3 81
713 712 spectral-thief 7 8 90 10 100 0 10 2 410
714 713 sunsteel-strike 7 9 100 5 100 0 10 2 411
715 714 moongeist-beam 7 8 100 5 100 0 10 3 411
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 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

@ -241,7 +241,7 @@ pokemon_id,ability_id,is_hidden,slot
91,142,1,3
92,26,0,1
93,26,0,1
94,26,0,1
94,130,0,1
95,69,0,1
95,5,0,2
95,133,1,3
@ -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
@ -636,11 +640,11 @@ pokemon_id,ability_id,is_hidden,slot
242,32,0,2
242,131,1,3
243,46,0,1
243,10,1,3
243,39,1,3
244,46,0,1
244,18,1,3
244,39,1,3
245,46,0,1
245,11,1,3
245,39,1,3
246,62,0,1
246,8,1,3
247,61,0,1
@ -712,8 +716,10 @@ pokemon_id,ability_id,is_hidden,slot
277,62,0,1
277,113,1,3
278,51,0,1
278,93,0,2
278,44,1,3
279,51,0,1
279,2,0,2
279,44,1,3
280,28,0,1
280,36,0,2
@ -827,6 +833,7 @@ pokemon_id,ability_id,is_hidden,slot
323,116,0,2
323,83,1,3
324,73,0,1
324,70,0,2
324,75,1,3
325,47,0,1
325,20,0,2
@ -1275,10 +1282,13 @@ pokemon_id,ability_id,is_hidden,slot
523,78,0,2
523,157,1,3
524,5,0,1
524,133,0,2
524,159,1,3
525,5,0,1
525,133,0,2
525,159,1,3
526,5,0,1
526,45,0,2
526,159,1,3
527,109,0,1
527,103,0,2
@ -1432,10 +1442,13 @@ pokemon_id,ability_id,is_hidden,slot
581,145,0,2
581,93,1,3
582,115,0,1
582,81,0,2
582,133,1,3
583,115,0,1
583,81,0,2
583,133,1,3
584,115,0,1
584,117,0,2
584,133,1,3
585,34,0,1
585,157,0,2
@ -1510,8 +1523,10 @@ pokemon_id,ability_id,is_hidden,slot
612,104,0,2
612,127,1,3
613,81,0,1
613,202,0,2
613,155,1,3
614,81,0,1
614,202,0,2
614,33,1,3
615,26,0,1
616,93,0,1
@ -1750,6 +1765,383 @@ pokemon_id,ability_id,is_hidden,slot
719,29,0,1
720,170,0,1
721,11,0,1
722,65,0,1
722,203,1,3
723,65,0,1
723,203,1,3
724,65,0,1
724,203,1,3
725,66,0,1
725,22,1,3
726,66,0,1
726,22,1,3
727,66,0,1
727,22,1,3
728,67,0,1
728,204,1,3
729,67,0,1
729,204,1,3
730,67,0,1
730,204,1,3
731,51,0,1
731,92,0,2
731,53,1,3
732,51,0,1
732,92,0,2
732,53,1,3
733,51,0,1
733,92,0,2
733,125,1,3
734,198,0,1
734,173,0,2
734,91,1,3
735,198,0,1
735,173,0,2
735,91,1,3
736,68,0,1
737,217,0,1
738,26,0,1
739,52,0,1
739,89,0,2
739,83,1,3
740,52,0,1
740,89,0,2
740,83,1,3
741,216,0,1
742,118,0,1
742,19,0,2
742,175,1,3
743,118,0,1
743,19,0,2
743,175,1,3
744,51,0,1
744,72,0,2
744,80,1,3
745,51,0,1
745,146,0,2
745,80,1,3
746,208,0,1
747,196,0,1
747,7,0,2
747,144,1,3
748,196,0,1
748,7,0,2
748,144,1,3
749,20,0,1
749,192,0,2
749,39,1,3
750,20,0,1
750,192,0,2
750,39,1,3
751,199,0,1
751,11,1,3
752,199,0,1
752,11,1,3
753,102,0,1
753,126,1,3
754,102,0,1
754,126,1,3
755,35,0,1
755,27,0,2
755,44,1,3
756,35,0,1
756,27,0,2
756,44,1,3
757,212,0,1
757,12,1,3
758,212,0,1
758,12,1,3
759,218,0,1
759,103,0,2
759,56,1,3
760,218,0,1
760,103,0,2
760,127,1,3
761,102,0,1
761,12,0,2
761,175,1,3
762,102,0,1
762,12,0,2
762,175,1,3
763,102,0,1
763,214,0,2
763,175,1,3
764,166,0,1
764,205,0,2
764,30,1,3
765,39,0,1
765,140,0,2
765,180,1,3
766,222,0,1
766,128,1,3
767,193,0,1
768,194,0,1
769,195,0,1
769,8,1,3
770,195,0,1
770,8,1,3
771,215,0,1
771,109,1,3
772,4,0,1
773,225,0,1
774,197,0,1
775,213,0,1
776,75,0,1
777,160,0,1
777,31,0,2
777,5,1,3
778,209,0,1
779,219,0,1
779,173,0,2
779,147,1,3
780,201,0,1
780,157,0,2
780,13,1,3
781,200,0,1
782,171,0,1
782,43,0,2
782,142,1,3
783,171,0,1
783,43,0,2
783,142,1,3
784,171,0,1
784,43,0,2
784,142,1,3
785,226,0,1
785,140,1,3
786,227,0,1
786,140,1,3
787,229,0,1
787,140,1,3
788,228,0,1
788,140,1,3
789,109,0,1
790,5,0,1
791,230,0,1
792,231,0,1
793,224,0,1
794,224,0,1
795,224,0,1
796,224,0,1
797,224,0,1
798,224,0,1
799,224,0,1
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
@ -1866,3 +2258,193 @@ pokemon_id,ability_id,is_hidden,slot
10088,113,0,1
10089,184,0,1
10090,91,0,1
10091,82,0,1
10091,55,0,2
10091,47,1,3
10092,82,0,1
10092,55,0,2
10092,47,1,3
10093,82,0,1
10093,55,0,2
10093,47,1,3
10094,9,0,1
10094,31,1,3
10095,9,0,1
10095,31,1,3
10096,9,0,1
10096,31,1,3
10097,9,0,1
10097,31,1,3
10098,9,0,1
10098,31,1,3
10099,9,0,1
10099,31,1,3
10100,207,0,1
10101,81,0,1
10101,202,1,3
10102,81,0,1
10102,202,1,3
10103,81,0,1
10103,117,1,3
10104,81,0,1
10104,117,1,3
10105,8,0,1
10105,221,0,2
10105,159,1,3
10106,8,0,1
10106,221,0,2
10106,159,1,3
10107,53,0,1
10107,101,0,2
10107,155,1,3
10108,169,0,1
10108,101,0,2
10108,155,1,3
10109,42,0,1
10109,5,0,2
10109,206,1,3
10110,42,0,1
10110,5,0,2
10110,206,1,3
10111,42,0,1
10111,5,0,2
10111,206,1,3
10112,143,0,1
10112,82,0,2
10112,223,1,3
10113,143,0,1
10113,82,0,2
10113,223,1,3
10114,119,0,1
10114,139,1,3
10115,130,0,1
10115,31,0,2
10115,69,1,3
10116,210,0,1
10117,210,0,1
10118,211,0,1
10119,211,0,1
10120,211,0,1
10121,198,0,1
10121,173,0,2
10121,91,1,3
10122,26,0,1
10123,216,0,1
10124,216,0,1
10125,216,0,1
10126,51,0,1
10126,72,0,2
10126,99,1,3
10127,208,0,1
10128,102,0,1
10128,126,1,3
10129,212,0,1
10129,12,1,3
10130,197,0,1
10131,197,0,1
10132,197,0,1
10133,197,0,1
10134,197,0,1
10135,197,0,1
10136,197,0,1
10137,197,0,1
10138,197,0,1
10139,197,0,1
10140,197,0,1
10141,197,0,1
10142,197,0,1
10143,209,0,1
10144,209,0,1
10145,209,0,1
10146,171,0,1
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
241 91 142 1 3
242 92 26 0 1
243 93 26 0 1
244 94 26 130 0 1
245 95 69 0 1
246 95 5 0 2
247 95 133 1 3
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
640 242 32 0 2
641 242 131 1 3
642 243 46 0 1
643 243 10 39 1 3
644 244 46 0 1
645 244 18 39 1 3
646 245 46 0 1
647 245 11 39 1 3
648 246 62 0 1
649 246 8 1 3
650 247 61 0 1
716 277 62 0 1
717 277 113 1 3
718 278 51 0 1
719 278 93 0 2
720 278 44 1 3
721 279 51 0 1
722 279 2 0 2
723 279 44 1 3
724 280 28 0 1
725 280 36 0 2
833 323 116 0 2
834 323 83 1 3
835 324 73 0 1
836 324 70 0 2
837 324 75 1 3
838 325 47 0 1
839 325 20 0 2
1282 523 78 0 2
1283 523 157 1 3
1284 524 5 0 1
1285 524 133 0 2
1286 524 159 1 3
1287 525 5 0 1
1288 525 133 0 2
1289 525 159 1 3
1290 526 5 0 1
1291 526 45 0 2
1292 526 159 1 3
1293 527 109 0 1
1294 527 103 0 2
1442 581 145 0 2
1443 581 93 1 3
1444 582 115 0 1
1445 582 81 0 2
1446 582 133 1 3
1447 583 115 0 1
1448 583 81 0 2
1449 583 133 1 3
1450 584 115 0 1
1451 584 117 0 2
1452 584 133 1 3
1453 585 34 0 1
1454 585 157 0 2
1523 612 104 0 2
1524 612 127 1 3
1525 613 81 0 1
1526 613 202 0 2
1527 613 155 1 3
1528 614 81 0 1
1529 614 202 0 2
1530 614 33 1 3
1531 615 26 0 1
1532 616 93 0 1
1765 719 29 0 1
1766 720 170 0 1
1767 721 11 0 1
1768 722 65 0 1
1769 722 203 1 3
1770 723 65 0 1
1771 723 203 1 3
1772 724 65 0 1
1773 724 203 1 3
1774 725 66 0 1
1775 725 22 1 3
1776 726 66 0 1
1777 726 22 1 3
1778 727 66 0 1
1779 727 22 1 3
1780 728 67 0 1
1781 728 204 1 3
1782 729 67 0 1
1783 729 204 1 3
1784 730 67 0 1
1785 730 204 1 3
1786 731 51 0 1
1787 731 92 0 2
1788 731 53 1 3
1789 732 51 0 1
1790 732 92 0 2
1791 732 53 1 3
1792 733 51 0 1
1793 733 92 0 2
1794 733 125 1 3
1795 734 198 0 1
1796 734 173 0 2
1797 734 91 1 3
1798 735 198 0 1
1799 735 173 0 2
1800 735 91 1 3
1801 736 68 0 1
1802 737 217 0 1
1803 738 26 0 1
1804 739 52 0 1
1805 739 89 0 2
1806 739 83 1 3
1807 740 52 0 1
1808 740 89 0 2
1809 740 83 1 3
1810 741 216 0 1
1811 742 118 0 1
1812 742 19 0 2
1813 742 175 1 3
1814 743 118 0 1
1815 743 19 0 2
1816 743 175 1 3
1817 744 51 0 1
1818 744 72 0 2
1819 744 80 1 3
1820 745 51 0 1
1821 745 146 0 2
1822 745 80 1 3
1823 746 208 0 1
1824 747 196 0 1
1825 747 7 0 2
1826 747 144 1 3
1827 748 196 0 1
1828 748 7 0 2
1829 748 144 1 3
1830 749 20 0 1
1831 749 192 0 2
1832 749 39 1 3
1833 750 20 0 1
1834 750 192 0 2
1835 750 39 1 3
1836 751 199 0 1
1837 751 11 1 3
1838 752 199 0 1
1839 752 11 1 3
1840 753 102 0 1
1841 753 126 1 3
1842 754 102 0 1
1843 754 126 1 3
1844 755 35 0 1
1845 755 27 0 2
1846 755 44 1 3
1847 756 35 0 1
1848 756 27 0 2
1849 756 44 1 3
1850 757 212 0 1
1851 757 12 1 3
1852 758 212 0 1
1853 758 12 1 3
1854 759 218 0 1
1855 759 103 0 2
1856 759 56 1 3
1857 760 218 0 1
1858 760 103 0 2
1859 760 127 1 3
1860 761 102 0 1
1861 761 12 0 2
1862 761 175 1 3
1863 762 102 0 1
1864 762 12 0 2
1865 762 175 1 3
1866 763 102 0 1
1867 763 214 0 2
1868 763 175 1 3
1869 764 166 0 1
1870 764 205 0 2
1871 764 30 1 3
1872 765 39 0 1
1873 765 140 0 2
1874 765 180 1 3
1875 766 222 0 1
1876 766 128 1 3
1877 767 193 0 1
1878 768 194 0 1
1879 769 195 0 1
1880 769 8 1 3
1881 770 195 0 1
1882 770 8 1 3
1883 771 215 0 1
1884 771 109 1 3
1885 772 4 0 1
1886 773 225 0 1
1887 774 197 0 1
1888 775 213 0 1
1889 776 75 0 1
1890 777 160 0 1
1891 777 31 0 2
1892 777 5 1 3
1893 778 209 0 1
1894 779 219 0 1
1895 779 173 0 2
1896 779 147 1 3
1897 780 201 0 1
1898 780 157 0 2
1899 780 13 1 3
1900 781 200 0 1
1901 782 171 0 1
1902 782 43 0 2
1903 782 142 1 3
1904 783 171 0 1
1905 783 43 0 2
1906 783 142 1 3
1907 784 171 0 1
1908 784 43 0 2
1909 784 142 1 3
1910 785 226 0 1
1911 785 140 1 3
1912 786 227 0 1
1913 786 140 1 3
1914 787 229 0 1
1915 787 140 1 3
1916 788 228 0 1
1917 788 140 1 3
1918 789 109 0 1
1919 790 5 0 1
1920 791 230 0 1
1921 792 231 0 1
1922 793 224 0 1
1923 794 224 0 1
1924 795 224 0 1
1925 796 224 0 1
1926 797 224 0 1
1927 798 224 0 1
1928 799 224 0 1
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
2258 10088 113 0 1
2259 10089 184 0 1
2260 10090 91 0 1
2261 10091 82 0 1
2262 10091 55 0 2
2263 10091 47 1 3
2264 10092 82 0 1
2265 10092 55 0 2
2266 10092 47 1 3
2267 10093 82 0 1
2268 10093 55 0 2
2269 10093 47 1 3
2270 10094 9 0 1
2271 10094 31 1 3
2272 10095 9 0 1
2273 10095 31 1 3
2274 10096 9 0 1
2275 10096 31 1 3
2276 10097 9 0 1
2277 10097 31 1 3
2278 10098 9 0 1
2279 10098 31 1 3
2280 10099 9 0 1
2281 10099 31 1 3
2282 10100 207 0 1
2283 10101 81 0 1
2284 10101 202 1 3
2285 10102 81 0 1
2286 10102 202 1 3
2287 10103 81 0 1
2288 10103 117 1 3
2289 10104 81 0 1
2290 10104 117 1 3
2291 10105 8 0 1
2292 10105 221 0 2
2293 10105 159 1 3
2294 10106 8 0 1
2295 10106 221 0 2
2296 10106 159 1 3
2297 10107 53 0 1
2298 10107 101 0 2
2299 10107 155 1 3
2300 10108 169 0 1
2301 10108 101 0 2
2302 10108 155 1 3
2303 10109 42 0 1
2304 10109 5 0 2
2305 10109 206 1 3
2306 10110 42 0 1
2307 10110 5 0 2
2308 10110 206 1 3
2309 10111 42 0 1
2310 10111 5 0 2
2311 10111 206 1 3
2312 10112 143 0 1
2313 10112 82 0 2
2314 10112 223 1 3
2315 10113 143 0 1
2316 10113 82 0 2
2317 10113 223 1 3
2318 10114 119 0 1
2319 10114 139 1 3
2320 10115 130 0 1
2321 10115 31 0 2
2322 10115 69 1 3
2323 10116 210 0 1
2324 10117 210 0 1
2325 10118 211 0 1
2326 10119 211 0 1
2327 10120 211 0 1
2328 10121 198 0 1
2329 10121 173 0 2
2330 10121 91 1 3
2331 10122 26 0 1
2332 10123 216 0 1
2333 10124 216 0 1
2334 10125 216 0 1
2335 10126 51 0 1
2336 10126 72 0 2
2337 10126 99 1 3
2338 10127 208 0 1
2339 10128 102 0 1
2340 10128 126 1 3
2341 10129 212 0 1
2342 10129 12 1 3
2343 10130 197 0 1
2344 10131 197 0 1
2345 10132 197 0 1
2346 10133 197 0 1
2347 10134 197 0 1
2348 10135 197 0 1
2349 10136 197 0 1
2350 10137 197 0 1
2351 10138 197 0 1
2352 10139 197 0 1
2353 10140 197 0 1
2354 10141 197 0 1
2355 10142 197 0 1
2356 10143 209 0 1
2357 10144 209 0 1
2358 10145 209 0 1
2359 10146 171 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,12 +910,246 @@ 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
719,15
720,15
721,15
722,4
723,4
724,4
725,5
726,5
727,5
728,2
728,5
729,2
729,5
730,2
730,5
731,4
732,4
733,4
734,5
735,5
736,3
737,3
738,3
739,9
740,9
741,4
742,3
742,6
743,3
743,6
744,5
745,5
746,12
747,2
748,2
749,5
750,5
751,2
751,3
752,2
752,3
753,7
754,7
755,7
756,7
757,1
757,14
758,1
758,14
759,5
760,5
761,7
762,7
763,7
764,7
765,5
766,5
767,3
767,9
768,3
768,9
769,11
770,11
771,2
772,15
773,15
774,10
775,5
776,1
776,14
777,5
777,6
778,11
779,12
780,1
780,14
781,10
782,14
783,14
784,14
785,15
786,15
787,15
788,15
789,15
790,15
791,15
792,15
793,15
794,15
795,15
796,15
797,15
798,15
799,15
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
923 719 15
924 720 15
925 721 15
926 722 4
927 723 4
928 724 4
929 725 5
930 726 5
931 727 5
932 728 2
933 728 5
934 729 2
935 729 5
936 730 2
937 730 5
938 731 4
939 732 4
940 733 4
941 734 5
942 735 5
943 736 3
944 737 3
945 738 3
946 739 9
947 740 9
948 741 4
949 742 3
950 742 6
951 743 3
952 743 6
953 744 5
954 745 5
955 746 12
956 747 2
957 748 2
958 749 5
959 750 5
960 751 2
961 751 3
962 752 2
963 752 3
964 753 7
965 754 7
966 755 7
967 756 7
968 757 1
969 757 14
970 758 1
971 758 14
972 759 5
973 760 5
974 761 7
975 762 7
976 763 7
977 764 7
978 765 5
979 766 5
980 767 3
981 767 9
982 768 3
983 768 9
984 769 11
985 770 11
986 771 2
987 772 15
988 773 15
989 774 10
990 775 5
991 776 1
992 776 14
993 777 5
994 777 6
995 778 11
996 779 12
997 780 1
998 780 14
999 781 10
1000 782 14
1001 783 14
1002 784 14
1003 785 15
1004 786 15
1005 787 15
1006 788 15
1007 789 15
1008 790 15
1009 791 15
1010 792 15
1011 793 15
1012 794 15
1013 795 15
1014 796 15
1015 797 15
1016 798 15
1017 799 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
@ -363,3 +363,98 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
363,470,1,,,,650,,,,,,,,,,,,0,0
364,471,1,,,,640,,,,,,,,,,,,0,0
365,476,1,,,,629,,,,,,,,,,,,0,0
366,462,1,,,,,,,,,,,,,,,,0,0
367,105,1,,28,,,,night,,,,,,,,,,0,0
368,470,1,,,,,,,,,,,,,,,,0,0
369,471,1,,,,,,,,,,,,,,,,0,0
370,476,1,,,,,,,,,,,,,,,,0,0
371,350,1,,,,,,,,,,170,,,,,,0,0
373,723,1,,17,,,,,,,,,,,,,,0,0
374,724,1,,34,,,,,,,,,,,,,,0,0
375,726,1,,17,,,,,,,,,,,,,,0,0
376,727,1,,34,,,,,,,,,,,,,,0,0
377,729,1,,17,,,,,,,,,,,,,,0,0
378,730,1,,34,,,,,,,,,,,,,,0,0
379,732,1,,14,,,,,,,,,,,,,,0,0
380,733,1,,28,,,,,,,,,,,,,,0,0
381,735,1,,20,,,,day,,,,,,,,,,0,0
382,737,1,,20,,,,,,,,,,,,,,0,0
383,738,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
388,748,1,,38,,,,,,,,,,,,,,0,0
389,750,1,,30,,,,,,,,,,,,,,0,0
390,752,1,,22,,,,,,,,,,,,,,0,0
391,754,1,,34,,,,day,,,,,,,,,,0,0
392,756,1,,24,,,,,,,,,,,,,,0,0
393,758,1,,33,1,,,,,,,,,,,,,0,0
394,760,1,,27,,,,,,,,,,,,,,0,0
395,762,1,,18,,,,,,,,,,,,,,0,0
396,763,1,,,,,,,23,,,,,,,,,0,0
397,768,1,,30,,,,,,,,,,,,,,0,0
398,770,1,,42,,,,,,,,,,,,,,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
363 363 470 1 650 0 0
364 364 471 1 640 0 0
365 365 476 1 629 0 0
366 366 462 1 0 0
367 367 105 1 28 night 0 0
368 368 470 1 0 0
369 369 471 1 0 0
370 370 476 1 0 0
371 371 350 1 170 0 0
372 373 723 1 17 0 0
373 374 724 1 34 0 0
374 375 726 1 17 0 0
375 376 727 1 34 0 0
376 377 729 1 17 0 0
377 378 730 1 34 0 0
378 379 732 1 14 0 0
379 380 733 1 28 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
387 388 748 1 38 0 0
388 389 750 1 30 0 0
389 390 752 1 22 0 0
390 391 754 1 34 day 0 0
391 392 756 1 24 0 0
392 393 758 1 33 1 0 0
393 394 760 1 27 0 0
394 395 762 1 18 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 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

@ -1,11 +1,15 @@
pokemon_move_method_id,local_language_id,name,description
1,6,Level up,"Wird gelernt, wenn ein Pokémon ein bestimmtes Level erreicht."
1,7,Nivel,Se aprende cuando un pokemon alcanza un cierto nivel.
1,9,Level up,Learned when a Pokémon reaches a certain level.
2,6,Ei,"Erscheint bei einem frisch geschlüpften Pokémon, wenn der Vater die selbe Fähigkeit hatte."
2,7,Huevo,"Aparece en un Pokémon recién nacido, si el padre tuvo el mismo movimiento."
2,9,Egg,"Appears on a newly-hatched Pokémon, if the father had the same move."
3,6,Tutor,Kann jederzeit von einem NPC erlernt werden.
3,7,Tutor, Puede ser enseñado en cualquier momento por un NPC.
3,9,Tutor,Can be taught at any time by an NPC.
4,6,Maschine,Kann jederzeit durch das benutzen eines TM oder VM erlernt werden.
4,7,Máquina,Se puede enseñar en cualquier momento usando una MT o MO.
4,9,Machine,Can be taught at any time by using a TM or HM.
5,6,Stadium: Surfendes Pikachu,"Wird gelernt, wenn ein Pikachu dabei hilft den Premium-Cup in der Kategorie Meisterball ohne unterbrechung zu besiegen. Es muss in jedem Kampf teilnehmen."
5,9,Stadium: Surfing Pikachu,"Learned when a non-rental Pikachu helps beat Prime Cup Master Ball R-2. It must participate in every battle, and you must win with no continues."
@ -16,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
2 1 6 Level up Wird gelernt, wenn ein Pokémon ein bestimmtes Level erreicht.
3 1 7 Nivel Se aprende cuando un pokemon alcanza un cierto nivel.
4 1 9 Level up Learned when a Pokémon reaches a certain level.
5 2 6 Ei Erscheint bei einem frisch geschlüpften Pokémon, wenn der Vater die selbe Fähigkeit hatte.
6 2 7 Huevo Aparece en un Pokémon recién nacido, si el padre tuvo el mismo movimiento.
7 2 9 Egg Appears on a newly-hatched Pokémon, if the father had the same move.
8 3 6 Tutor Kann jederzeit von einem NPC erlernt werden.
9 3 7 Tutor Puede ser enseñado en cualquier momento por un NPC.
10 3 9 Tutor Can be taught at any time by an NPC.
11 4 6 Maschine Kann jederzeit durch das benutzen eines TM oder VM erlernt werden.
12 4 7 Máquina Se puede enseñar en cualquier momento usando una MT o MO.
13 4 9 Machine Can be taught at any time by using a TM or HM.
14 5 6 Stadium: Surfendes Pikachu Wird gelernt, wenn ein Pikachu dabei hilft den Premium-Cup in der Kategorie Meisterball ohne unterbrechung zu besiegen. Es muss in jedem Kampf teilnehmen.
15 5 9 Stadium: Surfing Pikachu Learned when a non-rental Pikachu helps beat Prime Cup Master Ball R-2. It must participate in every battle, and you must win with no continues.
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

File diff suppressed because it is too large Load Diff

View File

@ -1070,6 +1070,275 @@ pokemon_id,type_id,slot
720,8,2
721,10,1
721,11,2
722,12,1
722,3,2
723,12,1
723,3,2
724,12,1
724,8,2
725,10,1
726,10,1
727,10,1
727,17,2
728,11,1
729,11,1
730,11,1
730,18,2
731,1,1
731,3,2
732,1,1
732,3,2
733,1,1
733,3,2
734,1,1
735,1,1
736,7,1
737,7,1
737,13,2
738,7,1
738,13,2
739,2,1
740,2,1
740,15,2
741,10,1
741,3,2
742,7,1
742,18,2
743,7,1
743,18,2
744,6,1
745,6,1
746,11,1
747,4,1
747,11,2
748,4,1
748,11,2
749,5,1
750,5,1
751,11,1
751,7,2
752,11,1
752,7,2
753,12,1
754,12,1
755,12,1
755,18,2
756,12,1
756,18,2
757,4,1
757,10,2
758,4,1
758,10,2
759,1,1
759,2,2
760,1,1
760,2,2
761,12,1
762,12,1
763,12,1
764,18,1
765,1,1
765,14,2
766,2,1
767,7,1
767,11,2
768,7,1
768,11,2
769,8,1
769,5,2
770,8,1
770,5,2
771,11,1
772,1,1
773,1,1
774,6,1
774,3,2
775,1,1
776,10,1
776,16,2
777,13,1
777,9,2
778,8,1
778,18,2
779,11,1
779,14,2
780,1,1
780,16,2
781,8,1
781,12,2
782,16,1
783,16,1
783,2,2
784,16,1
784,2,2
785,13,1
785,18,2
786,14,1
786,18,2
787,12,1
787,18,2
788,11,1
788,18,2
789,14,1
790,14,1
791,14,1
791,9,2
792,14,1
792,8,2
793,6,1
793,4,2
794,7,1
794,2,2
795,7,1
795,2,2
796,13,1
797,9,1
797,3,2
798,12,1
798,9,2
799,17,1
799,16,2
800,14,1
801,9,1
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
@ -1224,3 +1493,184 @@ pokemon_id,type_id,slot
10089,3,2
10090,7,1
10090,4,2
10091,17,1
10091,1,2
10092,17,1
10092,1,2
10093,17,1
10093,1,2
10094,13,1
10095,13,1
10096,13,1
10097,13,1
10098,13,1
10099,13,1
10100,13,1
10100,14,2
10101,15,1
10101,9,2
10102,15,1
10102,9,2
10103,15,1
10104,15,1
10104,18,2
10105,5,1
10105,9,2
10106,5,1
10106,9,2
10107,17,1
10108,17,1
10109,6,1
10109,13,2
10110,6,1
10110,13,2
10111,6,1
10111,13,2
10112,4,1
10112,17,2
10113,4,1
10113,17,2
10114,12,1
10114,16,2
10115,10,1
10115,8,2
10116,11,1
10116,17,2
10117,11,1
10117,17,2
10118,16,1
10118,5,2
10119,16,1
10119,5,2
10120,16,1
10120,5,2
10121,1,1
10122,7,1
10122,13,2
10123,13,1
10123,3,2
10124,14,1
10124,3,2
10125,8,1
10125,3,2
10126,6,1
10127,11,1
10128,12,1
10129,4,1
10129,10,2
10130,6,1
10130,3,2
10131,6,1
10131,3,2
10132,6,1
10132,3,2
10133,6,1
10133,3,2
10134,6,1
10134,3,2
10135,6,1
10135,3,2
10136,6,1
10136,3,2
10137,6,1
10137,3,2
10138,6,1
10138,3,2
10139,6,1
10139,3,2
10140,6,1
10140,3,2
10141,6,1
10141,3,2
10142,6,1
10142,3,2
10143,8,1
10143,18,2
10144,8,1
10144,18,2
10145,8,1
10145,18,2
10146,16,1
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
1070 720 8 2
1071 721 10 1
1072 721 11 2
1073 722 12 1
1074 722 3 2
1075 723 12 1
1076 723 3 2
1077 724 12 1
1078 724 8 2
1079 725 10 1
1080 726 10 1
1081 727 10 1
1082 727 17 2
1083 728 11 1
1084 729 11 1
1085 730 11 1
1086 730 18 2
1087 731 1 1
1088 731 3 2
1089 732 1 1
1090 732 3 2
1091 733 1 1
1092 733 3 2
1093 734 1 1
1094 735 1 1
1095 736 7 1
1096 737 7 1
1097 737 13 2
1098 738 7 1
1099 738 13 2
1100 739 2 1
1101 740 2 1
1102 740 15 2
1103 741 10 1
1104 741 3 2
1105 742 7 1
1106 742 18 2
1107 743 7 1
1108 743 18 2
1109 744 6 1
1110 745 6 1
1111 746 11 1
1112 747 4 1
1113 747 11 2
1114 748 4 1
1115 748 11 2
1116 749 5 1
1117 750 5 1
1118 751 11 1
1119 751 7 2
1120 752 11 1
1121 752 7 2
1122 753 12 1
1123 754 12 1
1124 755 12 1
1125 755 18 2
1126 756 12 1
1127 756 18 2
1128 757 4 1
1129 757 10 2
1130 758 4 1
1131 758 10 2
1132 759 1 1
1133 759 2 2
1134 760 1 1
1135 760 2 2
1136 761 12 1
1137 762 12 1
1138 763 12 1
1139 764 18 1
1140 765 1 1
1141 765 14 2
1142 766 2 1
1143 767 7 1
1144 767 11 2
1145 768 7 1
1146 768 11 2
1147 769 8 1
1148 769 5 2
1149 770 8 1
1150 770 5 2
1151 771 11 1
1152 772 1 1
1153 773 1 1
1154 774 6 1
1155 774 3 2
1156 775 1 1
1157 776 10 1
1158 776 16 2
1159 777 13 1
1160 777 9 2
1161 778 8 1
1162 778 18 2
1163 779 11 1
1164 779 14 2
1165 780 1 1
1166 780 16 2
1167 781 8 1
1168 781 12 2
1169 782 16 1
1170 783 16 1
1171 783 2 2
1172 784 16 1
1173 784 2 2
1174 785 13 1
1175 785 18 2
1176 786 14 1
1177 786 18 2
1178 787 12 1
1179 787 18 2
1180 788 11 1
1181 788 18 2
1182 789 14 1
1183 790 14 1
1184 791 14 1
1185 791 9 2
1186 792 14 1
1187 792 8 2
1188 793 6 1
1189 793 4 2
1190 794 7 1
1191 794 2 2
1192 795 7 1
1193 795 2 2
1194 796 13 1
1195 797 9 1
1196 797 3 2
1197 798 12 1
1198 798 9 2
1199 799 17 1
1200 799 16 2
1201 800 14 1
1202 801 9 1
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
1493 10089 3 2
1494 10090 7 1
1495 10090 4 2
1496 10091 17 1
1497 10091 1 2
1498 10092 17 1
1499 10092 1 2
1500 10093 17 1
1501 10093 1 2
1502 10094 13 1
1503 10095 13 1
1504 10096 13 1
1505 10097 13 1
1506 10098 13 1
1507 10099 13 1
1508 10100 13 1
1509 10100 14 2
1510 10101 15 1
1511 10101 9 2
1512 10102 15 1
1513 10102 9 2
1514 10103 15 1
1515 10104 15 1
1516 10104 18 2
1517 10105 5 1
1518 10105 9 2
1519 10106 5 1
1520 10106 9 2
1521 10107 17 1
1522 10108 17 1
1523 10109 6 1
1524 10109 13 2
1525 10110 6 1
1526 10110 13 2
1527 10111 6 1
1528 10111 13 2
1529 10112 4 1
1530 10112 17 2
1531 10113 4 1
1532 10113 17 2
1533 10114 12 1
1534 10114 16 2
1535 10115 10 1
1536 10115 8 2
1537 10116 11 1
1538 10116 17 2
1539 10117 11 1
1540 10117 17 2
1541 10118 16 1
1542 10118 5 2
1543 10119 16 1
1544 10119 5 2
1545 10120 16 1
1546 10120 5 2
1547 10121 1 1
1548 10122 7 1
1549 10122 13 2
1550 10123 13 1
1551 10123 3 2
1552 10124 14 1
1553 10124 3 2
1554 10125 8 1
1555 10125 3 2
1556 10126 6 1
1557 10127 11 1
1558 10128 12 1
1559 10129 4 1
1560 10129 10 2
1561 10130 6 1
1562 10130 3 2
1563 10131 6 1
1564 10131 3 2
1565 10132 6 1
1566 10132 3 2
1567 10133 6 1
1568 10133 3 2
1569 10134 6 1
1570 10134 3 2
1571 10135 6 1
1572 10135 3 2
1573 10136 6 1
1574 10136 3 2
1575 10137 6 1
1576 10137 3 2
1577 10138 6 1
1578 10138 3 2
1579 10139 6 1
1580 10139 3 2
1581 10140 6 1
1582 10140 3 2
1583 10141 6 1
1584 10141 3 2
1585 10142 6 1
1586 10142 3 2
1587 10143 8 1
1588 10143 18 2
1589 10144 8 1
1590 10144 18 2
1591 10145 8 1
1592 10145 18 2
1593 10146 16 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,31 +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

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

1 id identifier
5 4 sinnoh
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

@ -70,3 +70,25 @@ version_group_id,pokemon_move_method_id
16,4
16,6
16,10
17,1
17,2
17,3
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
70 16 4
71 16 6
72 16 10
73 17 1
74 17 2
75 17 3
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

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

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

View File

@ -15,3 +15,7 @@ id,identifier,generation_id,order
14,black-2-white-2,5,14
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
15 14 black-2-white-2 5 14
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,131 +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

@ -25,3 +25,11 @@ id,version_group_id,identifier
24,15,y
25,16,omega-ruby
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
25 24 15 y
26 25 16 omega-ruby
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

@ -4,7 +4,7 @@ import re
from sqlalchemy import engine_from_config, orm
from ..defaults import get_default_db_uri
from .tables import Language, metadata
from .tables import metadata
from .multilang import MultilangSession, MultilangScopedSession
ENGLISH_ID = 9
@ -46,7 +46,7 @@ def connect(uri=None, session_args={}, engine_args={}, engine_prefix=''):
### Connect
engine_args[engine_prefix + 'url'] = uri
engine = engine_from_config(engine_args, prefix=engine_prefix)
conn = engine.connect()
engine.connect()
metadata.bind = engine
all_session_args = dict(autoflush=True, autocommit=False, bind=engine)

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