Merge branch 'master' of github.com:veekun/pokedex into encukou-movesets

This commit is contained in:
Petr Viktorin 2014-02-14 00:47:02 +01:00
commit 8fd2466c37
77 changed files with 98279 additions and 14867 deletions

2
README
View File

@ -11,7 +11,7 @@ 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
http://git.veekun.com/.
https://github.com/veekun/pokedex.
Contributors:
Alex Munroe (Eevee): git@veekun.com

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""Quick, dirty script that will convert a csv file to yaml, spawn an editor
for you to fiddle with it, then convert back to csv and replace the original
file.

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
# Encoding: UTF-8
u"""Creation and loading of GNU Gettext language files.

View File

@ -65,7 +65,7 @@ Getting and installing pokedex
Run the following from an empty directory::
$ git clone git://git.veekun.com/pokedex.git
$ git clone git://github.com/veekun/pokedex.git
$ pip install -E env -e pokedex
This will give you two directories: pokedex (containing the source code and

View File

@ -150,6 +150,7 @@ Association tables
.. dex-table:: NatureBattleStylePreference
.. dex-table:: NaturePokeathlonStat
.. dex-table:: PokeathlonStat
.. dex-table:: PokedexVersionGroup
.. dex-table:: PokemonAbility
.. dex-table:: PokemonEggGroup
.. dex-table:: PokemonFormPokeathlonStat

5
pokedex/__main__.py Normal file
View File

@ -0,0 +1,5 @@
import sys
import pokedex.main
pokedex.main.main(*sys.argv)

View File

@ -1,225 +1,249 @@
id,identifier,generation_id
1,stench,3
2,drizzle,3
3,speed-boost,3
4,battle-armor,3
5,sturdy,3
6,damp,3
7,limber,3
8,sand-veil,3
9,static,3
10,volt-absorb,3
11,water-absorb,3
12,oblivious,3
13,cloud-nine,3
14,compoundeyes,3
15,insomnia,3
16,color-change,3
17,immunity,3
18,flash-fire,3
19,shield-dust,3
20,own-tempo,3
21,suction-cups,3
22,intimidate,3
23,shadow-tag,3
24,rough-skin,3
25,wonder-guard,3
26,levitate,3
27,effect-spore,3
28,synchronize,3
29,clear-body,3
30,natural-cure,3
31,lightningrod,3
32,serene-grace,3
33,swift-swim,3
34,chlorophyll,3
35,illuminate,3
36,trace,3
37,huge-power,3
38,poison-point,3
39,inner-focus,3
40,magma-armor,3
41,water-veil,3
42,magnet-pull,3
43,soundproof,3
44,rain-dish,3
45,sand-stream,3
46,pressure,3
47,thick-fat,3
48,early-bird,3
49,flame-body,3
50,run-away,3
51,keen-eye,3
52,hyper-cutter,3
53,pickup,3
54,truant,3
55,hustle,3
56,cute-charm,3
57,plus,3
58,minus,3
59,forecast,3
60,sticky-hold,3
61,shed-skin,3
62,guts,3
63,marvel-scale,3
64,liquid-ooze,3
65,overgrow,3
66,blaze,3
67,torrent,3
68,swarm,3
69,rock-head,3
70,drought,3
71,arena-trap,3
72,vital-spirit,3
73,white-smoke,3
74,pure-power,3
75,shell-armor,3
76,air-lock,3
77,tangled-feet,4
78,motor-drive,4
79,rivalry,4
80,steadfast,4
81,snow-cloak,4
82,gluttony,4
83,anger-point,4
84,unburden,4
85,heatproof,4
86,simple,4
87,dry-skin,4
88,download,4
89,iron-fist,4
90,poison-heal,4
91,adaptability,4
92,skill-link,4
93,hydration,4
94,solar-power,4
95,quick-feet,4
96,normalize,4
97,sniper,4
98,magic-guard,4
99,no-guard,4
100,stall,4
101,technician,4
102,leaf-guard,4
103,klutz,4
104,mold-breaker,4
105,super-luck,4
106,aftermath,4
107,anticipation,4
108,forewarn,4
109,unaware,4
110,tinted-lens,4
111,filter,4
112,slow-start,4
113,scrappy,4
114,storm-drain,4
115,ice-body,4
116,solid-rock,4
117,snow-warning,4
118,honey-gather,4
119,frisk,4
120,reckless,4
121,multitype,4
122,flower-gift,4
123,bad-dreams,4
124,pickpocket,5
125,sheer-force,5
126,contrary,5
127,unnerve,5
128,defiant,5
129,defeatist,5
130,cursed-body,5
131,healer,5
132,friend-guard,5
133,weak-armor,5
134,heavy-metal,5
135,light-metal,5
136,multiscale,5
137,toxic-boost,5
138,flare-boost,5
139,harvest,5
140,telepathy,5
141,moody,5
142,overcoat,5
143,poison-touch,5
144,regenerator,5
145,big-pecks,5
146,sand-rush,5
147,wonder-skin,5
148,analytic,5
149,illusion,5
150,imposter,5
151,infiltrator,5
152,mummy,5
153,moxie,5
154,justified,5
155,rattled,5
156,magic-bounce,5
157,sap-sipper,5
158,prankster,5
159,sand-force,5
160,iron-barbs,5
161,zen-mode,5
162,victory-star,5
163,turboblaze,5
164,teravolt,5
10001,mountaineer,5
10002,wave-rider,5
10003,skater,5
10004,thrust,5
10005,perception,5
10006,parry,5
10007,instinct,5
10008,dodge,5
10009,jagged-edge,5
10010,frostbite,5
10011,tenacity,5
10012,pride,5
10013,deep-sleep,5
10014,power-nap,5
10015,spirit,5
10016,warm-blanket,5
10017,gulp,5
10018,herbivore,5
10019,sandpit,5
10020,hot-blooded,5
10021,medic,5
10022,life-force,5
10023,lunchbox,5
10024,nurse,5
10025,melee,5
10026,sponge,5
10027,bodyguard,5
10028,hero,5
10029,last-bastion,5
10030,stealth,5
10031,vanguard,5
10032,nomad,5
10033,sequence,5
10034,grass-cloak,5
10035,celebrate,5
10036,lullaby,5
10037,calming,5
10038,daze,5
10039,frighten,5
10040,interference,5
10041,mood-maker,5
10042,confidence,5
10043,fortune,5
10044,bonanza,5
10045,explode,5
10046,omnipotent,5
10047,share,5
10048,black-hole,5
10049,shadow-dash,5
10050,sprint,5
10051,disgust,5
10052,high-rise,5
10053,climber,5
10054,flame-boost,5
10055,aqua-boost,5
10056,run-up,5
10057,conqueror,5
10058,shackle,5
10059,decoy,5
10060,shield,5
id,identifier,generation_id,is_main_series
1,stench,3,1
2,drizzle,3,1
3,speed-boost,3,1
4,battle-armor,3,1
5,sturdy,3,1
6,damp,3,1
7,limber,3,1
8,sand-veil,3,1
9,static,3,1
10,volt-absorb,3,1
11,water-absorb,3,1
12,oblivious,3,1
13,cloud-nine,3,1
14,compoundeyes,3,1
15,insomnia,3,1
16,color-change,3,1
17,immunity,3,1
18,flash-fire,3,1
19,shield-dust,3,1
20,own-tempo,3,1
21,suction-cups,3,1
22,intimidate,3,1
23,shadow-tag,3,1
24,rough-skin,3,1
25,wonder-guard,3,1
26,levitate,3,1
27,effect-spore,3,1
28,synchronize,3,1
29,clear-body,3,1
30,natural-cure,3,1
31,lightningrod,3,1
32,serene-grace,3,1
33,swift-swim,3,1
34,chlorophyll,3,1
35,illuminate,3,1
36,trace,3,1
37,huge-power,3,1
38,poison-point,3,1
39,inner-focus,3,1
40,magma-armor,3,1
41,water-veil,3,1
42,magnet-pull,3,1
43,soundproof,3,1
44,rain-dish,3,1
45,sand-stream,3,1
46,pressure,3,1
47,thick-fat,3,1
48,early-bird,3,1
49,flame-body,3,1
50,run-away,3,1
51,keen-eye,3,1
52,hyper-cutter,3,1
53,pickup,3,1
54,truant,3,1
55,hustle,3,1
56,cute-charm,3,1
57,plus,3,1
58,minus,3,1
59,forecast,3,1
60,sticky-hold,3,1
61,shed-skin,3,1
62,guts,3,1
63,marvel-scale,3,1
64,liquid-ooze,3,1
65,overgrow,3,1
66,blaze,3,1
67,torrent,3,1
68,swarm,3,1
69,rock-head,3,1
70,drought,3,1
71,arena-trap,3,1
72,vital-spirit,3,1
73,white-smoke,3,1
74,pure-power,3,1
75,shell-armor,3,1
76,air-lock,3,1
77,tangled-feet,4,1
78,motor-drive,4,1
79,rivalry,4,1
80,steadfast,4,1
81,snow-cloak,4,1
82,gluttony,4,1
83,anger-point,4,1
84,unburden,4,1
85,heatproof,4,1
86,simple,4,1
87,dry-skin,4,1
88,download,4,1
89,iron-fist,4,1
90,poison-heal,4,1
91,adaptability,4,1
92,skill-link,4,1
93,hydration,4,1
94,solar-power,4,1
95,quick-feet,4,1
96,normalize,4,1
97,sniper,4,1
98,magic-guard,4,1
99,no-guard,4,1
100,stall,4,1
101,technician,4,1
102,leaf-guard,4,1
103,klutz,4,1
104,mold-breaker,4,1
105,super-luck,4,1
106,aftermath,4,1
107,anticipation,4,1
108,forewarn,4,1
109,unaware,4,1
110,tinted-lens,4,1
111,filter,4,1
112,slow-start,4,1
113,scrappy,4,1
114,storm-drain,4,1
115,ice-body,4,1
116,solid-rock,4,1
117,snow-warning,4,1
118,honey-gather,4,1
119,frisk,4,1
120,reckless,4,1
121,multitype,4,1
122,flower-gift,4,1
123,bad-dreams,4,1
124,pickpocket,5,1
125,sheer-force,5,1
126,contrary,5,1
127,unnerve,5,1
128,defiant,5,1
129,defeatist,5,1
130,cursed-body,5,1
131,healer,5,1
132,friend-guard,5,1
133,weak-armor,5,1
134,heavy-metal,5,1
135,light-metal,5,1
136,multiscale,5,1
137,toxic-boost,5,1
138,flare-boost,5,1
139,harvest,5,1
140,telepathy,5,1
141,moody,5,1
142,overcoat,5,1
143,poison-touch,5,1
144,regenerator,5,1
145,big-pecks,5,1
146,sand-rush,5,1
147,wonder-skin,5,1
148,analytic,5,1
149,illusion,5,1
150,imposter,5,1
151,infiltrator,5,1
152,mummy,5,1
153,moxie,5,1
154,justified,5,1
155,rattled,5,1
156,magic-bounce,5,1
157,sap-sipper,5,1
158,prankster,5,1
159,sand-force,5,1
160,iron-barbs,5,1
161,zen-mode,5,1
162,victory-star,5,1
163,turboblaze,5,1
164,teravolt,5,1
165,aroma-veil,6,1
166,flower-veil,6,1
167,cheek-pouch,6,1
168,protean,6,1
169,fur-coat,6,1
170,magician,6,1
171,bulletproof,6,1
172,competitive,6,1
173,strong-jaw,6,1
174,refrigerate,6,1
175,sweet-veil,6,1
176,stance-change,6,1
177,gale-wings,6,1
178,mega-launcher,6,1
179,grass-pelt,6,1
180,symbiosis,6,1
181,tough-claws,6,1
182,pixilate,6,1
183,gooey,6,1
184,parental-bond,6,1
185,aerilate,6,1
186,dark-aura,6,1
187,fairy-aura,6,1
188,aura-break,6,1
10001,mountaineer,5,0
10002,wave-rider,5,0
10003,skater,5,0
10004,thrust,5,0
10005,perception,5,0
10006,parry,5,0
10007,instinct,5,0
10008,dodge,5,0
10009,jagged-edge,5,0
10010,frostbite,5,0
10011,tenacity,5,0
10012,pride,5,0
10013,deep-sleep,5,0
10014,power-nap,5,0
10015,spirit,5,0
10016,warm-blanket,5,0
10017,gulp,5,0
10018,herbivore,5,0
10019,sandpit,5,0
10020,hot-blooded,5,0
10021,medic,5,0
10022,life-force,5,0
10023,lunchbox,5,0
10024,nurse,5,0
10025,melee,5,0
10026,sponge,5,0
10027,bodyguard,5,0
10028,hero,5,0
10029,last-bastion,5,0
10030,stealth,5,0
10031,vanguard,5,0
10032,nomad,5,0
10033,sequence,5,0
10034,grass-cloak,5,0
10035,celebrate,5,0
10036,lullaby,5,0
10037,calming,5,0
10038,daze,5,0
10039,frighten,5,0
10040,interference,5,0
10041,mood-maker,5,0
10042,confidence,5,0
10043,fortune,5,0
10044,bonanza,5,0
10045,explode,5,0
10046,omnipotent,5,0
10047,share,5,0
10048,black-hole,5,0
10049,shadow-dash,5,0
10050,sprint,5,0
10051,disgust,5,0
10052,high-rise,5,0
10053,climber,5,0
10054,flame-boost,5,0
10055,aqua-boost,5,0
10056,run-up,5,0
10057,conqueror,5,0
10058,shackle,5,0
10059,decoy,5,0
10060,shield,5,0

1 id identifier generation_id is_main_series
2 1 stench 3 1
3 2 drizzle 3 1
4 3 speed-boost 3 1
5 4 battle-armor 3 1
6 5 sturdy 3 1
7 6 damp 3 1
8 7 limber 3 1
9 8 sand-veil 3 1
10 9 static 3 1
11 10 volt-absorb 3 1
12 11 water-absorb 3 1
13 12 oblivious 3 1
14 13 cloud-nine 3 1
15 14 compoundeyes 3 1
16 15 insomnia 3 1
17 16 color-change 3 1
18 17 immunity 3 1
19 18 flash-fire 3 1
20 19 shield-dust 3 1
21 20 own-tempo 3 1
22 21 suction-cups 3 1
23 22 intimidate 3 1
24 23 shadow-tag 3 1
25 24 rough-skin 3 1
26 25 wonder-guard 3 1
27 26 levitate 3 1
28 27 effect-spore 3 1
29 28 synchronize 3 1
30 29 clear-body 3 1
31 30 natural-cure 3 1
32 31 lightningrod 3 1
33 32 serene-grace 3 1
34 33 swift-swim 3 1
35 34 chlorophyll 3 1
36 35 illuminate 3 1
37 36 trace 3 1
38 37 huge-power 3 1
39 38 poison-point 3 1
40 39 inner-focus 3 1
41 40 magma-armor 3 1
42 41 water-veil 3 1
43 42 magnet-pull 3 1
44 43 soundproof 3 1
45 44 rain-dish 3 1
46 45 sand-stream 3 1
47 46 pressure 3 1
48 47 thick-fat 3 1
49 48 early-bird 3 1
50 49 flame-body 3 1
51 50 run-away 3 1
52 51 keen-eye 3 1
53 52 hyper-cutter 3 1
54 53 pickup 3 1
55 54 truant 3 1
56 55 hustle 3 1
57 56 cute-charm 3 1
58 57 plus 3 1
59 58 minus 3 1
60 59 forecast 3 1
61 60 sticky-hold 3 1
62 61 shed-skin 3 1
63 62 guts 3 1
64 63 marvel-scale 3 1
65 64 liquid-ooze 3 1
66 65 overgrow 3 1
67 66 blaze 3 1
68 67 torrent 3 1
69 68 swarm 3 1
70 69 rock-head 3 1
71 70 drought 3 1
72 71 arena-trap 3 1
73 72 vital-spirit 3 1
74 73 white-smoke 3 1
75 74 pure-power 3 1
76 75 shell-armor 3 1
77 76 air-lock 3 1
78 77 tangled-feet 4 1
79 78 motor-drive 4 1
80 79 rivalry 4 1
81 80 steadfast 4 1
82 81 snow-cloak 4 1
83 82 gluttony 4 1
84 83 anger-point 4 1
85 84 unburden 4 1
86 85 heatproof 4 1
87 86 simple 4 1
88 87 dry-skin 4 1
89 88 download 4 1
90 89 iron-fist 4 1
91 90 poison-heal 4 1
92 91 adaptability 4 1
93 92 skill-link 4 1
94 93 hydration 4 1
95 94 solar-power 4 1
96 95 quick-feet 4 1
97 96 normalize 4 1
98 97 sniper 4 1
99 98 magic-guard 4 1
100 99 no-guard 4 1
101 100 stall 4 1
102 101 technician 4 1
103 102 leaf-guard 4 1
104 103 klutz 4 1
105 104 mold-breaker 4 1
106 105 super-luck 4 1
107 106 aftermath 4 1
108 107 anticipation 4 1
109 108 forewarn 4 1
110 109 unaware 4 1
111 110 tinted-lens 4 1
112 111 filter 4 1
113 112 slow-start 4 1
114 113 scrappy 4 1
115 114 storm-drain 4 1
116 115 ice-body 4 1
117 116 solid-rock 4 1
118 117 snow-warning 4 1
119 118 honey-gather 4 1
120 119 frisk 4 1
121 120 reckless 4 1
122 121 multitype 4 1
123 122 flower-gift 4 1
124 123 bad-dreams 4 1
125 124 pickpocket 5 1
126 125 sheer-force 5 1
127 126 contrary 5 1
128 127 unnerve 5 1
129 128 defiant 5 1
130 129 defeatist 5 1
131 130 cursed-body 5 1
132 131 healer 5 1
133 132 friend-guard 5 1
134 133 weak-armor 5 1
135 134 heavy-metal 5 1
136 135 light-metal 5 1
137 136 multiscale 5 1
138 137 toxic-boost 5 1
139 138 flare-boost 5 1
140 139 harvest 5 1
141 140 telepathy 5 1
142 141 moody 5 1
143 142 overcoat 5 1
144 143 poison-touch 5 1
145 144 regenerator 5 1
146 145 big-pecks 5 1
147 146 sand-rush 5 1
148 147 wonder-skin 5 1
149 148 analytic 5 1
150 149 illusion 5 1
151 150 imposter 5 1
152 151 infiltrator 5 1
153 152 mummy 5 1
154 153 moxie 5 1
155 154 justified 5 1
156 155 rattled 5 1
157 156 magic-bounce 5 1
158 157 sap-sipper 5 1
159 158 prankster 5 1
160 159 sand-force 5 1
161 160 iron-barbs 5 1
162 161 zen-mode 5 1
163 162 victory-star 5 1
164 163 turboblaze 5 1
165 164 teravolt 5 1
166 10001 165 mountaineer aroma-veil 5 6 1
167 10002 166 wave-rider flower-veil 5 6 1
168 10003 167 skater cheek-pouch 5 6 1
169 10004 168 thrust protean 5 6 1
170 10005 169 perception fur-coat 5 6 1
171 10006 170 parry magician 5 6 1
172 10007 171 instinct bulletproof 5 6 1
173 10008 172 dodge competitive 5 6 1
174 10009 173 jagged-edge strong-jaw 5 6 1
175 10010 174 frostbite refrigerate 5 6 1
176 10011 175 tenacity sweet-veil 5 6 1
177 10012 176 pride stance-change 5 6 1
178 10013 177 deep-sleep gale-wings 5 6 1
179 10014 178 power-nap mega-launcher 5 6 1
180 10015 179 spirit grass-pelt 5 6 1
181 10016 180 warm-blanket symbiosis 5 6 1
182 10017 181 gulp tough-claws 5 6 1
183 10018 182 herbivore pixilate 5 6 1
184 10019 183 sandpit gooey 5 6 1
185 10020 184 hot-blooded parental-bond 5 6 1
186 10021 185 medic aerilate 5 6 1
187 10022 186 life-force dark-aura 5 6 1
188 10023 187 lunchbox fairy-aura 5 6 1
189 10024 188 nurse aura-break 5 6 1
190 10025 10001 melee mountaineer 5 0
191 10026 10002 sponge wave-rider 5 0
192 10027 10003 bodyguard skater 5 0
193 10028 10004 hero thrust 5 0
194 10029 10005 last-bastion perception 5 0
195 10030 10006 stealth parry 5 0
196 10031 10007 vanguard instinct 5 0
197 10032 10008 nomad dodge 5 0
198 10033 10009 sequence jagged-edge 5 0
199 10034 10010 grass-cloak frostbite 5 0
200 10035 10011 celebrate tenacity 5 0
201 10036 10012 lullaby pride 5 0
202 10037 10013 calming deep-sleep 5 0
203 10038 10014 daze power-nap 5 0
204 10039 10015 frighten spirit 5 0
205 10040 10016 interference warm-blanket 5 0
206 10041 10017 mood-maker gulp 5 0
207 10042 10018 confidence herbivore 5 0
208 10043 10019 fortune sandpit 5 0
209 10044 10020 bonanza hot-blooded 5 0
210 10045 10021 explode medic 5 0
211 10046 10022 omnipotent life-force 5 0
212 10047 10023 share lunchbox 5 0
213 10048 10024 black-hole nurse 5 0
214 10049 10025 shadow-dash melee 5 0
215 10050 10026 sprint sponge 5 0
216 10051 10027 disgust bodyguard 5 0
217 10052 10028 high-rise hero 5 0
218 10053 10029 climber last-bastion 5 0
219 10054 10030 flame-boost stealth 5 0
220 10055 10031 aqua-boost vanguard 5 0
221 10056 10032 run-up nomad 5 0
222 10057 10033 conqueror sequence 5 0
223 10058 10034 shackle grass-cloak 5 0
224 10059 10035 decoy celebrate 5 0
225 10060 10036 shield lullaby 5 0
226 10037 calming 5 0
227 10038 daze 5 0
228 10039 frighten 5 0
229 10040 interference 5 0
230 10041 mood-maker 5 0
231 10042 confidence 5 0
232 10043 fortune 5 0
233 10044 bonanza 5 0
234 10045 explode 5 0
235 10046 omnipotent 5 0
236 10047 share 5 0
237 10048 black-hole 5 0
238 10049 shadow-dash 5 0
239 10050 sprint 5 0
240 10051 disgust 5 0
241 10052 high-rise 5 0
242 10053 climber 5 0
243 10054 flame-boost 5 0
244 10055 aqua-boost 5 0
245 10056 run-up 5 0
246 10057 conqueror 5 0
247 10058 shackle 5 0
248 10059 decoy 5 0
249 10060 shield 5 0

File diff suppressed because it is too large Load Diff

View File

@ -983,6 +983,78 @@ ability_id,local_language_id,name
164,7,Terravoltaje
164,8,Teravolt
164,9,Teravolt
165,5,Aroma-Voile
165,8,Aromavelo
165,9,Aroma Veil
166,5,Flora-Voile
166,8,Fiorvelo
166,9,Flower Veil
167,5,Bajoues
167,8,Guancegonfie
167,9,Cheek Pouch
168,5,Protéen
168,8,Mutatipo
168,9,Protean
169,5,Toison Épaisse
169,8,Foltopelo
169,9,Fur Coat
170,5,Magicien
170,8,Prestigiatore
170,9,Magician
171,5,Pare-Balles
171,8,Antiproiettile
171,9,Bulletproof
172,5,Battant
172,8,Tenacia
172,9,Competitive
173,5,Prognathe
173,8,Ferromascella
173,9,Strong Jaw
174,5,Peau Gelée
174,8,Pellegelo
174,9,Refrigerate
175,5,Gluco-Voile
175,8,Dolcevelo
175,9,Sweet Veil
176,5,Déclic Tactique
176,8,Accendilotta
176,9,Stance Change
177,5,Ailes Bourrasque
177,8,Aliraffica
177,9,Gale Wings
178,5,Méga Blaster
178,8,Megalancio
178,9,Mega Launcher
179,5,Toison Herbue
179,8,Peloderba
179,9,Grass Pelt
180,5,Symbiose
180,8,Simbiosi
180,9,Symbiosis
181,5,Griffe Dure
181,8,Unghiedure
181,9,Tough Claws
182,5,Peau Féérique
182,8,Pellefolletto
182,9,Pixilate
183,5,Poisseux
183,8,Viscosità
183,9,Gooey
184,5,Amour Filial
184,8,Amorefiliale
184,9,Parental Bond
185,5,Peau Céleste
185,8,Pellecielo
185,9,Aerilate
186,5,Aura Ténébreuse
186,8,Auratetra
186,9,Dark Aura
187,5,Aura Féérique
187,8,Aurafolletto
187,9,Fairy Aura
188,5,Aura Inversée
188,8,Fragiaura
188,9,Aura Break
10001,9,Mountaineer
10002,9,Wave Rider
10003,9,Skater

1 ability_id local_language_id name
983 164 7 Terravoltaje
984 164 8 Teravolt
985 164 9 Teravolt
986 165 5 Aroma-Voile
987 165 8 Aromavelo
988 165 9 Aroma Veil
989 166 5 Flora-Voile
990 166 8 Fiorvelo
991 166 9 Flower Veil
992 167 5 Bajoues
993 167 8 Guancegonfie
994 167 9 Cheek Pouch
995 168 5 Protéen
996 168 8 Mutatipo
997 168 9 Protean
998 169 5 Toison Épaisse
999 169 8 Foltopelo
1000 169 9 Fur Coat
1001 170 5 Magicien
1002 170 8 Prestigiatore
1003 170 9 Magician
1004 171 5 Pare-Balles
1005 171 8 Antiproiettile
1006 171 9 Bulletproof
1007 172 5 Battant
1008 172 8 Tenacia
1009 172 9 Competitive
1010 173 5 Prognathe
1011 173 8 Ferromascella
1012 173 9 Strong Jaw
1013 174 5 Peau Gelée
1014 174 8 Pellegelo
1015 174 9 Refrigerate
1016 175 5 Gluco-Voile
1017 175 8 Dolcevelo
1018 175 9 Sweet Veil
1019 176 5 Déclic Tactique
1020 176 8 Accendilotta
1021 176 9 Stance Change
1022 177 5 Ailes Bourrasque
1023 177 8 Aliraffica
1024 177 9 Gale Wings
1025 178 5 Méga Blaster
1026 178 8 Megalancio
1027 178 9 Mega Launcher
1028 179 5 Toison Herbue
1029 179 8 Peloderba
1030 179 9 Grass Pelt
1031 180 5 Symbiose
1032 180 8 Simbiosi
1033 180 9 Symbiosis
1034 181 5 Griffe Dure
1035 181 8 Unghiedure
1036 181 9 Tough Claws
1037 182 5 Peau Féérique
1038 182 8 Pellefolletto
1039 182 9 Pixilate
1040 183 5 Poisseux
1041 183 8 Viscosità
1042 183 9 Gooey
1043 184 5 Amour Filial
1044 184 8 Amorefiliale
1045 184 9 Parental Bond
1046 185 5 Peau Céleste
1047 185 8 Pellecielo
1048 185 9 Aerilate
1049 186 5 Aura Ténébreuse
1050 186 8 Auratetra
1051 186 9 Dark Aura
1052 187 5 Aura Féérique
1053 187 8 Aurafolletto
1054 187 9 Fairy Aura
1055 188 5 Aura Inversée
1056 188 8 Fragiaura
1057 188 9 Aura Break
1058 10001 9 Mountaineer
1059 10002 9 Wave Rider
1060 10003 9 Skater

View File

@ -14,7 +14,7 @@ This ability functions identically to []{ability:shell-armor}.",Protects against
5,9,"When this Pokémon is at full [HP]{mechanic:hp}, any hit that would knock it out will instead leave it with 1 HP. Regardless of its current HP, it is also immune to the one-hit KO moves: []{move:fissure}, []{move:guillotine}, []{move:horn-drill}, and []{move:sheer-cold}.
If this Pokémon is holding a []{item:focus-sash}, this ability takes precedence and the item will not be consumed.","Prevents being KOed from full [HP]{mechanic:hp}, leaving 1 HP instead. Protects against the one-hit KO moves regardless of HP."
6,9,"While this Pokémon is in battle, []{move:selfdestruct} and []{move:explosion} will fail and []{ability:aftermath} will not take effect.","Prevents []{move:selfdestruct}, []{move:explosion}, and []{ability:aftermath} from working while the Pokémon is in battle."
6,9,"While this Pokémon is in battle, []{move:self-destruct} and []{move:explosion} will fail and []{ability:aftermath} will not take effect.","Prevents []{move:self-destruct}, []{move:explosion}, and []{ability:aftermath} from working while the Pokémon is in battle."
7,9,"This Pokémon cannot be [paralyzed]{mechanic:paralysis}.
If a Pokémon is paralyzed and acquires this ability, its paralysis is healed; this includes when regaining a lost ability upon leaving battle.",Prevents [paralysis]{mechanic:paralysis}.
@ -67,7 +67,7 @@ If a Pokémon is poisoned and acquires this ability, its poison is healed; this
This ability has no effect while the Pokémon is [frozen]{mechanic:freezing}. The Fire damage bonus is retained even if the Pokémon is frozen and thawed or the ability is lost or disabled. Fire moves will ignore this Pokémon's []{move:substitute}. This ability takes effect even on non-damaging moves, i.e. []{move:will-o-wisp}.","Protects against []{type:fire} moves. Once one has been blocked, the Pokémon's own Fire moves inflict 1.5× damage until it leaves battle."
19,9,"This Pokémon is immune to the extra effects of moves used against it.
An extra effect is a move's chance, listed as an ""effect chance"", to inflict a [status ailment]{mechanic:status-ailment}, cause a [stat change]{mechanic:stat-modifier}, or make the target [flinch]{mechanic:flinching} in addition to the move's main effect. For example, []{move:thundershock}'s [paralysis]{mechanic:paralysis} is an extra effect, but []{move:thunder-wave}'s is not, nor are []{move:knock-off}'s item removal and []{move:air-cutter}'s increased [critical hit]{mechanic:critial-hit} rate.",Protects against incoming moves' extra effects.
An extra effect is a move's chance, listed as an ""effect chance"", to inflict a [status ailment]{mechanic:status-ailment}, cause a [stat change]{mechanic:stat-modifier}, or make the target [flinch]{mechanic:flinching} in addition to the move's main effect. For example, []{move:thunder-shock}'s [paralysis]{mechanic:paralysis} is an extra effect, but []{move:thunder-wave}'s is not, nor are []{move:knock-off}'s item removal and []{move:air-cutter}'s increased [critical hit]{mechanic:critial-hit} rate.",Protects against incoming moves' extra effects.
20,9,"This Pokémon cannot be [confused]{mechanic:confusion}.
If a Pokémon is confused and acquires this ability, its confusion will immediately be healed.",Prevents [confusion]{mechanic:confusion}.
@ -161,7 +161,7 @@ Overworld: If the lead Pokémon has this ability, Steel-type Pokémon have a hig
[]{move:heal-bell} is unaffected. []{move:uproar} still prevents this Pokémon from [sleeping]{mechanic:sleep}. This Pokémon can still receive a Perish Song counter through []{move:baton-pass}, and will retain a Perish Song counter if it acquires this ability after Perish Song is used.
[]{move:howl}, []{move:roar-of-time}, and []{move:sonicboom} are not flagged as sound-based.",Protects against sound-based moves.
[]{move:howl}, []{move:roar-of-time}, []{move:sonic-boom}, and []{move:yawn} are not flagged as sound-based.",Protects against sound-based moves.
44,9,This Pokémon heals for 1/16 of its maximum [HP]{mechanic:hp} after each turn during [rain]{mechanic:rain}.,Heals for 1/16 max [HP]{mechanic:hp} after each turn during [rain]{mechanic:rain}.
45,9,"The [weather]{mechanic:weather} changes to a [sandstorm]{mechanic:sandstorm} when this Pokémon enters battle and does not end unless cancelled by another weather condition.
@ -247,7 +247,7 @@ This bonus does not count as a [stat modifier]{mechanic:stat-modifier}.",Increas
Overworld: If the lead Pokémon has this ability, the wild encounter rate is increased.",Strengthens []{type:bug} moves to inflict 1.5× damage at 1/3 max [HP]{mechanic:hp} or less.
69,9,"This Pokémon does not receive recoil damage from its recoil moves.
[]{move:struggle}'s recoil is unaffected. This ability does not prevent crash damage from missing with []{move:jump-kick} or []{move:hi-jump-kick}.",Protects against recoil damage.
[]{move:struggle}'s recoil is unaffected. This ability does not prevent crash damage from missing with []{move:jump-kick} or []{move:high-jump-kick}.",Protects against recoil damage.
70,9,"The [weather]{mechanic:weather} changes to [strong sunlight]{mechanic:strong-sunlight} when this Pokémon enters battle and does not end unless cancelled by another weather condition.
If multiple Pokémon with this ability, []{ability:drizzle}, []{ability:sand-stream}, or []{ability:snow-warning} are sent out at the same time, the abilities will activate in order of [Speed]{mechanic:speed}, respecting []{move:trick-room}. Each ability's weather will cancel the previous weather, and only the weather summoned by the slowest of the Pokémon will stay.",Summons [strong sunlight]{mechanic:strong-sunlight} that lasts indefinitely upon entering battle.
@ -373,9 +373,9 @@ When this Pokémon enters battle, all participating trainers are notified that i
This ability functions identically to []{ability:teravolt} and []{ability:turboblaze}.",Bypasses targets' abilities if they could hinder or prevent a move.
105,9,This Pokémon's moves have [critical hit]{mechanic:critical-hit} rates one stage higher than normal.,Raises moves' [critical hit]{mechanic:critical-hit} rates one stage.
106,9,"When this Pokémon is knocked out by a move that makes contact, the move's user takes 1/4 its maximum [HP]{mechanic:hp} in damage.",Damages the attacker for 1/4 its max [HP]{mechanic:hp} when knocked out by a contact move.
107,9,"When this Pokémon enters battle, if one of its opponents has a move that is [super effective]{mechanic:super-effective} against it, []{move:selfdestruct}, []{move:explosion}, or a one-hit knockout move, all participating trainers are notified.
107,9,"When this Pokémon enters battle, if one of its opponents has a move that is [super effective]{mechanic:super-effective} against it, []{move:self-destruct}, []{move:explosion}, or a one-hit knockout move, all participating trainers are notified.
The move itself is not revealed; only that there is such a move. Moves that inflict [typeless damage]{mechanic:typeless-damage}, such as []{move:future-sight}, and moves of variable type, such as []{move:hidden-power}, count as their listed types. []{move:counter}, []{move:metal-burst}, []{move:mirror-coat}, and one-hit KO moves to which this Pokémon is immune do not trigger this ability.","Notifies all trainers upon entering battle if an opponent has a [super-effective]{mechanic:super-effective} move, []{move:selfdestruct}, []{move:explosion}, or a one-hit KO move."
The move itself is not revealed; only that there is such a move. Moves that inflict [typeless damage]{mechanic:typeless-damage}, such as []{move:future-sight}, and moves of variable type, such as []{move:hidden-power}, count as their listed types. []{move:counter}, []{move:metal-burst}, []{move:mirror-coat}, and one-hit KO moves to which this Pokémon is immune do not trigger this ability.","Notifies all trainers upon entering battle if an opponent has a [super-effective]{mechanic:super-effective} move, []{move:self-destruct}, []{move:explosion}, or a one-hit KO move."
108,9,"When this Pokémon enters battle, it reveals the move with the highest base power known by any opposing Pokémon to all participating trainers.
In the event of a tie, one is chosen at random.
@ -386,7 +386,7 @@ Power | Moves
----: | -----
160 | One-hit KO moves: []{move:fissure}, []{move:guillotine}, []{move:horn-drill}, and []{move:sheer-cold}
120 | Counter moves: []{move:counter}, []{move:metal-burst}, and []{move:mirror-coat}
80 | Variable power or set damage: []{move:crush-grip}, []{move:dragon-rage}, []{move:electro-ball}, []{move:endeavor}, []{move:final-gambit}, []{move:flail}, []{move:frustration}, []{move:grass-knot}, []{move:gyro-ball}, []{move:heat-crash}, []{move:heavy-slam}, []{move:hidden-power}, []{move:low-kick}, []{move:natural-gift}, []{move:night-shade}, []{move:psywave}, []{move:return}, []{move:reversal}, []{move:seismic-toss}, []{move:sonicboom}, []{move:trump-card}, and []{move:wring-out}
80 | Variable power or set damage: []{move:crush-grip}, []{move:dragon-rage}, []{move:electro-ball}, []{move:endeavor}, []{move:final-gambit}, []{move:flail}, []{move:frustration}, []{move:grass-knot}, []{move:gyro-ball}, []{move:heat-crash}, []{move:heavy-slam}, []{move:hidden-power}, []{move:low-kick}, []{move:natural-gift}, []{move:night-shade}, []{move:psywave}, []{move:return}, []{move:reversal}, []{move:seismic-toss}, []{move:sonic-boom}, []{move:trump-card}, and []{move:wring-out}
0 | Any such move not listed
",Reveals the opponents' strongest move upon entering battle.
109,9,"This Pokémon ignores other Pokémon's [stat modifiers]{mechanic:stat-modifiers} for the purposes of damage and accuracy calculation.
@ -424,7 +424,7 @@ In a double battle, if one opponent has an item, this Pokémon will Frisk that P
[]{move:struggle} is unaffected.
The ""crash moves"" are the moves that damage the user upon missing: []{move:jump-kick} and []{move:hi-jump-kick}.",Strengthens recoil moves to 1.2× their power.
The ""crash moves"" are the moves that damage the user upon missing: []{move:jump-kick} and []{move:high-jump-kick}.",Strengthens recoil moves to 1.2× their power.
121,9,"If this Pokémon is holding an elemental Plate, its type and form change to match the Plate.
This Pokémon's held item, whether or not it is a Plate, cannot be taken by []{move:covet} or []{move:thief}, nor removed by []{move:knock-off}, nor traded by []{move:switcheroo} or []{move:trick}. Covet, Thief, and Knock Off still inflict damage against this Pokémon. Unlike with []{ability:sticky-hold}, this Pokémon cannot use []{move:fling}, Switcheroo, or Trick to lose its item itself, nor gain an item through Switcheroo or Trick if it does not have one.
@ -441,7 +441,7 @@ Unlike []{ability:forecast}, []{ability:multitype}, and []{ability:zen-mode}, th
This Pokémon cannot steal upon being knocked out. It can steal if the attacker has a []{move:substitute}, but cannot steal when its own Substitute is hit. If a move hits multiple times, only the last hit triggers this ability. If this Pokémon is wild, it cannot steal from a trained Pokémon.",Steals attacking Pokémon's held items on contact.
125,9,"This Pokémon's moves with extra effects have 1.3× their power, but lose their extra effects.
An effect chance is a move's chance to inflict a status ailment, cause a stat change, or make the target flinch in addition to the move's main effect. For example, []{move:thundershock}'s paralysis is an extra effect, but []{move:thunder-wave}'s is not, nor are []{move:knock-off}'s item removal and []{move:air-cutter}'s increased [critical hit]{mechanic:critical-hit} rate.
An effect chance is a move's chance to inflict a status ailment, cause a stat change, or make the target flinch in addition to the move's main effect. For example, []{move:thunder-shock}'s paralysis is an extra effect, but []{move:thunder-wave}'s is not, nor are []{move:knock-off}'s item removal and []{move:air-cutter}'s increased [critical hit]{mechanic:critical-hit} rate.
Moves that lower the user's stats are unaffected.","Strengthens moves with extra effects to 1.3× their power, but prevents their extra effects."
126,9,"Whenever this Pokémon's stats would be [raised]{mechanic:stat-modifiers}, they are instead lowered by the same amount, and vice versa.",Inverts [stat changes]{mechanic:stat-modifiers}.
@ -479,7 +479,7 @@ This counts as an extra effect for the purposes of []{ability:shield-dust}. Thi
This ability does not take effect when a battle ends.",Heals for 1/3 max [HP]{mechanic:hp} upon switching out.
145,9,"This Pokémon's [Defense]{mechanic:defense} cannot be [lowered]{mechanic:stat-modifiers} by other Pokémon.
This Pokémon can still be passed negative Attack modifiers through []{move:heart-swap} or []{move:guard-swap}.",Protects against [Defense]{mechanic:defense} drops.
This Pokémon can still be passed negative Defense modifiers through []{move:heart-swap} or []{move:guard-swap}.",Protects against [Defense]{mechanic:defense} drops.
146,9,"This Pokémon's [Speed]{mechanic:speed} is doubled during a [sandstorm]{mechanic:sandstorm}, and it does not take sandstorm damage, regardless of type.",Doubles [Speed]{mechanic:speed} during a [sandstorm]{mechanic:sandstorm}. Protects against sandstorm damage.
147,9,Non-damaging moves have exactly 50% base [accuracy]{mechanic:accuracy} against this Pokémon.,Lowers incoming non-damaging moves' base [accuracy]{mechanic:accuracy} to exactly 50%.
148,9,"This Pokémon's moves have 1.3× their power when it moves last in a turn.
@ -541,3 +541,27 @@ An ability ignored by this ability is only nullified while the move is being use
When this Pokémon enters battle, all participating trainers are notified that it has this ability.
This ability functions identically to []{ability:mold-breaker} and []{ability:turboblaze}.",Bypasses targets' abilities if they could hinder or prevent moves.
165,9,Protects allies against moves that affect their mental state.,Protects allies against moves that affect their mental state.
166,9,Protects friendly []{type:grass} Pokémon from having their stats lowered by other Pokémon.,Protects friendly []{type:grass} Pokémon from having their stats lowered by other Pokémon.
167,9,"Restores HP upon eating a Berry, in addition to the Berry's effect.","Restores HP upon eating a Berry, in addition to the Berry's effect."
168,9,Changes the bearer's type to match each move it uses.,Changes the bearer's type to match each move it uses.
169,9,Halves damage from physical attacks.,Halves damage from physical attacks.
170,9,Steals the target's held item when the bearer uses a damaging move.,Steals the target's held item when the bearer uses a damaging move.
171,9,"Protects against bullet, ball, and bomb-based moves.","Protects against bullet, ball, and bomb-based moves."
172,9,Raises Special Attack by two stages upon having any stat lowered.,Raises Special Attack by two stages upon having any stat lowered.
173,9,Strengthens biting moves to 1.5× their power.,Strengthens biting moves to 1.5× their power.
174,9,Turns the bearer's []{type:normal} moves into []{type:ice} moves.,Turns the bearer's []{type:normal} moves into []{type:ice} moves.
175,9,Prevents friendly Pokémon from sleeping.,Prevents friendly Pokémon from sleeping.
176,9,"Changes []{pokemon:aegislash} to Blade Forme before using a damaging move, or Shield Forme before using []{move:kings-shield}.","Changes []{pokemon:aegislash} to Blade Forme before using a damaging move, or Shield Forme before using []{move:kings-shield}."
177,9,Raises []{type:flying} moves' priority by one stage.,Raises []{type:flying} moves' priority by one stage.
178,9,Strengthens aura and pulse moves to 1.5× their power.,Strengthens aura and pulse moves to 1.5× their power.
179,9,Boosts Defense while []{move:grassy-terrain} is in effect.,Boosts Defense while []{move:grassy-terrain} is in effect.
180,9,Passes the bearer's held item to an ally when the ally uses up its item.,Passes the bearer's held item to an ally when the ally uses up its item.
181,9,Strengthens moves that make contact to 1.33× their power.,Strengthens moves that make contact to 1.33× their power.
182,9,Turns the bearer's []{type:normal} moves into []{type:fairy} moves.,Turns the bearer's []{type:normal} moves into []{type:fairy} moves.
183,9,Lowers attacking Pokémon's Speed by one stage on contact.,Lowers attacking Pokémon's Speed by one stage on contact.
184,9,Lets the bearer hit twice with damaging moves. The second hit has half power.,Lets the bearer hit twice with damaging moves. The second hit has half power.
185,9,Turns the bearer's []{type:normal} moves into []{type:flying} moves.,Turns the bearer's []{type:normal} moves into []{type:flying} moves.
186,9,Strengthens []{type:dark} moves to 1.33× their power for all friendly and opposing Pokémon.,Strengthens []{type:dark} moves for all friendly and opposing Pokémon.
187,9,Strengthens []{type:fairy} moves to 1.33× their power for all friendly and opposing Pokémon.,Strengthens []{type:fairy} moves for all friendly and opposing Pokémon.
188,9,Reverses the effects of []{ability:dark-aura} and []{ability:fairy-aura}.,Reverses the effects of []{ability:dark-aura} and []{ability:fairy-aura}.

1 ability_id local_language_id effect short_effect
14 13 9 While this Pokémon is in battle, [weather]{mechanic:weather} can still be in play, but will not have any of its effects. This ability functions identically to []{ability:air-lock}. Negates all effects of [weather]{mechanic:weather}, but does not prevent the weather itself.
15 14 9 This Pokémon's moves have 1.3× their [accuracy]{mechanic:accuracy}. This ability has no effect on the one-hit KO moves ([]{move:fissure}, []{move:guillotine}, []{move:horn-drill}, and []{move:sheer-cold}). Overworld: If the first Pokémon in the party has this ability, the chance of a wild Pokémon holding a particular item is raised from 50%, 5%, or 1% to 60%, 20%, or 5%, respectively. Increases moves' [accuracy]{mechanic:accuracy} to 1.3×.
16 15 9 This Pokémon cannot be [asleep]{mechanic:sleep}. This causes []{move:rest} to fail altogether. If a Pokémon is asleep and acquires this ability, it will immediately wake up; this includes when regaining a lost ability upon leaving battle. This ability functions identically to []{ability:vital-spirit} in battle. Prevents [sleep]{mechanic:sleep}.
17 16 9 Whenever this Pokémon takes damage from a move, the Pokémon's type changes to match the move. If the Pokémon has two types, both are overridden. The Pokémon must directly take damage; for example, moves blocked by a []{move:substitute} will not trigger this ability, nor will moves that deal damage indirectly, such as []{move:spikes}. This ability takes effect on only the last hit of a multiple-hit attack. In Pokémon Colosseum and XD: Gale of Darkness, this ability does not take effect on Shadow-type moves. Changes type to match when hit by a damaging move.
18 17 9 This Pokémon cannot be [poisoned]{mechanic:poison}. This includes bad poison. If a Pokémon is poisoned and acquires this ability, its poison is healed; this includes when regaining a lost ability upon leaving battle. Prevents [poison]{mechanic:poison}.
19 18 9 This Pokémon is immune to []{type:fire}-type moves. Once this Pokémon has been hit by a Fire move, its own Fire moves will inflict 1.5× as much damage until it leaves battle. This ability has no effect while the Pokémon is [frozen]{mechanic:freezing}. The Fire damage bonus is retained even if the Pokémon is frozen and thawed or the ability is lost or disabled. Fire moves will ignore this Pokémon's []{move:substitute}. This ability takes effect even on non-damaging moves, i.e. []{move:will-o-wisp}. Protects against []{type:fire} moves. Once one has been blocked, the Pokémon's own Fire moves inflict 1.5× damage until it leaves battle.
20 19 9 This Pokémon is immune to the extra effects of moves used against it. An extra effect is a move's chance, listed as an "effect chance", to inflict a [status ailment]{mechanic:status-ailment}, cause a [stat change]{mechanic:stat-modifier}, or make the target [flinch]{mechanic:flinching} in addition to the move's main effect. For example, []{move:thundershock}'s [paralysis]{mechanic:paralysis} is an extra effect, but []{move:thunder-wave}'s is not, nor are []{move:knock-off}'s item removal and []{move:air-cutter}'s increased [critical hit]{mechanic:critial-hit} rate. This Pokémon is immune to the extra effects of moves used against it. An extra effect is a move's chance, listed as an "effect chance", to inflict a [status ailment]{mechanic:status-ailment}, cause a [stat change]{mechanic:stat-modifier}, or make the target [flinch]{mechanic:flinching} in addition to the move's main effect. For example, []{move:thunder-shock}'s [paralysis]{mechanic:paralysis} is an extra effect, but []{move:thunder-wave}'s is not, nor are []{move:knock-off}'s item removal and []{move:air-cutter}'s increased [critical hit]{mechanic:critial-hit} rate. Protects against incoming moves' extra effects.
67 66 9 When this Pokémon has 1/3 or less of its [HP]{mechanic:hp} remaining, its []{type:fire}-type moves inflict 1.5× as much [regular damage]{mechanic:regular-damage}. Strengthens []{type:fire} moves to inflict 1.5× damage at 1/3 max [HP]{mechanic:hp} or less.
68 67 9 When this Pokémon has 1/3 or less of its [HP]{mechanic:hp} remaining, its []{type:water}-type moves inflict 1.5× as much [regular damage]{mechanic:regular-damage}. Strengthens []{type:water} moves to inflict 1.5× damage at 1/3 max [HP]{mechanic:hp} or less.
69 68 9 When this Pokémon has 1/3 or less of its [HP]{mechanic:hp} remaining, its []{type:bug}-type moves inflict 1.5× as much [regular damage]{mechanic:regular-damage}. Overworld: If the lead Pokémon has this ability, the wild encounter rate is increased. Strengthens []{type:bug} moves to inflict 1.5× damage at 1/3 max [HP]{mechanic:hp} or less.
70 69 9 This Pokémon does not receive recoil damage from its recoil moves. []{move:struggle}'s recoil is unaffected. This ability does not prevent crash damage from missing with []{move:jump-kick} or []{move:hi-jump-kick}. This Pokémon does not receive recoil damage from its recoil moves. []{move:struggle}'s recoil is unaffected. This ability does not prevent crash damage from missing with []{move:jump-kick} or []{move:high-jump-kick}. Protects against recoil damage.
71 70 9 The [weather]{mechanic:weather} changes to [strong sunlight]{mechanic:strong-sunlight} when this Pokémon enters battle and does not end unless cancelled by another weather condition. If multiple Pokémon with this ability, []{ability:drizzle}, []{ability:sand-stream}, or []{ability:snow-warning} are sent out at the same time, the abilities will activate in order of [Speed]{mechanic:speed}, respecting []{move:trick-room}. Each ability's weather will cancel the previous weather, and only the weather summoned by the slowest of the Pokémon will stay. Summons [strong sunlight]{mechanic:strong-sunlight} that lasts indefinitely upon entering battle.
72 71 9 While this Pokémon is in battle, opposing Pokémon cannot flee or switch out. []{type:flying}-type Pokémon and Pokémon in the air, e.g. due to []{ability:levitate} or []{move:magnet-rise}, are unaffected. Pokémon with []{ability:run-away} can still flee. Pokémon can still switch out with the use of a move or item. Overworld: If the lead Pokémon has this ability, the wild encounter rate is doubled. Prevents opponents from fleeing or switching out. Eluded by []{type:flying}-types and Pokémon in the air.
73 72 9 This Pokémon cannot be [asleep]{mechanic:sleep}. This causes []{move:rest} to fail altogether. If a Pokémon is asleep and acquires this ability, it will immediately wake up; this includes when regaining a lost ability upon leaving battle. This ability functions identically to []{ability:insomnia} in battle. Overworld: If the lead Pokémon has this ability, higher-levelled Pokémon have their encounter rate increased. Prevents [sleep]{mechanic:sleep}.
161 160 9 Whenever a move makes contact with this Pokémon, the move's user takes 1/8 of its maximum [HP]{mechanic:hp} in damage. This ability functions identically to []{ability:rough-skin}. Damages attacking Pokémon for 1/8 their max [HP]{mechanic:hp} on contact.
162 161 9 This Pokémon switches between Standard Mode and Zen Mode after each turn depending on its [HP]{mechanic:hp}. Below 50% of its maximum HP, it switches to Zen Mode, and at 50% or above, it switches to Standard Mode. This Pokémon returns to Standard Mode upon leaving battle or losing this ability. This ability has no effect if this Pokémon is not a []{pokemon:darmanitan}. Changes []{pokemon:darmanitan}'s form after each turn depending on its [HP]{mechanic:hp}: Zen Mode below 50% max HP, and Standard Mode otherwise.
163 162 9 All friendly Pokémon's moves, including this Pokémon's own moves, have 1.1× their usual accuracy while this Pokémon is in battle. Increases moves' accuracy to 1.1× for friendly Pokémon.
164 163 9 This Pokémon's moves completely ignore abilities that could hinder or prevent their effect on the target. For example, this Pokémon's moves ignore abilities that would fully negate them, such as []{ability:water-absorb}; abilities that would prevent any of their effects, such as []{ability:clear-body}, []{ability:shell-armor}, or []{ability:sticky-hold}; and abilities that grant any general protective benefit, such as []{ability:simple}, []{ability:snow-cloak}, or []{ability:thick-fat}. If an ability could either hinder or help this Pokémon's moves, e.g. []{ability:dry-skin} or []{ability:unaware}, the ability is ignored either way. Abilities that do not fit this description, even if they could hinder moves in some other way, are not affected. For example, []{ability:cursed-body} only affects potential future uses of the move, while []{ability:liquid-ooze} and []{ability:shadow-tag} can only hinder a move's effect on the user. This ablity cannot ignore type or form changes granted by abilities, for example []{ability:color-change} or []{ability:forecast}; nor effects that were caused by abilities but are no longer tied to an ability, such as the rain from []{ability:drizzle}. This ability cannot ignore []{ability:multitype} at all. An ability ignored by this ability is only nullified while the move is being used. For example, this Pokémon's moves can [paralyze]{mechanic:paralysis} a Pokémon with []{ability:limber}, but Limber will activate and heal the paralysis immediately thereafter, and this Pokémon's []{move:spikes} are not affected by this ability after they have been placed. When this Pokémon enters battle, all participating trainers are notified that it has this ability. This ability functions identically to []{ability:mold-breaker} and []{ability:teravolt}. Bypasses targets' abilities if they could hinder or prevent moves.
165 164 9 This Pokémon's moves completely ignore abilities that could hinder or prevent their effect on the target. For example, this Pokémon's moves ignore abilities that would fully negate them, such as []{ability:water-absorb}; abilities that would prevent any of their effects, such as []{ability:clear-body}, []{ability:shell-armor}, or []{ability:sticky-hold}; and abilities that grant any general protective benefit, such as []{ability:simple}, []{ability:snow-cloak}, or []{ability:thick-fat}. If an ability could either hinder or help this Pokémon's moves, e.g. []{ability:dry-skin} or []{ability:unaware}, the ability is ignored either way. Abilities that do not fit this description, even if they could hinder moves in some other way, are not affected. For example, []{ability:cursed-body} only affects potential future uses of the move, while []{ability:liquid-ooze} and []{ability:shadow-tag} can only hinder a move's effect on the user. This ablity cannot ignore type or form changes granted by abilities, for example []{ability:color-change} or []{ability:forecast}; nor effects that were caused by abilities but are no longer tied to an ability, such as the rain from []{ability:drizzle}. This ability cannot ignore []{ability:multitype} at all. An ability ignored by this ability is only nullified while the move is being used. For example, this Pokémon's moves can [paralyze]{mechanic:paralysis} a Pokémon with []{ability:limber}, but Limber will activate and heal the paralysis immediately thereafter, and this Pokémon's []{move:spikes} are not affected by this ability after they have been placed. When this Pokémon enters battle, all participating trainers are notified that it has this ability. This ability functions identically to []{ability:mold-breaker} and []{ability:turboblaze}. Bypasses targets' abilities if they could hinder or prevent moves.
166 165 9 Protects allies against moves that affect their mental state. Protects allies against moves that affect their mental state.
167 166 9 Protects friendly []{type:grass} Pokémon from having their stats lowered by other Pokémon. Protects friendly []{type:grass} Pokémon from having their stats lowered by other Pokémon.
247
248
249
250
251
252
253
373
374
375
376
377
378
379
380
381
386
387
388
389
390
391
392
424
425
426
427
428
429
430
441
442
443
444
445
446
447
479
480
481
482
483
484
485
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567

View File

@ -3,14 +3,14 @@ egg_group_id,local_language_id,name
2,9,Water 1
3,9,Bug
4,9,Flying
5,9,Ground
5,9,Field
6,9,Fairy
7,9,Plant
8,9,Humanshape
7,9,Grass
8,9,Human-Like
9,9,Water 3
10,9,Mineral
11,9,Indeterminate
11,9,Amorphous
12,9,Water 2
13,9,Ditto
14,9,Dragon
15,9,No Eggs
15,9,Undiscovered

1 egg_group_id local_language_id name
3 2 9 Water 1
4 3 9 Bug
5 4 9 Flying
6 5 9 Ground Field
7 6 9 Fairy
8 7 9 Plant Grass
9 8 9 Humanshape Human-Like
10 9 9 Water 3
11 10 9 Mineral
12 11 9 Indeterminate Amorphous
13 12 9 Water 2
14 13 9 Ditto
15 14 9 Dragon
16 15 9 No Eggs Undiscovered

File diff suppressed because it is too large Load Diff

View File

@ -327,3 +327,37 @@ id,baby_trigger_item_id
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,

1 id baby_trigger_item_id
327 334
328 335
329 336
330 337
331 338
332 339
333 340
334 341
335 342
336 343
337 344
338 345
339 346
340 347
341 348
342 349
343 350
344 351
345 352
346 353
347 354
348 355
349 356
350 357
351 358
352 359
353 360
354 361
355 362
356 363
357 364
358 365
359 366
360 367
361 368
362 369
363 370

View File

@ -4,3 +4,4 @@ generation_id,local_language_id,name
3,9,Generation III
4,9,Generation IV
5,9,Generation V
6,9,Generation VI

1 generation_id local_language_id name
4 3 9 Generation III
5 4 9 Generation IV
6 5 9 Generation V
7 6 9 Generation VI

View File

@ -1,6 +1,7 @@
id,main_region_id,canonical_pokedex_id,identifier
1,1,2,generation-i
2,2,7,generation-ii
3,3,4,generation-iii
4,4,6,generation-iv
5,5,8,generation-v
id,main_region_id,identifier
1,1,generation-i
2,2,generation-ii
3,3,generation-iii
4,4,generation-iv
5,5,generation-v
6,6,generation-vi

1 id main_region_id canonical_pokedex_id identifier
2 1 1 2 generation-i
3 2 2 7 generation-ii
4 3 3 4 generation-iii
5 4 4 6 generation-iv
6 5 5 8 generation-v
7 6 6 generation-vi

View File

@ -41,4 +41,5 @@ id,pocket_id,identifier
41,8,data-cards
42,1,jewels
43,7,miracle-shooter
44,8,bw-unknown
44,1,mega-stones
10001,8,xy-unknown

1 id pocket_id identifier
41 41 8 data-cards
42 42 1 jewels
43 43 7 miracle-shooter
44 44 8 1 bw-unknown mega-stones
45 10001 8 xy-unknown

View File

@ -41,4 +41,5 @@ item_category_id,local_language_id,name
41,9,Data Cards
42,9,Jewels
43,9,Miracle Shooter
44,9,B/W unknown
44,9,Mega Stones
10001,9,X/Y unknown

1 item_category_id local_language_id name
41 41 9 Data Cards
42 42 9 Jewels
43 43 9 Miracle Shooter
44 44 9 B/W unknown Mega Stones
45 10001 9 X/Y unknown

File diff suppressed because it is too large Load Diff

View File

@ -1428,3 +1428,13 @@ item_id,generation_id,game_index
666,5,625
668,5,561
669,5,564
670,5,627
671,5,628
673,5,630
674,5,631
675,5,632
676,5,633
677,5,634
678,5,635
679,5,636
681,5,638

1 item_id generation_id game_index
1428 666 5 625
1429 668 5 561
1430 669 5 564
1431 670 5 627
1432 671 5 628
1433 673 5 630
1434 674 5 631
1435 675 5 632
1436 676 5 633
1437 677 5 634
1438 678 5 635
1439 679 5 636
1440 681 5 638

View File

@ -130,7 +130,7 @@ item_id,local_language_id,name
22,6,Para-Heiler
22,7,Antiparaliz
22,8,Antiparalisi
22,9,Parlyz Heal
22,9,Paralyze Heal
23,1,かいふくのくすり
23,5,Guérison
23,6,Top-Genesung
@ -346,7 +346,7 @@ item_id,local_language_id,name
58,6,X-Abwehr
58,7,Defensa X
58,8,Difesa X
58,9,X Defend
58,9,X Defense
59,1,スピーダー
59,5,Vitesse +
59,6,X-Tempo
@ -1336,7 +1336,7 @@ item_id,local_language_id,name
223,6,Ewiges Eis
223,7,Antiderretir
223,8,Gelomai
223,9,NeverMeltIce
223,9,Never-Melt Ice
224,1,のろいのおふだ
224,5,Rune Sort
224,6,Bannsticker
@ -2788,7 +2788,7 @@ item_id,local_language_id,name
465,6,Itemradar
465,7,Zahorí
465,8,Ricerca Str.
465,9,Dowsing MCHN
465,9,Dowsing Machine
466,1,いかりまんじゅう
466,5,Bonbon Rage
466,6,Wutkeks
@ -4003,3 +4003,229 @@ item_id,local_language_id,name
669,7,G. Normal
669,8,Bijounormale
669,9,Normal Gem
670,8,Box Premi
670,9,Medal Box
671,8,Cuneo DNA
671,9,DNA Splicers
673,8,Permesso
673,9,Permit
674,8,Ovamuleto
674,9,Oval Charm
675,8,Cromamuleto
675,9,Shiny Charm
676,8,Carta Plasma
676,9,Plasma Card
677,8,Pezza Sporca
677,9,Grubby Hanky
678,8,Acrocongegno
678,9,Colress MCHN
679,8,Oggetto Perso
679,9,Dropped Item
681,8,Verispecchio
681,9,Reveal Glass
682,1,じゃくてんほけん
682,5,Vulné-Assurance
682,9,Weakness Policy
683,1,とつげきチョッキ
683,5,Veste de Combat
683,9,Assault Vest
684,1,せいれいプレート
684,5,Plaque Pixie
684,8,Lastraspiritello
684,9,Pixie Plate
685,1,とくせいカプセル
685,5,Pilule Talent
685,9,Ability Capsule
686,1,ホイップポップ
686,5,Chantibonbon
686,8,Dolcespuma
686,9,Whipped Dream
687,1,においぶくろ
687,5,Sachet Senteur
687,8,Bustina aromi
687,9,Sachet
688,9,Luminous Moss
689,9,Snowball
690,1,ぼうじんゴーグル
690,5,Lunettes Filtre
690,9,Safety Goggles
691,5,Fertibondance
691,9,Rich Mulch
692,5,Fertistantané
692,9,Surprise Mulch
693,5,Fertibérance
693,9,Boost Mulch
694,9,Amaze Mulch
695,1,ゲンガナイト
695,5,Ectoplasmite
695,8,Gengarite
695,9,Gengarite
696,5,Gardevoirite
696,8,Gardevoirite
696,9,Gardevoirite
697,1,デンリュウナイト
697,5,Pharampite
697,8,Ampharosite
697,9,Ampharosite
698,5,Florizarrite
698,8,Venusaurite
698,9,Venusaurite
699,5,Dracaufite X
699,8,Charizardite X
699,9,Charizardite X
700,5,Tortankite
700,8,Blastoisite
700,9,Blastoisinite
701,5,Mewtwoïte X
701,9,Mewtwonite X
702,1,ミュウツナイトY
702,5,Mewtwoïte Y
702,9,Mewtwonite Y
703,5,Braségalite
703,8,Blazikenite
703,9,Blazikenite
704,1,チャーレムナイト
704,5,Charminite
704,8,Medichamite
704,9,Medichamite
705,1,ヘルガナイト
705,5,Démolossite
705,9,Houndoominite
706,1,ボスゴドラナイト
706,5,Galekingite
706,9,Aggronite
707,1,ジュペッタナイト
707,5,Branettite
707,9,Banettite
708,5,Tyranocivite
708,9,Tyranitarite
709,1,ハッサムナイト
709,5,Cizayoxite
709,9,Scizorite
710,5,Scarabruite
710,8,Pinsirite
710,9,Pinsirite
711,1,プテラナイト
711,5,Ptéraïte
711,8,Aerodactylite
711,9,Aerodactylite
712,5,Lucarite
712,8,Lucarite
712,9,Lucarionite
713,1,ユキノオナイト
713,5,Blizzarite
713,8,Abomasnowite
713,9,Abomasite
714,1,ガルーラナイト
714,5,Kangourexite
714,8,Kangaskhanite
714,9,Kangaskhanite
715,1,ギャラドスナイト
715,5,Léviatorite
715,8,Gyaradosite
715,9,Gyaradosite
716,1,アブソルナイト
716,5,Absolite
716,8,Absolite
716,9,Absolite
717,1,リザードナイトY
717,5,Dracaufite Y
717,8,Charizardite Y
717,9,Charizardite Y
718,1,フーディナイト
718,5,Alakazamite
718,9,Alakazite
719,1,ヘラクロスナイト
719,5,Scarhinoïte
719,9,Heracronite
720,1,クチートナイト
720,5,Mysdibulite
720,8,Mawilite
720,9,Mawilite
721,5,Élecsprintite
721,9,Manectite
722,1,ガブリアスナイト
722,5,Carchacrokite
722,9,Garchompite
723,1,ロゼルのみ
723,5,Baie Selro
723,9,Roseli Berry
724,9,Kee Berry
725,9,Maranga Berry
726,9,Bargain Ticket
727,1,ふしぎなおきもの
727,8,Strano ninnolo
727,9,Strange Souvenir
728,1,ミアレガレット
728,5,Galette Illumis
728,8,Pan di Lumi
728,9,Lumiose Galette
729,5,Fossile Mâchoire
729,8,Fossilmascella
729,9,Jaw Fossil
730,5,Fossile Nageoire
730,8,Fossilpinna
730,9,Sail Fossil
731,9,Fairy Gem
732,1,たんけんこころえ
732,5,ABC Aventure
732,8,Guida Avventura
732,9,Adventure Rules
733,1,エレベータのキー
733,5,Clé Ascenseur
733,8,Chiave ascensore
733,9,Elevator Key
734,1,ホロキャスター
734,5,Holokit
734,8,Holovox
734,9,Holo Caster
735,1,カロスエンブレム
735,5,Insigne de Kalos
735,8,Emblema di Kalos
735,9,Honor of Kalos
736,5,Pierre Insolite
736,8,Sasso suggestivo
736,9,Intriguing Stone
737,1,レンズケース
737,5,Boîte Lentilles
737,8,Portalenti
737,9,Lens Case
738,1,ハンサムチケット
738,5,Ticket Beladonis
738,9,Looker Ticket
739,1,メガリング
739,5,Méga-Anneau
739,8,Megacerchio
739,9,Mega Ring
740,1,はつでんしょパス
740,5,Passe Centrale
740,8,Pass Centrale
740,9,Power Plant Pass
741,9,Prof's Letter
742,1,ローラースケート
742,5,Rollers
742,8,Pattini
742,9,Roller Skates
743,1,ハスボーじょうろ
743,5,Nénurrosoir
743,8,Irrigalotad
743,9,Sprinklotad
744,1,TMVパス
744,5,Passe TMV
744,8,Pass TMV
744,9,TMV Pass
745,5,CT96
745,8,MT96
745,9,TM96
746,5,CT97
746,8,MT97
746,9,TM97
747,5,CT98
747,8,MT98
747,9,TM98
748,5,CT99
748,8,MT99
748,9,TM99
749,5,CT100
749,8,MT100
749,9,TM100

1 item_id local_language_id name
130 22 6 Para-Heiler
131 22 7 Antiparaliz
132 22 8 Antiparalisi
133 22 9 Parlyz Heal Paralyze Heal
134 23 1 かいふくのくすり
135 23 5 Guérison
136 23 6 Top-Genesung
346 58 6 X-Abwehr
347 58 7 Defensa X
348 58 8 Difesa X
349 58 9 X Defend X Defense
350 59 1 スピーダー
351 59 5 Vitesse +
352 59 6 X-Tempo
1336 223 6 Ewiges Eis
1337 223 7 Antiderretir
1338 223 8 Gelomai
1339 223 9 NeverMeltIce Never-Melt Ice
1340 224 1 のろいのおふだ
1341 224 5 Rune Sort
1342 224 6 Bannsticker
2788 465 6 Itemradar
2789 465 7 Zahorí
2790 465 8 Ricerca Str.
2791 465 9 Dowsing MCHN Dowsing Machine
2792 466 1 いかりまんじゅう
2793 466 5 Bonbon Rage
2794 466 6 Wutkeks
4003 669 7 G. Normal
4004 669 8 Bijounormale
4005 669 9 Normal Gem
4006 670 8 Box Premi
4007 670 9 Medal Box
4008 671 8 Cuneo DNA
4009 671 9 DNA Splicers
4010 673 8 Permesso
4011 673 9 Permit
4012 674 8 Ovamuleto
4013 674 9 Oval Charm
4014 675 8 Cromamuleto
4015 675 9 Shiny Charm
4016 676 8 Carta Plasma
4017 676 9 Plasma Card
4018 677 8 Pezza Sporca
4019 677 9 Grubby Hanky
4020 678 8 Acrocongegno
4021 678 9 Colress MCHN
4022 679 8 Oggetto Perso
4023 679 9 Dropped Item
4024 681 8 Verispecchio
4025 681 9 Reveal Glass
4026 682 1 じゃくてんほけん
4027 682 5 Vulné-Assurance
4028 682 9 Weakness Policy
4029 683 1 とつげきチョッキ
4030 683 5 Veste de Combat
4031 683 9 Assault Vest
4032 684 1 せいれいプレート
4033 684 5 Plaque Pixie
4034 684 8 Lastraspiritello
4035 684 9 Pixie Plate
4036 685 1 とくせいカプセル
4037 685 5 Pilule Talent
4038 685 9 Ability Capsule
4039 686 1 ホイップポップ
4040 686 5 Chantibonbon
4041 686 8 Dolcespuma
4042 686 9 Whipped Dream
4043 687 1 においぶくろ
4044 687 5 Sachet Senteur
4045 687 8 Bustina aromi
4046 687 9 Sachet
4047 688 9 Luminous Moss
4048 689 9 Snowball
4049 690 1 ぼうじんゴーグル
4050 690 5 Lunettes Filtre
4051 690 9 Safety Goggles
4052 691 5 Fertibondance
4053 691 9 Rich Mulch
4054 692 5 Fertistantané
4055 692 9 Surprise Mulch
4056 693 5 Fertibérance
4057 693 9 Boost Mulch
4058 694 9 Amaze Mulch
4059 695 1 ゲンガナイト
4060 695 5 Ectoplasmite
4061 695 8 Gengarite
4062 695 9 Gengarite
4063 696 5 Gardevoirite
4064 696 8 Gardevoirite
4065 696 9 Gardevoirite
4066 697 1 デンリュウナイト
4067 697 5 Pharampite
4068 697 8 Ampharosite
4069 697 9 Ampharosite
4070 698 5 Florizarrite
4071 698 8 Venusaurite
4072 698 9 Venusaurite
4073 699 5 Dracaufite X
4074 699 8 Charizardite X
4075 699 9 Charizardite X
4076 700 5 Tortankite
4077 700 8 Blastoisite
4078 700 9 Blastoisinite
4079 701 5 Mewtwoïte X
4080 701 9 Mewtwonite X
4081 702 1 ミュウツナイトY
4082 702 5 Mewtwoïte Y
4083 702 9 Mewtwonite Y
4084 703 5 Braségalite
4085 703 8 Blazikenite
4086 703 9 Blazikenite
4087 704 1 チャーレムナイト
4088 704 5 Charminite
4089 704 8 Medichamite
4090 704 9 Medichamite
4091 705 1 ヘルガナイト
4092 705 5 Démolossite
4093 705 9 Houndoominite
4094 706 1 ボスゴドラナイト
4095 706 5 Galekingite
4096 706 9 Aggronite
4097 707 1 ジュペッタナイト
4098 707 5 Branettite
4099 707 9 Banettite
4100 708 5 Tyranocivite
4101 708 9 Tyranitarite
4102 709 1 ハッサムナイト
4103 709 5 Cizayoxite
4104 709 9 Scizorite
4105 710 5 Scarabruite
4106 710 8 Pinsirite
4107 710 9 Pinsirite
4108 711 1 プテラナイト
4109 711 5 Ptéraïte
4110 711 8 Aerodactylite
4111 711 9 Aerodactylite
4112 712 5 Lucarite
4113 712 8 Lucarite
4114 712 9 Lucarionite
4115 713 1 ユキノオナイト
4116 713 5 Blizzarite
4117 713 8 Abomasnowite
4118 713 9 Abomasite
4119 714 1 ガルーラナイト
4120 714 5 Kangourexite
4121 714 8 Kangaskhanite
4122 714 9 Kangaskhanite
4123 715 1 ギャラドスナイト
4124 715 5 Léviatorite
4125 715 8 Gyaradosite
4126 715 9 Gyaradosite
4127 716 1 アブソルナイト
4128 716 5 Absolite
4129 716 8 Absolite
4130 716 9 Absolite
4131 717 1 リザードナイトY
4132 717 5 Dracaufite Y
4133 717 8 Charizardite Y
4134 717 9 Charizardite Y
4135 718 1 フーディナイト
4136 718 5 Alakazamite
4137 718 9 Alakazite
4138 719 1 ヘラクロスナイト
4139 719 5 Scarhinoïte
4140 719 9 Heracronite
4141 720 1 クチートナイト
4142 720 5 Mysdibulite
4143 720 8 Mawilite
4144 720 9 Mawilite
4145 721 5 Élecsprintite
4146 721 9 Manectite
4147 722 1 ガブリアスナイト
4148 722 5 Carchacrokite
4149 722 9 Garchompite
4150 723 1 ロゼルのみ
4151 723 5 Baie Selro
4152 723 9 Roseli Berry
4153 724 9 Kee Berry
4154 725 9 Maranga Berry
4155 726 9 Bargain Ticket
4156 727 1 ふしぎなおきもの
4157 727 8 Strano ninnolo
4158 727 9 Strange Souvenir
4159 728 1 ミアレガレット
4160 728 5 Galette Illumis
4161 728 8 Pan di Lumi
4162 728 9 Lumiose Galette
4163 729 5 Fossile Mâchoire
4164 729 8 Fossilmascella
4165 729 9 Jaw Fossil
4166 730 5 Fossile Nageoire
4167 730 8 Fossilpinna
4168 730 9 Sail Fossil
4169 731 9 Fairy Gem
4170 732 1 たんけんこころえ
4171 732 5 ABC Aventure
4172 732 8 Guida Avventura
4173 732 9 Adventure Rules
4174 733 1 エレベータのキー
4175 733 5 Clé Ascenseur
4176 733 8 Chiave ascensore
4177 733 9 Elevator Key
4178 734 1 ホロキャスター
4179 734 5 Holokit
4180 734 8 Holovox
4181 734 9 Holo Caster
4182 735 1 カロスエンブレム
4183 735 5 Insigne de Kalos
4184 735 8 Emblema di Kalos
4185 735 9 Honor of Kalos
4186 736 5 Pierre Insolite
4187 736 8 Sasso suggestivo
4188 736 9 Intriguing Stone
4189 737 1 レンズケース
4190 737 5 Boîte Lentilles
4191 737 8 Portalenti
4192 737 9 Lens Case
4193 738 1 ハンサムチケット
4194 738 5 Ticket Beladonis
4195 738 9 Looker Ticket
4196 739 1 メガリング
4197 739 5 Méga-Anneau
4198 739 8 Megacerchio
4199 739 9 Mega Ring
4200 740 1 はつでんしょパス
4201 740 5 Passe Centrale
4202 740 8 Pass Centrale
4203 740 9 Power Plant Pass
4204 741 9 Prof's Letter
4205 742 1 ローラースケート
4206 742 5 Rollers
4207 742 8 Pattini
4208 742 9 Roller Skates
4209 743 1 ハスボーじょうろ
4210 743 5 Nénurrosoir
4211 743 8 Irrigalotad
4212 743 9 Sprinklotad
4213 744 1 TMVパス
4214 744 5 Passe TMV
4215 744 8 Pass TMV
4216 744 9 TMV Pass
4217 745 5 CT96
4218 745 8 MT96
4219 745 9 TM96
4220 746 5 CT97
4221 746 8 MT97
4222 746 9 TM97
4223 747 5 CT98
4224 747 8 MT98
4225 747 9 TM98
4226 748 5 CT99
4227 748 8 MT99
4228 748 9 TM99
4229 749 5 CT100
4230 749 8 MT100
4231 749 9 TM100

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
19,burn-heal,30,250,30,
20,ice-heal,30,250,30,
21,awakening,30,250,30,
22,parlyz-heal,30,200,30,
22,paralyze-heal,30,200,30,
23,full-restore,27,3000,30,
24,max-potion,27,2500,30,
25,hyper-potion,27,1200,30,
@ -56,7 +56,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
55,guard-spec,1,700,30,
56,dire-hit,1,650,30,
57,x-attack,1,500,30,
58,x-defend,1,550,30,
58,x-defense,1,550,30,
59,x-speed,1,350,30,
60,x-accuracy,1,950,30,
61,x-special,1,350,30,
@ -221,7 +221,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
220,mystic-water,19,100,30,
221,sharp-beak,19,100,50,
222,poison-barb,19,100,70,6
223,nevermeltice,19,100,30,
223,never-melt-ice,19,100,30,
224,spell-tag,19,100,30,
225,twistedspoon,19,100,30,
226,charcoal,19,9800,30,
@ -431,9 +431,9 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
430,lunar-wing,20,0,,
431,member-card,20,0,,
432,azure-flute,20,0,,
433,ss-ticket,23,0,,
433,ss-ticket,22,0,,
434,contest-pass,21,0,,
435,magma-stone,23,0,,
435,magma-stone,22,0,,
436,parcel,22,0,,
437,coupon-1,22,0,,
438,coupon-2,22,0,,
@ -463,7 +463,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
462,pnk-apricorn,40,0,,
463,wht-apricorn,40,0,,
464,blk-apricorn,40,0,,
465,dowsing-mchn,21,0,,
465,dowsing-machine,21,0,,
466,ragecandybar,21,0,,
467,red-orb,22,0,,
468,blue-orb,22,0,,
@ -618,7 +618,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
617,dream-ball,33,0,,
618,poke-toy,11,1000,30,
619,prop-case,21,0,,
620,dragon-skull,44,0,,
620,dragon-skull,22,0,,
621,balmmushroom,24,0,30,
622,big-nugget,24,0,30,
623,pearl-string,24,0,30,
@ -661,9 +661,87 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
660,tm94,37,10000,,
661,tm95,37,10000,,
662,xtransceiver,21,0,,
663,god-stone,44,0,,
664,gram-1,44,0,,
665,gram-2,44,0,,
666,gram-3,44,0,,
663,god-stone,23,0,,
664,gram-1,22,0,,
665,gram-2,22,0,,
666,gram-3,22,0,,
668,dragon-gem,42,200,,
669,normal-gem,42,200,,
670,medal-box,21,0,,
671,dna-splicers,21,0,,
673,permit,21,0,,
674,oval-charm,21,0,,
675,shiny-charm,21,0,,
676,plasma-card,22,0,,
677,grubby-hanky,22,0,,
678,colress-mchn,22,0,,
679,dropped-item,22,0,,
681,reveal-glass,21,0,,
682,weakness-policy,12,0,,
683,assault-vest,12,0,,
684,pixie-plate,17,0,,
685,ability-capsule,26,0,,
686,whipped-dream,10,0,,
687,sachet,10,0,,
688,luminous-moss,12,0,,
689,snowball,12,0,,
690,safety-goggles,12,0,,
691,rich-mulch,32,0,,
692,surprise-mulch,32,0,,
693,boost-mulch,32,0,,
694,amaze-mulch,32,0,,
695,gengarite,44,0,,
696,gardevoirite,44,0,,
697,ampharosite,44,0,,
698,venusaurite,44,0,,
699,charizardite-x,44,0,,
700,blastoisinite,44,0,,
701,mewtwonite-x,44,0,,
702,mewtwonite-y,44,0,,
703,blazikenite,44,0,,
704,medichamite,44,0,,
705,houndoominite,44,0,,
706,aggronite,44,0,,
707,banettite,44,0,,
708,tyranitarite,44,0,,
709,scizorite,44,0,,
710,pinsirite,44,0,,
711,aerodactylite,44,0,,
712,lucarionite,44,0,,
713,abomasite,44,0,,
714,kangaskhanite,44,0,,
715,gyaradosite,44,0,,
716,absolite,44,0,,
717,charizardite-y,44,0,,
718,alakazite,44,0,,
719,heracronite,44,0,,
720,mawilite,44,0,,
721,manectite,44,0,,
722,garchompite,44,0,,
723,roseli-berry,7,0,,
724,kee-berry,4,0,,
725,maranga-berry,4,0,,
726,bargain-ticket,10001,0,,
727,strange-souvenir,10001,0,,
728,lumiose-galette,30,0,,
729,jaw-fossil,35,0,,
730,sail-fossil,35,0,,
731,fairy-gem,42,0,,
732,adventure-rules,21,0,,
733,elevator-key,22,0,,
734,holo-caster,21,0,,
735,honor-of-kalos,22,0,,
736,intriguing-stone,22,0,,
737,lens-case,21,0,,
738,looker-ticket,22,0,,
739,mega-ring,21,0,,
740,power-plant-pass,22,0,,
741,profs-letter,22,0,,
742,roller-skates,21,0,,
743,sprinklotad,21,0,,
744,tmv-pass,21,0,,
745,tm96,37,0,,
746,tm97,37,0,,
747,tm98,37,0,,
748,tm99,37,0,,
749,tm100,37,0,,

1 id identifier category_id cost fling_power fling_effect_id
20 19 burn-heal 30 250 30
21 20 ice-heal 30 250 30
22 21 awakening 30 250 30
23 22 parlyz-heal paralyze-heal 30 200 30
24 23 full-restore 27 3000 30
25 24 max-potion 27 2500 30
26 25 hyper-potion 27 1200 30
56 55 guard-spec 1 700 30
57 56 dire-hit 1 650 30
58 57 x-attack 1 500 30
59 58 x-defend x-defense 1 550 30
60 59 x-speed 1 350 30
61 60 x-accuracy 1 950 30
62 61 x-special 1 350 30
221 220 mystic-water 19 100 30
222 221 sharp-beak 19 100 50
223 222 poison-barb 19 100 70 6
224 223 nevermeltice never-melt-ice 19 100 30
225 224 spell-tag 19 100 30
226 225 twistedspoon 19 100 30
227 226 charcoal 19 9800 30
431 430 lunar-wing 20 0
432 431 member-card 20 0
433 432 azure-flute 20 0
434 433 ss-ticket 23 22 0
435 434 contest-pass 21 0
436 435 magma-stone 23 22 0
437 436 parcel 22 0
438 437 coupon-1 22 0
439 438 coupon-2 22 0
463 462 pnk-apricorn 40 0
464 463 wht-apricorn 40 0
465 464 blk-apricorn 40 0
466 465 dowsing-mchn dowsing-machine 21 0
467 466 ragecandybar 21 0
468 467 red-orb 22 0
469 468 blue-orb 22 0
618 617 dream-ball 33 0
619 618 poke-toy 11 1000 30
620 619 prop-case 21 0
621 620 dragon-skull 44 22 0
622 621 balmmushroom 24 0 30
623 622 big-nugget 24 0 30
624 623 pearl-string 24 0 30
661 660 tm94 37 10000
662 661 tm95 37 10000
663 662 xtransceiver 21 0
664 663 god-stone 44 23 0
665 664 gram-1 44 22 0
666 665 gram-2 44 22 0
667 666 gram-3 44 22 0
668 668 dragon-gem 42 200
669 669 normal-gem 42 200
670 670 medal-box 21 0
671 671 dna-splicers 21 0
672 673 permit 21 0
673 674 oval-charm 21 0
674 675 shiny-charm 21 0
675 676 plasma-card 22 0
676 677 grubby-hanky 22 0
677 678 colress-mchn 22 0
678 679 dropped-item 22 0
679 681 reveal-glass 21 0
680 682 weakness-policy 12 0
681 683 assault-vest 12 0
682 684 pixie-plate 17 0
683 685 ability-capsule 26 0
684 686 whipped-dream 10 0
685 687 sachet 10 0
686 688 luminous-moss 12 0
687 689 snowball 12 0
688 690 safety-goggles 12 0
689 691 rich-mulch 32 0
690 692 surprise-mulch 32 0
691 693 boost-mulch 32 0
692 694 amaze-mulch 32 0
693 695 gengarite 44 0
694 696 gardevoirite 44 0
695 697 ampharosite 44 0
696 698 venusaurite 44 0
697 699 charizardite-x 44 0
698 700 blastoisinite 44 0
699 701 mewtwonite-x 44 0
700 702 mewtwonite-y 44 0
701 703 blazikenite 44 0
702 704 medichamite 44 0
703 705 houndoominite 44 0
704 706 aggronite 44 0
705 707 banettite 44 0
706 708 tyranitarite 44 0
707 709 scizorite 44 0
708 710 pinsirite 44 0
709 711 aerodactylite 44 0
710 712 lucarionite 44 0
711 713 abomasite 44 0
712 714 kangaskhanite 44 0
713 715 gyaradosite 44 0
714 716 absolite 44 0
715 717 charizardite-y 44 0
716 718 alakazite 44 0
717 719 heracronite 44 0
718 720 mawilite 44 0
719 721 manectite 44 0
720 722 garchompite 44 0
721 723 roseli-berry 7 0
722 724 kee-berry 4 0
723 725 maranga-berry 4 0
724 726 bargain-ticket 10001 0
725 727 strange-souvenir 10001 0
726 728 lumiose-galette 30 0
727 729 jaw-fossil 35 0
728 730 sail-fossil 35 0
729 731 fairy-gem 42 0
730 732 adventure-rules 21 0
731 733 elevator-key 22 0
732 734 holo-caster 21 0
733 735 honor-of-kalos 22 0
734 736 intriguing-stone 22 0
735 737 lens-case 21 0
736 738 looker-ticket 22 0
737 739 mega-ring 21 0
738 740 power-plant-pass 22 0
739 741 profs-letter 22 0
740 742 roller-skates 21 0
741 743 sprinklotad 21 0
742 744 tmv-pass 21 0
743 745 tm96 37 0
744 746 tm97 37 0
745 747 tm98 37 0
746 748 tm99 37 0
747 749 tm100 37 0

View File

@ -1,11 +1,21 @@
language_id,local_language_id,name
1,1,日本語
1,9,Japanese
2,9,Official Roomaji
2,1,正式ローマジ
2,9,Official roomaji
3,1,韓国語
3,9,Korean
4,1,中国語
4,9,Chinese
5,1,フランス語
5,9,French
6,1,ドイツ語
6,9,German
7,1,西語
7,9,Spanish
8,1,伊語
8,9,Italian
9,1,英語
9,9,English
10,1,チェコ語
10,9,Czech

1 language_id local_language_id name
2 1 1 日本語
3 1 9 Japanese
4 2 9 1 Official Roomaji 正式ローマジ
5 2 9 Official roomaji
6 3 1 韓国語
7 3 9 Korean
8 4 1 中国語
9 4 9 Chinese
10 5 1 フランス語
11 5 9 French
12 6 1 ドイツ語
13 6 9 German
14 7 1 西語
15 7 9 Spanish
16 8 1 伊語
17 8 9 Italian
18 9 1 英語
19 9 9 English
20 10 1 チェコ語
21 10 9 Czech

View File

@ -512,7 +512,7 @@ location_id,local_language_id,name
437,9,Granite Cave
438,9,Petalburg Woods
439,9,Jagged Pass
440,9,Fiery Pass
440,9,Fiery Path
441,9,Mt. Pyre
442,9,Seafloor Cavern
443,9,Cave of Origin
@ -575,7 +575,7 @@ location_id,local_language_id,name
500,9,Mt. Ember
501,9,Berry Forest
502,9,Icefall Cave
503,9,Patern Bush
503,9,Pattern Bush
504,9,Lost Cave
505,9,Kindle Road
506,9,Treasure Beach
@ -675,3 +675,80 @@ location_id,local_language_id,name
565,9,Iron Room
566,1,誓いの林
566,9,Pledge Grove
567,9,Littleroot Town
568,9,Oldale Town
569,9,Lavaridge Town
570,9,Fallarbor Town
571,9,Verdanturf Town
572,9,Mauville City
573,9,Rustboro City
574,9,Fortree City
575,9,Underwater
576,9,Mt. Chimney
577,9,Mirage Island
578,9,Southern Island
579,9,Sealed Chamber
580,9,Scorched Slab
581,9,Island Cave
582,9,Desert Ruins
583,9,Ancient Tomb
584,9,Inside of truck
585,9,Secret Base
586,9,Battle Tower
587,9,Vaniville Town
588,9,Aquacorde Town
589,9,Santalune Forest
590,9,Santalune City
591,9,Lumiose City
592,9,Camphrier Town
593,9,Parfum Palace
594,9,Connecting Cave
595,9,Cyllage City
596,9,Ambrette Town
597,9,Glittering Cave
598,9,Geosenge Town
599,9,Reflection Cave
600,9,Shalour City
601,9,Coumarine City
602,9,Sea Spirit's Den
603,9,Kalos Power Plant
604,9,Laverre City
605,9,Poke Ball Factory
606,9,Lost Hotel
607,9,Dendemille Town
608,9,Frost Cavern
609,9,Anistar City
610,9,Couriway Town
611,9,Terminus Cave
612,9,Snowbelle City
613,9,Pokemon Village
614,9,Victory Road
615,9,Chamber of Emptiness
616,9,Pokemon League
617,9,Kiloude City
618,9,Azure Bay
619,9,Battle Chateau
620,9,Battle Maison
621,9,Tower of Mastery
622,9,Route 1
623,9,Route 2
624,9,Route 3
625,9,Route 4
626,9,Route 5
627,9,Route 6
628,9,Route 7
629,9,Route 8
630,9,Route 9
631,9,Route 10
632,9,Route 11
633,9,Route 12
634,9,Route 13
635,9,Route 14
636,9,Route 15
637,9,Route 16
638,9,Route 17
639,9,Route 18
640,9,Route 19
641,9,Route 20
642,9,Route 21
643,9,Route 22

1 location_id local_language_id name
512 437 9 Granite Cave
513 438 9 Petalburg Woods
514 439 9 Jagged Pass
515 440 9 Fiery Pass Fiery Path
516 441 9 Mt. Pyre
517 442 9 Seafloor Cavern
518 443 9 Cave of Origin
575 500 9 Mt. Ember
576 501 9 Berry Forest
577 502 9 Icefall Cave
578 503 9 Patern Bush Pattern Bush
579 504 9 Lost Cave
580 505 9 Kindle Road
581 506 9 Treasure Beach
675 565 9 Iron Room
676 566 1 誓いの林
677 566 9 Pledge Grove
678 567 9 Littleroot Town
679 568 9 Oldale Town
680 569 9 Lavaridge Town
681 570 9 Fallarbor Town
682 571 9 Verdanturf Town
683 572 9 Mauville City
684 573 9 Rustboro City
685 574 9 Fortree City
686 575 9 Underwater
687 576 9 Mt. Chimney
688 577 9 Mirage Island
689 578 9 Southern Island
690 579 9 Sealed Chamber
691 580 9 Scorched Slab
692 581 9 Island Cave
693 582 9 Desert Ruins
694 583 9 Ancient Tomb
695 584 9 Inside of truck
696 585 9 Secret Base
697 586 9 Battle Tower
698 587 9 Vaniville Town
699 588 9 Aquacorde Town
700 589 9 Santalune Forest
701 590 9 Santalune City
702 591 9 Lumiose City
703 592 9 Camphrier Town
704 593 9 Parfum Palace
705 594 9 Connecting Cave
706 595 9 Cyllage City
707 596 9 Ambrette Town
708 597 9 Glittering Cave
709 598 9 Geosenge Town
710 599 9 Reflection Cave
711 600 9 Shalour City
712 601 9 Coumarine City
713 602 9 Sea Spirit's Den
714 603 9 Kalos Power Plant
715 604 9 Laverre City
716 605 9 Poke Ball Factory
717 606 9 Lost Hotel
718 607 9 Dendemille Town
719 608 9 Frost Cavern
720 609 9 Anistar City
721 610 9 Couriway Town
722 611 9 Terminus Cave
723 612 9 Snowbelle City
724 613 9 Pokemon Village
725 614 9 Victory Road
726 615 9 Chamber of Emptiness
727 616 9 Pokemon League
728 617 9 Kiloude City
729 618 9 Azure Bay
730 619 9 Battle Chateau
731 620 9 Battle Maison
732 621 9 Tower of Mastery
733 622 9 Route 1
734 623 9 Route 2
735 624 9 Route 3
736 625 9 Route 4
737 626 9 Route 5
738 627 9 Route 6
739 628 9 Route 7
740 629 9 Route 8
741 630 9 Route 9
742 631 9 Route 10
743 632 9 Route 11
744 633 9 Route 12
745 634 9 Route 13
746 635 9 Route 14
747 636 9 Route 15
748 637 9 Route 16
749 638 9 Route 17
750 639 9 Route 18
751 640 9 Route 19
752 641 9 Route 20
753 642 9 Route 21
754 643 9 Route 22

View File

@ -174,7 +174,7 @@ id,region_id,identifier
181,4,galactic-hq
182,4,verity-lakefront
183,4,newmoon-island
184,4,battle-tower
184,4,sinnoh-battle-tower
185,4,fight-area
186,4,survival-area
187,4,seabreak-path
@ -427,7 +427,7 @@ id,region_id,identifier
437,3,granite-cave
438,3,petalburg-woods
439,3,jagged-pass
440,3,fiery-pass
440,3,fiery-path
441,3,mt-pyre
442,3,seafloor-cavern
443,3,cave-of-origin
@ -490,7 +490,7 @@ id,region_id,identifier
500,1,mt-ember
501,1,berry-forest
502,1,icefall-cave
503,1,patern-bush
503,1,pattern-bush
504,1,lost-cave
505,1,kindle-road
506,1,treasure-beach
@ -554,3 +554,80 @@ id,region_id,identifier
564,5,glacier-room
565,5,iron-room
566,5,pledge-grove
567,3,littleroot-town
568,3,oldale-town
569,3,lavaridge-town
570,3,fallarbor-town
571,3,verdanturf-town
572,3,mauville-city
573,3,rustboro-city
574,3,fortree-city
575,3,underwater
576,3,mt-chimney
577,3,mirage-island
578,3,southern-island
579,3,sealed-chamber
580,3,scorched-slab
581,3,island-cave
582,3,desert-ruins
583,3,ancient-tomb
584,3,inside-of-truck
585,3,secret-base
586,3,hoenn-battle-tower
587,6,vaniville-town
588,6,aquacorde-town
589,6,santalune-forest
590,6,santalune-city
591,6,lumiose-city
592,6,camphrier-town
593,6,parfum-palace
594,6,connecting-cave
595,6,cyllage-city
596,6,ambrette-town
597,6,glittering-cave
598,6,geosenge-town
599,6,reflection-cave
600,6,shalour-city
601,6,coumarine-city
602,6,sea-spirits-den
603,6,kalos-power-plant
604,6,laverre-city
605,6,poke-ball-factory
606,6,lost-hotel
607,6,dendemille-town
608,6,frost-cavern
609,6,anistar-city
610,6,couriway-town
611,6,terminus-cave
612,6,snowbelle-city
613,6,pokemon-village
614,6,kalos-victory-road
615,6,chamber-of-emptiness
616,6,pokemon-league
617,6,kiloude-city
618,6,azure-bay
619,6,battle-chateau
620,6,battle-maison
621,6,tower-of-mastery
622,6,kalos-route-1
623,6,kalos-route-2
624,6,kalos-route-3
625,6,kalos-route-4
626,6,kalos-route-5
627,6,kalos-route-6
628,6,kalos-route-7
629,6,kalos-route-8
630,6,kalos-route-9
631,6,kalos-route-10
632,6,kalos-route-11
633,6,kalos-route-12
634,6,kalos-route-13
635,6,kalos-route-14
636,6,kalos-route-15
637,6,kalos-route-16
638,6,kalos-route-17
639,6,kalos-route-18
640,6,kalos-route-19
641,6,kalos-route-20
642,6,kalos-route-21
643,6,kalos-route-22

1 id region_id identifier
174 181 4 galactic-hq
175 182 4 verity-lakefront
176 183 4 newmoon-island
177 184 4 battle-tower sinnoh-battle-tower
178 185 4 fight-area
179 186 4 survival-area
180 187 4 seabreak-path
427 437 3 granite-cave
428 438 3 petalburg-woods
429 439 3 jagged-pass
430 440 3 fiery-pass fiery-path
431 441 3 mt-pyre
432 442 3 seafloor-cavern
433 443 3 cave-of-origin
490 500 1 mt-ember
491 501 1 berry-forest
492 502 1 icefall-cave
493 503 1 patern-bush pattern-bush
494 504 1 lost-cave
495 505 1 kindle-road
496 506 1 treasure-beach
554 564 5 glacier-room
555 565 5 iron-room
556 566 5 pledge-grove
557 567 3 littleroot-town
558 568 3 oldale-town
559 569 3 lavaridge-town
560 570 3 fallarbor-town
561 571 3 verdanturf-town
562 572 3 mauville-city
563 573 3 rustboro-city
564 574 3 fortree-city
565 575 3 underwater
566 576 3 mt-chimney
567 577 3 mirage-island
568 578 3 southern-island
569 579 3 sealed-chamber
570 580 3 scorched-slab
571 581 3 island-cave
572 582 3 desert-ruins
573 583 3 ancient-tomb
574 584 3 inside-of-truck
575 585 3 secret-base
576 586 3 hoenn-battle-tower
577 587 6 vaniville-town
578 588 6 aquacorde-town
579 589 6 santalune-forest
580 590 6 santalune-city
581 591 6 lumiose-city
582 592 6 camphrier-town
583 593 6 parfum-palace
584 594 6 connecting-cave
585 595 6 cyllage-city
586 596 6 ambrette-town
587 597 6 glittering-cave
588 598 6 geosenge-town
589 599 6 reflection-cave
590 600 6 shalour-city
591 601 6 coumarine-city
592 602 6 sea-spirits-den
593 603 6 kalos-power-plant
594 604 6 laverre-city
595 605 6 poke-ball-factory
596 606 6 lost-hotel
597 607 6 dendemille-town
598 608 6 frost-cavern
599 609 6 anistar-city
600 610 6 couriway-town
601 611 6 terminus-cave
602 612 6 snowbelle-city
603 613 6 pokemon-village
604 614 6 kalos-victory-road
605 615 6 chamber-of-emptiness
606 616 6 pokemon-league
607 617 6 kiloude-city
608 618 6 azure-bay
609 619 6 battle-chateau
610 620 6 battle-maison
611 621 6 tower-of-mastery
612 622 6 kalos-route-1
613 623 6 kalos-route-2
614 624 6 kalos-route-3
615 625 6 kalos-route-4
616 626 6 kalos-route-5
617 627 6 kalos-route-6
618 628 6 kalos-route-7
619 629 6 kalos-route-8
620 630 6 kalos-route-9
621 631 6 kalos-route-10
622 632 6 kalos-route-11
623 633 6 kalos-route-12
624 634 6 kalos-route-13
625 635 6 kalos-route-14
626 636 6 kalos-route-15
627 637 6 kalos-route-16
628 638 6 kalos-route-17
629 639 6 kalos-route-18
630 640 6 kalos-route-19
631 641 6 kalos-route-20
632 642 6 kalos-route-21
633 643 6 kalos-route-22

View File

@ -10,7 +10,10 @@ machine_number,version_group_id,item_id,move_id
1,9,305,264
1,10,305,264
1,11,305,468
1,12,305,264
1,13,305,264
1,14,305,468
1,15,305,468
2,1,306,13
2,2,306,13
2,3,306,29
@ -22,7 +25,10 @@ machine_number,version_group_id,item_id,move_id
2,9,306,337
2,10,306,337
2,11,306,337
2,12,306,337
2,13,306,337
2,14,306,337
2,15,306,337
3,1,307,14
3,2,307,14
3,3,307,174
@ -34,7 +40,10 @@ machine_number,version_group_id,item_id,move_id
3,9,307,352
3,10,307,352
3,11,307,473
3,12,307,352
3,13,307,352
3,14,307,473
3,15,307,473
4,1,308,18
4,2,308,18
4,3,308,205
@ -46,7 +55,10 @@ machine_number,version_group_id,item_id,move_id
4,9,308,347
4,10,308,347
4,11,308,347
4,12,308,347
4,13,308,347
4,14,308,347
4,15,308,347
5,1,309,25
5,2,309,25
5,3,309,46
@ -58,7 +70,10 @@ machine_number,version_group_id,item_id,move_id
5,9,309,46
5,10,309,46
5,11,309,46
5,12,309,46
5,13,309,46
5,14,309,46
5,15,309,46
6,1,310,92
6,2,310,92
6,3,310,92
@ -70,7 +85,10 @@ machine_number,version_group_id,item_id,move_id
6,9,310,92
6,10,310,92
6,11,310,92
6,12,310,92
6,13,310,92
6,14,310,92
6,15,310,92
7,1,311,32
7,2,311,32
7,3,311,192
@ -82,7 +100,10 @@ machine_number,version_group_id,item_id,move_id
7,9,311,258
7,10,311,258
7,11,311,258
7,12,311,258
7,13,311,258
7,14,311,258
7,15,311,258
8,1,312,34
8,2,312,34
8,3,312,249
@ -94,7 +115,10 @@ machine_number,version_group_id,item_id,move_id
8,9,312,339
8,10,312,339
8,11,312,339
8,12,312,339
8,13,312,339
8,14,312,339
8,15,312,339
9,1,313,36
9,2,313,36
9,3,313,244
@ -106,7 +130,10 @@ machine_number,version_group_id,item_id,move_id
9,9,313,331
9,10,313,331
9,11,313,474
9,12,313,331
9,13,313,331
9,14,313,474
9,15,313,474
10,1,314,38
10,2,314,38
10,3,314,237
@ -118,7 +145,10 @@ machine_number,version_group_id,item_id,move_id
10,9,314,237
10,10,314,237
10,11,314,237
10,12,314,237
10,13,314,237
10,14,314,237
10,15,314,237
11,1,315,61
11,2,315,61
11,3,315,241
@ -130,7 +160,10 @@ machine_number,version_group_id,item_id,move_id
11,9,315,241
11,10,315,241
11,11,315,241
11,12,315,241
11,13,315,241
11,14,315,241
11,15,315,241
12,1,316,55
12,2,316,55
12,3,316,230
@ -142,7 +175,10 @@ machine_number,version_group_id,item_id,move_id
12,9,316,269
12,10,316,269
12,11,316,269
12,12,316,269
12,13,316,269
12,14,316,269
12,15,316,269
13,1,317,58
13,2,317,58
13,3,317,173
@ -154,7 +190,10 @@ machine_number,version_group_id,item_id,move_id
13,9,317,58
13,10,317,58
13,11,317,58
13,12,317,58
13,13,317,58
13,14,317,58
13,15,317,58
14,1,318,59
14,2,318,59
14,3,318,59
@ -166,7 +205,10 @@ machine_number,version_group_id,item_id,move_id
14,9,318,59
14,10,318,59
14,11,318,59
14,12,318,59
14,13,318,59
14,14,318,59
14,15,318,59
15,1,319,63
15,2,319,63
15,3,319,63
@ -178,7 +220,10 @@ machine_number,version_group_id,item_id,move_id
15,9,319,63
15,10,319,63
15,11,319,63
15,12,319,63
15,13,319,63
15,14,319,63
15,15,319,63
16,1,320,6
16,2,320,6
16,3,320,196
@ -190,7 +235,10 @@ machine_number,version_group_id,item_id,move_id
16,9,320,113
16,10,320,113
16,11,320,113
16,12,320,113
16,13,320,113
16,14,320,113
16,15,320,113
17,1,321,66
17,2,321,66
17,3,321,182
@ -202,7 +250,10 @@ machine_number,version_group_id,item_id,move_id
17,9,321,182
17,10,321,182
17,11,321,182
17,12,321,182
17,13,321,182
17,14,321,182
17,15,321,182
18,1,322,68
18,2,322,68
18,3,322,240
@ -214,7 +265,10 @@ machine_number,version_group_id,item_id,move_id
18,9,322,240
18,10,322,240
18,11,322,240
18,12,322,240
18,13,322,240
18,14,322,240
18,15,322,240
19,1,323,69
19,2,323,69
19,3,323,202
@ -226,7 +280,10 @@ machine_number,version_group_id,item_id,move_id
19,9,323,202
19,10,323,202
19,11,323,477
19,12,323,202
19,13,323,202
19,14,323,477
19,15,323,355
20,1,324,99
20,2,324,99
20,3,324,203
@ -238,7 +295,10 @@ machine_number,version_group_id,item_id,move_id
20,9,324,219
20,10,324,219
20,11,324,219
20,12,324,219
20,13,324,219
20,14,324,219
20,15,324,219
21,1,325,72
21,2,325,72
21,3,325,218
@ -250,7 +310,10 @@ machine_number,version_group_id,item_id,move_id
21,9,325,218
21,10,325,218
21,11,325,218
21,12,325,218
21,13,325,218
21,14,325,218
21,15,325,218
22,1,326,76
22,2,326,76
22,3,326,76
@ -262,7 +325,10 @@ machine_number,version_group_id,item_id,move_id
22,9,326,76
22,10,326,76
22,11,326,76
22,12,326,76
22,13,326,76
22,14,326,76
22,15,326,76
23,1,327,82
23,2,327,82
23,3,327,231
@ -274,7 +340,10 @@ machine_number,version_group_id,item_id,move_id
23,9,327,231
23,10,327,231
23,11,327,479
23,12,327,231
23,13,327,231
23,14,327,479
23,15,327,479
24,1,328,85
24,2,328,85
24,3,328,225
@ -286,7 +355,10 @@ machine_number,version_group_id,item_id,move_id
24,9,328,85
24,10,328,85
24,11,328,85
24,12,328,85
24,13,328,85
24,14,328,85
24,15,328,85
25,1,329,87
25,2,329,87
25,3,329,87
@ -298,7 +370,10 @@ machine_number,version_group_id,item_id,move_id
25,9,329,87
25,10,329,87
25,11,329,87
25,12,329,87
25,13,329,87
25,14,329,87
25,15,329,87
26,1,330,89
26,2,330,89
26,3,330,89
@ -310,7 +385,10 @@ machine_number,version_group_id,item_id,move_id
26,9,330,89
26,10,330,89
26,11,330,89
26,12,330,89
26,13,330,89
26,14,330,89
26,15,330,89
27,1,331,90
27,2,331,90
27,3,331,216
@ -322,7 +400,10 @@ machine_number,version_group_id,item_id,move_id
27,9,331,216
27,10,331,216
27,11,331,216
27,12,331,216
27,13,331,216
27,14,331,216
27,15,331,216
28,1,332,91
28,2,332,91
28,3,332,91
@ -334,7 +415,10 @@ machine_number,version_group_id,item_id,move_id
28,9,332,91
28,10,332,91
28,11,332,91
28,12,332,91
28,13,332,91
28,14,332,91
28,15,332,91
29,1,333,94
29,2,333,94
29,3,333,94
@ -346,7 +430,10 @@ machine_number,version_group_id,item_id,move_id
29,9,333,94
29,10,333,94
29,11,333,94
29,12,333,94
29,13,333,94
29,14,333,94
29,15,333,94
30,1,334,100
30,2,334,100
30,3,334,247
@ -358,7 +445,10 @@ machine_number,version_group_id,item_id,move_id
30,9,334,247
30,10,334,247
30,11,334,247
30,12,334,247
30,13,334,247
30,14,334,247
30,15,334,247
31,1,335,102
31,2,335,102
31,3,335,189
@ -370,7 +460,10 @@ machine_number,version_group_id,item_id,move_id
31,9,335,280
31,10,335,280
31,11,335,280
31,12,335,280
31,13,335,280
31,14,335,280
31,15,335,280
32,1,336,104
32,2,336,104
32,3,336,104
@ -382,7 +475,10 @@ machine_number,version_group_id,item_id,move_id
32,9,336,104
32,10,336,104
32,11,336,104
32,12,336,104
32,13,336,104
32,14,336,104
32,15,336,104
33,1,337,115
33,2,337,115
33,3,337,8
@ -394,7 +490,10 @@ machine_number,version_group_id,item_id,move_id
33,9,337,115
33,10,337,115
33,11,337,115
33,12,337,115
33,13,337,115
33,14,337,115
33,15,337,115
34,1,338,117
34,2,338,117
34,3,338,207
@ -406,7 +505,10 @@ machine_number,version_group_id,item_id,move_id
34,9,338,351
34,10,338,351
34,11,338,482
34,12,338,351
34,13,338,351
34,14,338,482
34,15,338,482
35,1,339,118
35,2,339,118
35,3,339,214
@ -418,7 +520,10 @@ machine_number,version_group_id,item_id,move_id
35,9,339,53
35,10,339,53
35,11,339,53
35,12,339,53
35,13,339,53
35,14,339,53
35,15,339,53
36,1,340,120
36,2,340,120
36,3,340,188
@ -430,7 +535,10 @@ machine_number,version_group_id,item_id,move_id
36,9,340,188
36,10,340,188
36,11,340,188
36,12,340,188
36,13,340,188
36,14,340,188
36,15,340,188
37,1,341,121
37,2,341,121
37,3,341,201
@ -442,7 +550,10 @@ machine_number,version_group_id,item_id,move_id
37,9,341,201
37,10,341,201
37,11,341,201
37,12,341,201
37,13,341,201
37,14,341,201
37,15,341,201
38,1,342,126
38,2,342,126
38,3,342,126
@ -454,7 +565,10 @@ machine_number,version_group_id,item_id,move_id
38,9,342,126
38,10,342,126
38,11,342,126
38,12,342,126
38,13,342,126
38,14,342,126
38,15,342,126
39,1,343,129
39,2,343,129
39,3,343,129
@ -466,7 +580,10 @@ machine_number,version_group_id,item_id,move_id
39,9,343,317
39,10,343,317
39,11,343,317
39,12,343,317
39,13,343,317
39,14,343,317
39,15,343,317
40,1,344,130
40,2,344,130
40,3,344,111
@ -478,7 +595,10 @@ machine_number,version_group_id,item_id,move_id
40,9,344,332
40,10,344,332
40,11,344,332
40,12,344,332
40,13,344,332
40,14,344,332
40,15,344,332
41,1,345,135
41,2,345,135
41,3,345,9
@ -490,7 +610,10 @@ machine_number,version_group_id,item_id,move_id
41,9,345,259
41,10,345,259
41,11,345,259
41,12,345,259
41,13,345,259
41,14,345,259
41,15,345,259
42,1,346,138
42,2,346,138
42,3,346,138
@ -502,7 +625,10 @@ machine_number,version_group_id,item_id,move_id
42,9,346,263
42,10,346,263
42,11,346,263
42,12,346,263
42,13,346,263
42,14,346,263
42,15,346,263
43,1,347,143
43,2,347,143
43,3,347,197
@ -514,7 +640,10 @@ machine_number,version_group_id,item_id,move_id
43,9,347,290
43,10,347,290
43,11,347,488
43,12,347,290
43,13,347,290
43,14,347,488
43,15,347,488
44,1,348,156
44,2,348,156
44,3,348,156
@ -526,7 +655,10 @@ machine_number,version_group_id,item_id,move_id
44,9,348,156
44,10,348,156
44,11,348,156
44,12,348,156
44,13,348,156
44,14,348,156
44,15,348,156
45,1,349,86
45,2,349,86
45,3,349,213
@ -538,7 +670,10 @@ machine_number,version_group_id,item_id,move_id
45,9,349,213
45,10,349,213
45,11,349,213
45,12,349,213
45,13,349,213
45,14,349,213
45,15,349,213
46,1,350,149
46,2,350,149
46,3,350,168
@ -550,7 +685,10 @@ machine_number,version_group_id,item_id,move_id
46,9,350,168
46,10,350,168
46,11,350,168
46,12,350,168
46,13,350,168
46,14,350,168
46,15,350,168
47,1,351,153
47,2,351,153
47,3,351,211
@ -562,7 +700,10 @@ machine_number,version_group_id,item_id,move_id
47,9,351,211
47,10,351,211
47,11,351,490
47,12,351,211
47,13,351,211
47,14,351,490
47,15,351,490
48,1,352,157
48,2,352,157
48,3,352,7
@ -574,7 +715,10 @@ machine_number,version_group_id,item_id,move_id
48,9,352,285
48,10,352,285
48,11,352,496
48,12,352,285
48,13,352,285
48,14,352,496
48,15,352,496
49,1,353,161
49,2,353,161
49,3,353,210
@ -586,7 +730,10 @@ machine_number,version_group_id,item_id,move_id
49,9,353,289
49,10,353,289
49,11,353,497
49,12,353,289
49,13,353,289
49,14,353,497
49,15,353,497
50,1,354,164
50,2,354,164
50,3,354,171
@ -598,223 +745,276 @@ machine_number,version_group_id,item_id,move_id
50,9,354,315
50,10,354,315
50,11,354,315
50,12,354,315
50,13,354,315
50,14,354,315
50,15,354,315
51,8,355,355
51,9,355,355
51,10,355,355
51,11,355,502
51,14,355,502
51,15,355,211
52,8,356,411
52,9,356,411
52,10,356,411
52,11,356,411
52,14,356,411
52,15,356,411
53,8,357,412
53,9,357,412
53,10,357,412
53,11,357,412
53,14,357,412
53,15,357,412
54,8,358,206
54,9,358,206
54,10,358,206
54,11,358,206
54,14,358,206
54,15,358,206
55,8,359,362
55,9,359,362
55,10,359,362
55,11,359,503
55,14,359,503
55,15,359,503
56,8,360,374
56,9,360,374
56,10,360,374
56,11,360,374
56,14,360,374
56,15,360,374
57,8,361,451
57,9,361,451
57,10,361,451
57,11,361,451
57,14,361,451
57,15,361,451
58,8,362,203
58,9,362,203
58,10,362,203
58,11,362,507
58,14,362,507
58,15,362,507
59,8,363,406
59,9,363,406
59,10,363,406
59,11,363,510
59,14,363,510
59,15,363,510
60,8,364,409
60,9,364,409
60,10,364,409
60,11,364,511
60,14,364,511
60,15,364,511
61,8,365,261
61,9,365,261
61,10,365,261
61,11,365,261
61,14,365,261
61,15,365,261
62,8,366,318
62,9,366,318
62,10,366,318
62,11,366,512
62,14,366,512
62,15,366,512
63,8,367,373
63,9,367,373
63,10,367,373
63,11,367,373
63,14,367,373
63,15,367,373
64,8,368,153
64,9,368,153
64,10,368,153
64,11,368,153
64,14,368,153
64,15,368,153
65,8,369,421
65,9,369,421
65,10,369,421
65,11,369,421
65,14,369,421
65,15,369,421
66,8,370,371
66,9,370,371
66,10,370,371
66,11,370,371
66,14,370,371
66,15,370,371
67,8,371,278
67,9,371,278
67,10,371,278
67,11,371,514
67,14,371,514
67,15,371,514
68,8,372,416
68,9,372,416
68,10,372,416
68,11,372,416
68,14,372,416
68,15,372,416
69,8,373,397
69,9,373,397
69,10,373,397
69,11,373,397
69,14,373,397
69,15,373,397
70,8,374,148
70,9,374,148
70,10,374,148
70,11,374,148
70,14,374,148
70,15,374,148
71,8,375,444
71,9,375,444
71,10,375,444
71,11,375,444
71,14,375,444
71,15,375,444
72,8,376,419
72,9,376,419
72,10,376,419
72,11,376,521
72,14,376,521
72,15,376,521
73,8,377,86
73,9,377,86
73,10,377,86
73,11,377,86
73,14,377,86
73,15,377,86
74,8,378,360
74,9,378,360
74,10,378,360
74,11,378,360
74,14,378,360
74,15,378,360
75,8,379,14
75,9,379,14
75,10,379,14
75,11,379,14
75,14,379,14
75,15,379,14
76,8,380,446
76,9,380,446
76,10,380,446
76,11,380,522
76,14,380,522
76,15,380,522
77,8,381,244
77,9,381,244
77,10,381,244
77,11,381,244
77,14,381,244
77,15,381,244
78,8,382,445
78,9,382,445
78,10,382,445
78,11,382,523
78,14,382,523
78,15,382,523
79,8,383,399
79,9,383,399
79,10,383,399
79,11,383,524
79,14,383,524
79,15,383,524
80,8,384,157
80,9,384,157
80,10,384,157
80,11,384,157
80,14,384,157
80,15,384,157
81,8,385,404
81,9,385,404
81,10,385,404
81,11,385,404
81,14,385,404
81,15,385,404
82,8,386,214
82,9,386,214
82,10,386,214
82,11,386,525
82,14,386,525
82,15,386,525
83,8,387,363
83,9,387,363
83,10,387,363
83,11,387,526
83,14,387,526
83,15,387,611
84,8,388,398
84,9,388,398
84,10,388,398
84,11,388,398
84,14,388,398
84,15,388,398
85,8,389,138
85,9,389,138
85,10,389,138
85,11,389,138
85,14,389,138
85,15,389,138
86,8,390,447
86,9,390,447
86,10,390,447
86,11,390,447
86,14,390,447
86,15,390,447
87,8,391,207
87,9,391,207
87,10,391,207
87,11,391,207
87,14,391,207
87,15,391,207
88,8,392,365
88,9,392,365
88,10,392,365
88,11,392,365
88,14,392,365
88,15,392,214
89,8,393,369
89,9,393,369
89,10,393,369
89,11,393,369
89,14,393,369
89,15,393,369
90,8,394,164
90,9,394,164
90,10,394,164
90,11,394,164
90,14,394,164
90,15,394,164
91,8,395,430
91,9,395,430
91,10,395,430
91,11,395,430
91,14,395,430
91,15,395,430
92,8,396,433
92,9,396,433
92,10,396,433
92,11,396,433
92,14,396,433
92,15,396,433
93,11,659,528
93,14,659,528
93,15,659,528
94,11,660,249
94,14,660,249
94,15,660,249
95,11,661,555
95,14,661,555
95,15,661,555
96,15,745,267
97,15,746,399
98,15,747,612
99,15,748,605
100,15,749,590
101,1,397,15
101,2,397,15
101,3,397,15
@ -826,7 +1026,10 @@ machine_number,version_group_id,item_id,move_id
101,9,397,15
101,10,397,15
101,11,397,15
101,12,397,15
101,13,397,15
101,14,397,15
101,15,397,15
102,1,398,19
102,2,398,19
102,3,398,19
@ -838,7 +1041,10 @@ machine_number,version_group_id,item_id,move_id
102,9,398,19
102,10,398,19
102,11,398,19
102,12,398,19
102,13,398,19
102,14,398,19
102,15,398,19
103,1,399,57
103,2,399,57
103,3,399,57
@ -850,7 +1056,10 @@ machine_number,version_group_id,item_id,move_id
103,9,399,57
103,10,399,57
103,11,399,57
103,12,399,57
103,13,399,57
103,14,399,57
103,15,399,57
104,1,400,70
104,2,400,70
104,3,400,70
@ -862,7 +1071,10 @@ machine_number,version_group_id,item_id,move_id
104,9,400,70
104,10,400,70
104,11,400,70
104,12,400,70
104,13,400,70
104,14,400,70
104,15,400,70
105,1,401,148
105,2,401,148
105,3,401,148
@ -874,7 +1086,10 @@ machine_number,version_group_id,item_id,move_id
105,9,401,432
105,10,401,250
105,11,401,127
105,12,401,148
105,13,401,148
105,14,401,127
105,15,401,127
106,3,402,250
106,4,402,250
106,5,402,249
@ -884,6 +1099,8 @@ machine_number,version_group_id,item_id,move_id
106,9,402,249
106,10,402,249
106,11,402,291
106,12,402,249
106,13,402,249
106,14,402,291
107,3,403,127
107,4,403,127
@ -893,9 +1110,13 @@ machine_number,version_group_id,item_id,move_id
107,8,403,127
107,9,403,127
107,10,403,127
107,12,403,127
107,13,403,127
108,5,404,291
108,6,404,291
108,7,404,291
108,8,404,431
108,9,404,431
108,10,404,431
108,12,404,291
108,13,404,291

1 machine_number version_group_id item_id move_id
10 1 9 305 264
11 1 10 305 264
12 1 11 305 468
13 1 12 305 264
14 1 13 305 264
15 1 14 305 468
16 1 15 305 468
17 2 1 306 13
18 2 2 306 13
19 2 3 306 29
25 2 9 306 337
26 2 10 306 337
27 2 11 306 337
28 2 12 306 337
29 2 13 306 337
30 2 14 306 337
31 2 15 306 337
32 3 1 307 14
33 3 2 307 14
34 3 3 307 174
40 3 9 307 352
41 3 10 307 352
42 3 11 307 473
43 3 12 307 352
44 3 13 307 352
45 3 14 307 473
46 3 15 307 473
47 4 1 308 18
48 4 2 308 18
49 4 3 308 205
55 4 9 308 347
56 4 10 308 347
57 4 11 308 347
58 4 12 308 347
59 4 13 308 347
60 4 14 308 347
61 4 15 308 347
62 5 1 309 25
63 5 2 309 25
64 5 3 309 46
70 5 9 309 46
71 5 10 309 46
72 5 11 309 46
73 5 12 309 46
74 5 13 309 46
75 5 14 309 46
76 5 15 309 46
77 6 1 310 92
78 6 2 310 92
79 6 3 310 92
85 6 9 310 92
86 6 10 310 92
87 6 11 310 92
88 6 12 310 92
89 6 13 310 92
90 6 14 310 92
91 6 15 310 92
92 7 1 311 32
93 7 2 311 32
94 7 3 311 192
100 7 9 311 258
101 7 10 311 258
102 7 11 311 258
103 7 12 311 258
104 7 13 311 258
105 7 14 311 258
106 7 15 311 258
107 8 1 312 34
108 8 2 312 34
109 8 3 312 249
115 8 9 312 339
116 8 10 312 339
117 8 11 312 339
118 8 12 312 339
119 8 13 312 339
120 8 14 312 339
121 8 15 312 339
122 9 1 313 36
123 9 2 313 36
124 9 3 313 244
130 9 9 313 331
131 9 10 313 331
132 9 11 313 474
133 9 12 313 331
134 9 13 313 331
135 9 14 313 474
136 9 15 313 474
137 10 1 314 38
138 10 2 314 38
139 10 3 314 237
145 10 9 314 237
146 10 10 314 237
147 10 11 314 237
148 10 12 314 237
149 10 13 314 237
150 10 14 314 237
151 10 15 314 237
152 11 1 315 61
153 11 2 315 61
154 11 3 315 241
160 11 9 315 241
161 11 10 315 241
162 11 11 315 241
163 11 12 315 241
164 11 13 315 241
165 11 14 315 241
166 11 15 315 241
167 12 1 316 55
168 12 2 316 55
169 12 3 316 230
175 12 9 316 269
176 12 10 316 269
177 12 11 316 269
178 12 12 316 269
179 12 13 316 269
180 12 14 316 269
181 12 15 316 269
182 13 1 317 58
183 13 2 317 58
184 13 3 317 173
190 13 9 317 58
191 13 10 317 58
192 13 11 317 58
193 13 12 317 58
194 13 13 317 58
195 13 14 317 58
196 13 15 317 58
197 14 1 318 59
198 14 2 318 59
199 14 3 318 59
205 14 9 318 59
206 14 10 318 59
207 14 11 318 59
208 14 12 318 59
209 14 13 318 59
210 14 14 318 59
211 14 15 318 59
212 15 1 319 63
213 15 2 319 63
214 15 3 319 63
220 15 9 319 63
221 15 10 319 63
222 15 11 319 63
223 15 12 319 63
224 15 13 319 63
225 15 14 319 63
226 15 15 319 63
227 16 1 320 6
228 16 2 320 6
229 16 3 320 196
235 16 9 320 113
236 16 10 320 113
237 16 11 320 113
238 16 12 320 113
239 16 13 320 113
240 16 14 320 113
241 16 15 320 113
242 17 1 321 66
243 17 2 321 66
244 17 3 321 182
250 17 9 321 182
251 17 10 321 182
252 17 11 321 182
253 17 12 321 182
254 17 13 321 182
255 17 14 321 182
256 17 15 321 182
257 18 1 322 68
258 18 2 322 68
259 18 3 322 240
265 18 9 322 240
266 18 10 322 240
267 18 11 322 240
268 18 12 322 240
269 18 13 322 240
270 18 14 322 240
271 18 15 322 240
272 19 1 323 69
273 19 2 323 69
274 19 3 323 202
280 19 9 323 202
281 19 10 323 202
282 19 11 323 477
283 19 12 323 202
284 19 13 323 202
285 19 14 323 477
286 19 15 323 355
287 20 1 324 99
288 20 2 324 99
289 20 3 324 203
295 20 9 324 219
296 20 10 324 219
297 20 11 324 219
298 20 12 324 219
299 20 13 324 219
300 20 14 324 219
301 20 15 324 219
302 21 1 325 72
303 21 2 325 72
304 21 3 325 218
310 21 9 325 218
311 21 10 325 218
312 21 11 325 218
313 21 12 325 218
314 21 13 325 218
315 21 14 325 218
316 21 15 325 218
317 22 1 326 76
318 22 2 326 76
319 22 3 326 76
325 22 9 326 76
326 22 10 326 76
327 22 11 326 76
328 22 12 326 76
329 22 13 326 76
330 22 14 326 76
331 22 15 326 76
332 23 1 327 82
333 23 2 327 82
334 23 3 327 231
340 23 9 327 231
341 23 10 327 231
342 23 11 327 479
343 23 12 327 231
344 23 13 327 231
345 23 14 327 479
346 23 15 327 479
347 24 1 328 85
348 24 2 328 85
349 24 3 328 225
355 24 9 328 85
356 24 10 328 85
357 24 11 328 85
358 24 12 328 85
359 24 13 328 85
360 24 14 328 85
361 24 15 328 85
362 25 1 329 87
363 25 2 329 87
364 25 3 329 87
370 25 9 329 87
371 25 10 329 87
372 25 11 329 87
373 25 12 329 87
374 25 13 329 87
375 25 14 329 87
376 25 15 329 87
377 26 1 330 89
378 26 2 330 89
379 26 3 330 89
385 26 9 330 89
386 26 10 330 89
387 26 11 330 89
388 26 12 330 89
389 26 13 330 89
390 26 14 330 89
391 26 15 330 89
392 27 1 331 90
393 27 2 331 90
394 27 3 331 216
400 27 9 331 216
401 27 10 331 216
402 27 11 331 216
403 27 12 331 216
404 27 13 331 216
405 27 14 331 216
406 27 15 331 216
407 28 1 332 91
408 28 2 332 91
409 28 3 332 91
415 28 9 332 91
416 28 10 332 91
417 28 11 332 91
418 28 12 332 91
419 28 13 332 91
420 28 14 332 91
421 28 15 332 91
422 29 1 333 94
423 29 2 333 94
424 29 3 333 94
430 29 9 333 94
431 29 10 333 94
432 29 11 333 94
433 29 12 333 94
434 29 13 333 94
435 29 14 333 94
436 29 15 333 94
437 30 1 334 100
438 30 2 334 100
439 30 3 334 247
445 30 9 334 247
446 30 10 334 247
447 30 11 334 247
448 30 12 334 247
449 30 13 334 247
450 30 14 334 247
451 30 15 334 247
452 31 1 335 102
453 31 2 335 102
454 31 3 335 189
460 31 9 335 280
461 31 10 335 280
462 31 11 335 280
463 31 12 335 280
464 31 13 335 280
465 31 14 335 280
466 31 15 335 280
467 32 1 336 104
468 32 2 336 104
469 32 3 336 104
475 32 9 336 104
476 32 10 336 104
477 32 11 336 104
478 32 12 336 104
479 32 13 336 104
480 32 14 336 104
481 32 15 336 104
482 33 1 337 115
483 33 2 337 115
484 33 3 337 8
490 33 9 337 115
491 33 10 337 115
492 33 11 337 115
493 33 12 337 115
494 33 13 337 115
495 33 14 337 115
496 33 15 337 115
497 34 1 338 117
498 34 2 338 117
499 34 3 338 207
505 34 9 338 351
506 34 10 338 351
507 34 11 338 482
508 34 12 338 351
509 34 13 338 351
510 34 14 338 482
511 34 15 338 482
512 35 1 339 118
513 35 2 339 118
514 35 3 339 214
520 35 9 339 53
521 35 10 339 53
522 35 11 339 53
523 35 12 339 53
524 35 13 339 53
525 35 14 339 53
526 35 15 339 53
527 36 1 340 120
528 36 2 340 120
529 36 3 340 188
535 36 9 340 188
536 36 10 340 188
537 36 11 340 188
538 36 12 340 188
539 36 13 340 188
540 36 14 340 188
541 36 15 340 188
542 37 1 341 121
543 37 2 341 121
544 37 3 341 201
550 37 9 341 201
551 37 10 341 201
552 37 11 341 201
553 37 12 341 201
554 37 13 341 201
555 37 14 341 201
556 37 15 341 201
557 38 1 342 126
558 38 2 342 126
559 38 3 342 126
565 38 9 342 126
566 38 10 342 126
567 38 11 342 126
568 38 12 342 126
569 38 13 342 126
570 38 14 342 126
571 38 15 342 126
572 39 1 343 129
573 39 2 343 129
574 39 3 343 129
580 39 9 343 317
581 39 10 343 317
582 39 11 343 317
583 39 12 343 317
584 39 13 343 317
585 39 14 343 317
586 39 15 343 317
587 40 1 344 130
588 40 2 344 130
589 40 3 344 111
595 40 9 344 332
596 40 10 344 332
597 40 11 344 332
598 40 12 344 332
599 40 13 344 332
600 40 14 344 332
601 40 15 344 332
602 41 1 345 135
603 41 2 345 135
604 41 3 345 9
610 41 9 345 259
611 41 10 345 259
612 41 11 345 259
613 41 12 345 259
614 41 13 345 259
615 41 14 345 259
616 41 15 345 259
617 42 1 346 138
618 42 2 346 138
619 42 3 346 138
625 42 9 346 263
626 42 10 346 263
627 42 11 346 263
628 42 12 346 263
629 42 13 346 263
630 42 14 346 263
631 42 15 346 263
632 43 1 347 143
633 43 2 347 143
634 43 3 347 197
640 43 9 347 290
641 43 10 347 290
642 43 11 347 488
643 43 12 347 290
644 43 13 347 290
645 43 14 347 488
646 43 15 347 488
647 44 1 348 156
648 44 2 348 156
649 44 3 348 156
655 44 9 348 156
656 44 10 348 156
657 44 11 348 156
658 44 12 348 156
659 44 13 348 156
660 44 14 348 156
661 44 15 348 156
662 45 1 349 86
663 45 2 349 86
664 45 3 349 213
670 45 9 349 213
671 45 10 349 213
672 45 11 349 213
673 45 12 349 213
674 45 13 349 213
675 45 14 349 213
676 45 15 349 213
677 46 1 350 149
678 46 2 350 149
679 46 3 350 168
685 46 9 350 168
686 46 10 350 168
687 46 11 350 168
688 46 12 350 168
689 46 13 350 168
690 46 14 350 168
691 46 15 350 168
692 47 1 351 153
693 47 2 351 153
694 47 3 351 211
700 47 9 351 211
701 47 10 351 211
702 47 11 351 490
703 47 12 351 211
704 47 13 351 211
705 47 14 351 490
706 47 15 351 490
707 48 1 352 157
708 48 2 352 157
709 48 3 352 7
715 48 9 352 285
716 48 10 352 285
717 48 11 352 496
718 48 12 352 285
719 48 13 352 285
720 48 14 352 496
721 48 15 352 496
722 49 1 353 161
723 49 2 353 161
724 49 3 353 210
730 49 9 353 289
731 49 10 353 289
732 49 11 353 497
733 49 12 353 289
734 49 13 353 289
735 49 14 353 497
736 49 15 353 497
737 50 1 354 164
738 50 2 354 164
739 50 3 354 171
745 50 9 354 315
746 50 10 354 315
747 50 11 354 315
748 50 12 354 315
749 50 13 354 315
750 50 14 354 315
751 50 15 354 315
752 51 8 355 355
753 51 9 355 355
754 51 10 355 355
755 51 11 355 502
756 51 14 355 502
757 51 15 355 211
758 52 8 356 411
759 52 9 356 411
760 52 10 356 411
761 52 11 356 411
762 52 14 356 411
763 52 15 356 411
764 53 8 357 412
765 53 9 357 412
766 53 10 357 412
767 53 11 357 412
768 53 14 357 412
769 53 15 357 412
770 54 8 358 206
771 54 9 358 206
772 54 10 358 206
773 54 11 358 206
774 54 14 358 206
775 54 15 358 206
776 55 8 359 362
777 55 9 359 362
778 55 10 359 362
779 55 11 359 503
780 55 14 359 503
781 55 15 359 503
782 56 8 360 374
783 56 9 360 374
784 56 10 360 374
785 56 11 360 374
786 56 14 360 374
787 56 15 360 374
788 57 8 361 451
789 57 9 361 451
790 57 10 361 451
791 57 11 361 451
792 57 14 361 451
793 57 15 361 451
794 58 8 362 203
795 58 9 362 203
796 58 10 362 203
797 58 11 362 507
798 58 14 362 507
799 58 15 362 507
800 59 8 363 406
801 59 9 363 406
802 59 10 363 406
803 59 11 363 510
804 59 14 363 510
805 59 15 363 510
806 60 8 364 409
807 60 9 364 409
808 60 10 364 409
809 60 11 364 511
810 60 14 364 511
811 60 15 364 511
812 61 8 365 261
813 61 9 365 261
814 61 10 365 261
815 61 11 365 261
816 61 14 365 261
817 61 15 365 261
818 62 8 366 318
819 62 9 366 318
820 62 10 366 318
821 62 11 366 512
822 62 14 366 512
823 62 15 366 512
824 63 8 367 373
825 63 9 367 373
826 63 10 367 373
827 63 11 367 373
828 63 14 367 373
829 63 15 367 373
830 64 8 368 153
831 64 9 368 153
832 64 10 368 153
833 64 11 368 153
834 64 14 368 153
835 64 15 368 153
836 65 8 369 421
837 65 9 369 421
838 65 10 369 421
839 65 11 369 421
840 65 14 369 421
841 65 15 369 421
842 66 8 370 371
843 66 9 370 371
844 66 10 370 371
845 66 11 370 371
846 66 14 370 371
847 66 15 370 371
848 67 8 371 278
849 67 9 371 278
850 67 10 371 278
851 67 11 371 514
852 67 14 371 514
853 67 15 371 514
854 68 8 372 416
855 68 9 372 416
856 68 10 372 416
857 68 11 372 416
858 68 14 372 416
859 68 15 372 416
860 69 8 373 397
861 69 9 373 397
862 69 10 373 397
863 69 11 373 397
864 69 14 373 397
865 69 15 373 397
866 70 8 374 148
867 70 9 374 148
868 70 10 374 148
869 70 11 374 148
870 70 14 374 148
871 70 15 374 148
872 71 8 375 444
873 71 9 375 444
874 71 10 375 444
875 71 11 375 444
876 71 14 375 444
877 71 15 375 444
878 72 8 376 419
879 72 9 376 419
880 72 10 376 419
881 72 11 376 521
882 72 14 376 521
883 72 15 376 521
884 73 8 377 86
885 73 9 377 86
886 73 10 377 86
887 73 11 377 86
888 73 14 377 86
889 73 15 377 86
890 74 8 378 360
891 74 9 378 360
892 74 10 378 360
893 74 11 378 360
894 74 14 378 360
895 74 15 378 360
896 75 8 379 14
897 75 9 379 14
898 75 10 379 14
899 75 11 379 14
900 75 14 379 14
901 75 15 379 14
902 76 8 380 446
903 76 9 380 446
904 76 10 380 446
905 76 11 380 522
906 76 14 380 522
907 76 15 380 522
908 77 8 381 244
909 77 9 381 244
910 77 10 381 244
911 77 11 381 244
912 77 14 381 244
913 77 15 381 244
914 78 8 382 445
915 78 9 382 445
916 78 10 382 445
917 78 11 382 523
918 78 14 382 523
919 78 15 382 523
920 79 8 383 399
921 79 9 383 399
922 79 10 383 399
923 79 11 383 524
924 79 14 383 524
925 79 15 383 524
926 80 8 384 157
927 80 9 384 157
928 80 10 384 157
929 80 11 384 157
930 80 14 384 157
931 80 15 384 157
932 81 8 385 404
933 81 9 385 404
934 81 10 385 404
935 81 11 385 404
936 81 14 385 404
937 81 15 385 404
938 82 8 386 214
939 82 9 386 214
940 82 10 386 214
941 82 11 386 525
942 82 14 386 525
943 82 15 386 525
944 83 8 387 363
945 83 9 387 363
946 83 10 387 363
947 83 11 387 526
948 83 14 387 526
949 83 15 387 611
950 84 8 388 398
951 84 9 388 398
952 84 10 388 398
953 84 11 388 398
954 84 14 388 398
955 84 15 388 398
956 85 8 389 138
957 85 9 389 138
958 85 10 389 138
959 85 11 389 138
960 85 14 389 138
961 85 15 389 138
962 86 8 390 447
963 86 9 390 447
964 86 10 390 447
965 86 11 390 447
966 86 14 390 447
967 86 15 390 447
968 87 8 391 207
969 87 9 391 207
970 87 10 391 207
971 87 11 391 207
972 87 14 391 207
973 87 15 391 207
974 88 8 392 365
975 88 9 392 365
976 88 10 392 365
977 88 11 392 365
978 88 14 392 365
979 88 15 392 214
980 89 8 393 369
981 89 9 393 369
982 89 10 393 369
983 89 11 393 369
984 89 14 393 369
985 89 15 393 369
986 90 8 394 164
987 90 9 394 164
988 90 10 394 164
989 90 11 394 164
990 90 14 394 164
991 90 15 394 164
992 91 8 395 430
993 91 9 395 430
994 91 10 395 430
995 91 11 395 430
996 91 14 395 430
997 91 15 395 430
998 92 8 396 433
999 92 9 396 433
1000 92 10 396 433
1001 92 11 396 433
1002 92 14 396 433
1003 92 15 396 433
1004 93 11 659 528
1005 93 14 659 528
1006 93 15 659 528
1007 94 11 660 249
1008 94 14 660 249
1009 94 15 660 249
1010 95 11 661 555
1011 95 14 661 555
1012 95 15 661 555
1013 96 15 745 267
1014 97 15 746 399
1015 98 15 747 612
1016 99 15 748 605
1017 100 15 749 590
1018 101 1 397 15
1019 101 2 397 15
1020 101 3 397 15
1026 101 9 397 15
1027 101 10 397 15
1028 101 11 397 15
1029 101 12 397 15
1030 101 13 397 15
1031 101 14 397 15
1032 101 15 397 15
1033 102 1 398 19
1034 102 2 398 19
1035 102 3 398 19
1041 102 9 398 19
1042 102 10 398 19
1043 102 11 398 19
1044 102 12 398 19
1045 102 13 398 19
1046 102 14 398 19
1047 102 15 398 19
1048 103 1 399 57
1049 103 2 399 57
1050 103 3 399 57
1056 103 9 399 57
1057 103 10 399 57
1058 103 11 399 57
1059 103 12 399 57
1060 103 13 399 57
1061 103 14 399 57
1062 103 15 399 57
1063 104 1 400 70
1064 104 2 400 70
1065 104 3 400 70
1071 104 9 400 70
1072 104 10 400 70
1073 104 11 400 70
1074 104 12 400 70
1075 104 13 400 70
1076 104 14 400 70
1077 104 15 400 70
1078 105 1 401 148
1079 105 2 401 148
1080 105 3 401 148
1086 105 9 401 432
1087 105 10 401 250
1088 105 11 401 127
1089 105 12 401 148
1090 105 13 401 148
1091 105 14 401 127
1092 105 15 401 127
1093 106 3 402 250
1094 106 4 402 250
1095 106 5 402 249
1099 106 9 402 249
1100 106 10 402 249
1101 106 11 402 291
1102 106 12 402 249
1103 106 13 402 249
1104 106 14 402 291
1105 107 3 403 127
1106 107 4 403 127
1110 107 8 403 127
1111 107 9 403 127
1112 107 10 403 127
1113 107 12 403 127
1114 107 13 403 127
1115 108 5 404 291
1116 108 6 404 291
1117 108 7 404 291
1118 108 8 404 431
1119 108 9 404 431
1120 108 10 404 431
1121 108 12 404 291
1122 108 13 404 291

View File

@ -1,4 +1,7 @@
move_damage_class_id,local_language_id,name,description
1,9,non-damaging,No damage
1,1,へんか,ダメージない
1,9,status,No damage
2,1,ぶつり,ぶつりのダメージ。こうげきとぼうぎょを行使する
2,9,physical,"Physical damage, controlled by Attack and Defense"
3,1,とくしゅ,とくしゅのダメージ。とくこうととくぼうを行使する
3,9,special,"Special damage, controlled by Special Attack and Special Defense"

1 move_damage_class_id local_language_id name description
2 1 9 1 non-damaging へんか No damage ダメージない
3 1 9 status No damage
4 2 1 ぶつり ぶつりのダメージ。こうげきとぼうぎょを行使する
5 2 9 physical Physical damage, controlled by Attack and Defense
6 3 1 とくしゅ とくしゅのダメージ。とくこうととくぼうを行使する
7 3 9 special Special damage, controlled by Special Attack and Special Defense

View File

@ -43,7 +43,7 @@ Has a 3/8 chance each to hit 2 or 3 times, and a 1/8 chance each to hit 4 or 5 t
31,9,User's type changes to the type of one of its moves at random.,"User's [type]{mechanic:type} changes to the [type]{mechanic:type} of one of its moves, selected at random. []{move:hidden-power} and []{move:weather-ball} are treated as []{type:normal}. Only moves with a different [type]{mechanic:type} are eligible, and []{move:curse} is never eligible. If the user has no suitable moves, this move will [fail]{mechanic:fail}."
32,9,Has a $effect_chance% chance to make the target flinch.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to make the target []{mechanic:flinch}.
33,9,Heals the user by half its max HP.,Heals the user for half its max [HP]{mechanic:hp}.
34,9,"Badly poisons the target, inflicting more damage every turn.",[Badly poisons]{mechanic:badly-poisons} the target.
34,9,"Badly poisons the target, inflicting more damage every turn.",[Badly poisons]{mechanic:badly-poisons} the target. Never misses when used by a []{type:poison}-type Pokémon.
35,9,Scatters money on the ground worth five times the user's level.,"Inflicts [regular damage]{mechanic:regular-damage}. After the battle ends, the winner receives five times the user's level in extra money for each time this move was used."
36,9,Reduces damage from special attacks by 50% for five turns.,"Erects a barrier around the user's side of the field that reduces damage from [special]{mechanic:special} 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.
@ -121,7 +121,7 @@ This move cannot be selected by []{move:sleep-talk}."
The doll takes damage as normal, using the user's stats and types, and will break when its [HP]{mechanic:hp} reaches zero. Self-inflicted damage from [confusion]{mechanic:confusion} or recoil is not absorbed. Healing effects from opponents ignore the doll and heal the user as normal. Moves that work based on the user's [HP]{mechanic:hp} still do so; the doll's [HP]{mechanic:hp} does not influence any move.
The doll will block [major status effect]{mechanic:major-status-effect}s, [confusion]{mechanic:confusion}, and [flinch]{mechanic:flinch}ing. The effects of []{move:smellingsalt} and []{move:wake-up-slap} do not trigger against a doll, even if the Pokémon behind the doll has the appropriate [major status effect]{mechanic:major-status-effect}. Multi-turn trapping moves like []{move:wrap} will hit the doll for their [regular damage]{mechanic:regular-damage}, but the multi-turn trapping and damage effects will not activate.
The doll will block [major status effect]{mechanic:major-status-effect}s, [confusion]{mechanic:confusion}, and [flinch]{mechanic:flinch}ing. The effects of []{move:smelling-salts} and []{move:wake-up-slap} do not trigger against a doll, even if the Pokémon behind the doll has the appropriate [major status effect]{mechanic:major-status-effect}. Multi-turn trapping moves like []{move:wrap} will hit the doll for their [regular damage]{mechanic:regular-damage}, but the multi-turn trapping and damage effects will not activate.
Moves blocked or damage absorbed by the doll do not count as hitting the user or inflicting damage for any effects that respond to such, e.g., []{move:avalanche}, []{move:counter}, or a []{item:rowap-berry}. []{move:magic-coat} still works as normal, even against moves the doll would block. Opposing Pokémon that damage the doll with a leech move like []{move:absorb} are healed as normal.
@ -182,7 +182,7 @@ This effect is passed on by []{move:baton-pass}."
This move cannot be copied by []{move:mimic} or []{move:mirror-move}, nor selected by []{move:assist} or []{move:metronome}, nor forced by []{move:encore}."
98,9,Randomly uses one of the user's other three moves. Only works if the user is sleeping.,"Only usable if the user is [sleep]{mechanic:sleep}ing. Randomly selects and uses one of the user's other three moves. Use of the selected move requires and costs 0 [PP]{mechanic:pp}.
This move will not select []{move:assist}, []{move:bide}, []{move:bounce}, []{move:chatter}, []{move:copycat}, []{move:dig}, []{move:dive}, []{move:fly}, []{move:focus-punch}, []{move:me-first}, []{move:metronome}, []{move:mirror-move}, []{move:shadow-force}, []{move:skull-bash}, []{move:sky-attack}, []{move:sky-drop}, []{move:sleep-talk}, []{move:solarbeam}, []{move:razor-wind}, or []{move:uproar}.
This move will not select []{move:assist}, []{move:bide}, []{move:bounce}, []{move:chatter}, []{move:copycat}, []{move:dig}, []{move:dive}, []{move:fly}, []{move:focus-punch}, []{move:me-first}, []{move:metronome}, []{move:mirror-move}, []{move:shadow-force}, []{move:skull-bash}, []{move:sky-attack}, []{move:sky-drop}, []{move:sleep-talk}, []{move:solar-beam}, []{move:razor-wind}, or []{move:uproar}.
If the selected move requires a recharge turn—i.e., one of []{move:blast-burn}, []{move:frenzy-plant}, []{move:giga-impact}, []{move:hydro-cannon}, []{move:hyper-beam}, []{move:roar-of-time}, or []{move:rock-wrecker}—and the user is still [sleep]{mechanic:sleep}ing next turn, then it's forced to use this move again and pay another [PP]{mechanic:pp} for the recharge turn.
@ -263,7 +263,7 @@ This effect is passed on by []{move:baton-pass}.
This move cannot be copied by []{move:mirror-move}."
116,9,Changes the weather to a sandstorm for five turns.,"Changes the weather to a sandstorm for five turns. Pokémon that are not []{type:ground}, []{type:rock}, or []{type:steel} take 1/16 their max [HP]{mechanic:hp} at the end of every turn. Every []{type:rock} Pokémon's original [Special Defense]{mechanic:special-defense} is raised by 50% for the duration of this effect.
[]{move:solarbeam}'s power is halved.
[]{move:solar-beam}'s power is halved.
[]{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} only heal 1/4 the user's max [HP]{mechanic:hp}."
117,9,Prevents the user's HP from lowering below 1 this turn.,"The user's [HP]{mechanic:hp} cannot be lowered below 1 by any means for the remainder of this turn.
@ -373,7 +373,7 @@ If the user is holding []{item:damp-rock}, this effect lasts for eight turns.
[]{move:thunder} has 100% accuracy. If the target has used []{move:detect} or []{move:protect}, []{move:thunder} has a (100 - accuracy)% chance to break through the protection.
[]{move:solarbeam} has half power.
[]{move:solar-beam} has half power.
[]{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} heal only 1/4 of the user's max [HP]{mechanic:hp}.
@ -390,7 +390,7 @@ Pokémon cannot become [frozen]{mechanic:frozen}.
[]{move:thunder} has 50% accuracy.
[]{move:solarbeam} skips its charge turn.
[]{move:solar-beam} skips its charge turn.
[]{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} heal 2/3 of the user's max [HP]{mechanic:hp}.
@ -501,7 +501,7 @@ If the target is forced to attempt a repeated move due to []{item:choice-band},
171,9,"If the user takes damage before attacking, the attack is canceled.","Inflicts [regular damage]{mechanic:regular-damage}. If the user takes damage this turn before hitting, this move will [fail]{mechanic:fail}.
This move cannot be copied by []{move:mirror-move}, nor selected by []{move:assist}, []{move:metronome}, or []{move:sleep-talk}."
172,9,"If the target is paralyzed, inflicts double damage and cures the paralysis.","Inflicts [regular damage]{mechanic:regular-damage}. If the user is [paralyzed]{mechanic:paralyzed}, this move has double power, and the user is cured of its [paralysis]{mechanic:paralysis}."
172,9,"If the target is paralyzed, inflicts double damage and cures the paralysis.","Inflicts [regular damage]{mechanic:regular-damage}. If the target is [paralyzed]{mechanic:paralyzed}, this move has double power, and the target is cured of its [paralysis]{mechanic:paralysis}."
173,9,Redirects the target's single-target effects to the user for this turn.,"Until the end of this turn, any moves that opposing Pokémon target solely at the user's ally will instead target the user. If both Pokémon on the same side of the [field]{mechanic:field} use this move on the same turn, the Pokémon that uses it last will become the target.
This effect takes priority over []{ability:lightningrod} and []{ability:storm-drain}.
@ -511,18 +511,21 @@ If the user's ally [switches out]{mechanic:switches-out}, opposing Pokémon may
This move cannot be selected by []{move:assist} or []{move:metronome}."
174,9,Uses a move which depends upon the terrain.,"Uses another move chosen according to the terrain.
Terrain | Selected move
-------------- | ------------------
Building | []{move:tri-attack}
Cave | []{move:rock-slide}
Deep water | []{move:hydro-pump}
Desert | []{move:earthquake}
Grass | []{move:seed-bomb}
Mountain | []{move:rock-slide}
Road | []{move:earthquake}
Shallow water | []{move:hydro-pump}
Snow | []{move:blizzard}
Tall grass | []{move:seed-bomb}
Terrain | Selected move
------------------------- | ------------------
Building | []{move:tri-attack}
Cave | []{move:rock-slide}
Deep water | []{move:hydro-pump}
Desert | []{move:earthquake}
Grass | []{move:seed-bomb}
Mountain | []{move:rock-slide}
Road | []{move:earthquake}
Shallow water | []{move:hydro-pump}
Snow | []{move:blizzard}
Tall grass | []{move:seed-bomb}
[]{move:electric-terrain} | []{move:thunderbolt}
[]{move:grassy-terrain} | []{move:energy-ball}
[]{move:misty-terrain} | []{move:moonblast}
In Pokémon Battle Revolution:
@ -560,13 +563,13 @@ Neither the user nor the target can recover its item with []{move:recycle}.
This move cannot be selected by []{move:assist} or []{move:metronome}."
179,9,Copies the target's ability.,"User's ability is replaced with the target's until the user leaves the [field]{mechanic:field}. Ignores [accuracy]{mechanic:accuracy} and [evasion]{mechanic:evasion} modifiers.
If the target has []{ability:wonder-guard}, this move will [fail]{mechanic:fail}.
If the target has []{ability:flower-gift}, []{ability:forecast}, []{ability:illusion}, []{ability:imposter}, []{ability:multitype}, []{ability:stance-change}, []{ability:trace}, []{ability:wonder-guard}, or []{ability:zen-mode}, this move will [fail]{mechanic:fail}.
This move cannot be copied by []{move:mirror-move}."
180,9,User will recover half its max HP at the end of the next turn.,"At the end of the next turn, user will be healed for half its max [HP]{mechanic:hp}. If the user is [switched out]{mechanic:switched-out}, its replacement will be healed instead for half of the user's max HP. If the user [faint]{mechanic:faint}s or is forcefully switched by []{move:roar} or []{move:whirlwind}, this effect will not activate."
181,9,Randomly selects and uses one of the trainer's other Pokémon's moves.,"Uses a move from another Pokémon in the user's party, both selected at random. Moves from fainted Pokémon can be used. If there are no eligible Pokémon or moves, this move will [fail]{mechanic:fail}.
This move will not select []{move:assist}, []{move:chatter}, []{move:circle-throw}, []{move:copycat}, []{move:counter}, []{move:covet}, []{move:destiny-bond}, []{move:detect}, []{move:dragon-tail}, []{move:endure}, []{move:feint}, []{move:focus-punch}, []{move:follow-me}, []{move:helping-hand}, []{move:me-first}, []{move:metronome}, []{move:mimic}, []{move:mirror-coat}, []{move:mirror-move}, []{move:protect}, []{move:quick-guard}, []{move:sketch}, []{move:sleep-talk}, []{move:snatch}, []{move:struggle}, []{move:switcheroo}, []{move:thief}, []{move:trick}, or []{move:wide-guard}.
This move will not select []{move:assist}, []{move:chatter}, []{move:circle-throw}, []{move:copycat}, []{move:counter}, []{move:covet}, []{move:destiny-bond}, []{move:detect}, []{move:dig}, []{move:dive}, []{move:dragon-tail}, []{move:endure}, []{move:feint}, []{move:fly} []{move:focus-punch}, []{move:follow-me}, []{move:helping-hand}, []{move:me-first}, []{move:metronome}, []{move:mimic}, []{move:mirror-coat}, []{move:mirror-move}, []{move:phantom-force} []{move:protect}, []{move:quick-guard}, []{move:roar} []{move:shadow-force}, []{move:sketch}, []{move:sleep-talk}, []{move:snatch}, []{move:struggle}, []{move:switcheroo}, []{move:thief}, []{move:trick}, []{move:whirlwind}, or []{move:wide-guard}.
This move cannot be copied by []{move:mirror-move}, nor selected by []{move:metronome} or []{move:sleep-talk}."
182,9,Prevents the user from leaving battle. User regains 1/16 of its max HP every turn.,"Prevents the user from [switching out]{mechanic:switching-out}. User regains 1/16 of its max [HP]{mechanic:hp} at the end of every turn. If the user was immune to []{type:ground} attacks, it will now take normal damage from them.
@ -709,7 +712,7 @@ Waterfall | []{type:grass}
Specifically, []{type:flying} Pokémon and those with []{ability:levitate} or that have used []{move:magnet-rise} are no longer immune to []{type:ground} attacks, []{ability:arena-trap}, []{move:spikes}, or []{move:toxic-spikes}.
[]{move:bounce}, []{move:fly}, []{move:sky-drop}, []{move:hi-jump-kick}, []{move:jump-kick}, and []{move:splash} cannot be used while this move is in effect.
[]{move:bounce}, []{move:fly}, []{move:sky-drop}, []{move:high-jump-kick}, []{move:jump-kick}, and []{move:splash} cannot be used while this move is in effect.
*Bug*: If this move is used during a double or triple battle while Pokémon are under the effect of []{move:sky-drop}, Sky Drop's effect is not correctly canceled on its target, and it remains high in the air indefinitely. As Sky Drop prevents the target from acting, the only way to subsequently remove it from the field is to faint it."
217,9,"Forces the target to have no evasion, and allows it to be hit by Psychic moves even if it's Dark.",Resets the target's [evasion]{mechanic:evasion} to normal and prevents any further boosting until the target leaves the [field]{mechanic:field}. A []{type:dark} Pokémon under this effect takes normal damage from []{type:psychic} moves. This move itself ignores [accuracy]{mechanic:accuracy} and [evasion]{mechanic:evasion} modifiers.
@ -780,7 +783,7 @@ If the target moves before the user, this move will [fail]{mechanic:fail}.
This move cannot be copied by []{move:mirror-move}, nor selected by []{move:assist}, []{move:metronome}, or []{move:sleep-talk}."
243,9,Uses the target's last used move.,"Uses the last move that was used successfully by any Pokémon, including the user.
This move cannot copy itself.
This move cannot copy itself, nor []{move:roar} nor []{move:whirlwind}.
This move cannot be copied by []{move:mirror-move}, nor selected by []{move:assist}, []{move:metronome}, or []{move:sleep-talk}."
244,9,User swaps Attack and Special Attack changes with the target.,User swaps its [Attack]{mechanic:attack} and [Special Attack]{mechanic:special-attack} [stat modifiers]{mechanic:stat-modifiers} modifiers with the target.
@ -889,8 +892,6 @@ This move cannot be selected by []{move:sleep-talk}."
278,9,Raises the user's Attack and accuracy by one stage.,Raises the user's [Attack]{mechanic:attack} and [accuracy]{mechanic:accuracy} by one [stage]{mechanic:stage}.
279,9,Prevents any multi-target moves from hitting friendly Pokémon this turn.,"Moves with multiple targets will not hit friendly Pokémon 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}.
This move cannot be selected by []{move:assist} or []{move:metronome}."
280,9,Averages Defense and Special Defense with the target.,Averages the user's unmodified [Defense]{mechanic:defense} with the target's unmodified Defense; the value becomes the unmodified Defense for both Pokémon. Unmodified [Special Defense]{mechanic:special-defense} is averaged the same way.
281,9,Averages Attack and Special Attack with the target.,"Averages the user's unmodified [Attack]{mechanic:attack} with the target's unmodified Attack; the value becomes the unmodified Attack for both Pokémon. Unmodified [Special Attack]{mechanic:special-attack} is averaged the same way.
@ -947,10 +948,7 @@ If the target has already acted this turn, this move will [fail]{mechanic:fail}.
306,9,"Power is higher the more the user's stats have been raised, to a maximum of 31×.","Inflicts [regular damage]{mechanic:regular-damage}. Power is increased by 100% its original value for every [stage]{mechanic:stage} any of the user's stats have been raised. [Accuracy]{mechanic:accuracy}, [evasion]{mechanic:evasion}, and lowered stats do not affect this move's power. For a Pokémon with all five stats modified to +6, this move's power is 31×."
307,9,Prevents any priority moves from hitting friendly Pokémon this turn.,"Moves with priority greater than 0 will not hit friendly Pokémon 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}.
This move cannot be selected by []{move:assist} or []{move:metronome}.
"
This move cannot be selected by []{move:assist} or []{move:metronome}."
308,9,User switches places with the friendly Pokémon opposite it.,"User switches position on the field with the friendly Pokémon opposite it. If the user is in the middle position in a triple battle, or there are no other friendly Pokémon, this move will [fail]{mechanic:fail}."
309,9,"Raises user's Attack, Special Attack, and Speed by two stages. Lower user's Defense and Special Defense by one stage.","Raises the user's [Attack]{mechanic:attack}, [Special Attack]{mechanic:special-attack}, and [Speed]{mechanic:speed} by two [stages]{mechanic:stage} each. Lowers the user's [Defense]{mechanic:defense} and [Special Defense]{mechanic:special-defense} by one []{mechanic:stage} each."
310,9,Heals the target for half its max HP.,Heals the target for half its max [HP]{mechanic:hp}.
@ -1002,6 +1000,44 @@ If the user is a []{pokemon:meloetta}, it will toggle between Aria and Pirouette
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.,Deals both []{type:fighting} and []{type:flying}-type damage.
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,Uses up the user's berry. Fails if it is not holding one.,Uses up the user's berry. Fails if it is not holding one.
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,Lowers opponents' Speed by one stage when they enter battle.,Lowers opponents' Speed by one stage when they enter battle.
344,9,Raises the user's Attack by two stages if it KOs the target.,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 []{type:normal} moves to []{type:electric} moves.,Changes []{type:normal} moves to []{type:electric} moves.
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}-types.,Super-effective against []{type:water}-types.
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.,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.
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 their 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 weakens their []{type:dragon} moves to 0.5× their power.","For five turns, protects all Pokémon on the ground from major status ailments and confusion and weakens their []{type:dragon} moves 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.
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,Damages the target if it uses a []{type:fire} move.,Damages the target if it uses a []{type:fire} move.
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 Defense and Special Defense by one stage for friendly Pokémon with with []{ability:plus} or []{ability:minus}.,Raises Defense and Special Defense by one stage for friendly Pokémon with with []{ability:plus} or []{ability:minus}.
368,9,"For five turns, prevents Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.","For five turns, prevents 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. Stacks with a held item. Only works once per battle..
10001,9,Has an increased chance for a critical hit in Hyper Mode.,Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move while in [hyper mode]{mechanic:hyper-mode}.
10002,9,User receives 1/2 its HP in recoil.,Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/2 of its current [HP]{mechanic:hp} in recoil.
10003,9,Halves HP of all Pokémon on the field. Must recharge,"Halves [HP]{mechanic:hp} of all Pokémon on the field. User loses its next turn to ""recharge"", and cannot attack or [switch]{mechanic:switch} out during that turn."

1 move_effect_id local_language_id short_effect effect
43 47 9 Protects the user's stats from being changed by enemy moves. Pokémon on the user's side of the [field]{mechanic:field} are immune to stat-lowering effects for five turns. []{move:guard-swap}, []{move:heart-swap}, and []{move:power-swap} may still be used. []{move:defog} used by an opponent will end this effect.
44 48 9 Increases the user's chance to score a critical hit. User's [critical hit]{mechanic:critical-hit} rate is two levels higher until it leaves the field. If the user has already used []{move:focus-energy} since entering the field, this move will [fail]{mechanic:fail}. This effect is passed on by []{move:baton-pass}.
45 49 9 User receives 1/4 the damage it inflicts in recoil. Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/4 the damage it inflicts in recoil.
46 50 9 Confuses the target. [Confuse]{mechanic:confuse}s the target.
47 51 9 Raises the user's Attack by two stages. Raises the user's [Attack]{mechanic:attack} by two [stages]{mechanic:stage}.
48 52 9 Raises the user's Defense by two stages. Raises the user's [Defense]{mechanic:defense} by two [stages]{mechanic:stage}.
49 53 9 Raises the user's Speed by two stages. Raises the user's [Speed]{mechanic:speed} by two [stages]{mechanic:stage}.
121 136 9 Power and type depend upon user's IVs. Power can range from 30 to 70. Inflicts [regular damage]{mechanic:regular-damage}. Power and type are determined by the user's [IV]{mechanic:iv}s. Power is given by `x * 40 / 63 + 30`. `x` is obtained by arranging bit 1 from the [IV]{mechanic:iv} for each of [Special Defense]{mechanic:special-defense}, [Special Attack]{mechanic:special-attack}, [Speed]{mechanic:speed}, [Defense]{mechanic:defense}, [Attack]{mechanic:attack}, and [HP]{mechanic:hp} in that order. (Bit 1 is 1 if the [IV]{mechanic:iv} is of the form `4n + 2` or `4n + 3`. `x` is then 64 * [Special Defense]{mechanic:special-defense} [IV]{mechanic:iv} bit 1, plus 32 * [Special Attack]{mechanic:special-attack} [IV]{mechanic:iv} bit 1, etc.) Power is always between 30 and 70, inclusive. Average power is 49.5. Type is given by `y * 15 / 63`, where `y` is similar to `x` above, except constructed from bit 0. (Bit 0 is 1 if the [IV]{mechanic:iv} is odd.) The result is looked up in the following table. Value | Type ----: | -------- 0 | []{type:fighting} 1 | []{type:flying} 2 | []{type:poison} 3 | []{type:ground} 4 | []{type:rock} 5 | []{type:bug} 6 | []{type:ghost} 7 | []{type:steel} 8 | []{type:fire} 9 | []{type:water} 10 | []{type:grass} 11 | []{type:electric} 12 | []{type:psychic} 13 | []{type:ice} 14 | []{type:dragon} 15 | []{type:dark} This move thus cannot be []{type:normal}. Most other types have an equal 1/16 chance to be selected, given random [IV]{mechanic:iv}s. However, due to the flooring used here, []{type:bug}, []{type:fighting}, and []{type:grass} appear 5/64 of the time, and []{type:dark} only 1/64 of the time.
122 137 9 Changes the weather to rain for five turns. Changes the weather to rain for five turns, during which []{type:water} moves inflict 50% extra damage, and []{type:fire} moves inflict half damage. If the user is holding []{item:damp-rock}, this effect lasts for eight turns. []{move:thunder} has 100% accuracy. If the target has used []{move:detect} or []{move:protect}, []{move:thunder} has a (100 - accuracy)% chance to break through the protection. []{move:solarbeam} has half power. []{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} heal only 1/4 of the user's max [HP]{mechanic:hp}. Pokémon with []{ability:swift-swim} have doubled original [Speed]{mechanic:speed}. Pokémon with []{ability:forecast} become []{type:water}. Pokémon with []{ability:dry-skin} heal 1/8 max [HP]{mechanic:hp}, Pokémon with []{ability:hydration} are cured of [major status effects]{mechanic:major-status-effects}, and Pokémon with []{ability:rain-dish} heal 1/16 max [HP]{mechanic:hp} at the end of each turn. Changes the weather to rain for five turns, during which []{type:water} moves inflict 50% extra damage, and []{type:fire} moves inflict half damage. If the user is holding []{item:damp-rock}, this effect lasts for eight turns. []{move:thunder} has 100% accuracy. If the target has used []{move:detect} or []{move:protect}, []{move:thunder} has a (100 - accuracy)% chance to break through the protection. []{move:solar-beam} has half power. []{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} heal only 1/4 of the user's max [HP]{mechanic:hp}. Pokémon with []{ability:swift-swim} have doubled original [Speed]{mechanic:speed}. Pokémon with []{ability:forecast} become []{type:water}. Pokémon with []{ability:dry-skin} heal 1/8 max [HP]{mechanic:hp}, Pokémon with []{ability:hydration} are cured of [major status effects]{mechanic:major-status-effects}, and Pokémon with []{ability:rain-dish} heal 1/16 max [HP]{mechanic:hp} at the end of each turn.
123 138 9 Changes the weather to sunny for five turns. Changes the weather to sunshine for five turns, during which []{type:fire} moves inflict 50% extra damage, and []{type:water} moves inflict half damage. If the user is holding []{item:heat-rock}, this effect lasts for eight turns. Pokémon cannot become [frozen]{mechanic:frozen}. []{move:thunder} has 50% accuracy. []{move:solarbeam} skips its charge turn. []{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} heal 2/3 of the user's max [HP]{mechanic:hp}. Pokémon with []{ability:chlorophyll} have doubled original [Speed]{mechanic:speed}. Pokémon with []{ability:forecast} become []{type:fire}. Pokémon with []{ability:leaf-guard} are not affected by [major status effects]{mechanic:major-status-effects}. Pokémon with []{ability:flower-gift} change form; every Pokémon on their side of the [field]{mechanic:field} have their original [Attack]{mechanic:attack} and [Special Attack]{mechanic:special-attack} increased by 50%. Pokémon with []{ability:dry-skin} lose 1/8 max [HP]{mechanic:hp} at the end of each turn. Pokémon with []{ability:solar-power} have their original [Special Attack]{mechanic:special-attack} raised by 50% but lose 1/8 their max [HP]{mechanic:hp} at the end of each turn. Changes the weather to sunshine for five turns, during which []{type:fire} moves inflict 50% extra damage, and []{type:water} moves inflict half damage. If the user is holding []{item:heat-rock}, this effect lasts for eight turns. Pokémon cannot become [frozen]{mechanic:frozen}. []{move:thunder} has 50% accuracy. []{move:solar-beam} skips its charge turn. []{move:moonlight}, []{move:morning-sun}, and []{move:synthesis} heal 2/3 of the user's max [HP]{mechanic:hp}. Pokémon with []{ability:chlorophyll} have doubled original [Speed]{mechanic:speed}. Pokémon with []{ability:forecast} become []{type:fire}. Pokémon with []{ability:leaf-guard} are not affected by [major status effects]{mechanic:major-status-effects}. Pokémon with []{ability:flower-gift} change form; every Pokémon on their side of the [field]{mechanic:field} have their original [Attack]{mechanic:attack} and [Special Attack]{mechanic:special-attack} increased by 50%. Pokémon with []{ability:dry-skin} lose 1/8 max [HP]{mechanic:hp} at the end of each turn. Pokémon with []{ability:solar-power} have their original [Special Attack]{mechanic:special-attack} raised by 50% but lose 1/8 their max [HP]{mechanic:hp} at the end of each turn.
124 139 9 Has a $effect_chance% chance to raise the user's Defense by one stage. Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to raise the user's [Defense]{mechanic:defense} one [stage]{mechanic:stage}.
125 140 9 Has a $effect_chance% chance to raise the user's Attack by one stage. Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to raise the user's [Attack]{mechanic:attack} one [stage]{mechanic:stage}.
126 141 9 Has a $effect_chance% chance to raise all of the user's stats by one stage. Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to raise all of the user's stats one [stage]{mechanic:stage}.
127 143 9 User pays half its max HP to max out its Attack. User pays half its max [HP]{mechanic:hp} to raise its [Attack]{mechanic:attack} to +6 [stages]{mechanic:stage}. If the user cannot pay the [HP]{mechanic:hp} cost, this move will [fail]{mechanic:fail}.
182 200 9 Confuses the target. [Confuse]{mechanic:confuse}s all targets.
183 201 9 Has an increased chance for a critical hit and a $effect_chance% chance to [burn]{mechanic:burn} the target. Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move. Has a $effect_chance% chance to [burn]{mechanic:burn} the target.
184 202 9 Halves all Electric-type damage. []{type:electric} moves inflict half damage, regardless of target. If the user leaves the [field]{mechanic:field}, this effect ends.
185 203 9 Has a $effect_chance% chance to badly poison the target. Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [badly poison]{mechanic:badly-poison} the target.
186 204 9 If there be weather, this move has doubled power and the weather's type. Inflicts [regular damage]{mechanic:regular-damage}. If a weather move is active, this move has double power, and its type becomes the type of the weather move. []{move:shadow-sky} is typeless for the purposes of this move.
187 205 9 Lowers the user's Special Attack by two stages after inflicting damage. Inflicts [regular damage]{mechanic:regular-damage}, then lowers the user's [Special Attack]{mechanic:special-attack} by two [stages]{mechanic:stage}.
188 206 9 Lowers the target's Attack and Defense by one stage. Lowers the target's [Attack]{mechanic:attack} and [Defense]{mechanic:defense} by one [stage]{mechanic:stage}.
263 282 9 All Pokémon's Defense and Special Defense are swapped for 5 turns. For five turns (including this one), every Pokémon's [Defense]{mechanic:defense} and [Special Defense]{mechanic:special-defense} are swapped.
264 283 9 Inflicts damage based on the target's Defense, not Special Defense. Inflicts [regular damage]{mechanic:regular-damage}. Damage calculation always uses the target's [Defense]{mechanic:defense}, regardless of this move's damage class.
265 284 9 Inflicts double damage if the target is Poisoned. Inflicts [regular damage]{mechanic:regular-damage}. If the target is [poisoned]{mechanic:poisoned}, this move has double power.
266 285 9 Raises the user's Speed by two stages and halves the user's weight. Raises the user's [Speed]{mechanic:speed} by two [stages]{mechanic:stage}. Halves the user's weight; this effect does not stack.
267 286 9 Moves have 100% accuracy against the target for three turns. For three turns (including this one), moves used against the target have 100% [accuracy]{mechanic:accuracy}, but the target is immune to []{type:ground} damage. Accuracy of one-hit KO moves is exempt from this effect. This effect is removed by []{move:gravity}. If Gravity is already in effect, this move will [fail]{mechanic:fail}.
268 287 9 Negates held items for five turns. For five turns (including this one), passive effects of held items are ignored, and Pokémon will not use their held items.
269 288 9 Removes any immunity to Ground damage. Inflicts [regular damage]{mechanic:regular-damage}. Removes the target's [immunity]{mechanic:immune} to []{type:ground}-type damage. This effect removes any existing Ground immunity due to []{ability:levitate}, []{move:magnet-rise}, or []{move:telekinesis}, and causes the target's []{type:flying} type to be ignored when it takes Ground damage. If the target isn't immune to Ground damage, this move will [fail]{mechanic:fail}. This move can hit Pokémon under the effect of []{move:bounce}, []{move:fly}, or []{move:sky-drop}, and ends the effect of Bounce or Fly.
373
374
375
376
377
378
379
390
391
392
393
394
395
396
501
502
503
504
505
506
507
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
563
564
565
566
567
568
569
570
571
572
573
574
575
712
713
714
715
716
717
718
783
784
785
786
787
788
789
892
893
894
895
896
897
948
949
950
951
952
953
954
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

View File

@ -316,6 +316,38 @@ id
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
10001
10002
10003

1 id
316 336
317 337
318 338
319 339
320 340
321 341
322 342
323 343
324 344
325 345
326 346
327 347
328 348
329 349
330 350
331 351
332 352
333 353
334 354
335 355
336 356
337 357
338 358
339 359
340 360
341 361
342 362
343 363
344 364
345 365
346 366
347 367
348 368
349 369
350 370
351 10001
352 10002
353 10003

View File

@ -53,7 +53,6 @@ move_id,move_flag_id
17,4
17,7
17,12
18,4
18,5
18,7
18,14
@ -136,11 +135,12 @@ move_id,move_flag_id
44,1
44,4
44,7
44,16
45,4
45,5
45,7
45,9
46,4
45,14
46,5
46,7
46,9
@ -149,10 +149,12 @@ move_id,move_flag_id
47,5
47,7
47,9
47,14
48,4
48,5
48,7
48,9
48,14
49,4
49,7
50,4
@ -223,12 +225,15 @@ move_id,move_flag_id
77,4
77,5
77,7
77,15
78,4
78,5
78,7
78,15
79,4
79,5
79,7
79,15
80,1
80,4
80,7
@ -284,6 +289,7 @@ move_id,move_flag_id
103,5
103,7
103,9
103,14
104,6
105,6
105,13
@ -307,6 +313,7 @@ move_id,move_flag_id
120,7
121,4
121,7
121,18
122,1
122,4
122,7
@ -355,6 +362,7 @@ move_id,move_flag_id
139,7
140,4
140,7
140,18
141,1
141,4
141,7
@ -374,6 +382,7 @@ move_id,move_flag_id
147,4
147,5
147,7
147,15
148,4
148,5
148,7
@ -443,6 +452,7 @@ move_id,move_flag_id
178,4
178,5
178,7
178,15
179,1
179,4
179,7
@ -468,10 +478,12 @@ move_id,move_flag_id
187,6
188,4
188,7
188,18
189,4
189,7
190,4
190,7
190,18
191,5
192,4
192,7
@ -524,8 +536,10 @@ move_id,move_flag_id
213,5
213,7
213,14
213,19
215,6
215,9
215,14
216,1
216,4
216,7
@ -555,6 +569,7 @@ move_id,move_flag_id
227,5
227,7
227,14
227,19
228,1
228,4
228,7
@ -589,6 +604,7 @@ move_id,move_flag_id
242,1
242,4
242,7
242,16
243,4
244,14
245,1
@ -598,11 +614,13 @@ move_id,move_flag_id
246,7
247,4
247,7
247,18
249,1
249,4
249,7
250,4
250,7
250,19
251,4
251,7
252,1
@ -611,6 +629,7 @@ move_id,move_flag_id
253,4
253,7
253,9
253,14
254,6
255,4
256,6
@ -621,6 +640,7 @@ move_id,move_flag_id
259,5
259,7
259,14
259,19
260,4
260,5
260,7
@ -643,6 +663,7 @@ move_id,move_flag_id
269,5
269,7
269,14
269,19
270,14
271,4
271,7
@ -705,6 +726,7 @@ move_id,move_flag_id
301,1
301,4
301,7
301,18
302,1
302,4
302,7
@ -713,9 +735,11 @@ move_id,move_flag_id
304,4
304,7
304,9
304,14
305,1
305,4
305,7
305,16
306,1
306,4
306,7
@ -734,6 +758,7 @@ move_id,move_flag_id
310,7
311,4
311,7
311,18
312,6
313,4
313,5
@ -754,10 +779,12 @@ move_id,move_flag_id
319,5
319,7
319,9
319,14
320,4
320,5
320,7
320,9
320,14
321,4
321,5
321,7
@ -784,6 +811,7 @@ move_id,move_flag_id
330,7
331,4
331,7
331,18
332,1
332,4
332,7
@ -833,6 +861,7 @@ move_id,move_flag_id
352,4
352,7
352,12
352,17
354,4
354,7
355,6
@ -851,6 +880,7 @@ move_id,move_flag_id
360,1
360,4
360,7
360,18
361,6
361,13
362,4
@ -934,6 +964,8 @@ move_id,move_flag_id
396,4
396,7
396,12
396,17
396,18
397,6
398,1
398,4
@ -941,6 +973,7 @@ move_id,move_flag_id
399,4
399,7
399,12
399,17
400,1
400,4
400,7
@ -949,6 +982,7 @@ move_id,move_flag_id
401,7
402,4
402,7
402,18
403,4
403,7
403,12
@ -958,9 +992,11 @@ move_id,move_flag_id
405,4
405,7
405,9
405,14
406,4
406,7
406,12
406,17
407,1
407,4
407,7
@ -974,8 +1010,10 @@ move_id,move_flag_id
410,7
411,4
411,7
411,18
412,4
412,7
412,18
413,1
413,4
413,7
@ -1004,17 +1042,21 @@ move_id,move_flag_id
422,1
422,4
422,7
422,16
423,1
423,4
423,7
423,16
424,1
424,4
424,7
424,16
425,1
425,4
425,7
426,4
426,7
426,18
427,4
427,7
428,1
@ -1056,6 +1098,7 @@ move_id,move_flag_id
442,7
443,4
443,7
443,18
444,4
444,7
445,4
@ -1067,6 +1110,7 @@ move_id,move_flag_id
447,7
448,4
448,9
448,14
448,12
449,4
449,7
@ -1124,6 +1168,7 @@ move_id,move_flag_id
474,4
474,7
475,6
476,15
477,4
477,5
477,7
@ -1146,6 +1191,7 @@ move_id,move_flag_id
485,7
486,4
486,7
486,18
487,4
487,5
487,7
@ -1158,6 +1204,7 @@ move_id,move_flag_id
490,7
491,4
491,7
491,18
492,1
492,4
492,7
@ -1171,9 +1218,11 @@ move_id,move_flag_id
496,4
496,7
496,9
496,14
497,4
497,7
497,9
497,14
498,1
498,4
498,7
@ -1190,6 +1239,7 @@ move_id,move_flag_id
505,5
505,12
505,13
505,17
506,4
506,7
507,1
@ -1294,6 +1344,7 @@ move_id,move_flag_id
547,4
547,7
547,9
547,14
548,4
548,7
549,4
@ -1314,6 +1365,7 @@ move_id,move_flag_id
555,4
555,7
555,9
555,14
556,4
556,7
557,1
@ -1324,6 +1376,55 @@ move_id,move_flag_id
558,11
559,4
559,7
560,1
560,4
562,4
565,1
565,4
566,1
566,2
567,4
568,4
598,9
598,14
570,4
571,4
572,4
573,4
574,4
574,9
574,14
575,4
576,4
577,1
577,4
577,13
578,4
582,4
583,4
584,4
585,4
586,4
586,9
586,14
594,4
595,4
598,4
599,4
600,4
600,15
601,2
605,4
608,4
609,1
609,4
611,1
611,4
612,1
612,4
612,8
613,4
616,4
10001,1
10001,4
10002,4

1 move_id move_flag_id
53 17 4
54 17 7
55 17 12
18 4
56 18 5
57 18 7
58 18 14
135 44 1
136 44 4
137 44 7
138 44 16
139 45 4
140 45 5
141 45 7
142 45 9
143 46 45 4 14
144 46 5
145 46 7
146 46 9
149 47 5
150 47 7
151 47 9
152 47 14
153 48 4
154 48 5
155 48 7
156 48 9
157 48 14
158 49 4
159 49 7
160 50 4
225 77 4
226 77 5
227 77 7
228 77 15
229 78 4
230 78 5
231 78 7
232 78 15
233 79 4
234 79 5
235 79 7
236 79 15
237 80 1
238 80 4
239 80 7
289 103 5
290 103 7
291 103 9
292 103 14
293 104 6
294 105 6
295 105 13
313 120 7
314 121 4
315 121 7
316 121 18
317 122 1
318 122 4
319 122 7
362 139 7
363 140 4
364 140 7
365 140 18
366 141 1
367 141 4
368 141 7
382 147 4
383 147 5
384 147 7
385 147 15
386 148 4
387 148 5
388 148 7
452 178 4
453 178 5
454 178 7
455 178 15
456 179 1
457 179 4
458 179 7
478 187 6
479 188 4
480 188 7
481 188 18
482 189 4
483 189 7
484 190 4
485 190 7
486 190 18
487 191 5
488 192 4
489 192 7
536 213 5
537 213 7
538 213 14
539 213 19
540 215 6
541 215 9
542 215 14
543 216 1
544 216 4
545 216 7
569 227 5
570 227 7
571 227 14
572 227 19
573 228 1
574 228 4
575 228 7
604 242 1
605 242 4
606 242 7
607 242 16
608 243 4
609 244 14
610 245 1
614 246 7
615 247 4
616 247 7
617 247 18
618 249 1
619 249 4
620 249 7
621 250 4
622 250 7
623 250 19
624 251 4
625 251 7
626 252 1
629 253 4
630 253 7
631 253 9
632 253 14
633 254 6
634 255 4
635 256 6
640 259 5
641 259 7
642 259 14
643 259 19
644 260 4
645 260 5
646 260 7
663 269 5
664 269 7
665 269 14
666 269 19
667 270 14
668 271 4
669 271 7
726 301 1
727 301 4
728 301 7
729 301 18
730 302 1
731 302 4
732 302 7
735 304 4
736 304 7
737 304 9
738 304 14
739 305 1
740 305 4
741 305 7
742 305 16
743 306 1
744 306 4
745 306 7
758 310 7
759 311 4
760 311 7
761 311 18
762 312 6
763 313 4
764 313 5
779 319 5
780 319 7
781 319 9
782 319 14
783 320 4
784 320 5
785 320 7
786 320 9
787 320 14
788 321 4
789 321 5
790 321 7
811 330 7
812 331 4
813 331 7
814 331 18
815 332 1
816 332 4
817 332 7
861 352 4
862 352 7
863 352 12
864 352 17
865 354 4
866 354 7
867 355 6
880 360 1
881 360 4
882 360 7
883 360 18
884 361 6
885 361 13
886 362 4
964 396 4
965 396 7
966 396 12
967 396 17
968 396 18
969 397 6
970 398 1
971 398 4
973 399 4
974 399 7
975 399 12
976 399 17
977 400 1
978 400 4
979 400 7
982 401 7
983 402 4
984 402 7
985 402 18
986 403 4
987 403 7
988 403 12
992 405 4
993 405 7
994 405 9
995 405 14
996 406 4
997 406 7
998 406 12
999 406 17
1000 407 1
1001 407 4
1002 407 7
1010 410 7
1011 411 4
1012 411 7
1013 411 18
1014 412 4
1015 412 7
1016 412 18
1017 413 1
1018 413 4
1019 413 7
1042 422 1
1043 422 4
1044 422 7
1045 422 16
1046 423 1
1047 423 4
1048 423 7
1049 423 16
1050 424 1
1051 424 4
1052 424 7
1053 424 16
1054 425 1
1055 425 4
1056 425 7
1057 426 4
1058 426 7
1059 426 18
1060 427 4
1061 427 7
1062 428 1
1098 442 7
1099 443 4
1100 443 7
1101 443 18
1102 444 4
1103 444 7
1104 445 4
1110 447 7
1111 448 4
1112 448 9
1113 448 14
1114 448 12
1115 449 4
1116 449 7
1168 474 4
1169 474 7
1170 475 6
1171 476 15
1172 477 4
1173 477 5
1174 477 7
1191 485 7
1192 486 4
1193 486 7
1194 486 18
1195 487 4
1196 487 5
1197 487 7
1204 490 7
1205 491 4
1206 491 7
1207 491 18
1208 492 1
1209 492 4
1210 492 7
1218 496 4
1219 496 7
1220 496 9
1221 496 14
1222 497 4
1223 497 7
1224 497 9
1225 497 14
1226 498 1
1227 498 4
1228 498 7
1239 505 5
1240 505 12
1241 505 13
1242 505 17
1243 506 4
1244 506 7
1245 507 1
1344 547 4
1345 547 7
1346 547 9
1347 547 14
1348 548 4
1349 548 7
1350 549 4
1365 555 4
1366 555 7
1367 555 9
1368 555 14
1369 556 4
1370 556 7
1371 557 1
1376 558 11
1377 559 4
1378 559 7
1379 560 1
1380 560 4
1381 562 4
1382 565 1
1383 565 4
1384 566 1
1385 566 2
1386 567 4
1387 568 4
1388 598 9
1389 598 14
1390 570 4
1391 571 4
1392 572 4
1393 573 4
1394 574 4
1395 574 9
1396 574 14
1397 575 4
1398 576 4
1399 577 1
1400 577 4
1401 577 13
1402 578 4
1403 582 4
1404 583 4
1405 584 4
1406 585 4
1407 586 4
1408 586 9
1409 586 14
1410 594 4
1411 595 4
1412 598 4
1413 599 4
1414 600 4
1415 600 15
1416 601 2
1417 605 4
1418 608 4
1419 609 1
1420 609 4
1421 611 1
1422 611 4
1423 612 1
1424 612 4
1425 612 8
1426 613 4
1427 616 4
1428 10001 1
1429 10001 4
1430 10002 4

View File

@ -13,3 +13,8 @@ move_flag_id,local_language_id,name,description
12,9,Targets opposite side in triples,"In triple battles, this move can be used on either side to target the farthest away opposing Pokémon."
13,9,Heals,This move is blocked by []{move:heal-block}.
14,9,Ignores Substitute,This move ignores the target's []{move:substitute}.
15,9,Powder-based,Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
16,9,Jaw-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
17,9,Pulse-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
18,9,Ballistics-based,This move is blocked by []{ability:bulletpoof}.
19,9,Mental effects,This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.

1 move_flag_id local_language_id name description
13 12 9 Targets opposite side in triples In triple battles, this move can be used on either side to target the farthest away opposing Pokémon.
14 13 9 Heals This move is blocked by []{move:heal-block}.
15 14 9 Ignores Substitute This move ignores the target's []{move:substitute}.
16 15 9 Powder-based Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
17 16 9 Jaw-based This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
18 17 9 Pulse-based This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
19 18 9 Ballistics-based This move is blocked by []{ability:bulletpoof}.
20 19 9 Mental effects This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.

View File

@ -13,3 +13,8 @@ id,identifier
12,distance
13,heal
14,authentic
15,powder
16,bite
17,pulse
18,ballistics
19,mental

1 id identifier
13 12 distance
14 13 heal
15 14 authentic
16 15 powder
17 16 bite
18 17 pulse
19 18 ballistics
20 19 mental

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ move_id,local_language_id,name
3,6,Duplexhieb
3,7,Doblebofetón
3,8,Doppiasberla
3,9,DoubleSlap
3,9,Double Slap
4,1,れんぞくパンチ
4,5,Poing Comète
4,6,Kometenhieb
@ -52,7 +52,7 @@ move_id,local_language_id,name
9,6,Donnerschlag
9,7,Puño Trueno
9,8,Tuonopugno
9,9,ThunderPunch
9,9,Thunder Punch
10,1,ひっかく
10,5,Griffe
10,6,Kratzer
@ -64,7 +64,7 @@ move_id,local_language_id,name
11,6,Klammer
11,7,Agarre
11,8,Presa
11,9,ViceGrip
11,9,Vice Grip
12,1,ハサミギロチン
12,5,Guillotine
12,6,Guillotine
@ -166,7 +166,7 @@ move_id,local_language_id,name
28,6,Sandwirbel
28,7,Ataque Arena
28,8,Turbosabbia
28,9,Sand-Attack
28,9,Sand Attack
29,1,ずつき
29,5,Coup d'Boule
29,6,Kopfnuss
@ -292,7 +292,7 @@ move_id,local_language_id,name
49,6,Ultraschall
49,7,Bomba Sónica
49,8,Sonicboom
49,9,SonicBoom
49,9,Sonic Boom
50,1,かなしばり
50,5,Entrave
50,6,Aussetzer
@ -364,7 +364,7 @@ move_id,local_language_id,name
61,6,Blubbstrahl
61,7,Rayo Burbuja
61,8,Bollaraggio
61,9,BubbleBeam
61,9,Bubble Beam
62,1,オーロラビーム
62,5,Onde Boréale
62,6,Aurorastrahl
@ -454,13 +454,13 @@ move_id,local_language_id,name
76,6,Solarstrahl
76,7,Rayo Solar
76,8,Solarraggio
76,9,SolarBeam
76,9,Solar Beam
77,1,どくのこな
77,5,Poudre Toxik
77,6,Giftpuder
77,7,Polvo Veneno
77,8,Velenpolvere
77,9,PoisonPowder
77,9,Poison Powder
78,1,しびれごな
78,5,Para-Spore
78,6,Stachelspore
@ -502,7 +502,7 @@ move_id,local_language_id,name
84,6,Donnerschock
84,7,Impactrueno
84,8,Tuonoshock
84,9,ThunderShock
84,9,Thunder Shock
85,1,10まんボルト
85,5,Tonnerre
85,6,Donnerblitz
@ -646,7 +646,7 @@ move_id,local_language_id,name
108,6,Rauchwolke
108,7,Pantallahumo
108,8,Muro di Fumo
108,9,SmokeScreen
108,9,Smokescreen
109,1,あやしいひかり
109,5,Onde Folie
109,6,Konfustrahl
@ -718,7 +718,7 @@ move_id,local_language_id,name
120,6,Finale
120,7,Autodestruc
120,8,Autodistruz.
120,9,Selfdestruct
120,9,Self-Destruct
121,1,タマゴばくだん
121,5,Bomb'Œuf
121,6,Eierbombe
@ -808,13 +808,13 @@ move_id,local_language_id,name
135,6,Weichei
135,7,Amortiguador
135,8,Covauova
135,9,Softboiled
135,9,Soft-Boiled
136,1,とびひざげり
136,5,Pied Voltige
136,6,Turmkick
136,7,Pat. S. Alta
136,8,Calcinvolo
136,9,Hi Jump Kick
136,9,High Jump Kick
137,1,へびにらみ
137,5,Intimidation
137,6,Giftblick
@ -1108,7 +1108,7 @@ move_id,local_language_id,name
185,6,Finte
185,7,Finta
185,8,Finta
185,9,Faint Attack
185,9,Feint Attack
186,1,てんしのキッス
186,5,Doux Baiser
186,6,Bitterkuss
@ -1336,7 +1336,7 @@ move_id,local_language_id,name
223,6,Wuchtschlag
223,7,Puñodinámico
223,8,Dinamipugno
223,9,DynamicPunch
223,9,Dynamic Punch
224,1,メガホーン
224,5,Mégacorne
224,6,Vielender
@ -1348,7 +1348,7 @@ move_id,local_language_id,name
225,6,Feuerodem
225,7,Dragoaliento
225,8,Dragospiro
225,9,DragonBreath
225,9,Dragon Breath
226,1,バトンタッチ
226,5,Relais
226,6,Staffette
@ -1468,13 +1468,13 @@ move_id,local_language_id,name
245,6,Turbotempo
245,7,Vel. Extrema
245,8,Extrarapido
245,9,ExtremeSpeed
245,9,Extreme Speed
246,1,げんしのちから
246,5,Pouv.Antique
246,6,Antik-Kraft
246,7,Poder Pasado
246,8,Forzantica
246,9,AncientPower
246,9,Ancient Power
247,1,シャドーボール
247,5,Ball'Ombre
247,6,Spukball
@ -1588,7 +1588,7 @@ move_id,local_language_id,name
265,6,Riechsalz
265,7,Estímulo
265,8,Maniereforti
265,9,SmellingSalt
265,9,Smelling Salts
266,1,このゆびとまれ
266,5,Par Ici
266,6,Spotlight
@ -1780,7 +1780,7 @@ move_id,local_language_id,name
297,6,Daunenreigen
297,7,Danza Pluma
297,8,Danzadipiume
297,9,FeatherDance
297,9,Feather Dance
298,1,フラフラダンス
298,5,Danse-Folle
298,6,Taumeltanz
@ -1918,7 +1918,7 @@ move_id,local_language_id,name
320,6,Grasflöte
320,7,Silbato
320,8,Meloderba
320,9,GrassWhistle
320,9,Grass Whistle
321,1,くすぐる
321,5,Chatouille
321,6,Spaßkanone
@ -3353,6 +3353,209 @@ move_id,local_language_id,name
559,7,Rayo Fusión
559,8,Incrotuono
559,9,Fusion Bolt
560,1,フライングプレス
560,5,Flying Press
560,8,Schiacciatuffo
560,9,Flying Press
561,1,たたみがえし
561,5,Tatamigaeshi
561,8,Ribaltappeto
561,9,Mat Block
562,1,ゲップ
562,5,Éructation
562,9,Belch
563,1,たがやす
563,5,Fertilisation
563,8,Aracampo
563,9,Rototiller
564,1,ねばねばネット
564,5,Toile Gluante
564,8,Rete Vischiosa
564,9,Sticky Web
565,1,とどめばり
565,5,Dard Mortel
565,8,Pungiglione
565,9,Fell Stinger
566,1,ゴーストダイブ
566,5,Hantise
566,8,Spettrotuffo
566,9,Phantom Force
567,1,ハロウィン
567,5,Halloween
567,8,Halloween
567,9,Trick-or-Treat
568,1,おたけび
568,5,Râle Mâle
568,8,Urlo
568,9,Noble Roar
569,1,プラズマシャワー
569,5,DélugePlasmique
569,9,Ion Deluge
570,1,パラボラチャージ
570,5,Parabocharge
570,8,Caricaparabola
570,9,Parabolic Charge
571,1,もりののろい
571,5,Maléfice Sylvain
571,8,Boscomalocchio
571,9,Forest's Curse
572,1,はなふぶき
572,5,Tempête Florale
572,6,Blühenwirbel
572,8,Fiortempesta
572,9,Petal Blizzard
573,1,フリーズドライ
573,5,Lyophilisation
573,8,Liofilizzazione
573,9,Freeze-Dry
574,1,チャームボイス
574,5,Voix Enjôleuse
574,8,Incantavoce
574,9,Disarming Voice
575,1,すてゼリフ
575,5,Dernier Mot
575,8,Monito
575,9,Parting Shot
576,1,ひっくりかえす
576,5,Renversement
576,6,Invertigo
576,8,Sottosopra
576,9,Topsy-Turvy
577,1,ドレインキッス
577,5,Vampibaiser
577,8,Assorbibacio
577,9,Draining Kiss
578,1,トリックガード
578,5,Vigilance
578,8,Truccodifesa
578,9,Crafty Shield
579,1,フラワーガード
579,5,Garde Florale
579,8,Fiordifesa
579,9,Flower Shield
580,1,グラスフィールド
580,5,Champ Herbu
580,8,Campo Erboso
580,9,Grassy Terrain
581,1,ミストフィールド
581,5,Champ Brumeux
581,8,Campo Nebbioso
581,9,Misty Terrain
582,1,そうでん
582,5,Électrisation
582,8,Elettrocontagio
582,9,Electrify
583,1,じゃれつく
583,5,Câlinerie
583,6,Knuddler
583,8,Carineria
583,9,Play Rough
584,1,ようせいのかぜ
584,5,Vent Féérique
584,6,Feenbrise
584,8,Vento di Fata
584,9,Fairy Wind
585,1,ムーンフォース
585,5,Pouvoir Lunaire
585,8,Forza Lunare
585,9,Moonblast
586,1,ばくおんぱ
586,5,Bang Sonique
586,8,Ondaboato
586,9,Boomburst
587,1,フェアリーロック
587,5,Verrou Enchanté
587,8,Blocco Fatato
587,9,Fairy Lock
588,1,キングシールド
588,5,Bouclier Royal
588,8,Scudo Reale
588,9,King's Shield
589,1,なかよくする
589,5,Camaraderie
589,6,Kameradschaft
589,8,Simpatia
589,9,Play Nice
590,1,ないしょばなし
590,5,Confidence
590,8,Confidenza
590,9,Confide
594,1,みずしゅりけん
594,5,Sheauriken
594,6,Wasser Shuriken
594,7,Shuriken de Agua
594,8,Acqualame
594,9,Water Shuriken
595,1,マジカルフレイム
595,5,Feu Ensorcelé
595,8,Magifiamma
595,9,Mystical Fire
596,1,ニードルガード
596,5,Pico-Défense
596,6,Scutzstacheln
596,8,Agodifesa
596,9,Spiky Shield
597,1,アロマミスト
597,5,Brume Capiteuse
597,8,Nebularoma
597,9,Aromatic Mist
598,1,かいでんぱ
598,5,Ondes Étranges
598,8,Elettromistero
598,9,Eerie Impulse
599,1,ベノムトラップ
599,5,Piège Venin
599,8,Velenotrappola
599,9,Venom Drench
600,1,ふんじん
600,5,Nuée de Poudre
600,9,Powder
601,1,ジオコントロール
601,5,Géo-Contrôle
601,8,Geocontrollo
601,9,Geomancy
602,1,じばそうさ
602,5,Magné-Contrôle
602,9,Magnetic Flux
603,9,Happy Hour
604,1,エレキフィールド
604,5,Champ Électrifié
604,8,Campo Elettrico
604,9,Electric Terrain
605,1,マジカルシャイン
605,5,Éclat Magique
605,6,Zauberschein
605,8,Magibrillio
605,9,Dazzling Gleam
606,9,Celebrate
608,1,つぶらなひとみ
608,5,Regard Touchant
608,6,Kulleraugen
608,8,Occhioni Teneri
608,9,Baby-Doll Eyes
609,1,ほっぺすりすり
609,5,Frotte-Frimousse
609,6,Wangenrubbler
609,8,Elettrococcola
609,9,Nuzzle
611,1,まとわりつく
611,5,Harcèlement
611,6,Plage
611,8,Assillo
611,9,Infestation
612,1,グロウパンチ
612,5,Poing Boost
612,6,Stiegerungshieb
612,8,Crescipugno
612,9,Power-Up Punch
613,1,デスウイング
613,5,Mort-Ailes
613,8,Ali del Fato
613,9,Oblivion Wing
616,1,グランドフォース
616,5,Force Chtonienne
616,8,Forza Tellurica
616,9,Land's Wrath
10001,1,ダークラッシュ
10001,5,Charge Noire
10001,6,Cryptoschlag

1 move_id local_language_id name
16 3 6 Duplexhieb
17 3 7 Doblebofetón
18 3 8 Doppiasberla
19 3 9 DoubleSlap Double Slap
20 4 1 れんぞくパンチ
21 4 5 Poing Comète
22 4 6 Kometenhieb
52 9 6 Donnerschlag
53 9 7 Puño Trueno
54 9 8 Tuonopugno
55 9 9 ThunderPunch Thunder Punch
56 10 1 ひっかく
57 10 5 Griffe
58 10 6 Kratzer
64 11 6 Klammer
65 11 7 Agarre
66 11 8 Presa
67 11 9 ViceGrip Vice Grip
68 12 1 ハサミギロチン
69 12 5 Guillotine
70 12 6 Guillotine
166 28 6 Sandwirbel
167 28 7 Ataque Arena
168 28 8 Turbosabbia
169 28 9 Sand-Attack Sand Attack
170 29 1 ずつき
171 29 5 Coup d'Boule
172 29 6 Kopfnuss
292 49 6 Ultraschall
293 49 7 Bomba Sónica
294 49 8 Sonicboom
295 49 9 SonicBoom Sonic Boom
296 50 1 かなしばり
297 50 5 Entrave
298 50 6 Aussetzer
364 61 6 Blubbstrahl
365 61 7 Rayo Burbuja
366 61 8 Bollaraggio
367 61 9 BubbleBeam Bubble Beam
368 62 1 オーロラビーム
369 62 5 Onde Boréale
370 62 6 Aurorastrahl
454 76 6 Solarstrahl
455 76 7 Rayo Solar
456 76 8 Solarraggio
457 76 9 SolarBeam Solar Beam
458 77 1 どくのこな
459 77 5 Poudre Toxik
460 77 6 Giftpuder
461 77 7 Polvo Veneno
462 77 8 Velenpolvere
463 77 9 PoisonPowder Poison Powder
464 78 1 しびれごな
465 78 5 Para-Spore
466 78 6 Stachelspore
502 84 6 Donnerschock
503 84 7 Impactrueno
504 84 8 Tuonoshock
505 84 9 ThunderShock Thunder Shock
506 85 1 10まんボルト
507 85 5 Tonnerre
508 85 6 Donnerblitz
646 108 6 Rauchwolke
647 108 7 Pantallahumo
648 108 8 Muro di Fumo
649 108 9 SmokeScreen Smokescreen
650 109 1 あやしいひかり
651 109 5 Onde Folie
652 109 6 Konfustrahl
718 120 6 Finale
719 120 7 Autodestruc
720 120 8 Autodistruz.
721 120 9 Selfdestruct Self-Destruct
722 121 1 タマゴばくだん
723 121 5 Bomb'Œuf
724 121 6 Eierbombe
808 135 6 Weichei
809 135 7 Amortiguador
810 135 8 Covauova
811 135 9 Softboiled Soft-Boiled
812 136 1 とびひざげり
813 136 5 Pied Voltige
814 136 6 Turmkick
815 136 7 Pat. S. Alta
816 136 8 Calcinvolo
817 136 9 Hi Jump Kick High Jump Kick
818 137 1 へびにらみ
819 137 5 Intimidation
820 137 6 Giftblick
1108 185 6 Finte
1109 185 7 Finta
1110 185 8 Finta
1111 185 9 Faint Attack Feint Attack
1112 186 1 てんしのキッス
1113 186 5 Doux Baiser
1114 186 6 Bitterkuss
1336 223 6 Wuchtschlag
1337 223 7 Puñodinámico
1338 223 8 Dinamipugno
1339 223 9 DynamicPunch Dynamic Punch
1340 224 1 メガホーン
1341 224 5 Mégacorne
1342 224 6 Vielender
1348 225 6 Feuerodem
1349 225 7 Dragoaliento
1350 225 8 Dragospiro
1351 225 9 DragonBreath Dragon Breath
1352 226 1 バトンタッチ
1353 226 5 Relais
1354 226 6 Staffette
1468 245 6 Turbotempo
1469 245 7 Vel. Extrema
1470 245 8 Extrarapido
1471 245 9 ExtremeSpeed Extreme Speed
1472 246 1 げんしのちから
1473 246 5 Pouv.Antique
1474 246 6 Antik-Kraft
1475 246 7 Poder Pasado
1476 246 8 Forzantica
1477 246 9 AncientPower Ancient Power
1478 247 1 シャドーボール
1479 247 5 Ball'Ombre
1480 247 6 Spukball
1588 265 6 Riechsalz
1589 265 7 Estímulo
1590 265 8 Maniereforti
1591 265 9 SmellingSalt Smelling Salts
1592 266 1 このゆびとまれ
1593 266 5 Par Ici
1594 266 6 Spotlight
1780 297 6 Daunenreigen
1781 297 7 Danza Pluma
1782 297 8 Danzadipiume
1783 297 9 FeatherDance Feather Dance
1784 298 1 フラフラダンス
1785 298 5 Danse-Folle
1786 298 6 Taumeltanz
1918 320 6 Grasflöte
1919 320 7 Silbato
1920 320 8 Meloderba
1921 320 9 GrassWhistle Grass Whistle
1922 321 1 くすぐる
1923 321 5 Chatouille
1924 321 6 Spaßkanone
3353 559 7 Rayo Fusión
3354 559 8 Incrotuono
3355 559 9 Fusion Bolt
3356 560 1 フライングプレス
3357 560 5 Flying Press
3358 560 8 Schiacciatuffo
3359 560 9 Flying Press
3360 561 1 たたみがえし
3361 561 5 Tatamigaeshi
3362 561 8 Ribaltappeto
3363 561 9 Mat Block
3364 562 1 ゲップ
3365 562 5 Éructation
3366 562 9 Belch
3367 563 1 たがやす
3368 563 5 Fertilisation
3369 563 8 Aracampo
3370 563 9 Rototiller
3371 564 1 ねばねばネット
3372 564 5 Toile Gluante
3373 564 8 Rete Vischiosa
3374 564 9 Sticky Web
3375 565 1 とどめばり
3376 565 5 Dard Mortel
3377 565 8 Pungiglione
3378 565 9 Fell Stinger
3379 566 1 ゴーストダイブ
3380 566 5 Hantise
3381 566 8 Spettrotuffo
3382 566 9 Phantom Force
3383 567 1 ハロウィン
3384 567 5 Halloween
3385 567 8 Halloween
3386 567 9 Trick-or-Treat
3387 568 1 おたけび
3388 568 5 Râle Mâle
3389 568 8 Urlo
3390 568 9 Noble Roar
3391 569 1 プラズマシャワー
3392 569 5 DélugePlasmique
3393 569 9 Ion Deluge
3394 570 1 パラボラチャージ
3395 570 5 Parabocharge
3396 570 8 Caricaparabola
3397 570 9 Parabolic Charge
3398 571 1 もりののろい
3399 571 5 Maléfice Sylvain
3400 571 8 Boscomalocchio
3401 571 9 Forest's Curse
3402 572 1 はなふぶき
3403 572 5 Tempête Florale
3404 572 6 Blühenwirbel
3405 572 8 Fiortempesta
3406 572 9 Petal Blizzard
3407 573 1 フリーズドライ
3408 573 5 Lyophilisation
3409 573 8 Liofilizzazione
3410 573 9 Freeze-Dry
3411 574 1 チャームボイス
3412 574 5 Voix Enjôleuse
3413 574 8 Incantavoce
3414 574 9 Disarming Voice
3415 575 1 すてゼリフ
3416 575 5 Dernier Mot
3417 575 8 Monito
3418 575 9 Parting Shot
3419 576 1 ひっくりかえす
3420 576 5 Renversement
3421 576 6 Invertigo
3422 576 8 Sottosopra
3423 576 9 Topsy-Turvy
3424 577 1 ドレインキッス
3425 577 5 Vampibaiser
3426 577 8 Assorbibacio
3427 577 9 Draining Kiss
3428 578 1 トリックガード
3429 578 5 Vigilance
3430 578 8 Truccodifesa
3431 578 9 Crafty Shield
3432 579 1 フラワーガード
3433 579 5 Garde Florale
3434 579 8 Fiordifesa
3435 579 9 Flower Shield
3436 580 1 グラスフィールド
3437 580 5 Champ Herbu
3438 580 8 Campo Erboso
3439 580 9 Grassy Terrain
3440 581 1 ミストフィールド
3441 581 5 Champ Brumeux
3442 581 8 Campo Nebbioso
3443 581 9 Misty Terrain
3444 582 1 そうでん
3445 582 5 Électrisation
3446 582 8 Elettrocontagio
3447 582 9 Electrify
3448 583 1 じゃれつく
3449 583 5 Câlinerie
3450 583 6 Knuddler
3451 583 8 Carineria
3452 583 9 Play Rough
3453 584 1 ようせいのかぜ
3454 584 5 Vent Féérique
3455 584 6 Feenbrise
3456 584 8 Vento di Fata
3457 584 9 Fairy Wind
3458 585 1 ムーンフォース
3459 585 5 Pouvoir Lunaire
3460 585 8 Forza Lunare
3461 585 9 Moonblast
3462 586 1 ばくおんぱ
3463 586 5 Bang Sonique
3464 586 8 Ondaboato
3465 586 9 Boomburst
3466 587 1 フェアリーロック
3467 587 5 Verrou Enchanté
3468 587 8 Blocco Fatato
3469 587 9 Fairy Lock
3470 588 1 キングシールド
3471 588 5 Bouclier Royal
3472 588 8 Scudo Reale
3473 588 9 King's Shield
3474 589 1 なかよくする
3475 589 5 Camaraderie
3476 589 6 Kameradschaft
3477 589 8 Simpatia
3478 589 9 Play Nice
3479 590 1 ないしょばなし
3480 590 5 Confidence
3481 590 8 Confidenza
3482 590 9 Confide
3483 594 1 みずしゅりけん
3484 594 5 Sheauriken
3485 594 6 Wasser Shuriken
3486 594 7 Shuriken de Agua
3487 594 8 Acqualame
3488 594 9 Water Shuriken
3489 595 1 マジカルフレイム
3490 595 5 Feu Ensorcelé
3491 595 8 Magifiamma
3492 595 9 Mystical Fire
3493 596 1 ニードルガード
3494 596 5 Pico-Défense
3495 596 6 Scutzstacheln
3496 596 8 Agodifesa
3497 596 9 Spiky Shield
3498 597 1 アロマミスト
3499 597 5 Brume Capiteuse
3500 597 8 Nebularoma
3501 597 9 Aromatic Mist
3502 598 1 かいでんぱ
3503 598 5 Ondes Étranges
3504 598 8 Elettromistero
3505 598 9 Eerie Impulse
3506 599 1 ベノムトラップ
3507 599 5 Piège Venin
3508 599 8 Velenotrappola
3509 599 9 Venom Drench
3510 600 1 ふんじん
3511 600 5 Nuée de Poudre
3512 600 9 Powder
3513 601 1 ジオコントロール
3514 601 5 Géo-Contrôle
3515 601 8 Geocontrollo
3516 601 9 Geomancy
3517 602 1 じばそうさ
3518 602 5 Magné-Contrôle
3519 602 9 Magnetic Flux
3520 603 9 Happy Hour
3521 604 1 エレキフィールド
3522 604 5 Champ Électrifié
3523 604 8 Campo Elettrico
3524 604 9 Electric Terrain
3525 605 1 マジカルシャイン
3526 605 5 Éclat Magique
3527 605 6 Zauberschein
3528 605 8 Magibrillio
3529 605 9 Dazzling Gleam
3530 606 9 Celebrate
3531 608 1 つぶらなひとみ
3532 608 5 Regard Touchant
3533 608 6 Kulleraugen
3534 608 8 Occhioni Teneri
3535 608 9 Baby-Doll Eyes
3536 609 1 ほっぺすりすり
3537 609 5 Frotte-Frimousse
3538 609 6 Wangenrubbler
3539 609 8 Elettrococcola
3540 609 9 Nuzzle
3541 611 1 まとわりつく
3542 611 5 Harcèlement
3543 611 6 Plage
3544 611 8 Assillo
3545 611 9 Infestation
3546 612 1 グロウパンチ
3547 612 5 Poing Boost
3548 612 6 Stiegerungshieb
3549 612 8 Crescipugno
3550 612 9 Power-Up Punch
3551 613 1 デスウイング
3552 613 5 Mort-Ailes
3553 613 8 Ali del Fato
3554 613 9 Oblivion Wing
3555 616 1 グランドフォース
3556 616 5 Force Chtonienne
3557 616 8 Forza Tellurica
3558 616 9 Land's Wrath
3559 10001 1 ダークラッシュ
3560 10001 5 Charge Noire
3561 10001 6 Cryptoschlag

View File

@ -1,26 +1,26 @@
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
1,pound,1,1,40,35,100,0,10,2,1,,5,1,5
2,karate-chop,1,2,50,25,100,0,10,2,44,,5,2,5
3,doubleslap,1,1,15,10,85,0,10,2,30,,5,10,7
3,double-slap,1,1,15,10,85,0,10,2,30,,5,10,7
4,comet-punch,1,1,18,15,85,0,10,2,30,,5,12,7
5,mega-punch,1,1,80,20,85,0,10,2,1,,5,1,18
6,pay-day,1,1,40,20,100,0,10,2,35,,4,11,23
7,fire-punch,1,10,75,15,100,0,10,2,5,10,2,1,17
8,ice-punch,1,15,75,15,100,0,10,2,6,10,2,1,17
9,thunderpunch,1,13,75,15,100,0,10,2,7,10,1,1,17
9,thunder-punch,1,13,75,15,100,0,10,2,7,10,1,1,17
10,scratch,1,1,40,35,100,0,10,2,1,,5,1,5
11,vicegrip,1,1,55,30,100,0,10,2,1,,5,1,5
11,vice-grip,1,1,55,30,100,0,10,2,1,,5,1,5
12,guillotine,1,1,1,5,30,0,10,2,39,,1,14,9
13,razor-wind,1,1,80,10,100,0,11,3,40,,1,2,6
14,swords-dance,1,1,0,30,,0,7,1,51,,2,32,11
14,swords-dance,1,1,0,20,,0,7,1,51,,2,32,11
15,cut,1,1,50,30,95,0,10,2,1,,1,14,5
16,gust,1,3,40,35,100,0,10,3,150,,4,21,5
17,wing-attack,1,3,60,35,100,0,10,2,1,,1,12,5
18,whirlwind,1,1,0,20,100,-6,10,1,29,,4,21,9
18,whirlwind,1,1,0,20,,-6,10,1,29,,4,21,9
19,fly,1,3,90,15,95,0,10,2,156,,4,15,6
20,bind,1,1,15,20,85,0,10,2,43,100,5,24,21
21,slam,1,1,80,20,75,0,10,2,1,,5,23,5
22,vine-whip,1,12,35,15,100,0,10,2,1,,1,1,5
22,vine-whip,1,12,45,25,100,0,10,2,1,,1,1,5
23,stomp,1,1,65,20,100,0,10,2,151,30,5,4,5
24,double-kick,1,2,30,30,100,0,10,2,45,,1,12,7
25,mega-kick,1,1,120,5,75,0,10,2,1,,1,1,18
@ -40,26 +40,26 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
39,tail-whip,1,1,0,30,100,0,11,1,20,,3,28,19
40,poison-sting,1,4,15,35,100,0,10,2,3,30,4,9,19
41,twineedle,1,7,25,20,100,0,10,2,78,20,1,9,7
42,pin-missile,1,7,14,20,85,0,10,2,30,,1,10,7
42,pin-missile,1,7,25,20,95,0,10,2,30,,1,10,7
43,leer,1,1,0,30,100,0,11,1,20,,1,24,19
44,bite,1,17,60,25,100,0,10,2,32,30,5,5,5
45,growl,1,1,0,40,100,0,11,1,19,,3,28,19
46,roar,1,1,0,20,100,-6,10,1,29,,1,21,19
46,roar,1,1,0,20,,-6,10,1,29,,1,21,19
47,sing,1,1,0,15,55,0,10,1,2,,3,18,19
48,supersonic,1,1,0,20,55,0,10,1,50,,4,21,19
49,sonicboom,1,1,1,20,90,0,10,3,131,,1,12,5
49,sonic-boom,1,1,1,20,90,0,10,3,131,,1,12,5
50,disable,1,1,0,20,100,0,10,1,87,,4,18,19
51,acid,1,4,40,30,100,0,11,3,73,10,4,4,5
52,ember,1,10,40,25,100,0,10,3,5,10,2,1,5
53,flamethrower,1,10,95,15,100,0,10,3,5,10,2,1,17
53,flamethrower,1,10,90,15,100,0,10,3,5,10,2,1,17
54,mist,1,15,0,30,,0,4,1,47,,2,15,13
55,water-gun,1,11,40,25,100,0,10,3,1,,3,1,5
56,hydro-pump,1,11,120,5,80,0,10,3,1,,2,1,17
57,surf,1,11,95,15,100,0,9,3,258,,2,2,17
58,ice-beam,1,15,95,10,100,0,10,3,6,10,2,23,17
59,blizzard,1,15,120,5,70,0,11,3,261,10,2,1,17
56,hydro-pump,1,11,110,5,80,0,10,3,1,,2,1,17
57,surf,1,11,90,15,100,0,9,3,258,,2,2,17
58,ice-beam,1,15,90,10,100,0,10,3,6,10,2,23,17
59,blizzard,1,15,110,5,70,0,11,3,261,10,2,1,17
60,psybeam,1,14,65,20,100,0,10,3,77,10,2,21,17
61,bubblebeam,1,11,65,20,100,0,10,3,71,10,2,5,2
61,bubble-beam,1,11,65,20,100,0,10,3,71,10,2,5,2
62,aurora-beam,1,15,65,20,100,0,10,3,69,10,2,23,17
63,hyper-beam,1,1,150,5,90,0,10,3,81,,1,6,22
64,peck,1,3,35,35,100,0,10,2,1,,1,1,5
@ -72,20 +72,20 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
71,absorb,1,12,20,25,100,0,10,3,4,,4,9,20
72,mega-drain,1,12,40,15,100,0,10,3,4,,4,4,20
73,leech-seed,1,12,0,10,90,0,10,1,85,,4,8,21
74,growth,1,1,0,40,,0,7,1,317,,2,32,11
74,growth,1,1,0,20,,0,7,1,317,,2,32,11
75,razor-leaf,1,12,55,25,95,0,11,2,44,,1,2,5
76,solarbeam,1,12,120,10,100,0,10,3,152,,1,1,6
77,poisonpowder,1,4,0,35,75,0,10,1,67,,4,33,19
76,solar-beam,1,12,120,10,100,0,10,3,152,,1,1,6
77,poison-powder,1,4,0,35,75,0,10,1,67,,4,33,19
78,stun-spore,1,12,0,30,75,0,10,1,68,,4,14,19
79,sleep-powder,1,12,0,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,0,40,95,0,11,1,21,,4,9,19
82,dragon-rage,1,16,1,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,thundershock,1,13,40,30,100,0,10,3,7,10,1,1,5
85,thunderbolt,1,13,95,15,100,0,10,3,7,10,1,1,17
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,0,20,100,0,10,1,68,,1,14,19
87,thunder,1,13,120,10,70,0,10,3,153,30,1,8,17
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
90,fissure,1,5,1,5,30,0,10,2,39,,5,14,9
@ -105,12 +105,12 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
104,double-team,1,1,0,15,,0,7,1,17,,1,16,1
105,recover,1,1,0,10,,0,7,1,33,,4,23,8
106,harden,1,1,0,30,,0,7,1,12,,5,16,13
107,minimize,1,1,0,20,,0,7,1,109,,3,16,13
107,minimize,1,1,0,10,,0,7,1,109,,3,16,13
108,smokescreen,1,1,0,20,100,0,10,1,24,,4,21,10
109,confuse-ray,1,8,0,10,100,0,10,1,50,,4,21,10
110,withdraw,1,11,0,40,,0,7,1,12,,3,15,13
111,defense-curl,1,1,0,40,,0,7,1,157,,3,16,13
112,barrier,1,14,0,30,,0,7,1,52,,1,15,13
112,barrier,1,14,0,20,,0,7,1,52,,1,15,13
113,light-screen,1,14,0,30,,0,4,1,36,,2,15,13
114,haze,1,15,0,30,,0,12,1,26,,2,33,13
115,reflect,1,14,0,20,,0,4,1,66,,4,15,13
@ -118,39 +118,39 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
117,bide,1,1,1,10,,1,7,2,27,,5,15,15
118,metronome,1,1,0,10,,0,7,1,84,,3,17,14
119,mirror-move,1,3,0,20,,0,10,1,10,,4,19,15
120,selfdestruct,1,1,200,5,100,0,9,2,8,,2,7,9
120,self-destruct,1,1,200,5,100,0,9,2,8,,2,7,9
121,egg-bomb,1,1,100,10,75,0,10,2,1,,5,1,5
122,lick,1,8,20,30,100,0,10,2,7,30,5,4,16
123,smog,1,4,20,20,70,0,10,3,3,40,5,5,5
122,lick,1,8,30,30,100,0,10,2,7,30,5,4,16
123,smog,1,4,30,20,70,0,10,3,3,40,5,5,5
124,sludge,1,4,65,20,100,0,10,3,3,30,5,4,18
125,bone-club,1,5,65,20,85,0,10,2,32,10,5,10,5
126,fire-blast,1,10,120,5,85,0,10,3,5,10,2,1,17
126,fire-blast,1,10,110,5,85,0,10,3,5,10,2,1,17
127,waterfall,1,11,80,15,100,0,10,2,32,20,5,28,5
128,clamp,1,11,35,15,85,0,10,2,43,100,5,24,5
129,swift,1,1,60,20,,0,11,3,18,,1,27,17
130,skull-bash,1,1,100,15,100,0,10,2,146,100,5,4,6
130,skull-bash,1,1,130,10,100,0,10,2,146,100,5,4,6
131,spike-cannon,1,1,20,15,100,0,10,2,30,,1,10,7
132,constrict,1,1,10,35,100,0,10,2,71,10,5,9,21
133,amnesia,1,14,0,20,,0,7,1,55,,3,32,11
134,kinesis,1,14,0,15,80,0,10,1,24,,4,24,11
135,softboiled,1,1,0,10,,0,7,1,33,,2,1,8
136,hi-jump-kick,1,2,130,10,90,0,10,2,46,,1,3,5
137,glare,1,1,0,30,90,0,10,1,68,,5,5,19
135,soft-boiled,1,1,0,10,,0,7,1,33,,2,1,8
136,high-jump-kick,1,2,130,10,90,0,10,2,46,,1,3,5
137,glare,1,1,0,30,100,0,10,1,68,,5,5,19
138,dream-eater,1,14,100,15,100,0,10,3,9,,4,8,20
139,poison-gas,1,4,0,40,80,0,11,1,67,,4,33,5
139,poison-gas,1,4,0,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
142,lovely-kiss,1,1,0,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,0,10,,0,10,1,58,,4,17,23
145,bubble,1,11,20,30,100,0,11,3,71,10,3,8,2
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,0,15,100,0,10,1,2,,2,5,10
148,flash,1,1,0,20,100,0,10,1,24,,2,21,10
149,psywave,1,14,1,15,80,0,10,3,89,,4,14,5
149,psywave,1,14,1,15,100,0,10,3,89,,4,14,5
150,splash,1,1,0,40,,0,7,1,86,,3,28,16
151,acid-armor,1,4,0,40,,0,7,1,52,,5,32,11
152,crabhammer,1,11,90,10,90,0,10,2,44,,5,2,18
151,acid-armor,1,4,0,20,,0,7,1,52,,5,32,11
152,crabhammer,1,11,100,10,90,0,10,2,44,,5,2,18
153,explosion,1,1,250,5,100,0,9,2,8,,2,7,9
154,fury-swipes,1,1,18,15,80,0,10,2,30,,5,10,7
155,bonemerang,1,5,50,10,90,0,10,2,45,,5,1,7
@ -166,12 +166,12 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
165,struggle,1,1,50,,,0,10,2,255,,1,1,5
166,sketch,2,1,0,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,40,10,100,0,10,2,106,,5,20,12
168,thief,2,17,60,25,100,0,10,2,106,,5,20,12
169,spider-web,2,7,0,10,,0,10,1,107,,4,18,13
170,mind-reader,2,1,0,5,,0,10,1,95,,4,24,20
171,nightmare,2,8,0,15,100,0,10,1,108,,4,5,19
172,flame-wheel,2,10,60,25,100,0,10,2,126,10,2,1,7
173,snore,2,1,40,15,100,0,10,3,93,30,3,1,5
173,snore,2,1,50,15,100,0,10,3,93,30,3,1,5
174,curse,2,8,0,10,,0,1,1,110,,5,31,21
175,flail,2,1,1,15,100,0,10,2,100,,3,26,15
176,conversion-2,2,1,0,30,,0,10,1,94,,2,12,23
@ -183,8 +183,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
182,protect,2,1,0,10,,4,7,1,112,,3,15,16
183,mach-punch,2,2,40,30,100,1,10,2,104,,1,30,1
184,scary-face,2,1,0,10,100,0,10,1,61,,5,10,2
185,faint-attack,2,17,60,20,,0,10,2,18,,4,27,18
186,sweet-kiss,2,1,0,10,75,0,10,1,50,,3,18,19
185,feint-attack,2,17,60,20,,0,10,2,18,,4,27,18
186,sweet-kiss,2,18,0,10,75,0,10,1,50,,3,18,19
187,belly-drum,2,1,0,10,,0,7,1,143,,3,32,11
188,sludge-bomb,2,4,90,10,100,0,10,3,3,30,5,10,18
189,mud-slap,2,5,20,10,100,0,10,3,74,100,3,10,5
@ -202,13 +202,13 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
201,sandstorm,2,6,0,10,,0,12,1,116,,5,21,13
202,giga-drain,2,12,75,10,100,0,10,3,4,,4,10,20
203,endure,2,1,0,10,,4,7,1,117,,5,16,13
204,charm,2,1,0,20,100,0,10,1,59,,3,23,19
204,charm,2,18,0,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,0,15,90,0,10,1,119,,3,27,19
208,milk-drink,2,1,0,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,20,20,95,0,10,2,120,,1,17,7
210,fury-cutter,2,7,40,20,95,0,10,2,120,,1,17,7
211,steel-wing,2,9,70,25,90,0,10,2,139,10,1,12,5
212,mean-look,2,1,0,5,,0,10,1,107,,2,18,10
213,attract,2,1,0,15,100,0,10,1,121,,3,18,19
@ -221,9 +221,9 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
220,pain-split,2,1,0,20,,0,10,1,92,,4,4,10
221,sacred-fire,2,10,100,5,95,0,10,2,126,50,2,1,22
222,magnitude,2,5,1,30,100,0,9,2,127,,5,11,18
223,dynamicpunch,2,2,100,5,50,0,10,2,77,100,1,10,18
223,dynamic-punch,2,2,100,5,50,0,10,2,77,100,1,10,18
224,megahorn,2,7,120,10,85,0,10,2,1,,1,12,18
225,dragonbreath,2,16,60,20,100,0,10,3,7,30,1,5,17
225,dragon-breath,2,16,60,20,100,0,10,3,7,30,1,5,17
226,baton-pass,2,1,0,40,,0,7,1,128,,3,18,16
227,encore,2,1,0,5,100,0,10,1,91,,3,18,20
228,pursuit,2,17,40,20,100,0,10,2,129,,4,14,20
@ -234,8 +234,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
233,vital-throw,2,2,70,10,,-1,10,2,79,,1,31,2
234,morning-sun,2,1,0,5,,0,7,1,133,,2,25,8
235,synthesis,2,12,0,5,,0,7,1,133,,4,25,8
236,moonlight,2,1,0,5,,0,7,1,133,,2,25,8
237,hidden-power,2,1,1,15,100,0,10,3,136,,4,17,23
236,moonlight,2,18,0,5,,0,7,1,133,,2,25,8
237,hidden-power,2,1,60,15,100,0,10,3,136,,4,17,23
238,cross-chop,2,2,100,5,80,0,10,2,44,,1,2,18
239,twister,2,16,40,20,100,0,11,3,147,20,1,21,5
240,rain-dance,2,11,0,5,,0,12,1,137,,5,11,13
@ -243,10 +243,10 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
242,crunch,2,17,80,15,100,0,10,2,70,20,5,4,18
243,mirror-coat,2,14,1,20,100,-5,1,3,145,,2,16,15
244,psych-up,2,1,0,10,,0,10,1,144,,4,12,11
245,extremespeed,2,1,80,5,100,2,10,2,104,,1,30,1
246,ancientpower,2,6,60,5,100,0,10,3,141,10,5,32,18
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
248,future-sight,2,14,100,10,100,0,10,3,149,,4,24,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
251,beat-up,2,17,1,10,100,0,10,2,155,,4,14,7
@ -255,16 +255,16 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
254,stockpile,3,1,0,20,,0,7,1,161,,5,16,11
255,spit-up,3,1,1,10,100,0,10,3,162,,5,1,18
256,swallow,3,1,0,10,,0,7,1,163,,5,32,8
257,heat-wave,3,10,100,10,90,0,11,3,5,10,2,1,17
257,heat-wave,3,10,95,10,90,0,11,3,5,10,2,1,17
258,hail,3,15,0,10,,0,12,1,165,,2,5,13
259,torment,3,17,0,15,100,0,10,1,166,,5,18,16
260,flatter,3,17,0,15,100,0,10,1,167,,4,18,19
261,will-o-wisp,3,10,0,15,75,0,10,1,168,,2,4,17
261,will-o-wisp,3,10,0,15,85,0,10,1,168,,2,4,17
262,memento,3,17,0,10,100,0,10,1,169,,5,7,9
263,facade,3,1,70,20,100,0,10,2,170,,3,28,15
264,focus-punch,3,2,150,20,100,-3,10,2,171,,5,31,6
265,smellingsalt,3,1,60,10,100,0,10,2,172,,4,9,16
266,follow-me,3,1,0,20,,3,7,1,173,,3,24,14
265,smelling-salts,3,1,70,10,100,0,10,2,172,,4,9,16
266,follow-me,3,1,0,20,,2,7,1,173,,3,24,14
267,nature-power,3,1,0,20,,0,1,1,174,,2,11,14
268,charge,3,13,0,20,,0,7,1,175,,4,12,11
269,taunt,3,17,0,20,100,0,10,1,176,,4,18,16
@ -280,7 +280,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
279,revenge,3,2,60,10,100,-4,10,2,186,,5,31,15
280,brick-break,3,2,75,15,100,0,10,2,187,,1,4,5
281,yawn,3,1,0,10,,0,10,1,188,,3,18,19
282,knock-off,3,17,20,20,100,0,10,2,189,,4,4,5
282,knock-off,3,17,65,25,100,0,10,2,189,,4,4,5
283,endeavor,3,1,1,5,100,0,10,2,190,,5,28,15
284,eruption,3,10,150,5,100,0,11,3,191,,2,26,18
285,skill-swap,3,14,0,10,,0,10,1,192,,4,20,12
@ -295,7 +295,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
294,tail-glow,3,7,0,20,,0,7,1,322,,2,32,11
295,luster-purge,3,14,70,5,100,0,10,3,73,50,4,9,22
296,mist-ball,3,14,70,5,100,0,10,3,72,50,4,4,22
297,featherdance,3,3,0,15,100,0,10,1,59,,2,28,19
297,feather-dance,3,3,0,15,100,0,10,1,59,,2,28,19
298,teeter-dance,3,1,0,20,100,0,9,1,200,,3,6,14
299,blaze-kick,3,10,85,10,90,0,10,2,201,10,2,1,17
300,mud-sport,3,5,0,15,,0,12,1,202,,3,1,13
@ -307,28 +307,28 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
306,crush-claw,3,1,75,10,95,0,10,2,70,50,1,4,5
307,blast-burn,3,10,150,5,90,0,10,3,81,,2,6,22
308,hydro-cannon,3,11,150,5,90,0,10,3,81,,2,6,22
309,meteor-mash,3,9,100,10,85,0,10,2,140,20,1,12,18
309,meteor-mash,3,9,90,10,90,0,10,2,140,20,1,12,18
310,astonish,3,8,30,15,100,0,10,2,32,30,4,9,5
311,weather-ball,3,1,50,10,100,0,10,3,204,,4,1,4
312,aromatherapy,3,12,0,5,,0,4,1,103,,4,28,8
313,fake-tears,3,17,0,20,100,0,10,1,63,,4,28,19
314,air-cutter,3,3,55,25,95,0,11,3,44,,1,23,5
315,overheat,3,10,140,5,90,0,10,3,205,100,2,3,22
314,air-cutter,3,3,60,25,95,0,11,3,44,,1,23,5
315,overheat,3,10,130,5,90,0,10,3,205,100,2,3,22
316,odor-sleuth,3,1,0,40,,0,10,1,114,,4,33,20
317,rock-tomb,3,6,50,10,80,0,10,2,71,100,4,24,2
317,rock-tomb,3,6,60,15,95,0,10,2,71,100,4,24,2
318,silver-wind,3,7,60,5,100,0,10,3,141,10,2,32,4
319,metal-sound,3,9,0,40,85,0,10,1,63,,4,5,10
320,grasswhistle,3,12,0,15,55,0,10,1,2,,4,5,19
320,grass-whistle,3,12,0,15,55,0,10,1,2,,4,5,19
321,tickle,3,1,0,20,100,0,10,1,206,,3,33,19
322,cosmic-power,3,14,0,20,,0,7,1,207,,1,32,11
323,water-spout,3,11,150,5,100,0,11,3,191,,2,26,22
324,signal-beam,3,7,75,15,100,0,10,3,77,10,2,21,4
325,shadow-punch,3,8,60,20,,0,10,2,18,,4,27,17
326,extrasensory,3,14,80,30,100,0,10,3,32,10,1,4,17
326,extrasensory,3,14,80,20,100,0,10,3,32,10,1,4,17
327,sky-uppercut,3,2,85,15,90,0,10,2,208,,1,23,17
328,sand-tomb,3,5,35,15,85,0,10,2,43,100,4,24,21
329,sheer-cold,3,15,1,5,30,0,10,3,39,,2,14,9
330,muddy-water,3,11,95,10,85,0,11,3,74,30,5,10,18
330,muddy-water,3,11,90,10,85,0,11,3,74,30,5,10,18
331,bullet-seed,3,12,25,30,100,0,10,2,30,,1,14,7
332,aerial-ace,3,3,60,20,,0,10,2,18,,1,27,17
333,icicle-spear,3,15,25,30,100,0,10,2,30,,2,23,7
@ -341,7 +341,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
340,bounce,3,3,85,5,85,0,10,2,264,30,3,15,6
341,mud-shot,3,5,55,15,95,0,10,3,71,100,5,5,2
342,poison-tail,3,4,50,25,100,0,10,2,210,10,4,33,4
343,covet,3,1,60,40,100,0,10,2,106,,3,20,12
343,covet,3,1,60,25,100,0,10,2,106,,3,20,12
344,volt-tackle,3,13,120,15,100,0,10,2,263,10,1,3,22
345,magical-leaf,3,12,60,20,,0,10,3,18,,2,27,17
346,water-sport,3,11,0,15,,0,12,1,211,,3,1,13
@ -356,7 +356,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
355,roost,4,3,0,10,,0,7,1,215,,1,,8
356,gravity,4,14,0,5,,0,12,1,216,,2,,13
357,miracle-eye,4,14,0,40,,0,10,1,217,,3,,20
358,wake-up-slap,4,2,60,10,100,0,10,2,218,,4,,16
358,wake-up-slap,4,2,70,10,100,0,10,2,218,,4,,16
359,hammer-arm,4,2,100,10,90,0,10,2,219,100,1,,2
360,gyro-ball,4,9,1,5,100,0,10,2,220,,2,,15
361,healing-wish,4,14,0,10,,0,7,1,221,,3,,8
@ -364,16 +364,16 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
363,natural-gift,4,1,1,15,100,0,10,2,223,,1,,18
364,feint,4,1,30,10,100,2,10,2,224,,2,,16
365,pluck,4,3,60,20,100,0,10,2,225,,3,,12
366,tailwind,4,3,0,30,,0,4,1,226,,4,,1
366,tailwind,4,3,0,15,,0,4,1,226,,4,,1
367,acupressure,4,1,0,30,,0,5,1,227,,1,,11
368,metal-burst,4,9,1,10,100,0,1,2,228,,2,,15
369,u-turn,4,7,70,20,100,0,10,2,229,,3,,16
370,close-combat,4,2,120,5,100,0,10,2,230,100,4,,22
371,payback,4,17,50,10,100,0,10,2,231,,1,,6
372,assurance,4,17,50,10,100,0,10,2,232,,2,,15
372,assurance,4,17,60,10,100,0,10,2,232,,2,,15
373,embargo,4,17,0,15,100,0,10,1,233,,3,,13
374,fling,4,17,1,10,100,0,10,2,234,,5,,23
375,psycho-shift,4,14,0,10,90,0,10,1,235,,1,,16
375,psycho-shift,4,14,0,10,100,0,10,1,235,,1,,16
376,trump-card,4,1,1,5,,0,10,3,236,,1,,21
377,heal-block,4,14,0,15,100,0,11,1,237,,3,,13
378,wring-out,4,1,1,5,100,0,10,3,238,,4,,22
@ -394,23 +394,23 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
393,magnet-rise,4,13,0,10,,0,7,1,253,,3,,13
394,flare-blitz,4,10,120,15,100,0,10,2,254,10,4,,22
395,force-palm,4,2,60,10,100,0,10,2,7,30,1,,18
396,aura-sphere,4,2,90,20,,0,10,3,18,,2,,17
396,aura-sphere,4,2,80,20,,0,10,3,18,,2,,17
397,rock-polish,4,6,0,20,,0,7,1,53,,5,,1
398,poison-jab,4,4,80,20,100,0,10,2,3,30,4,,4
399,dark-pulse,4,17,80,15,100,0,10,3,32,20,1,,17
400,night-slash,4,17,70,15,100,0,10,2,44,,2,,5
401,aqua-tail,4,11,90,10,90,0,10,2,1,,3,,5
402,seed-bomb,4,12,80,15,100,0,10,2,1,,4,,5
403,air-slash,4,3,75,20,95,0,10,3,32,30,1,,17
403,air-slash,4,3,75,15,95,0,10,3,32,30,1,,17
404,x-scissor,4,7,80,15,100,0,10,2,1,,2,,17
405,bug-buzz,4,7,90,10,100,0,10,3,73,10,3,,4
406,dragon-pulse,4,16,90,10,100,0,10,3,1,,4,,4
406,dragon-pulse,4,16,85,10,100,0,10,3,1,,4,,4
407,dragon-rush,4,16,100,10,75,0,10,2,32,20,1,,18
408,power-gem,4,6,70,20,100,0,10,3,1,,2,,5
408,power-gem,4,6,80,20,100,0,10,3,1,,2,,5
409,drain-punch,4,2,75,10,100,0,10,2,4,,2,,20
410,vacuum-wave,4,2,40,30,100,1,10,3,104,,4,,1
411,focus-blast,4,2,120,5,70,0,10,3,73,10,1,,17
412,energy-ball,4,12,80,10,100,0,10,3,73,10,2,,17
412,energy-ball,4,12,90,10,100,0,10,3,73,10,2,,17
413,brave-bird,4,3,120,15,100,0,10,2,199,,3,,18
414,earth-power,4,5,90,10,100,0,10,3,73,10,4,,18
415,switcheroo,4,17,0,10,100,0,10,1,178,,1,,12
@ -432,21 +432,21 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
431,rock-climb,4,1,90,20,85,0,10,2,77,20,1,,18
432,defog,4,3,0,15,,0,10,1,259,,2,,13
433,trick-room,4,14,0,5,,-7,12,1,260,,3,,14
434,draco-meteor,4,16,140,5,90,0,10,3,205,100,4,,22
434,draco-meteor,4,16,130,5,90,0,10,3,205,100,4,,22
435,discharge,4,13,80,15,100,0,9,3,7,30,1,,17
436,lava-plume,4,10,80,15,100,0,9,3,5,30,5,,17
437,leaf-storm,4,12,140,5,90,0,10,3,205,100,3,,22
437,leaf-storm,4,12,130,5,90,0,10,3,205,100,3,,22
438,power-whip,4,12,120,10,85,0,10,2,1,,2,,5
439,rock-wrecker,4,6,150,5,90,0,10,2,81,,5,,22
440,cross-poison,4,4,70,20,100,0,10,2,210,10,1,,5
441,gunk-shot,4,4,120,5,70,0,10,2,3,30,1,,5
441,gunk-shot,4,4,120,5,80,0,10,2,3,30,1,,5
442,iron-head,4,9,80,15,100,0,10,2,32,30,5,,18
443,magnet-bomb,4,9,60,20,,0,10,2,18,,1,,5
444,stone-edge,4,6,100,5,80,0,10,2,44,,5,,4
445,captivate,4,1,0,20,100,0,11,1,266,,2,,19
446,stealth-rock,4,6,0,20,,0,6,1,267,,1,,13
447,grass-knot,4,12,1,20,100,0,10,3,197,,4,,4
448,chatter,4,3,60,20,100,0,10,3,268,,4,,23
448,chatter,4,3,65,20,100,0,10,3,268,,4,,23
449,judgment,4,1,100,10,100,0,10,3,269,,4,,14
450,bug-bite,4,7,60,20,100,0,10,2,225,,5,,12
451,charge-beam,4,13,50,10,90,0,10,3,277,70,2,,17
@ -461,7 +461,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
460,spacial-rend,4,16,100,5,95,0,10,3,44,,5,,4
461,lunar-dance,4,14,0,10,,0,7,1,271,,2,,8
462,crush-grip,4,1,1,5,100,0,10,2,238,,5,,15
463,magma-storm,4,10,120,5,75,0,10,3,43,100,5,,7
463,magma-storm,4,10,100,5,75,0,10,3,43,100,5,,7
464,dark-void,4,17,0,10,80,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
@ -470,25 +470,25 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
469,wide-guard,5,6,0,10,,3,4,1,279,,,,
470,guard-split,5,14,0,10,,0,10,1,280,,,,
471,power-split,5,14,0,10,,0,10,1,281,,,,
472,wonder-room,5,14,0,10,,-7,12,1,282,,,,
472,wonder-room,5,14,0,10,,0,12,1,282,,,,
473,psyshock,5,14,80,10,100,0,10,3,283,,,,
474,venoshock,5,4,65,10,100,0,10,3,284,,,,
475,autotomize,5,9,0,15,,0,7,1,285,,,,
476,rage-powder,5,7,0,20,,3,7,1,173,,,,
476,rage-powder,5,7,0,20,,2,7,1,173,,,,
477,telekinesis,5,14,0,15,,0,10,1,286,,,,
478,magic-room,5,14,0,10,,-7,12,1,287,,,,
478,magic-room,5,14,0,10,,0,12,1,287,,,,
479,smack-down,5,6,50,15,100,0,10,2,288,100,,,
480,storm-throw,5,2,40,10,100,0,10,2,289,,,,
480,storm-throw,5,2,60,10,100,0,10,2,289,,,,
481,flame-burst,5,10,70,15,100,0,10,3,290,,,,
482,sludge-wave,5,4,95,10,100,0,9,3,3,10,,,
483,quiver-dance,5,7,0,20,,0,7,1,291,,,,
484,heavy-slam,5,9,1,10,100,0,10,2,292,,,,
485,synchronoise,5,14,70,15,100,0,9,3,293,,,,
485,synchronoise,5,14,120,15,100,0,9,3,293,,,,
486,electro-ball,5,13,1,10,100,0,10,3,294,,,,
487,soak,5,11,0,20,100,0,10,1,295,,,,
488,flame-charge,5,10,50,20,100,0,10,2,296,100,,,
489,coil,5,4,0,20,,0,7,1,323,,,,
490,low-sweep,5,2,60,20,100,0,10,2,21,100,,,
490,low-sweep,5,2,65,20,100,0,10,2,21,100,,,
491,acid-spray,5,4,40,20,100,0,10,3,297,100,,,
492,foul-play,5,17,95,15,100,0,10,2,298,,,,
493,simple-beam,5,1,0,15,100,0,10,1,299,,,,
@ -504,11 +504,11 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
503,scald,5,11,80,15,100,0,10,3,5,30,,,
504,shell-smash,5,1,0,15,,0,7,1,309,,,,
505,heal-pulse,5,14,0,10,,0,10,1,310,,,,
506,hex,5,8,50,10,100,0,10,3,311,,,,
506,hex,5,8,65,10,100,0,10,3,311,,,,
507,sky-drop,5,3,60,10,100,0,10,2,312,,,,
508,shift-gear,5,9,0,10,,0,7,1,313,,,,
509,circle-throw,5,2,60,10,90,-6,10,2,314,,,,
510,incinerate,5,10,30,15,100,0,11,3,315,,,,
510,incinerate,5,10,60,15,100,0,11,3,315,,,,
511,quash,5,17,0,15,100,0,10,1,316,,,,
512,acrobatics,5,3,55,15,100,0,10,2,318,,,,
513,reflect-type,5,1,0,15,,0,10,1,319,,,,
@ -516,13 +516,13 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
515,final-gambit,5,2,1,5,100,0,10,3,321,,,,
516,bestow,5,1,0,15,,0,10,1,324,,,,
517,inferno,5,10,100,5,50,0,10,3,5,100,,,
518,water-pledge,5,11,50,10,100,0,10,3,325,,,,
519,fire-pledge,5,10,50,10,100,0,10,3,326,,,,
520,grass-pledge,5,12,50,10,100,0,10,3,327,,,,
518,water-pledge,5,11,80,10,100,0,10,3,325,,,,
519,fire-pledge,5,10,80,10,100,0,10,3,326,,,,
520,grass-pledge,5,12,80,10,100,0,10,3,327,,,,
521,volt-switch,5,13,70,20,100,0,10,3,229,,,,
522,struggle-bug,5,7,30,20,100,0,11,3,72,100,,,
522,struggle-bug,5,7,50,20,100,0,11,3,72,100,,,
523,bulldoze,5,5,60,20,100,0,9,2,71,100,,,
524,frost-breath,5,15,40,10,90,0,10,3,289,100,,,
524,frost-breath,5,15,60,10,90,0,10,3,289,100,,,
525,dragon-tail,5,16,60,10,90,-6,10,2,314,,,,
526,work-up,5,1,0,30,,0,7,1,328,,,,
527,electroweb,5,13,55,15,95,0,11,3,21,100,,,
@ -531,7 +531,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
530,dual-chop,5,16,40,15,90,0,10,2,45,,,,
531,heart-stamp,5,14,60,25,100,0,10,2,32,30,,,
532,horn-leech,5,12,75,10,100,0,10,2,4,,,,
533,sacred-sword,5,2,90,20,100,0,10,2,304,,,,
533,sacred-sword,5,2,90,15,100,0,10,2,304,,,,
534,razor-shell,5,11,75,10,95,0,10,2,70,50,,,
535,heat-crash,5,10,1,10,100,0,10,2,292,,,,
536,leaf-tornado,5,12,65,10,90,0,10,3,74,50,,,
@ -540,11 +540,11 @@ 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,120,10,70,0,10,3,338,30,,,
542,hurricane,5,3,110,10,70,0,10,3,338,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,,,
546,techno-blast,5,1,85,5,100,0,10,3,269,,,,
546,techno-blast,5,1,120,5,100,0,10,3,269,,,,
547,relic-song,5,1,75,10,100,0,11,3,330,10,,,
548,secret-sword,5,2,85,10,100,0,10,3,283,,,,
549,glaciate,5,15,65,10,95,0,11,3,331,100,,,
@ -558,6 +558,56 @@ 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,,,,
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,0,10,,0,10,1,340,,,,
562,belch,6,4,120,10,90,0,10,3,341,,,,
563,rototiller,6,5,0,10,,0,12,1,342,,,,
564,sticky-web,6,7,0,20,,0,10,1,343,,,,
565,fell-stinger,6,7,30,25,100,0,10,2,344,,,,
566,phantom-force,6,8,90,10,100,0,10,2,273,,,,
567,trick-or-treat,6,8,0,20,100,0,10,1,345,,,,
568,noble-roar,6,1,0,30,100,0,10,1,346,,,,
569,ion-deluge,6,13,0,25,,1,10,1,347,,,,
570,parabolic-charge,6,13,50,20,100,0,11,3,348,,,,
571,forests-curse,6,12,0,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,,,,
574,disarming-voice,6,18,40,15,,0,10,3,18,,,,
575,parting-shot,6,17,0,20,100,0,10,1,351,,,,
576,topsy-turvy,6,17,0,20,,0,10,1,352,,,,
577,draining-kiss,6,18,50,10,100,0,10,3,353,,,,
578,crafty-shield,6,18,0,10,,4,4,1,354,,,,
579,flower-shield,6,18,0,10,,0,4,1,355,,,,
580,grassy-terrain,6,12,0,10,,0,12,1,356,,,,
581,misty-terrain,6,18,0,10,,0,12,1,357,,,,
582,electrify,6,13,0,20,,0,10,1,358,,,,
583,play-rough,6,18,90,10,90,0,10,2,69,30,,,
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,0,10,,0,12,1,359,,,,
588,kings-shield,6,9,0,10,,4,7,1,360,,,,
589,play-nice,6,1,0,20,,0,10,1,19,,,,
590,confide,6,1,0,20,,0,10,1,361,,,,
594,water-shuriken,6,11,15,20,100,1,10,2,30,100,,,
595,mystical-fire,6,10,65,10,100,0,10,3,72,100,,,
596,spiky-shield,6,12,0,10,,4,7,1,362,,,,
597,aromatic-mist,6,18,0,20,100,0,4,1,363,,,,
598,eerie-impulse,6,13,0,15,100,0,10,1,59,,,,
599,venom-drench,6,4,0,20,100,0,10,1,364,,,,
600,powder,6,7,0,20,100,1,10,1,365,,,,
601,geomancy,6,18,0,10,,0,7,1,366,,,,
602,magnetic-flux,6,13,0,20,,0,4,1,367,,,,
603,happy-hour,6,1,0,30,,0,4,1,370,,,,
604,electric-terrain,6,13,0,10,,0,12,1,368,,,,
605,dazzling-gleam,6,18,80,10,100,0,11,3,1,,,,
606,celebrate,6,1,0,40,,0,7,1,86,,,,
608,baby-doll-eyes,6,18,0,30,100,1,10,1,19,,,,
609,nuzzle,6,13,20,20,100,0,10,2,7,100,,,
611,infestation,6,7,20,20,100,0,10,3,43,,,,
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,,,,
616,lands-wrath,6,5,90,10,100,0,10,2,1,,,,
10001,shadow-rush,3,10002,55,,100,0,2,2,10001,,,,
10002,shadow-blast,3,10002,80,,100,0,2,3,44,,,,
10003,shadow-blitz,3,10002,40,,100,0,2,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
2 1 pound 1 1 40 35 100 0 10 2 1 5 1 5
3 2 karate-chop 1 2 50 25 100 0 10 2 44 5 2 5
4 3 doubleslap double-slap 1 1 15 10 85 0 10 2 30 5 10 7
5 4 comet-punch 1 1 18 15 85 0 10 2 30 5 12 7
6 5 mega-punch 1 1 80 20 85 0 10 2 1 5 1 18
7 6 pay-day 1 1 40 20 100 0 10 2 35 4 11 23
8 7 fire-punch 1 10 75 15 100 0 10 2 5 10 2 1 17
9 8 ice-punch 1 15 75 15 100 0 10 2 6 10 2 1 17
10 9 thunderpunch thunder-punch 1 13 75 15 100 0 10 2 7 10 1 1 17
11 10 scratch 1 1 40 35 100 0 10 2 1 5 1 5
12 11 vicegrip vice-grip 1 1 55 30 100 0 10 2 1 5 1 5
13 12 guillotine 1 1 1 5 30 0 10 2 39 1 14 9
14 13 razor-wind 1 1 80 10 100 0 11 3 40 1 2 6
15 14 swords-dance 1 1 0 30 20 0 7 1 51 2 32 11
16 15 cut 1 1 50 30 95 0 10 2 1 1 14 5
17 16 gust 1 3 40 35 100 0 10 3 150 4 21 5
18 17 wing-attack 1 3 60 35 100 0 10 2 1 1 12 5
19 18 whirlwind 1 1 0 20 100 -6 10 1 29 4 21 9
20 19 fly 1 3 90 15 95 0 10 2 156 4 15 6
21 20 bind 1 1 15 20 85 0 10 2 43 100 5 24 21
22 21 slam 1 1 80 20 75 0 10 2 1 5 23 5
23 22 vine-whip 1 12 35 45 15 25 100 0 10 2 1 1 1 5
24 23 stomp 1 1 65 20 100 0 10 2 151 30 5 4 5
25 24 double-kick 1 2 30 30 100 0 10 2 45 1 12 7
26 25 mega-kick 1 1 120 5 75 0 10 2 1 1 1 18
40 39 tail-whip 1 1 0 30 100 0 11 1 20 3 28 19
41 40 poison-sting 1 4 15 35 100 0 10 2 3 30 4 9 19
42 41 twineedle 1 7 25 20 100 0 10 2 78 20 1 9 7
43 42 pin-missile 1 7 14 25 20 85 95 0 10 2 30 1 10 7
44 43 leer 1 1 0 30 100 0 11 1 20 1 24 19
45 44 bite 1 17 60 25 100 0 10 2 32 30 5 5 5
46 45 growl 1 1 0 40 100 0 11 1 19 3 28 19
47 46 roar 1 1 0 20 100 -6 10 1 29 1 21 19
48 47 sing 1 1 0 15 55 0 10 1 2 3 18 19
49 48 supersonic 1 1 0 20 55 0 10 1 50 4 21 19
50 49 sonicboom sonic-boom 1 1 1 20 90 0 10 3 131 1 12 5
51 50 disable 1 1 0 20 100 0 10 1 87 4 18 19
52 51 acid 1 4 40 30 100 0 11 3 73 10 4 4 5
53 52 ember 1 10 40 25 100 0 10 3 5 10 2 1 5
54 53 flamethrower 1 10 95 90 15 100 0 10 3 5 10 2 1 17
55 54 mist 1 15 0 30 0 4 1 47 2 15 13
56 55 water-gun 1 11 40 25 100 0 10 3 1 3 1 5
57 56 hydro-pump 1 11 120 110 5 80 0 10 3 1 2 1 17
58 57 surf 1 11 95 90 15 100 0 9 3 258 2 2 17
59 58 ice-beam 1 15 95 90 10 100 0 10 3 6 10 2 23 17
60 59 blizzard 1 15 120 110 5 70 0 11 3 261 10 2 1 17
61 60 psybeam 1 14 65 20 100 0 10 3 77 10 2 21 17
62 61 bubblebeam bubble-beam 1 11 65 20 100 0 10 3 71 10 2 5 2
63 62 aurora-beam 1 15 65 20 100 0 10 3 69 10 2 23 17
64 63 hyper-beam 1 1 150 5 90 0 10 3 81 1 6 22
65 64 peck 1 3 35 35 100 0 10 2 1 1 1 5
72 71 absorb 1 12 20 25 100 0 10 3 4 4 9 20
73 72 mega-drain 1 12 40 15 100 0 10 3 4 4 4 20
74 73 leech-seed 1 12 0 10 90 0 10 1 85 4 8 21
75 74 growth 1 1 0 40 20 0 7 1 317 2 32 11
76 75 razor-leaf 1 12 55 25 95 0 11 2 44 1 2 5
77 76 solarbeam solar-beam 1 12 120 10 100 0 10 3 152 1 1 6
78 77 poisonpowder poison-powder 1 4 0 35 75 0 10 1 67 4 33 19
79 78 stun-spore 1 12 0 30 75 0 10 1 68 4 14 19
80 79 sleep-powder 1 12 0 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 0 40 95 0 11 1 21 4 9 19
83 82 dragon-rage 1 16 1 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 thundershock thunder-shock 1 13 40 30 100 0 10 3 7 10 1 1 5
86 85 thunderbolt 1 13 95 90 15 100 0 10 3 7 10 1 1 17
87 86 thunder-wave 1 13 0 20 100 0 10 1 68 1 14 19
88 87 thunder 1 13 120 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
91 90 fissure 1 5 1 5 30 0 10 2 39 5 14 9
105 104 double-team 1 1 0 15 0 7 1 17 1 16 1
106 105 recover 1 1 0 10 0 7 1 33 4 23 8
107 106 harden 1 1 0 30 0 7 1 12 5 16 13
108 107 minimize 1 1 0 20 10 0 7 1 109 3 16 13
109 108 smokescreen 1 1 0 20 100 0 10 1 24 4 21 10
110 109 confuse-ray 1 8 0 10 100 0 10 1 50 4 21 10
111 110 withdraw 1 11 0 40 0 7 1 12 3 15 13
112 111 defense-curl 1 1 0 40 0 7 1 157 3 16 13
113 112 barrier 1 14 0 30 20 0 7 1 52 1 15 13
114 113 light-screen 1 14 0 30 0 4 1 36 2 15 13
115 114 haze 1 15 0 30 0 12 1 26 2 33 13
116 115 reflect 1 14 0 20 0 4 1 66 4 15 13
118 117 bide 1 1 1 10 1 7 2 27 5 15 15
119 118 metronome 1 1 0 10 0 7 1 84 3 17 14
120 119 mirror-move 1 3 0 20 0 10 1 10 4 19 15
121 120 selfdestruct self-destruct 1 1 200 5 100 0 9 2 8 2 7 9
122 121 egg-bomb 1 1 100 10 75 0 10 2 1 5 1 5
123 122 lick 1 8 20 30 30 100 0 10 2 7 30 5 4 16
124 123 smog 1 4 20 30 20 70 0 10 3 3 40 5 5 5
125 124 sludge 1 4 65 20 100 0 10 3 3 30 5 4 18
126 125 bone-club 1 5 65 20 85 0 10 2 32 10 5 10 5
127 126 fire-blast 1 10 120 110 5 85 0 10 3 5 10 2 1 17
128 127 waterfall 1 11 80 15 100 0 10 2 32 20 5 28 5
129 128 clamp 1 11 35 15 85 0 10 2 43 100 5 24 5
130 129 swift 1 1 60 20 0 11 3 18 1 27 17
131 130 skull-bash 1 1 100 130 15 10 100 0 10 2 146 100 5 4 6
132 131 spike-cannon 1 1 20 15 100 0 10 2 30 1 10 7
133 132 constrict 1 1 10 35 100 0 10 2 71 10 5 9 21
134 133 amnesia 1 14 0 20 0 7 1 55 3 32 11
135 134 kinesis 1 14 0 15 80 0 10 1 24 4 24 11
136 135 softboiled soft-boiled 1 1 0 10 0 7 1 33 2 1 8
137 136 hi-jump-kick high-jump-kick 1 2 130 10 90 0 10 2 46 1 3 5
138 137 glare 1 1 0 30 90 100 0 10 1 68 5 5 19
139 138 dream-eater 1 14 100 15 100 0 10 3 9 4 8 20
140 139 poison-gas 1 4 0 40 80 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 15 100 0 10 2 4 4 9 20
143 142 lovely-kiss 1 1 0 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 0 10 0 10 1 58 4 17 23
146 145 bubble 1 11 20 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 0 15 100 0 10 1 2 2 5 10
149 148 flash 1 1 0 20 100 0 10 1 24 2 21 10
150 149 psywave 1 14 1 15 80 100 0 10 3 89 4 14 5
151 150 splash 1 1 0 40 0 7 1 86 3 28 16
152 151 acid-armor 1 4 0 40 20 0 7 1 52 5 32 11
153 152 crabhammer 1 11 90 100 10 90 0 10 2 44 5 2 18
154 153 explosion 1 1 250 5 100 0 9 2 8 2 7 9
155 154 fury-swipes 1 1 18 15 80 0 10 2 30 5 10 7
156 155 bonemerang 1 5 50 10 90 0 10 2 45 5 1 7
166 165 struggle 1 1 50 0 10 2 255 1 1 5
167 166 sketch 2 1 0 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 40 60 10 25 100 0 10 2 106 5 20 12
170 169 spider-web 2 7 0 10 0 10 1 107 4 18 13
171 170 mind-reader 2 1 0 5 0 10 1 95 4 24 20
172 171 nightmare 2 8 0 15 100 0 10 1 108 4 5 19
173 172 flame-wheel 2 10 60 25 100 0 10 2 126 10 2 1 7
174 173 snore 2 1 40 50 15 100 0 10 3 93 30 3 1 5
175 174 curse 2 8 0 10 0 1 1 110 5 31 21
176 175 flail 2 1 1 15 100 0 10 2 100 3 26 15
177 176 conversion-2 2 1 0 30 0 10 1 94 2 12 23
183 182 protect 2 1 0 10 4 7 1 112 3 15 16
184 183 mach-punch 2 2 40 30 100 1 10 2 104 1 30 1
185 184 scary-face 2 1 0 10 100 0 10 1 61 5 10 2
186 185 faint-attack feint-attack 2 17 60 20 0 10 2 18 4 27 18
187 186 sweet-kiss 2 1 18 0 10 75 0 10 1 50 3 18 19
188 187 belly-drum 2 1 0 10 0 7 1 143 3 32 11
189 188 sludge-bomb 2 4 90 10 100 0 10 3 3 30 5 10 18
190 189 mud-slap 2 5 20 10 100 0 10 3 74 100 3 10 5
202 201 sandstorm 2 6 0 10 0 12 1 116 5 21 13
203 202 giga-drain 2 12 75 10 100 0 10 3 4 4 10 20
204 203 endure 2 1 0 10 4 7 1 117 5 16 13
205 204 charm 2 1 18 0 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 0 15 90 0 10 1 119 3 27 19
209 208 milk-drink 2 1 0 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 20 40 20 95 0 10 2 120 1 17 7
212 211 steel-wing 2 9 70 25 90 0 10 2 139 10 1 12 5
213 212 mean-look 2 1 0 5 0 10 1 107 2 18 10
214 213 attract 2 1 0 15 100 0 10 1 121 3 18 19
221 220 pain-split 2 1 0 20 0 10 1 92 4 4 10
222 221 sacred-fire 2 10 100 5 95 0 10 2 126 50 2 1 22
223 222 magnitude 2 5 1 30 100 0 9 2 127 5 11 18
224 223 dynamicpunch dynamic-punch 2 2 100 5 50 0 10 2 77 100 1 10 18
225 224 megahorn 2 7 120 10 85 0 10 2 1 1 12 18
226 225 dragonbreath dragon-breath 2 16 60 20 100 0 10 3 7 30 1 5 17
227 226 baton-pass 2 1 0 40 0 7 1 128 3 18 16
228 227 encore 2 1 0 5 100 0 10 1 91 3 18 20
229 228 pursuit 2 17 40 20 100 0 10 2 129 4 14 20
234 233 vital-throw 2 2 70 10 -1 10 2 79 1 31 2
235 234 morning-sun 2 1 0 5 0 7 1 133 2 25 8
236 235 synthesis 2 12 0 5 0 7 1 133 4 25 8
237 236 moonlight 2 1 18 0 5 0 7 1 133 2 25 8
238 237 hidden-power 2 1 1 60 15 100 0 10 3 136 4 17 23
239 238 cross-chop 2 2 100 5 80 0 10 2 44 1 2 18
240 239 twister 2 16 40 20 100 0 11 3 147 20 1 21 5
241 240 rain-dance 2 11 0 5 0 12 1 137 5 11 13
243 242 crunch 2 17 80 15 100 0 10 2 70 20 5 4 18
244 243 mirror-coat 2 14 1 20 100 -5 1 3 145 2 16 15
245 244 psych-up 2 1 0 10 0 10 1 144 4 12 11
246 245 extremespeed extreme-speed 2 1 80 5 100 2 10 2 104 1 30 1
247 246 ancientpower 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 17
249 248 future-sight 2 14 100 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
252 251 beat-up 2 17 1 10 100 0 10 2 155 4 14 7
255 254 stockpile 3 1 0 20 0 7 1 161 5 16 11
256 255 spit-up 3 1 1 10 100 0 10 3 162 5 1 18
257 256 swallow 3 1 0 10 0 7 1 163 5 32 8
258 257 heat-wave 3 10 100 95 10 90 0 11 3 5 10 2 1 17
259 258 hail 3 15 0 10 0 12 1 165 2 5 13
260 259 torment 3 17 0 15 100 0 10 1 166 5 18 16
261 260 flatter 3 17 0 15 100 0 10 1 167 4 18 19
262 261 will-o-wisp 3 10 0 15 75 85 0 10 1 168 2 4 17
263 262 memento 3 17 0 10 100 0 10 1 169 5 7 9
264 263 facade 3 1 70 20 100 0 10 2 170 3 28 15
265 264 focus-punch 3 2 150 20 100 -3 10 2 171 5 31 6
266 265 smellingsalt smelling-salts 3 1 60 70 10 100 0 10 2 172 4 9 16
267 266 follow-me 3 1 0 20 3 2 7 1 173 3 24 14
268 267 nature-power 3 1 0 20 0 1 1 174 2 11 14
269 268 charge 3 13 0 20 0 7 1 175 4 12 11
270 269 taunt 3 17 0 20 100 0 10 1 176 4 18 16
280 279 revenge 3 2 60 10 100 -4 10 2 186 5 31 15
281 280 brick-break 3 2 75 15 100 0 10 2 187 1 4 5
282 281 yawn 3 1 0 10 0 10 1 188 3 18 19
283 282 knock-off 3 17 20 65 20 25 100 0 10 2 189 4 4 5
284 283 endeavor 3 1 1 5 100 0 10 2 190 5 28 15
285 284 eruption 3 10 150 5 100 0 11 3 191 2 26 18
286 285 skill-swap 3 14 0 10 0 10 1 192 4 20 12
295 294 tail-glow 3 7 0 20 0 7 1 322 2 32 11
296 295 luster-purge 3 14 70 5 100 0 10 3 73 50 4 9 22
297 296 mist-ball 3 14 70 5 100 0 10 3 72 50 4 4 22
298 297 featherdance feather-dance 3 3 0 15 100 0 10 1 59 2 28 19
299 298 teeter-dance 3 1 0 20 100 0 9 1 200 3 6 14
300 299 blaze-kick 3 10 85 10 90 0 10 2 201 10 2 1 17
301 300 mud-sport 3 5 0 15 0 12 1 202 3 1 13
307 306 crush-claw 3 1 75 10 95 0 10 2 70 50 1 4 5
308 307 blast-burn 3 10 150 5 90 0 10 3 81 2 6 22
309 308 hydro-cannon 3 11 150 5 90 0 10 3 81 2 6 22
310 309 meteor-mash 3 9 100 90 10 85 90 0 10 2 140 20 1 12 18
311 310 astonish 3 8 30 15 100 0 10 2 32 30 4 9 5
312 311 weather-ball 3 1 50 10 100 0 10 3 204 4 1 4
313 312 aromatherapy 3 12 0 5 0 4 1 103 4 28 8
314 313 fake-tears 3 17 0 20 100 0 10 1 63 4 28 19
315 314 air-cutter 3 3 55 60 25 95 0 11 3 44 1 23 5
316 315 overheat 3 10 140 130 5 90 0 10 3 205 100 2 3 22
317 316 odor-sleuth 3 1 0 40 0 10 1 114 4 33 20
318 317 rock-tomb 3 6 50 60 10 15 80 95 0 10 2 71 100 4 24 2
319 318 silver-wind 3 7 60 5 100 0 10 3 141 10 2 32 4
320 319 metal-sound 3 9 0 40 85 0 10 1 63 4 5 10
321 320 grasswhistle grass-whistle 3 12 0 15 55 0 10 1 2 4 5 19
322 321 tickle 3 1 0 20 100 0 10 1 206 3 33 19
323 322 cosmic-power 3 14 0 20 0 7 1 207 1 32 11
324 323 water-spout 3 11 150 5 100 0 11 3 191 2 26 22
325 324 signal-beam 3 7 75 15 100 0 10 3 77 10 2 21 4
326 325 shadow-punch 3 8 60 20 0 10 2 18 4 27 17
327 326 extrasensory 3 14 80 30 20 100 0 10 3 32 10 1 4 17
328 327 sky-uppercut 3 2 85 15 90 0 10 2 208 1 23 17
329 328 sand-tomb 3 5 35 15 85 0 10 2 43 100 4 24 21
330 329 sheer-cold 3 15 1 5 30 0 10 3 39 2 14 9
331 330 muddy-water 3 11 95 90 10 85 0 11 3 74 30 5 10 18
332 331 bullet-seed 3 12 25 30 100 0 10 2 30 1 14 7
333 332 aerial-ace 3 3 60 20 0 10 2 18 1 27 17
334 333 icicle-spear 3 15 25 30 100 0 10 2 30 2 23 7
341 340 bounce 3 3 85 5 85 0 10 2 264 30 3 15 6
342 341 mud-shot 3 5 55 15 95 0 10 3 71 100 5 5 2
343 342 poison-tail 3 4 50 25 100 0 10 2 210 10 4 33 4
344 343 covet 3 1 60 40 25 100 0 10 2 106 3 20 12
345 344 volt-tackle 3 13 120 15 100 0 10 2 263 10 1 3 22
346 345 magical-leaf 3 12 60 20 0 10 3 18 2 27 17
347 346 water-sport 3 11 0 15 0 12 1 211 3 1 13
356 355 roost 4 3 0 10 0 7 1 215 1 8
357 356 gravity 4 14 0 5 0 12 1 216 2 13
358 357 miracle-eye 4 14 0 40 0 10 1 217 3 20
359 358 wake-up-slap 4 2 60 70 10 100 0 10 2 218 4 16
360 359 hammer-arm 4 2 100 10 90 0 10 2 219 100 1 2
361 360 gyro-ball 4 9 1 5 100 0 10 2 220 2 15
362 361 healing-wish 4 14 0 10 0 7 1 221 3 8
364 363 natural-gift 4 1 1 15 100 0 10 2 223 1 18
365 364 feint 4 1 30 10 100 2 10 2 224 2 16
366 365 pluck 4 3 60 20 100 0 10 2 225 3 12
367 366 tailwind 4 3 0 30 15 0 4 1 226 4 1
368 367 acupressure 4 1 0 30 0 5 1 227 1 11
369 368 metal-burst 4 9 1 10 100 0 1 2 228 2 15
370 369 u-turn 4 7 70 20 100 0 10 2 229 3 16
371 370 close-combat 4 2 120 5 100 0 10 2 230 100 4 22
372 371 payback 4 17 50 10 100 0 10 2 231 1 6
373 372 assurance 4 17 50 60 10 100 0 10 2 232 2 15
374 373 embargo 4 17 0 15 100 0 10 1 233 3 13
375 374 fling 4 17 1 10 100 0 10 2 234 5 23
376 375 psycho-shift 4 14 0 10 90 100 0 10 1 235 1 16
377 376 trump-card 4 1 1 5 0 10 3 236 1 21
378 377 heal-block 4 14 0 15 100 0 11 1 237 3 13
379 378 wring-out 4 1 1 5 100 0 10 3 238 4 22
394 393 magnet-rise 4 13 0 10 0 7 1 253 3 13
395 394 flare-blitz 4 10 120 15 100 0 10 2 254 10 4 22
396 395 force-palm 4 2 60 10 100 0 10 2 7 30 1 18
397 396 aura-sphere 4 2 90 80 20 0 10 3 18 2 17
398 397 rock-polish 4 6 0 20 0 7 1 53 5 1
399 398 poison-jab 4 4 80 20 100 0 10 2 3 30 4 4
400 399 dark-pulse 4 17 80 15 100 0 10 3 32 20 1 17
401 400 night-slash 4 17 70 15 100 0 10 2 44 2 5
402 401 aqua-tail 4 11 90 10 90 0 10 2 1 3 5
403 402 seed-bomb 4 12 80 15 100 0 10 2 1 4 5
404 403 air-slash 4 3 75 20 15 95 0 10 3 32 30 1 17
405 404 x-scissor 4 7 80 15 100 0 10 2 1 2 17
406 405 bug-buzz 4 7 90 10 100 0 10 3 73 10 3 4
407 406 dragon-pulse 4 16 90 85 10 100 0 10 3 1 4 4
408 407 dragon-rush 4 16 100 10 75 0 10 2 32 20 1 18
409 408 power-gem 4 6 70 80 20 100 0 10 3 1 2 5
410 409 drain-punch 4 2 75 10 100 0 10 2 4 2 20
411 410 vacuum-wave 4 2 40 30 100 1 10 3 104 4 1
412 411 focus-blast 4 2 120 5 70 0 10 3 73 10 1 17
413 412 energy-ball 4 12 80 90 10 100 0 10 3 73 10 2 17
414 413 brave-bird 4 3 120 15 100 0 10 2 199 3 18
415 414 earth-power 4 5 90 10 100 0 10 3 73 10 4 18
416 415 switcheroo 4 17 0 10 100 0 10 1 178 1 12
432 431 rock-climb 4 1 90 20 85 0 10 2 77 20 1 18
433 432 defog 4 3 0 15 0 10 1 259 2 13
434 433 trick-room 4 14 0 5 -7 12 1 260 3 14
435 434 draco-meteor 4 16 140 130 5 90 0 10 3 205 100 4 22
436 435 discharge 4 13 80 15 100 0 9 3 7 30 1 17
437 436 lava-plume 4 10 80 15 100 0 9 3 5 30 5 17
438 437 leaf-storm 4 12 140 130 5 90 0 10 3 205 100 3 22
439 438 power-whip 4 12 120 10 85 0 10 2 1 2 5
440 439 rock-wrecker 4 6 150 5 90 0 10 2 81 5 22
441 440 cross-poison 4 4 70 20 100 0 10 2 210 10 1 5
442 441 gunk-shot 4 4 120 5 70 80 0 10 2 3 30 1 5
443 442 iron-head 4 9 80 15 100 0 10 2 32 30 5 18
444 443 magnet-bomb 4 9 60 20 0 10 2 18 1 5
445 444 stone-edge 4 6 100 5 80 0 10 2 44 5 4
446 445 captivate 4 1 0 20 100 0 11 1 266 2 19
447 446 stealth-rock 4 6 0 20 0 6 1 267 1 13
448 447 grass-knot 4 12 1 20 100 0 10 3 197 4 4
449 448 chatter 4 3 60 65 20 100 0 10 3 268 4 23
450 449 judgment 4 1 100 10 100 0 10 3 269 4 14
451 450 bug-bite 4 7 60 20 100 0 10 2 225 5 12
452 451 charge-beam 4 13 50 10 90 0 10 3 277 70 2 17
461 460 spacial-rend 4 16 100 5 95 0 10 3 44 5 4
462 461 lunar-dance 4 14 0 10 0 7 1 271 2 8
463 462 crush-grip 4 1 1 5 100 0 10 2 238 5 15
464 463 magma-storm 4 10 120 100 5 75 0 10 3 43 100 5 7
465 464 dark-void 4 17 0 10 80 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
470 469 wide-guard 5 6 0 10 3 4 1 279
471 470 guard-split 5 14 0 10 0 10 1 280
472 471 power-split 5 14 0 10 0 10 1 281
473 472 wonder-room 5 14 0 10 -7 0 12 1 282
474 473 psyshock 5 14 80 10 100 0 10 3 283
475 474 venoshock 5 4 65 10 100 0 10 3 284
476 475 autotomize 5 9 0 15 0 7 1 285
477 476 rage-powder 5 7 0 20 3 2 7 1 173
478 477 telekinesis 5 14 0 15 0 10 1 286
479 478 magic-room 5 14 0 10 -7 0 12 1 287
480 479 smack-down 5 6 50 15 100 0 10 2 288 100
481 480 storm-throw 5 2 40 60 10 100 0 10 2 289
482 481 flame-burst 5 10 70 15 100 0 10 3 290
483 482 sludge-wave 5 4 95 10 100 0 9 3 3 10
484 483 quiver-dance 5 7 0 20 0 7 1 291
485 484 heavy-slam 5 9 1 10 100 0 10 2 292
486 485 synchronoise 5 14 70 120 15 100 0 9 3 293
487 486 electro-ball 5 13 1 10 100 0 10 3 294
488 487 soak 5 11 0 20 100 0 10 1 295
489 488 flame-charge 5 10 50 20 100 0 10 2 296 100
490 489 coil 5 4 0 20 0 7 1 323
491 490 low-sweep 5 2 60 65 20 100 0 10 2 21 100
492 491 acid-spray 5 4 40 20 100 0 10 3 297 100
493 492 foul-play 5 17 95 15 100 0 10 2 298
494 493 simple-beam 5 1 0 15 100 0 10 1 299
504 503 scald 5 11 80 15 100 0 10 3 5 30
505 504 shell-smash 5 1 0 15 0 7 1 309
506 505 heal-pulse 5 14 0 10 0 10 1 310
507 506 hex 5 8 50 65 10 100 0 10 3 311
508 507 sky-drop 5 3 60 10 100 0 10 2 312
509 508 shift-gear 5 9 0 10 0 7 1 313
510 509 circle-throw 5 2 60 10 90 -6 10 2 314
511 510 incinerate 5 10 30 60 15 100 0 11 3 315
512 511 quash 5 17 0 15 100 0 10 1 316
513 512 acrobatics 5 3 55 15 100 0 10 2 318
514 513 reflect-type 5 1 0 15 0 10 1 319
516 515 final-gambit 5 2 1 5 100 0 10 3 321
517 516 bestow 5 1 0 15 0 10 1 324
518 517 inferno 5 10 100 5 50 0 10 3 5 100
519 518 water-pledge 5 11 50 80 10 100 0 10 3 325
520 519 fire-pledge 5 10 50 80 10 100 0 10 3 326
521 520 grass-pledge 5 12 50 80 10 100 0 10 3 327
522 521 volt-switch 5 13 70 20 100 0 10 3 229
523 522 struggle-bug 5 7 30 50 20 100 0 11 3 72 100
524 523 bulldoze 5 5 60 20 100 0 9 2 71 100
525 524 frost-breath 5 15 40 60 10 90 0 10 3 289 100
526 525 dragon-tail 5 16 60 10 90 -6 10 2 314
527 526 work-up 5 1 0 30 0 7 1 328
528 527 electroweb 5 13 55 15 95 0 11 3 21 100
531 530 dual-chop 5 16 40 15 90 0 10 2 45
532 531 heart-stamp 5 14 60 25 100 0 10 2 32 30
533 532 horn-leech 5 12 75 10 100 0 10 2 4
534 533 sacred-sword 5 2 90 20 15 100 0 10 2 304
535 534 razor-shell 5 11 75 10 95 0 10 2 70 50
536 535 heat-crash 5 10 1 10 100 0 10 2 292
537 536 leaf-tornado 5 12 65 10 90 0 10 3 74 50
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 120 110 10 70 0 10 3 338 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
547 546 techno-blast 5 1 85 120 5 100 0 10 3 269
548 547 relic-song 5 1 75 10 100 0 11 3 330 10
549 548 secret-sword 5 2 85 10 100 0 10 3 283
550 549 glaciate 5 15 65 10 95 0 11 3 331 100
558 557 v-create 5 10 180 5 95 0 10 2 335
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 10 95 0 10 2 339
562 561 mat-block 6 2 0 10 0 10 1 340
563 562 belch 6 4 120 10 90 0 10 3 341
564 563 rototiller 6 5 0 10 0 12 1 342
565 564 sticky-web 6 7 0 20 0 10 1 343
566 565 fell-stinger 6 7 30 25 100 0 10 2 344
567 566 phantom-force 6 8 90 10 100 0 10 2 273
568 567 trick-or-treat 6 8 0 20 100 0 10 1 345
569 568 noble-roar 6 1 0 30 100 0 10 1 346
570 569 ion-deluge 6 13 0 25 1 10 1 347
571 570 parabolic-charge 6 13 50 20 100 0 11 3 348
572 571 forests-curse 6 12 0 20 100 0 10 1 349
573 572 petal-blizzard 6 12 90 15 100 0 9 2 1
574 573 freeze-dry 6 15 70 20 100 0 10 3 350
575 574 disarming-voice 6 18 40 15 0 10 3 18
576 575 parting-shot 6 17 0 20 100 0 10 1 351
577 576 topsy-turvy 6 17 0 20 0 10 1 352
578 577 draining-kiss 6 18 50 10 100 0 10 3 353
579 578 crafty-shield 6 18 0 10 4 4 1 354
580 579 flower-shield 6 18 0 10 0 4 1 355
581 580 grassy-terrain 6 12 0 10 0 12 1 356
582 581 misty-terrain 6 18 0 10 0 12 1 357
583 582 electrify 6 13 0 20 0 10 1 358
584 583 play-rough 6 18 90 10 90 0 10 2 69 30
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
588 587 fairy-lock 6 18 0 10 0 12 1 359
589 588 kings-shield 6 9 0 10 4 7 1 360
590 589 play-nice 6 1 0 20 0 10 1 19
591 590 confide 6 1 0 20 0 10 1 361
592 594 water-shuriken 6 11 15 20 100 1 10 2 30 100
593 595 mystical-fire 6 10 65 10 100 0 10 3 72 100
594 596 spiky-shield 6 12 0 10 4 7 1 362
595 597 aromatic-mist 6 18 0 20 100 0 4 1 363
596 598 eerie-impulse 6 13 0 15 100 0 10 1 59
597 599 venom-drench 6 4 0 20 100 0 10 1 364
598 600 powder 6 7 0 20 100 1 10 1 365
599 601 geomancy 6 18 0 10 0 7 1 366
600 602 magnetic-flux 6 13 0 20 0 4 1 367
601 603 happy-hour 6 1 0 30 0 4 1 370
602 604 electric-terrain 6 13 0 10 0 12 1 368
603 605 dazzling-gleam 6 18 80 10 100 0 11 3 1
604 606 celebrate 6 1 0 40 0 7 1 86
605 608 baby-doll-eyes 6 18 0 30 100 1 10 1 19
606 609 nuzzle 6 13 20 20 100 0 10 2 7 100
607 611 infestation 6 7 20 20 100 0 10 3 43
608 612 power-up-punch 6 2 40 20 100 0 10 2 140 100
609 613 oblivion-wing 6 3 80 10 100 0 10 3 353
610 616 lands-wrath 6 5 90 10 100 0 10 2 1
611 10001 shadow-rush 3 10002 55 100 0 2 2 10001
612 10002 shadow-blast 3 10002 80 100 0 2 3 44
613 10003 shadow-blitz 3 10002 40 100 0 2 2 1

View File

@ -9,3 +9,6 @@ pokedex_id,local_language_id,name,description
8,9,Original Unova,Black/White Unova dex
9,9,Updated Unova,Black 2/White 2 Unova dex
11,9,Gallery,Pokémon Conquest gallery order
12,9,Central Kalos,
13,9,Coastal Kalos,
14,9,Mountain Kalos,

1 pokedex_id local_language_id name description
9 8 9 Original Unova Black/White Unova dex
10 9 9 Updated Unova Black 2/White 2 Unova dex
11 11 9 Gallery Pokémon Conquest gallery order
12 12 9 Central Kalos
13 13 9 Coastal Kalos
14 14 9 Mountain Kalos

View File

@ -0,0 +1,16 @@
pokedex_id,version_group_id
2,1
2,2
2,7
3,3
3,4
4,5
4,6
5,8
6,9
7,10
8,11
9,14
12,15
13,15
14,15
1 pokedex_id version_group_id
2 2 1
3 2 2
4 2 7
5 3 3
6 3 4
7 4 5
8 4 6
9 5 8
10 6 9
11 7 10
12 8 11
13 9 14
14 12 15
15 13 15
16 14 15

View File

@ -9,3 +9,6 @@ id,region_id,identifier,is_main_series
8,5,original-unova,1
9,5,updated-unova,1
11,,conquest-gallery,0
12,6,kalos-central,1
13,6,kalos-coastal,1
14,6,kalos-mountain,1

1 id region_id identifier is_main_series
9 8 5 original-unova 1
10 9 5 updated-unova 1
11 11 conquest-gallery 0
12 12 6 kalos-central 1
13 13 6 kalos-coastal 1
14 14 6 kalos-mountain 1

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
pokemon_id,ability_id,is_dream,slot
pokemon_id,ability_id,is_hidden,slot
1,65,0,1
1,34,1,3
2,65,0,1
@ -91,8 +91,10 @@ pokemon_id,ability_id,is_dream,slot
38,18,0,1
38,70,1,3
39,56,0,1
39,172,0,2
39,132,1,3
40,56,0,1
40,172,0,2
40,119,1,3
41,39,0,1
41,151,1,3
@ -381,7 +383,7 @@ pokemon_id,ability_id,is_dream,slot
144,46,0,1
144,81,1,3
145,46,0,1
145,31,1,3
145,9,1,3
146,46,0,1
146,49,1,3
147,61,0,1
@ -449,6 +451,7 @@ pokemon_id,ability_id,is_dream,slot
173,98,0,2
173,132,1,3
174,56,0,1
174,172,0,2
174,132,1,3
175,55,0,1
175,32,0,2
@ -800,7 +803,9 @@ pokemon_id,ability_id,is_dream,slot
310,31,0,2
310,58,1,3
311,57,0,1
311,31,1,3
312,58,0,1
312,10,1,3
313,35,0,1
313,68,0,2
313,158,1,3
@ -889,11 +894,14 @@ pokemon_id,ability_id,is_dream,slot
348,4,0,1
348,33,1,3
349,33,0,1
349,12,0,2
349,91,1,3
350,63,0,1
350,172,0,2
350,56,1,3
351,59,0,1
352,16,0,1
352,168,1,3
353,15,0,1
353,119,0,2
353,130,1,3
@ -901,7 +909,9 @@ pokemon_id,ability_id,is_dream,slot
354,119,0,2
354,130,1,3
355,26,0,1
355,119,1,3
356,46,0,1
356,119,1,3
357,34,0,1
357,94,0,2
357,139,1,3
@ -981,7 +991,7 @@ pokemon_id,ability_id,is_dream,slot
395,67,0,1
395,128,1,3
396,51,0,1
396,51,1,3
396,120,1,3
397,22,0,1
397,120,1,3
398,22,0,1
@ -1188,6 +1198,7 @@ pokemon_id,ability_id,is_dream,slot
476,42,0,2
476,159,1,3
477,46,0,1
477,119,1,3
478,81,0,1
478,81,0,2
478,130,1,3
@ -1348,13 +1359,13 @@ pokemon_id,ability_id,is_dream,slot
542,142,1,3
543,38,0,1
543,68,0,2
543,95,1,3
543,3,1,3
544,38,0,1
544,68,0,2
544,95,1,3
544,3,1,3
545,38,0,1
545,68,0,2
545,95,1,3
545,3,1,3
546,158,0,1
546,151,0,2
546,34,1,3
@ -1426,10 +1437,13 @@ pokemon_id,ability_id,is_dream,slot
573,101,0,2
573,92,1,3
574,119,0,1
574,172,0,2
574,23,1,3
575,119,0,1
575,172,0,2
575,23,1,3
576,119,0,1
576,172,0,2
576,23,1,3
577,142,0,1
577,98,0,2
@ -1486,7 +1500,9 @@ pokemon_id,ability_id,is_dream,slot
596,127,0,2
596,68,1,3
597,160,0,1
597,107,1,3
598,160,0,1
598,107,1,3
599,57,0,1
599,58,0,2
599,29,1,3
@ -1507,13 +1523,13 @@ pokemon_id,ability_id,is_dream,slot
606,148,1,3
607,18,0,1
607,49,0,2
607,23,1,3
607,151,1,3
608,18,0,1
608,49,0,2
608,23,1,3
608,151,1,3
609,18,0,1
609,49,0,2
609,23,1,3
609,151,1,3
610,79,0,1
610,104,0,2
610,127,1,3
@ -1601,36 +1617,248 @@ pokemon_id,ability_id,is_dream,slot
647,154,0,1
648,32,0,1
649,88,0,1
650,46,0,1
651,46,0,1
652,46,0,1
653,107,0,1
653,142,1,3
654,107,0,1
654,142,1,3
655,32,0,1
656,26,0,1
656,26,1,3
657,26,0,1
658,26,0,1
659,26,0,1
660,26,0,1
661,26,0,1
662,59,0,1
663,59,0,1
664,59,0,1
665,69,0,1
665,91,0,2
665,104,1,3
666,125,0,1
666,161,1,3
667,32,0,1
668,144,0,1
668,144,1,3
669,10,0,1
669,10,1,3
670,22,0,1
670,22,1,3
671,164,0,1
672,163,0,1
673,154,0,1
650,65,0,1
650,171,1,3
651,65,0,1
651,171,1,3
652,65,0,1
652,171,1,3
653,66,0,1
653,170,1,3
654,66,0,1
654,170,1,3
655,66,0,1
655,170,1,3
656,67,0,1
656,168,1,3
657,67,0,1
657,168,1,3
658,67,0,1
658,168,1,3
659,167,0,1
659,53,0,2
659,37,1,3
660,167,0,1
660,53,0,2
660,37,1,3
661,145,0,1
661,177,1,3
662,49,0,1
662,177,1,3
663,49,0,1
663,177,1,3
664,14,0,1
664,19,0,2
664,132,1,3
665,61,0,1
665,61,0,2
665,132,1,3
666,14,0,1
666,19,0,2
666,132,1,3
667,79,0,1
667,127,0,2
667,153,1,3
668,79,0,1
668,127,0,2
668,153,1,3
669,166,0,1
669,180,1,3
670,166,0,1
670,180,1,3
671,166,0,1
671,180,1,3
672,157,0,1
672,179,1,3
673,157,0,1
673,179,1,3
674,89,0,1
674,104,0,2
674,113,1,3
675,89,0,1
675,104,0,2
675,113,1,3
676,169,0,1
677,51,0,1
677,151,0,2
677,20,1,3
678,51,0,1
678,151,0,2
678,158,1,3
679,99,0,1
680,99,0,1
681,176,0,1
682,131,0,1
682,165,1,3
683,131,0,1
683,165,1,3
684,175,0,1
684,84,1,3
685,175,0,1
685,84,1,3
686,21,0,1
686,126,0,2
686,151,1,3
687,21,0,1
687,126,0,2
687,151,1,3
688,97,0,1
688,181,0,2
688,124,1,3
689,97,0,1
689,181,0,2
689,124,1,3
690,38,0,1
690,143,0,2
690,91,1,3
691,38,0,1
691,143,0,2
691,91,1,3
692,178,0,1
693,178,0,1
694,8,0,1
694,87,0,2
694,94,1,3
695,8,0,1
695,87,0,2
695,94,1,3
696,173,0,1
696,69,1,3
697,173,0,1
697,69,1,3
698,174,0,1
698,117,1,3
699,174,0,1
699,117,1,3
700,56,0,1
700,56,0,2
700,182,1,3
701,7,0,1
701,84,0,2
701,104,1,3
702,167,0,1
702,53,0,2
702,57,1,3
703,29,0,1
703,5,1,3
704,157,0,1
704,93,0,2
704,183,1,3
705,157,0,1
705,93,0,2
705,183,1,3
706,157,0,1
706,93,0,2
706,183,1,3
707,158,0,1
707,170,1,3
708,30,0,1
708,119,0,2
708,139,1,3
709,30,0,1
709,119,0,2
709,139,1,3
710,53,0,1
710,119,0,2
710,15,1,3
711,53,0,1
711,119,0,2
711,15,1,3
712,115,0,1
712,20,0,2
712,5,1,3
713,115,0,1
713,20,0,2
713,5,1,3
714,151,0,1
714,119,0,2
714,140,1,3
715,151,0,1
715,119,0,2
715,140,1,3
716,187,0,1
717,186,0,1
718,188,0,1
10001,46,0,1
10002,46,0,1
10003,46,0,1
10004,107,0,1
10004,142,1,3
10005,107,0,1
10005,142,1,3
10006,32,0,1
10007,26,0,1
10007,26,1,3
10008,26,0,1
10009,26,0,1
10010,26,0,1
10011,26,0,1
10012,26,0,1
10013,59,0,1
10014,59,0,1
10015,59,0,1
10016,69,0,1
10016,91,0,2
10016,104,1,3
10017,125,0,1
10017,161,1,3
10018,32,0,1
10019,144,0,1
10019,144,1,3
10020,10,0,1
10020,10,1,3
10021,22,0,1
10021,22,1,3
10022,164,0,1
10023,163,0,1
10024,154,0,1
10025,51,0,1
10025,151,0,2
10025,172,1,3
10026,176,0,1
10027,53,0,1
10027,119,0,2
10027,15,1,3
10028,53,0,1
10028,119,0,2
10028,15,1,3
10029,53,0,1
10029,119,0,2
10029,15,1,3
10030,53,0,1
10030,119,0,2
10030,15,1,3
10031,53,0,1
10031,119,0,2
10031,15,1,3
10032,53,0,1
10032,119,0,2
10032,15,1,3
10033,47,0,1
10034,181,0,1
10035,70,0,1
10036,178,0,1
10037,36,0,1
10038,23,0,1
10039,184,0,1
10040,185,0,1
10041,104,0,1
10042,181,0,1
10043,80,0,1
10044,15,0,1
10045,104,0,1
10046,101,0,1
10047,92,0,1
10048,94,0,1
10049,45,0,1
10050,3,0,1
10051,182,0,1
10052,37,0,1
10053,111,0,1
10054,74,0,1
10055,22,0,1
10056,158,0,1
10057,156,0,1
10058,159,0,1
10059,91,0,1
10060,117,0,1

1 pokemon_id ability_id is_dream is_hidden slot
2 1 65 0 1
3 1 34 1 3
4 2 65 0 1
91 38 18 0 1
92 38 70 1 3
93 39 56 0 1
94 39 172 0 2
95 39 132 1 3
96 40 56 0 1
97 40 172 0 2
98 40 119 1 3
99 41 39 0 1
100 41 151 1 3
383 144 46 0 1
384 144 81 1 3
385 145 46 0 1
386 145 31 9 1 3
387 146 46 0 1
388 146 49 1 3
389 147 61 0 1
451 173 98 0 2
452 173 132 1 3
453 174 56 0 1
454 174 172 0 2
455 174 132 1 3
456 175 55 0 1
457 175 32 0 2
803 310 31 0 2
804 310 58 1 3
805 311 57 0 1
806 311 31 1 3
807 312 58 0 1
808 312 10 1 3
809 313 35 0 1
810 313 68 0 2
811 313 158 1 3
894 348 4 0 1
895 348 33 1 3
896 349 33 0 1
897 349 12 0 2
898 349 91 1 3
899 350 63 0 1
900 350 172 0 2
901 350 56 1 3
902 351 59 0 1
903 352 16 0 1
904 352 168 1 3
905 353 15 0 1
906 353 119 0 2
907 353 130 1 3
909 354 119 0 2
910 354 130 1 3
911 355 26 0 1
912 355 119 1 3
913 356 46 0 1
914 356 119 1 3
915 357 34 0 1
916 357 94 0 2
917 357 139 1 3
991 395 67 0 1
992 395 128 1 3
993 396 51 0 1
994 396 51 120 1 3
995 397 22 0 1
996 397 120 1 3
997 398 22 0 1
1198 476 42 0 2
1199 476 159 1 3
1200 477 46 0 1
1201 477 119 1 3
1202 478 81 0 1
1203 478 81 0 2
1204 478 130 1 3
1359 542 142 1 3
1360 543 38 0 1
1361 543 68 0 2
1362 543 95 3 1 3
1363 544 38 0 1
1364 544 68 0 2
1365 544 95 3 1 3
1366 545 38 0 1
1367 545 68 0 2
1368 545 95 3 1 3
1369 546 158 0 1
1370 546 151 0 2
1371 546 34 1 3
1437 573 101 0 2
1438 573 92 1 3
1439 574 119 0 1
1440 574 172 0 2
1441 574 23 1 3
1442 575 119 0 1
1443 575 172 0 2
1444 575 23 1 3
1445 576 119 0 1
1446 576 172 0 2
1447 576 23 1 3
1448 577 142 0 1
1449 577 98 0 2
1500 596 127 0 2
1501 596 68 1 3
1502 597 160 0 1
1503 597 107 1 3
1504 598 160 0 1
1505 598 107 1 3
1506 599 57 0 1
1507 599 58 0 2
1508 599 29 1 3
1523 606 148 1 3
1524 607 18 0 1
1525 607 49 0 2
1526 607 23 151 1 3
1527 608 18 0 1
1528 608 49 0 2
1529 608 23 151 1 3
1530 609 18 0 1
1531 609 49 0 2
1532 609 23 151 1 3
1533 610 79 0 1
1534 610 104 0 2
1535 610 127 1 3
1617 647 154 0 1
1618 648 32 0 1
1619 649 88 0 1
1620 650 46 65 0 1
1621 651 650 46 171 0 1 1 3
1622 652 651 46 65 0 1
1623 653 651 107 171 0 1 1 3
1624 653 652 142 65 1 0 3 1
1625 654 652 107 171 0 1 1 3
1626 654 653 142 66 1 0 3 1
1627 655 653 32 170 0 1 1 3
1628 656 654 26 66 0 1
1629 656 654 26 170 1 3
1630 657 655 26 66 0 1
1631 658 655 26 170 0 1 1 3
1632 659 656 26 67 0 1
1633 660 656 26 168 0 1 1 3
1634 661 657 26 67 0 1
1635 662 657 59 168 0 1 1 3
1636 663 658 59 67 0 1
1637 664 658 59 168 0 1 1 3
1638 665 659 69 167 0 1
1639 665 659 91 53 0 2
1640 665 659 104 37 1 3
1641 666 660 125 167 0 1
1642 666 660 161 53 1 0 3 2
1643 667 660 32 37 0 1 1 3
1644 668 661 144 145 0 1
1645 668 661 144 177 1 3
1646 669 662 10 49 0 1
1647 669 662 10 177 1 3
1648 670 663 22 49 0 1
1649 670 663 22 177 1 3
1650 671 664 164 14 0 1
1651 672 664 163 19 0 1 2
1652 673 664 154 132 0 1 1 3
1653 665 61 0 1
1654 665 61 0 2
1655 665 132 1 3
1656 666 14 0 1
1657 666 19 0 2
1658 666 132 1 3
1659 667 79 0 1
1660 667 127 0 2
1661 667 153 1 3
1662 668 79 0 1
1663 668 127 0 2
1664 668 153 1 3
1665 669 166 0 1
1666 669 180 1 3
1667 670 166 0 1
1668 670 180 1 3
1669 671 166 0 1
1670 671 180 1 3
1671 672 157 0 1
1672 672 179 1 3
1673 673 157 0 1
1674 673 179 1 3
1675 674 89 0 1
1676 674 104 0 2
1677 674 113 1 3
1678 675 89 0 1
1679 675 104 0 2
1680 675 113 1 3
1681 676 169 0 1
1682 677 51 0 1
1683 677 151 0 2
1684 677 20 1 3
1685 678 51 0 1
1686 678 151 0 2
1687 678 158 1 3
1688 679 99 0 1
1689 680 99 0 1
1690 681 176 0 1
1691 682 131 0 1
1692 682 165 1 3
1693 683 131 0 1
1694 683 165 1 3
1695 684 175 0 1
1696 684 84 1 3
1697 685 175 0 1
1698 685 84 1 3
1699 686 21 0 1
1700 686 126 0 2
1701 686 151 1 3
1702 687 21 0 1
1703 687 126 0 2
1704 687 151 1 3
1705 688 97 0 1
1706 688 181 0 2
1707 688 124 1 3
1708 689 97 0 1
1709 689 181 0 2
1710 689 124 1 3
1711 690 38 0 1
1712 690 143 0 2
1713 690 91 1 3
1714 691 38 0 1
1715 691 143 0 2
1716 691 91 1 3
1717 692 178 0 1
1718 693 178 0 1
1719 694 8 0 1
1720 694 87 0 2
1721 694 94 1 3
1722 695 8 0 1
1723 695 87 0 2
1724 695 94 1 3
1725 696 173 0 1
1726 696 69 1 3
1727 697 173 0 1
1728 697 69 1 3
1729 698 174 0 1
1730 698 117 1 3
1731 699 174 0 1
1732 699 117 1 3
1733 700 56 0 1
1734 700 56 0 2
1735 700 182 1 3
1736 701 7 0 1
1737 701 84 0 2
1738 701 104 1 3
1739 702 167 0 1
1740 702 53 0 2
1741 702 57 1 3
1742 703 29 0 1
1743 703 5 1 3
1744 704 157 0 1
1745 704 93 0 2
1746 704 183 1 3
1747 705 157 0 1
1748 705 93 0 2
1749 705 183 1 3
1750 706 157 0 1
1751 706 93 0 2
1752 706 183 1 3
1753 707 158 0 1
1754 707 170 1 3
1755 708 30 0 1
1756 708 119 0 2
1757 708 139 1 3
1758 709 30 0 1
1759 709 119 0 2
1760 709 139 1 3
1761 710 53 0 1
1762 710 119 0 2
1763 710 15 1 3
1764 711 53 0 1
1765 711 119 0 2
1766 711 15 1 3
1767 712 115 0 1
1768 712 20 0 2
1769 712 5 1 3
1770 713 115 0 1
1771 713 20 0 2
1772 713 5 1 3
1773 714 151 0 1
1774 714 119 0 2
1775 714 140 1 3
1776 715 151 0 1
1777 715 119 0 2
1778 715 140 1 3
1779 716 187 0 1
1780 717 186 0 1
1781 718 188 0 1
1782 10001 46 0 1
1783 10002 46 0 1
1784 10003 46 0 1
1785 10004 107 0 1
1786 10004 142 1 3
1787 10005 107 0 1
1788 10005 142 1 3
1789 10006 32 0 1
1790 10007 26 0 1
1791 10007 26 1 3
1792 10008 26 0 1
1793 10009 26 0 1
1794 10010 26 0 1
1795 10011 26 0 1
1796 10012 26 0 1
1797 10013 59 0 1
1798 10014 59 0 1
1799 10015 59 0 1
1800 10016 69 0 1
1801 10016 91 0 2
1802 10016 104 1 3
1803 10017 125 0 1
1804 10017 161 1 3
1805 10018 32 0 1
1806 10019 144 0 1
1807 10019 144 1 3
1808 10020 10 0 1
1809 10020 10 1 3
1810 10021 22 0 1
1811 10021 22 1 3
1812 10022 164 0 1
1813 10023 163 0 1
1814 10024 154 0 1
1815 10025 51 0 1
1816 10025 151 0 2
1817 10025 172 1 3
1818 10026 176 0 1
1819 10027 53 0 1
1820 10027 119 0 2
1821 10027 15 1 3
1822 10028 53 0 1
1823 10028 119 0 2
1824 10028 15 1 3
1825 10029 53 0 1
1826 10029 119 0 2
1827 10029 15 1 3
1828 10030 53 0 1
1829 10030 119 0 2
1830 10030 15 1 3
1831 10031 53 0 1
1832 10031 119 0 2
1833 10031 15 1 3
1834 10032 53 0 1
1835 10032 119 0 2
1836 10032 15 1 3
1837 10033 47 0 1
1838 10034 181 0 1
1839 10035 70 0 1
1840 10036 178 0 1
1841 10037 36 0 1
1842 10038 23 0 1
1843 10039 184 0 1
1844 10040 185 0 1
1845 10041 104 0 1
1846 10042 181 0 1
1847 10043 80 0 1
1848 10044 15 0 1
1849 10045 104 0 1
1850 10046 101 0 1
1851 10047 92 0 1
1852 10048 94 0 1
1853 10049 45 0 1
1854 10050 3 0 1
1855 10051 182 0 1
1856 10052 37 0 1
1857 10053 111 0 1
1858 10054 74 0 1
1859 10055 22 0 1
1860 10056 158 0 1
1861 10057 156 0 1
1862 10058 159 0 1
1863 10059 91 0 1
1864 10060 117 0 1

View File

@ -1,11 +1,31 @@
pokemon_color_id,local_language_id,name
1,1,黒い
1,8,Nero
1,9,Black
2,1,青い
2,8,Blu
2,9,Blue
3,1,茶色
3,8,Marrone
3,9,Brown
4,1,灰色
4,8,Grigio
4,9,Gray
5,1,緑
5,8,Verde
5,9,Green
6,1,ピンク
6,8,Rosa
6,9,Pink
7,1,パーパル
7,8,Viola
7,9,Purple
8,1,赤い
8,8,Rosso
8,9,Red
9,1,白い
9,8,Bianco
9,9,White
10,1,黄色
10,8,Giallo
10,9,Yellow

1 pokemon_color_id local_language_id name
2 1 1 黒い
3 1 8 Nero
4 1 9 Black
5 2 1 青い
6 2 8 Blu
7 2 9 Blue
8 3 1 茶色
9 3 8 Marrone
10 3 9 Brown
11 4 1 灰色
12 4 8 Grigio
13 4 9 Gray
14 5 1
15 5 8 Verde
16 5 9 Green
17 6 1 ピンク
18 6 8 Rosa
19 6 9 Pink
20 7 1 パーパル
21 7 8 Viola
22 7 9 Purple
23 8 1 赤い
24 8 8 Rosso
25 8 9 Red
26 9 1 白い
27 9 8 Bianco
28 9 9 White
29 10 1 黄色
30 10 8 Giallo
31 10 9 Yellow

File diff suppressed because it is too large Load Diff

View File

@ -823,3 +823,88 @@ species_id,egg_group_id
647,15
648,15
649,15
650,5
651,5
652,5
653,5
654,5
655,5
656,2
657,2
658,2
659,5
660,5
661,4
662,4
663,4
664,3
665,3
666,3
667,5
668,5
669,6
670,6
671,6
672,5
673,5
674,5
674,8
675,5
675,8
676,5
677,5
678,5
679,10
680,10
681,10
682,6
683,6
684,6
685,6
686,2
686,12
687,2
687,12
688,9
689,9
690,2
690,14
691,2
691,14
692,2
692,9
693,2
693,9
694,1
694,14
695,1
695,14
696,1
696,14
697,1
697,14
698,1
699,1
700,5
701,8
702,5
702,6
703,6
703,10
704,14
705,14
706,14
707,10
708,7
708,11
709,7
709,11
710,11
711,11
712,1
713,1
714,4
715,4
716,15
717,15
718,15

1 species_id egg_group_id
823 647 15
824 648 15
825 649 15
826 650 5
827 651 5
828 652 5
829 653 5
830 654 5
831 655 5
832 656 2
833 657 2
834 658 2
835 659 5
836 660 5
837 661 4
838 662 4
839 663 4
840 664 3
841 665 3
842 666 3
843 667 5
844 668 5
845 669 6
846 670 6
847 671 6
848 672 5
849 673 5
850 674 5
851 674 8
852 675 5
853 675 8
854 676 5
855 677 5
856 678 5
857 679 10
858 680 10
859 681 10
860 682 6
861 683 6
862 684 6
863 685 6
864 686 2
865 686 12
866 687 2
867 687 12
868 688 9
869 689 9
870 690 2
871 690 14
872 691 2
873 691 14
874 692 2
875 692 9
876 693 2
877 693 9
878 694 1
879 694 14
880 695 1
881 695 14
882 696 1
883 696 14
884 697 1
885 697 14
886 698 1
887 699 1
888 700 5
889 701 8
890 702 5
891 702 6
892 703 6
893 703 10
894 704 14
895 705 14
896 706 14
897 707 10
898 708 7
899 708 11
900 709 7
901 709 11
902 710 11
903 711 11
904 712 1
905 713 1
906 714 4
907 715 4
908 716 15
909 717 15
910 718 15

View File

@ -1,326 +1,365 @@
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,minimum_happiness,minimum_beauty,relative_physical_stats,party_species_id,trade_species_id
1,2,1,,16,,,,,,,,,,
2,3,1,,32,,,,,,,,,,
3,5,1,,16,,,,,,,,,,
4,6,1,,36,,,,,,,,,,
5,8,1,,16,,,,,,,,,,
6,9,1,,36,,,,,,,,,,
7,11,1,,7,,,,,,,,,,
8,12,1,,10,,,,,,,,,,
9,14,1,,7,,,,,,,,,,
10,15,1,,10,,,,,,,,,,
11,17,1,,18,,,,,,,,,,
12,18,1,,36,,,,,,,,,,
13,20,1,,20,,,,,,,,,,
14,22,1,,20,,,,,,,,,,
15,24,1,,22,,,,,,,,,,
16,25,1,,,,,,,,220,,,,
17,26,3,83,,,,,,,,,,,
18,28,1,,22,,,,,,,,,,
19,30,1,,16,,,,,,,,,,
20,31,3,81,,,,,,,,,,,
21,33,1,,16,,,,,,,,,,
22,34,3,81,,,,,,,,,,,
23,35,1,,,,,,,,220,,,,
24,36,3,81,,,,,,,,,,,
25,38,3,82,,,,,,,,,,,
26,39,1,,,,,,,,220,,,,
27,40,3,81,,,,,,,,,,,
28,42,1,,22,,,,,,,,,,
29,44,1,,21,,,,,,,,,,
30,45,3,85,,,,,,,,,,,
31,47,1,,24,,,,,,,,,,
32,49,1,,31,,,,,,,,,,
33,51,1,,26,,,,,,,,,,
34,53,1,,28,,,,,,,,,,
35,55,1,,33,,,,,,,,,,
36,57,1,,28,,,,,,,,,,
37,59,3,82,,,,,,,,,,,
38,61,1,,25,,,,,,,,,,
39,62,3,84,,,,,,,,,,,
40,64,1,,16,,,,,,,,,,
41,65,2,,,,,,,,,,,,
42,67,1,,28,,,,,,,,,,
43,68,2,,,,,,,,,,,,
44,70,1,,21,,,,,,,,,,
45,71,3,85,,,,,,,,,,,
46,73,1,,30,,,,,,,,,,
47,75,1,,25,,,,,,,,,,
48,76,2,,,,,,,,,,,,
49,78,1,,40,,,,,,,,,,
50,80,1,,37,,,,,,,,,,
51,82,1,,30,,,,,,,,,,
52,85,1,,31,,,,,,,,,,
53,87,1,,34,,,,,,,,,,
54,89,1,,38,,,,,,,,,,
55,91,3,84,,,,,,,,,,,
56,93,1,,25,,,,,,,,,,
57,94,2,,,,,,,,,,,,
58,97,1,,26,,,,,,,,,,
59,99,1,,28,,,,,,,,,,
60,101,1,,30,,,,,,,,,,
61,103,3,85,,,,,,,,,,,
62,105,1,,28,,,,,,,,,,
63,106,1,,20,,,,,,,,1,,
64,107,1,,20,,,,,,,,-1,,
65,110,1,,35,,,,,,,,,,
66,112,1,,42,,,,,,,,,,
67,113,1,,,,,110,day,,,,,,
68,117,1,,32,,,,,,,,,,
69,119,1,,33,,,,,,,,,,
70,121,3,84,,,,,,,,,,,
71,122,1,,,,,,,102,,,,,
72,124,1,,30,,,,,,,,,,
73,125,1,,30,,,,,,,,,,
74,126,1,,30,,,,,,,,,,
75,130,1,,20,,,,,,,,,,
76,134,3,84,,,,,,,,,,,
77,135,3,83,,,,,,,,,,,
78,136,3,82,,,,,,,,,,,
79,139,1,,40,,,,,,,,,,
80,141,1,,40,,,,,,,,,,
81,143,1,,,,,,,,220,,,,
82,148,1,,30,,,,,,,,,,
83,149,1,,55,,,,,,,,,,
84,153,1,,16,,,,,,,,,,
85,154,1,,32,,,,,,,,,,
86,156,1,,14,,,,,,,,,,
87,157,1,,36,,,,,,,,,,
88,159,1,,18,,,,,,,,,,
89,160,1,,30,,,,,,,,,,
90,162,1,,15,,,,,,,,,,
91,164,1,,20,,,,,,,,,,
92,166,1,,18,,,,,,,,,,
93,168,1,,22,,,,,,,,,,
94,169,1,,,,,,,,220,,,,
95,171,1,,27,,,,,,,,,,
96,176,1,,,,,,,,220,,,,
97,178,1,,25,,,,,,,,,,
98,180,1,,15,,,,,,,,,,
99,181,1,,30,,,,,,,,,,
100,182,3,80,,,,,,,,,,,
101,183,1,,,,,,,,220,,,,
102,184,1,,18,,,,,,,,,,
103,185,1,,,,,,,102,,,,,
104,186,2,,,,,198,,,,,,,
105,188,1,,18,,,,,,,,,,
106,189,1,,27,,,,,,,,,,
107,192,3,80,,,,,,,,,,,
108,195,1,,20,,,,,,,,,,
109,196,1,,,,,,day,,220,,,,
110,197,1,,,,,,night,,220,,,,
111,199,2,,,,,198,,,,,,,
112,202,1,,15,,,,,,,,,,
113,205,1,,31,,,,,,,,,,
114,208,2,,,,,210,,,,,,,
115,210,1,,23,,,,,,,,,,
116,212,2,,,,,210,,,,,,,
117,217,1,,30,,,,,,,,,,
118,219,1,,38,,,,,,,,,,
119,221,1,,33,,,,,,,,,,
120,224,1,,25,,,,,,,,,,
121,226,1,,,,,,,,,,,223,
122,229,1,,24,,,,,,,,,,
123,230,2,,,,,212,,,,,,,
124,232,1,,25,,,,,,,,,,
125,233,2,,,,,229,,,,,,,
126,237,1,,20,,,,,,,,0,,
127,242,1,,,,,,,,220,,,,
128,247,1,,30,,,,,,,,,,
129,248,1,,55,,,,,,,,,,
130,253,1,,16,,,,,,,,,,
131,254,1,,36,,,,,,,,,,
132,256,1,,16,,,,,,,,,,
133,257,1,,36,,,,,,,,,,
134,259,1,,16,,,,,,,,,,
135,260,1,,36,,,,,,,,,,
136,262,1,,18,,,,,,,,,,
137,264,1,,20,,,,,,,,,,
138,266,1,,7,,,,,,,,,,
139,267,1,,10,,,,,,,,,,
140,268,1,,7,,,,,,,,,,
141,269,1,,10,,,,,,,,,,
142,271,1,,14,,,,,,,,,,
143,272,3,84,,,,,,,,,,,
144,274,1,,14,,,,,,,,,,
145,275,3,85,,,,,,,,,,,
146,277,1,,22,,,,,,,,,,
147,279,1,,25,,,,,,,,,,
148,281,1,,20,,,,,,,,,,
149,282,1,,30,,,,,,,,,,
150,284,1,,22,,,,,,,,,,
151,286,1,,23,,,,,,,,,,
152,288,1,,18,,,,,,,,,,
153,289,1,,36,,,,,,,,,,
154,291,1,,20,,,,,,,,,,
155,292,4,,,,,,,,,,,,
156,294,1,,20,,,,,,,,,,
157,295,1,,40,,,,,,,,,,
158,297,1,,24,,,,,,,,,,
159,301,3,81,,,,,,,,,,,
160,305,1,,32,,,,,,,,,,
161,306,1,,42,,,,,,,,,,
162,308,1,,37,,,,,,,,,,
163,310,1,,26,,,,,,,,,,
164,315,1,,,,,,day,,220,,,,
165,317,1,,26,,,,,,,,,,
166,319,1,,30,,,,,,,,,,
167,321,1,,40,,,,,,,,,,
168,323,1,,33,,,,,,,,,,
169,326,1,,32,,,,,,,,,,
170,329,1,,35,,,,,,,,,,
171,330,1,,45,,,,,,,,,,
172,332,1,,32,,,,,,,,,,
173,334,1,,35,,,,,,,,,,
174,340,1,,30,,,,,,,,,,
175,342,1,,30,,,,,,,,,,
176,344,1,,36,,,,,,,,,,
177,346,1,,40,,,,,,,,,,
178,348,1,,40,,,,,,,,,,
179,350,1,,,,,,,,,171,,,
180,354,1,,37,,,,,,,,,,
181,356,1,,37,,,,,,,,,,
182,358,1,,,,,,night,,220,,,,
183,362,1,,42,,,,,,,,,,
184,364,1,,32,,,,,,,,,,
185,365,1,,44,,,,,,,,,,
186,367,2,,,,,203,,,,,,,
187,368,2,,,,,204,,,,,,,
188,372,1,,30,,,,,,,,,,
189,373,1,,50,,,,,,,,,,
190,375,1,,20,,,,,,,,,,
191,376,1,,45,,,,,,,,,,
192,388,1,,18,,,,,,,,,,
193,389,1,,32,,,,,,,,,,
194,391,1,,14,,,,,,,,,,
195,392,1,,36,,,,,,,,,,
196,394,1,,16,,,,,,,,,,
197,395,1,,36,,,,,,,,,,
198,397,1,,14,,,,,,,,,,
199,398,1,,34,,,,,,,,,,
200,400,1,,15,,,,,,,,,,
201,402,1,,10,,,,,,,,,,
202,404,1,,15,,,,,,,,,,
203,405,1,,30,,,,,,,,,,
204,407,3,107,,,,,,,,,,,
205,409,1,,30,,,,,,,,,,
206,411,1,,30,,,,,,,,,,
207,413,1,,20,1,,,,,,,,,
208,414,1,,20,2,,,,,,,,,
209,416,1,,21,1,,,,,,,,,
210,419,1,,26,,,,,,,,,,
211,421,1,,25,,,,,,,,,,
212,423,1,,30,,,,,,,,,,
213,424,1,,,,,,,458,,,,,
214,426,1,,28,,,,,,,,,,
215,428,1,,,,,,,,220,,,,
216,429,3,108,,,,,,,,,,,
217,430,3,108,,,,,,,,,,,
218,432,1,,38,,,,,,,,,,
219,435,1,,34,,,,,,,,,,
220,437,1,,33,,,,,,,,,,
221,444,1,,24,,,,,,,,,,
222,445,1,,48,,,,,,,,,,
223,448,1,,,,,,day,,220,,,,
224,450,1,,34,,,,,,,,,,
225,452,1,,40,,,,,,,,,,
226,454,1,,37,,,,,,,,,,
227,457,1,,31,,,,,,,,,,
228,460,1,,40,,,,,,,,,,
229,461,1,,,,,303,night,,,,,,
230,462,1,,,,10,,,,,,,,
231,463,1,,,,,,,205,,,,,
232,464,2,,,,,298,,,,,,,
233,465,1,,,,,,,246,,,,,
234,466,2,,,,,299,,,,,,,
235,467,2,,,,,300,,,,,,,
236,468,3,107,,,,,,,,,,,
237,469,1,,,,,,,246,,,,,
238,470,1,,,,8,,,,,,,,
239,471,1,,,,48,,,,,,,,
240,472,1,,,,,304,night,,,,,,
241,473,1,,,,,,,246,,,,,
242,474,2,,,,,301,,,,,,,
243,475,3,109,,2,,,,,,,,,
244,476,1,,,,10,,,,,,,,
245,477,2,,,,,302,,,,,,,
246,478,3,109,,1,,,,,,,,,
247,496,1,,17,,,,,,,,,,
248,497,1,,36,,,,,,,,,,
249,499,1,,17,,,,,,,,,,
250,500,1,,36,,,,,,,,,,
251,502,1,,17,,,,,,,,,,
252,503,1,,36,,,,,,,,,,
253,505,1,,20,,,,,,,,,,
254,507,1,,16,,,,,,,,,,
255,508,1,,32,,,,,,,,,,
256,510,1,,20,,,,,,,,,,
257,512,3,85,,,,,,,,,,,
258,514,3,82,,,,,,,,,,,
259,516,3,84,,,,,,,,,,,
260,518,3,81,,,,,,,,,,,
261,520,1,,21,,,,,,,,,,
262,521,1,,32,,,,,,,,,,
263,523,1,,27,,,,,,,,,,
264,525,1,,25,,,,,,,,,,
265,526,2,,,,,,,,,,,,
266,528,1,,,,,,,,220,,,,
267,530,1,,31,,,,,,,,,,
268,533,1,,25,,,,,,,,,,
269,534,2,,,,,,,,,,,,
270,536,1,,25,,,,,,,,,,
271,537,1,,36,,,,,,,,,,
272,541,1,,20,,,,,,,,,,
273,542,1,,,,,,,,220,,,,
274,544,1,,22,,,,,,,,,,
275,545,1,,30,,,,,,,,,,
276,547,3,80,,,,,,,,,,,
277,549,3,80,,,,,,,,,,,
278,552,1,,29,,,,,,,,,,
279,553,1,,40,,,,,,,,,,
280,555,1,,35,,,,,,,,,,
281,558,1,,34,,,,,,,,,,
282,560,1,,39,,,,,,,,,,
283,563,1,,34,,,,,,,,,,
284,565,1,,37,,,,,,,,,,
285,567,1,,37,,,,,,,,,,
286,569,1,,36,,,,,,,,,,
287,571,1,,30,,,,,,,,,,
288,573,3,107,,,,,,,,,,,
289,575,1,,32,,,,,,,,,,
290,576,1,,41,,,,,,,,,,
291,578,1,,32,,,,,,,,,,
292,579,1,,41,,,,,,,,,,
293,581,1,,35,,,,,,,,,,
294,583,1,,35,,,,,,,,,,
295,584,1,,47,,,,,,,,,,
296,586,1,,34,,,,,,,,,,
297,589,2,,,,,,,,,,,,616
298,591,1,,39,,,,,,,,,,
299,593,1,,40,,,,,,,,,,
300,596,1,,36,,,,,,,,,,
301,598,1,,40,,,,,,,,,,
302,600,1,,38,,,,,,,,,,
303,601,1,,49,,,,,,,,,,
304,603,1,,39,,,,,,,,,,
305,604,3,83,,,,,,,,,,,
306,606,1,,42,,,,,,,,,,
307,608,1,,41,,,,,,,,,,
308,609,3,108,,,,,,,,,,,
309,611,1,,38,,,,,,,,,,
310,612,1,,48,,,,,,,,,,
311,614,1,,37,,,,,,,,,,
312,617,2,,,,,,,,,,,,588
313,620,1,,50,,,,,,,,,,
314,623,1,,43,,,,,,,,,,
315,625,1,,52,,,,,,,,,,
316,628,1,,54,,,,,,,,,,
317,630,1,,54,,,,,,,,,,
318,634,1,,50,,,,,,,,,,
319,635,1,,64,,,,,,,,,,
320,637,1,,59,,,,,,,,,,
321,350,2,,,,,580,,,,,,,
322,462,1,,,,379,,,,,,,,
323,476,1,,,,379,,,,,,,,
324,470,1,,,,375,,,,,,,,
325,471,1,,,,380,,,,,,,,
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
1,2,1,,16,,,,,,,,,,,,,,0,0
2,3,1,,32,,,,,,,,,,,,,,0,0
3,5,1,,16,,,,,,,,,,,,,,0,0
4,6,1,,36,,,,,,,,,,,,,,0,0
5,8,1,,16,,,,,,,,,,,,,,0,0
6,9,1,,36,,,,,,,,,,,,,,0,0
7,11,1,,7,,,,,,,,,,,,,,0,0
8,12,1,,10,,,,,,,,,,,,,,0,0
9,14,1,,7,,,,,,,,,,,,,,0,0
10,15,1,,10,,,,,,,,,,,,,,0,0
11,17,1,,18,,,,,,,,,,,,,,0,0
12,18,1,,36,,,,,,,,,,,,,,0,0
13,20,1,,20,,,,,,,,,,,,,,0,0
14,22,1,,20,,,,,,,,,,,,,,0,0
15,24,1,,22,,,,,,,,,,,,,,0,0
16,25,1,,,,,,,,,220,,,,,,,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
24,36,3,81,,,,,,,,,,,,,,,0,0
25,38,3,82,,,,,,,,,,,,,,,0,0
26,39,1,,,,,,,,,220,,,,,,,0,0
27,40,3,81,,,,,,,,,,,,,,,0,0
28,42,1,,22,,,,,,,,,,,,,,0,0
29,44,1,,21,,,,,,,,,,,,,,0,0
30,45,3,85,,,,,,,,,,,,,,,0,0
31,47,1,,24,,,,,,,,,,,,,,0,0
32,49,1,,31,,,,,,,,,,,,,,0,0
33,51,1,,26,,,,,,,,,,,,,,0,0
34,53,1,,28,,,,,,,,,,,,,,0,0
35,55,1,,33,,,,,,,,,,,,,,0,0
36,57,1,,28,,,,,,,,,,,,,,0,0
37,59,3,82,,,,,,,,,,,,,,,0,0
38,61,1,,25,,,,,,,,,,,,,,0,0
39,62,3,84,,,,,,,,,,,,,,,0,0
40,64,1,,16,,,,,,,,,,,,,,0,0
41,65,2,,,,,,,,,,,,,,,,0,0
42,67,1,,28,,,,,,,,,,,,,,0,0
43,68,2,,,,,,,,,,,,,,,,0,0
44,70,1,,21,,,,,,,,,,,,,,0,0
45,71,3,85,,,,,,,,,,,,,,,0,0
46,73,1,,30,,,,,,,,,,,,,,0,0
47,75,1,,25,,,,,,,,,,,,,,0,0
48,76,2,,,,,,,,,,,,,,,,0,0
49,78,1,,40,,,,,,,,,,,,,,0,0
50,80,1,,37,,,,,,,,,,,,,,0,0
51,82,1,,30,,,,,,,,,,,,,,0,0
52,85,1,,31,,,,,,,,,,,,,,0,0
53,87,1,,34,,,,,,,,,,,,,,0,0
54,89,1,,38,,,,,,,,,,,,,,0,0
55,91,3,84,,,,,,,,,,,,,,,0,0
56,93,1,,25,,,,,,,,,,,,,,0,0
57,94,2,,,,,,,,,,,,,,,,0,0
58,97,1,,26,,,,,,,,,,,,,,0,0
59,99,1,,28,,,,,,,,,,,,,,0,0
60,101,1,,30,,,,,,,,,,,,,,0,0
61,103,3,85,,,,,,,,,,,,,,,0,0
62,105,1,,28,,,,,,,,,,,,,,0,0
63,106,1,,20,,,,,,,,,,1,,,,0,0
64,107,1,,20,,,,,,,,,,-1,,,,0,0
65,110,1,,35,,,,,,,,,,,,,,0,0
66,112,1,,42,,,,,,,,,,,,,,0,0
67,113,1,,,,,110,day,,,,,,,,,,0,0
68,117,1,,32,,,,,,,,,,,,,,0,0
69,119,1,,33,,,,,,,,,,,,,,0,0
70,121,3,84,,,,,,,,,,,,,,,0,0
71,122,1,,,,,,,102,,,,,,,,,0,0
72,124,1,,30,,,,,,,,,,,,,,0,0
73,125,1,,30,,,,,,,,,,,,,,0,0
74,126,1,,30,,,,,,,,,,,,,,0,0
75,130,1,,20,,,,,,,,,,,,,,0,0
76,134,3,84,,,,,,,,,,,,,,,0,0
77,135,3,83,,,,,,,,,,,,,,,0,0
78,136,3,82,,,,,,,,,,,,,,,0,0
79,139,1,,40,,,,,,,,,,,,,,0,0
80,141,1,,40,,,,,,,,,,,,,,0,0
81,143,1,,,,,,,,,220,,,,,,,0,0
82,148,1,,30,,,,,,,,,,,,,,0,0
83,149,1,,55,,,,,,,,,,,,,,0,0
84,153,1,,16,,,,,,,,,,,,,,0,0
85,154,1,,32,,,,,,,,,,,,,,0,0
86,156,1,,14,,,,,,,,,,,,,,0,0
87,157,1,,36,,,,,,,,,,,,,,0,0
88,159,1,,18,,,,,,,,,,,,,,0,0
89,160,1,,30,,,,,,,,,,,,,,0,0
90,162,1,,15,,,,,,,,,,,,,,0,0
91,164,1,,20,,,,,,,,,,,,,,0,0
92,166,1,,18,,,,,,,,,,,,,,0,0
93,168,1,,22,,,,,,,,,,,,,,0,0
94,169,1,,,,,,,,,220,,,,,,,0,0
95,171,1,,27,,,,,,,,,,,,,,0,0
96,176,1,,,,,,,,,220,,,,,,,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
102,184,1,,18,,,,,,,,,,,,,,0,0
103,185,1,,,,,,,102,,,,,,,,,0,0
104,186,2,,,,,198,,,,,,,,,,,0,0
105,188,1,,18,,,,,,,,,,,,,,0,0
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
111,199,2,,,,,198,,,,,,,,,,,0,0
112,202,1,,15,,,,,,,,,,,,,,0,0
113,205,1,,31,,,,,,,,,,,,,,0,0
114,208,2,,,,,210,,,,,,,,,,,0,0
115,210,1,,23,,,,,,,,,,,,,,0,0
116,212,2,,,,,210,,,,,,,,,,,0,0
117,217,1,,30,,,,,,,,,,,,,,0,0
118,219,1,,38,,,,,,,,,,,,,,0,0
119,221,1,,33,,,,,,,,,,,,,,0,0
120,224,1,,25,,,,,,,,,,,,,,0,0
121,226,1,,,,,,,,,,,,,223,,,0,0
122,229,1,,24,,,,,,,,,,,,,,0,0
123,230,2,,,,,212,,,,,,,,,,,0,0
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
128,247,1,,30,,,,,,,,,,,,,,0,0
129,248,1,,55,,,,,,,,,,,,,,0,0
130,253,1,,16,,,,,,,,,,,,,,0,0
131,254,1,,36,,,,,,,,,,,,,,0,0
132,256,1,,16,,,,,,,,,,,,,,0,0
133,257,1,,36,,,,,,,,,,,,,,0,0
134,259,1,,16,,,,,,,,,,,,,,0,0
135,260,1,,36,,,,,,,,,,,,,,0,0
136,262,1,,18,,,,,,,,,,,,,,0,0
137,264,1,,20,,,,,,,,,,,,,,0,0
138,266,1,,7,,,,,,,,,,,,,,0,0
139,267,1,,10,,,,,,,,,,,,,,0,0
140,268,1,,7,,,,,,,,,,,,,,0,0
141,269,1,,10,,,,,,,,,,,,,,0,0
142,271,1,,14,,,,,,,,,,,,,,0,0
143,272,3,84,,,,,,,,,,,,,,,0,0
144,274,1,,14,,,,,,,,,,,,,,0,0
145,275,3,85,,,,,,,,,,,,,,,0,0
146,277,1,,22,,,,,,,,,,,,,,0,0
147,279,1,,25,,,,,,,,,,,,,,0,0
148,281,1,,20,,,,,,,,,,,,,,0,0
149,282,1,,30,,,,,,,,,,,,,,0,0
150,284,1,,22,,,,,,,,,,,,,,0,0
151,286,1,,23,,,,,,,,,,,,,,0,0
152,288,1,,18,,,,,,,,,,,,,,0,0
153,289,1,,36,,,,,,,,,,,,,,0,0
154,291,1,,20,,,,,,,,,,,,,,0,0
155,292,4,,,,,,,,,,,,,,,,0,0
156,294,1,,20,,,,,,,,,,,,,,0,0
157,295,1,,40,,,,,,,,,,,,,,0,0
158,297,1,,24,,,,,,,,,,,,,,0,0
159,301,3,81,,,,,,,,,,,,,,,0,0
160,305,1,,32,,,,,,,,,,,,,,0,0
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
165,317,1,,26,,,,,,,,,,,,,,0,0
166,319,1,,30,,,,,,,,,,,,,,0,0
167,321,1,,40,,,,,,,,,,,,,,0,0
168,323,1,,33,,,,,,,,,,,,,,0,0
169,326,1,,32,,,,,,,,,,,,,,0,0
170,329,1,,35,,,,,,,,,,,,,,0,0
171,330,1,,45,,,,,,,,,,,,,,0,0
172,332,1,,32,,,,,,,,,,,,,,0,0
173,334,1,,35,,,,,,,,,,,,,,0,0
174,340,1,,30,,,,,,,,,,,,,,0,0
175,342,1,,30,,,,,,,,,,,,,,0,0
176,344,1,,36,,,,,,,,,,,,,,0,0
177,346,1,,40,,,,,,,,,,,,,,0,0
178,348,1,,40,,,,,,,,,,,,,,0,0
179,350,1,,,,,,,,,,171,,,,,,0,0
180,354,1,,37,,,,,,,,,,,,,,0,0
181,356,1,,37,,,,,,,,,,,,,,0,0
182,358,1,,,,,,night,,,220,,,,,,,0,0
183,362,1,,42,,,,,,,,,,,,,,0,0
184,364,1,,32,,,,,,,,,,,,,,0,0
185,365,1,,44,,,,,,,,,,,,,,0,0
186,367,2,,,,,203,,,,,,,,,,,0,0
187,368,2,,,,,204,,,,,,,,,,,0,0
188,372,1,,30,,,,,,,,,,,,,,0,0
189,373,1,,50,,,,,,,,,,,,,,0,0
190,375,1,,20,,,,,,,,,,,,,,0,0
191,376,1,,45,,,,,,,,,,,,,,0,0
192,388,1,,18,,,,,,,,,,,,,,0,0
193,389,1,,32,,,,,,,,,,,,,,0,0
194,391,1,,14,,,,,,,,,,,,,,0,0
195,392,1,,36,,,,,,,,,,,,,,0,0
196,394,1,,16,,,,,,,,,,,,,,0,0
197,395,1,,36,,,,,,,,,,,,,,0,0
198,397,1,,14,,,,,,,,,,,,,,0,0
199,398,1,,34,,,,,,,,,,,,,,0,0
200,400,1,,15,,,,,,,,,,,,,,0,0
201,402,1,,10,,,,,,,,,,,,,,0,0
202,404,1,,15,,,,,,,,,,,,,,0,0
203,405,1,,30,,,,,,,,,,,,,,0,0
204,407,3,107,,,,,,,,,,,,,,,0,0
205,409,1,,30,,,,,,,,,,,,,,0,0
206,411,1,,30,,,,,,,,,,,,,,0,0
207,413,1,,20,1,,,,,,,,,,,,,0,0
208,414,1,,20,2,,,,,,,,,,,,,0,0
209,416,1,,21,1,,,,,,,,,,,,,0,0
210,419,1,,26,,,,,,,,,,,,,,0,0
211,421,1,,25,,,,,,,,,,,,,,0,0
212,423,1,,30,,,,,,,,,,,,,,0,0
213,424,1,,,,,,,458,,,,,,,,,0,0
214,426,1,,28,,,,,,,,,,,,,,0,0
215,428,1,,,,,,,,,220,,,,,,,0,0
216,429,3,108,,,,,,,,,,,,,,,0,0
217,430,3,108,,,,,,,,,,,,,,,0,0
218,432,1,,38,,,,,,,,,,,,,,0,0
219,435,1,,34,,,,,,,,,,,,,,0,0
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
224,450,1,,34,,,,,,,,,,,,,,0,0
225,452,1,,40,,,,,,,,,,,,,,0,0
226,454,1,,37,,,,,,,,,,,,,,0,0
227,457,1,,31,,,,,,,,,,,,,,0,0
228,460,1,,40,,,,,,,,,,,,,,0,0
229,461,1,,,,,303,night,,,,,,,,,,0,0
230,462,1,,,,10,,,,,,,,,,,,0,0
231,463,1,,,,,,,205,,,,,,,,,0,0
232,464,2,,,,,298,,,,,,,,,,,0,0
233,465,1,,,,,,,246,,,,,,,,,0,0
234,466,2,,,,,299,,,,,,,,,,,0,0
235,467,2,,,,,300,,,,,,,,,,,0,0
236,468,3,107,,,,,,,,,,,,,,,0,0
237,469,1,,,,,,,246,,,,,,,,,0,0
238,470,1,,,,8,,,,,,,,,,,,0,0
239,471,1,,,,48,,,,,,,,,,,,0,0
240,472,1,,,,,304,night,,,,,,,,,,0,0
241,473,1,,,,,,,246,,,,,,,,,0,0
242,474,2,,,,,301,,,,,,,,,,,0,0
243,475,3,109,,2,,,,,,,,,,,,,0,0
244,476,1,,,,10,,,,,,,,,,,,0,0
245,477,2,,,,,302,,,,,,,,,,,0,0
246,478,3,109,,1,,,,,,,,,,,,,0,0
247,496,1,,17,,,,,,,,,,,,,,0,0
248,497,1,,36,,,,,,,,,,,,,,0,0
249,499,1,,17,,,,,,,,,,,,,,0,0
250,500,1,,36,,,,,,,,,,,,,,0,0
251,502,1,,17,,,,,,,,,,,,,,0,0
252,503,1,,36,,,,,,,,,,,,,,0,0
253,505,1,,20,,,,,,,,,,,,,,0,0
254,507,1,,16,,,,,,,,,,,,,,0,0
255,508,1,,32,,,,,,,,,,,,,,0,0
256,510,1,,20,,,,,,,,,,,,,,0,0
257,512,3,85,,,,,,,,,,,,,,,0,0
258,514,3,82,,,,,,,,,,,,,,,0,0
259,516,3,84,,,,,,,,,,,,,,,0,0
260,518,3,81,,,,,,,,,,,,,,,0,0
261,520,1,,21,,,,,,,,,,,,,,0,0
262,521,1,,32,,,,,,,,,,,,,,0,0
263,523,1,,27,,,,,,,,,,,,,,0,0
264,525,1,,25,,,,,,,,,,,,,,0,0
265,526,2,,,,,,,,,,,,,,,,0,0
266,528,1,,,,,,,,,220,,,,,,,0,0
267,530,1,,31,,,,,,,,,,,,,,0,0
268,533,1,,25,,,,,,,,,,,,,,0,0
269,534,2,,,,,,,,,,,,,,,,0,0
270,536,1,,25,,,,,,,,,,,,,,0,0
271,537,1,,36,,,,,,,,,,,,,,0,0
272,541,1,,20,,,,,,,,,,,,,,0,0
273,542,1,,,,,,,,,220,,,,,,,0,0
274,544,1,,22,,,,,,,,,,,,,,0,0
275,545,1,,30,,,,,,,,,,,,,,0,0
276,547,3,80,,,,,,,,,,,,,,,0,0
277,549,3,80,,,,,,,,,,,,,,,0,0
278,552,1,,29,,,,,,,,,,,,,,0,0
279,553,1,,40,,,,,,,,,,,,,,0,0
280,555,1,,35,,,,,,,,,,,,,,0,0
281,558,1,,34,,,,,,,,,,,,,,0,0
282,560,1,,39,,,,,,,,,,,,,,0,0
283,563,1,,34,,,,,,,,,,,,,,0,0
284,565,1,,37,,,,,,,,,,,,,,0,0
285,567,1,,37,,,,,,,,,,,,,,0,0
286,569,1,,36,,,,,,,,,,,,,,0,0
287,571,1,,30,,,,,,,,,,,,,,0,0
288,573,3,107,,,,,,,,,,,,,,,0,0
289,575,1,,32,,,,,,,,,,,,,,0,0
290,576,1,,41,,,,,,,,,,,,,,0,0
291,578,1,,32,,,,,,,,,,,,,,0,0
292,579,1,,41,,,,,,,,,,,,,,0,0
293,581,1,,35,,,,,,,,,,,,,,0,0
294,583,1,,35,,,,,,,,,,,,,,0,0
295,584,1,,47,,,,,,,,,,,,,,0,0
296,586,1,,34,,,,,,,,,,,,,,0,0
297,589,2,,,,,,,,,,,,,,,616,0,0
298,591,1,,39,,,,,,,,,,,,,,0,0
299,593,1,,40,,,,,,,,,,,,,,0,0
300,596,1,,36,,,,,,,,,,,,,,0,0
301,598,1,,40,,,,,,,,,,,,,,0,0
302,600,1,,38,,,,,,,,,,,,,,0,0
303,601,1,,49,,,,,,,,,,,,,,0,0
304,603,1,,39,,,,,,,,,,,,,,0,0
305,604,3,83,,,,,,,,,,,,,,,0,0
306,606,1,,42,,,,,,,,,,,,,,0,0
307,608,1,,41,,,,,,,,,,,,,,0,0
308,609,3,108,,,,,,,,,,,,,,,0,0
309,611,1,,38,,,,,,,,,,,,,,0,0
310,612,1,,48,,,,,,,,,,,,,,0,0
311,614,1,,37,,,,,,,,,,,,,,0,0
312,617,2,,,,,,,,,,,,,,,588,0,0
313,620,1,,50,,,,,,,,,,,,,,0,0
314,623,1,,43,,,,,,,,,,,,,,0,0
315,625,1,,52,,,,,,,,,,,,,,0,0
316,628,1,,54,,,,,,,,,,,,,,0,0
317,630,1,,54,,,,,,,,,,,,,,0,0
318,634,1,,50,,,,,,,,,,,,,,0,0
319,635,1,,64,,,,,,,,,,,,,,0,0
320,637,1,,59,,,,,,,,,,,,,,0,0
321,350,2,,,,,580,,,,,,,,,,,0,0
322,462,1,,,,379,,,,,,,,,,,,0,0
323,476,1,,,,379,,,,,,,,,,,,0,0
324,470,1,,,,375,,,,,,,,,,,,0,0
325,471,1,,,,380,,,,,,,,,,,,0,0
327,683,2,,,,,687,,,,,,,,,,,0,0
328,662,1,,17,,,,,,,,,,,,,,0,0
329,709,2,,,,,,,,,,,,,,,,0,0
330,663,1,,35,,,,,,,,,,,,,,0,0
331,654,1,,16,,,,,,,,,,,,,,0,0
332,687,1,,30,,,,,,,,,,,,,,0,1
333,655,1,,36,,,,,,,,,,,,,,0,0
334,651,1,,16,,,,,,,,,,,,,,0,0
335,693,1,,37,,,,,,,,,,,,,,0,0
336,652,1,,36,,,,,,,,,,,,,,0,0
337,657,1,,16,,,,,,,,,,,,,,0,0
338,658,1,,36,,,,,,,,,,,,,,0,0
339,680,1,,35,,,,,,,,,,,,,,0,0
340,705,1,,40,,,,,,,,,,,,,,0,0
341,666,1,,12,,,,,,,,,,,,,,0,0
342,665,1,,9,,,,,,,,,,,,,,0,0
343,689,1,,39,,,,,,,,,,,,,,0,0
344,711,2,,,,,,,,,,,,,,,,0,0
345,660,1,,20,,,,,,,,,,,,,,0,0
346,670,1,,19,,,,,,,,,,,,,,0,0
347,671,3,107,,,,,,,,,,,,,,,0,0
348,681,3,108,,,,,,,,,,,,,,,0,0
349,675,1,,32,,,,,,,,,,,,17,,0,0
350,685,2,,,,,686,,,,,,,,,,,0,0
351,691,1,,48,,,,,,,,,,,,,,0,0
352,697,1,,39,,,,day,,,,,,,,,,0,0
353,699,1,,39,,,,night,,,,,,,,,,0,0
354,713,1,,37,,,,,,,,,,,,,,0,0
355,695,3,80,,,,,,,,,,,,,,,0,0
356,668,1,,35,,,,,,,,,,,,,,0,0
357,673,1,,32,,,,,,,,,,,,,,0,0
358,706,1,,50,,,,,,,,,,,,,,1,0
359,715,1,,48,,,,,,,,,,,,,,0,0
360,678,1,,25,,,,,,,,,,,,,,0,0
361,700,1,,,,,,,,18,,,2,,,,,0,0
362,462,1,,,,634,,,,,,,,,,,,0,0
363,470,1,,,,641,,,,,,,,,,,,0,0
364,471,1,,,,608,,,,,,,,,,,,0,0
365,476,1,,,,634,,,,,,,,,,,,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
2 1 2 1 16 0 0
3 2 3 1 32 0 0
4 3 5 1 16 0 0
5 4 6 1 36 0 0
6 5 8 1 16 0 0
7 6 9 1 36 0 0
8 7 11 1 7 0 0
9 8 12 1 10 0 0
10 9 14 1 7 0 0
11 10 15 1 10 0 0
12 11 17 1 18 0 0
13 12 18 1 36 0 0
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 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 0 0
25 24 36 3 81 0 0
26 25 38 3 82 0 0
27 26 39 1 220 0 0
28 27 40 3 81 0 0
29 28 42 1 22 0 0
30 29 44 1 21 0 0
31 30 45 3 85 0 0
32 31 47 1 24 0 0
33 32 49 1 31 0 0
34 33 51 1 26 0 0
35 34 53 1 28 0 0
36 35 55 1 33 0 0
37 36 57 1 28 0 0
38 37 59 3 82 0 0
39 38 61 1 25 0 0
40 39 62 3 84 0 0
41 40 64 1 16 0 0
42 41 65 2 0 0
43 42 67 1 28 0 0
44 43 68 2 0 0
45 44 70 1 21 0 0
46 45 71 3 85 0 0
47 46 73 1 30 0 0
48 47 75 1 25 0 0
49 48 76 2 0 0
50 49 78 1 40 0 0
51 50 80 1 37 0 0
52 51 82 1 30 0 0
53 52 85 1 31 0 0
54 53 87 1 34 0 0
55 54 89 1 38 0 0
56 55 91 3 84 0 0
57 56 93 1 25 0 0
58 57 94 2 0 0
59 58 97 1 26 0 0
60 59 99 1 28 0 0
61 60 101 1 30 0 0
62 61 103 3 85 0 0
63 62 105 1 28 0 0
64 63 106 1 20 1 0 0
65 64 107 1 20 -1 0 0
66 65 110 1 35 0 0
67 66 112 1 42 0 0
68 67 113 1 110 day 0 0
69 68 117 1 32 0 0
70 69 119 1 33 0 0
71 70 121 3 84 0 0
72 71 122 1 102 0 0
73 72 124 1 30 0 0
74 73 125 1 30 0 0
75 74 126 1 30 0 0
76 75 130 1 20 0 0
77 76 134 3 84 0 0
78 77 135 3 83 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 0 0
83 82 148 1 30 0 0
84 83 149 1 55 0 0
85 84 153 1 16 0 0
86 85 154 1 32 0 0
87 86 156 1 14 0 0
88 87 157 1 36 0 0
89 88 159 1 18 0 0
90 89 160 1 30 0 0
91 90 162 1 15 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 0 0
96 95 171 1 27 0 0
97 96 176 1 220 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 0 0
103 102 184 1 18 0 0
104 103 185 1 102 0 0
105 104 186 2 198 0 0
106 105 188 1 18 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 0 0
111 110 197 1 night 220 0 0
112 111 199 2 198 0 0
113 112 202 1 15 0 0
114 113 205 1 31 0 0
115 114 208 2 210 0 0
116 115 210 1 23 0 0
117 116 212 2 210 0 0
118 117 217 1 30 0 0
119 118 219 1 38 0 0
120 119 221 1 33 0 0
121 120 224 1 25 0 0
122 121 226 1 223 0 0
123 122 229 1 24 0 0
124 123 230 2 212 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 0 0
129 128 247 1 30 0 0
130 129 248 1 55 0 0
131 130 253 1 16 0 0
132 131 254 1 36 0 0
133 132 256 1 16 0 0
134 133 257 1 36 0 0
135 134 259 1 16 0 0
136 135 260 1 36 0 0
137 136 262 1 18 0 0
138 137 264 1 20 0 0
139 138 266 1 7 0 0
140 139 267 1 10 0 0
141 140 268 1 7 0 0
142 141 269 1 10 0 0
143 142 271 1 14 0 0
144 143 272 3 84 0 0
145 144 274 1 14 0 0
146 145 275 3 85 0 0
147 146 277 1 22 0 0
148 147 279 1 25 0 0
149 148 281 1 20 0 0
150 149 282 1 30 0 0
151 150 284 1 22 0 0
152 151 286 1 23 0 0
153 152 288 1 18 0 0
154 153 289 1 36 0 0
155 154 291 1 20 0 0
156 155 292 4 0 0
157 156 294 1 20 0 0
158 157 295 1 40 0 0
159 158 297 1 24 0 0
160 159 301 3 81 0 0
161 160 305 1 32 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 0 0
166 165 317 1 26 0 0
167 166 319 1 30 0 0
168 167 321 1 40 0 0
169 168 323 1 33 0 0
170 169 326 1 32 0 0
171 170 329 1 35 0 0
172 171 330 1 45 0 0
173 172 332 1 32 0 0
174 173 334 1 35 0 0
175 174 340 1 30 0 0
176 175 342 1 30 0 0
177 176 344 1 36 0 0
178 177 346 1 40 0 0
179 178 348 1 40 0 0
180 179 350 1 171 0 0
181 180 354 1 37 0 0
182 181 356 1 37 0 0
183 182 358 1 night 220 0 0
184 183 362 1 42 0 0
185 184 364 1 32 0 0
186 185 365 1 44 0 0
187 186 367 2 203 0 0
188 187 368 2 204 0 0
189 188 372 1 30 0 0
190 189 373 1 50 0 0
191 190 375 1 20 0 0
192 191 376 1 45 0 0
193 192 388 1 18 0 0
194 193 389 1 32 0 0
195 194 391 1 14 0 0
196 195 392 1 36 0 0
197 196 394 1 16 0 0
198 197 395 1 36 0 0
199 198 397 1 14 0 0
200 199 398 1 34 0 0
201 200 400 1 15 0 0
202 201 402 1 10 0 0
203 202 404 1 15 0 0
204 203 405 1 30 0 0
205 204 407 3 107 0 0
206 205 409 1 30 0 0
207 206 411 1 30 0 0
208 207 413 1 20 1 0 0
209 208 414 1 20 2 0 0
210 209 416 1 21 1 0 0
211 210 419 1 26 0 0
212 211 421 1 25 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 0 0
217 216 429 3 108 0 0
218 217 430 3 108 0 0
219 218 432 1 38 0 0
220 219 435 1 34 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 0 0
225 224 450 1 34 0 0
226 225 452 1 40 0 0
227 226 454 1 37 0 0
228 227 457 1 31 0 0
229 228 460 1 40 0 0
230 229 461 1 303 night 0 0
231 230 462 1 10 0 0
232 231 463 1 205 0 0
233 232 464 2 298 0 0
234 233 465 1 246 0 0
235 234 466 2 299 0 0
236 235 467 2 300 0 0
237 236 468 3 107 0 0
238 237 469 1 246 0 0
239 238 470 1 8 0 0
240 239 471 1 48 0 0
241 240 472 1 304 night 0 0
242 241 473 1 246 0 0
243 242 474 2 301 0 0
244 243 475 3 109 2 0 0
245 244 476 1 10 0 0
246 245 477 2 302 0 0
247 246 478 3 109 1 0 0
248 247 496 1 17 0 0
249 248 497 1 36 0 0
250 249 499 1 17 0 0
251 250 500 1 36 0 0
252 251 502 1 17 0 0
253 252 503 1 36 0 0
254 253 505 1 20 0 0
255 254 507 1 16 0 0
256 255 508 1 32 0 0
257 256 510 1 20 0 0
258 257 512 3 85 0 0
259 258 514 3 82 0 0
260 259 516 3 84 0 0
261 260 518 3 81 0 0
262 261 520 1 21 0 0
263 262 521 1 32 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 0 0
268 267 530 1 31 0 0
269 268 533 1 25 0 0
270 269 534 2 0 0
271 270 536 1 25 0 0
272 271 537 1 36 0 0
273 272 541 1 20 0 0
274 273 542 1 220 0 0
275 274 544 1 22 0 0
276 275 545 1 30 0 0
277 276 547 3 80 0 0
278 277 549 3 80 0 0
279 278 552 1 29 0 0
280 279 553 1 40 0 0
281 280 555 1 35 0 0
282 281 558 1 34 0 0
283 282 560 1 39 0 0
284 283 563 1 34 0 0
285 284 565 1 37 0 0
286 285 567 1 37 0 0
287 286 569 1 36 0 0
288 287 571 1 30 0 0
289 288 573 3 107 0 0
290 289 575 1 32 0 0
291 290 576 1 41 0 0
292 291 578 1 32 0 0
293 292 579 1 41 0 0
294 293 581 1 35 0 0
295 294 583 1 35 0 0
296 295 584 1 47 0 0
297 296 586 1 34 0 0
298 297 589 2 616 0 0
299 298 591 1 39 0 0
300 299 593 1 40 0 0
301 300 596 1 36 0 0
302 301 598 1 40 0 0
303 302 600 1 38 0 0
304 303 601 1 49 0 0
305 304 603 1 39 0 0
306 305 604 3 83 0 0
307 306 606 1 42 0 0
308 307 608 1 41 0 0
309 308 609 3 108 0 0
310 309 611 1 38 0 0
311 310 612 1 48 0 0
312 311 614 1 37 0 0
313 312 617 2 588 0 0
314 313 620 1 50 0 0
315 314 623 1 43 0 0
316 315 625 1 52 0 0
317 316 628 1 54 0 0
318 317 630 1 54 0 0
319 318 634 1 50 0 0
320 319 635 1 64 0 0
321 320 637 1 59 0 0
322 321 350 2 580 0 0
323 322 462 1 379 0 0
324 323 476 1 379 0 0
325 324 470 1 375 0 0
326 325 471 1 380 0 0
327 327 683 2 687 0 0
328 328 662 1 17 0 0
329 329 709 2 0 0
330 330 663 1 35 0 0
331 331 654 1 16 0 0
332 332 687 1 30 0 1
333 333 655 1 36 0 0
334 334 651 1 16 0 0
335 335 693 1 37 0 0
336 336 652 1 36 0 0
337 337 657 1 16 0 0
338 338 658 1 36 0 0
339 339 680 1 35 0 0
340 340 705 1 40 0 0
341 341 666 1 12 0 0
342 342 665 1 9 0 0
343 343 689 1 39 0 0
344 344 711 2 0 0
345 345 660 1 20 0 0
346 346 670 1 19 0 0
347 347 671 3 107 0 0
348 348 681 3 108 0 0
349 349 675 1 32 17 0 0
350 350 685 2 686 0 0
351 351 691 1 48 0 0
352 352 697 1 39 day 0 0
353 353 699 1 39 night 0 0
354 354 713 1 37 0 0
355 355 695 3 80 0 0
356 356 668 1 35 0 0
357 357 673 1 32 0 0
358 358 706 1 50 1 0
359 359 715 1 48 0 0
360 360 678 1 25 0 0
361 361 700 1 18 2 0 0
362 362 462 1 634 0 0
363 363 470 1 641 0 0
364 364 471 1 608 0 0
365 365 476 1 634 0 0

File diff suppressed because it is too large Load Diff

View File

@ -399,8 +399,8 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
199,9,,
200,5,,
200,9,,
201,5,Lettre A,Zarbi A
201,9,Letter A,Unown A
201,5,A,Zarbi A
201,9,A,Unown A
202,5,,
202,9,,
203,5,,
@ -983,7 +983,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
491,9,,
492,5,Forme Terrestre,Shaymin Terrestre
492,9,Land Forme,Land Shaymin
493,5,Type Normal,Arceus Normal
493,5,Normal,Arceus Normal
493,9,Normal Type,Normal Arceus
494,5,,
494,9,,
@ -1279,183 +1279,479 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
639,9,,
640,5,,
640,9,,
641,5,,
641,5,Forme Avatar,Boréas Avatar
641,9,Incarnate Forme,Incarnate Tornadus
642,5,,
642,5,Forme Avatar,Fulguris Avatar
642,9,Incarnate Forme,Incarnate Thundurus
643,5,,
643,9,,
644,5,,
644,9,,
645,5,,
645,5,Forme Avatar,Démétéros Avatar
645,9,Incarnate Forme,Incarnate Landorus
646,5,,
646,9,,
647,5,,
647,5,Aspect Normal,Keldeo Normal
647,9,Ordinary Form,Ordinary Keldeo
648,5,Forme Chant,Meloetta Chant
648,9,Aria Forme,Aria Meloetta
649,5,,
649,9,,
650,5,Lettre B,Zarbi B
650,9,Letter B,Unown B
651,5,Lettre C,Zarbi C
651,9,Letter C,Unown C
652,5,Lettre D,Zarbi D
652,9,Letter D,Unown D
653,5,Lettre E,Zarbi E
653,9,Letter E,Unown E
654,5,Lettre F,Zarbi F
654,9,Letter F,Unown F
655,5,Lettre G,Zarbi G
655,9,Letter G,Unown G
656,5,Lettre H,Zarbi H
656,9,Letter H,Unown H
657,5,Lettre I,Zarbi I
657,9,Letter I,Unown I
658,5,Lettre J,Zarbi J
658,9,Letter J,Unown J
659,5,Lettre K,Zarbi K
659,9,Letter K,Unown K
660,5,Lettre L,Zarbi L
660,9,Letter L,Unown L
661,5,Lettre M,Zarbi M
661,9,Letter M,Unown M
662,5,Lettre N,Zarbi N
662,9,Letter N,Unown N
663,5,Lettre O,Zarbi O
663,9,Letter O,Unown O
664,5,Lettre P,Zarbi P
664,9,Letter P,Unown P
665,5,Lettre Q,Zarbi Q
665,9,Letter Q,Unown Q
666,5,Lettre R,Zarbi R
666,9,Letter R,Unown R
667,5,Lettre S,Zarbi S
667,9,Letter S,Unown S
668,5,Lettre T,Zarbi T
668,9,Letter T,Unown T
669,5,Lettre U,Zarbi U
669,9,Letter U,Unown U
670,5,Lettre V,Zarbi V
670,9,Letter V,Unown V
671,5,Lettre W,Zarbi W
671,9,Letter W,Unown W
672,5,Lettre X,Zarbi X
672,9,Letter X,Unown X
673,5,Lettre Y,Zarbi Y
673,9,Letter Y,Unown Y
674,5,Lettre Z,Zarbi Z
674,9,Letter Z,Unown Z
675,5,Point d'Exclamation,Zarbi !
675,9,Exclamation Mark,Unown !
676,5,Point d'Interrogation,Zarbi ?
676,9,Question Mark,Unown ?
677,5,Forme Solaire,Morphéo Solaire
677,9,Sunny Form,Sunny Castform
678,5,Forme Eau de Pluie,Morphéo Eau de Pluie
678,9,Rainy Form,Rainy Castform
679,5,Forme Blizzard,Morphéo Blizzard
679,9,Snowy Form,Snowy Castform
680,5,Forme Attaque,Deoxys Attaque
680,9,Attack Form,Attack Deoxys
681,5,Forme Défense,Deoxys Défense
681,9,Defense Form,Defense Deoxys
682,5,Forme Vitesse,Deoxys Vitesse
682,9,Speed Form,Speed Deoxys
683,5,Cape Sable,Cheniti Sable
683,9,Sandy Cloak,Sandy Burmy
684,5,Cape Déchet,Cheniti Déchet
684,9,Trash Cloak,Trash Burmy
685,5,Cape Sable,Chenselle Sable
685,9,Sandy Cloak,Sandy Wormadam
686,5,Cape Déchet,Cheniselle Déchet
686,9,Trash Cloak,Trash Wormadam
687,5,Temps Ensoleillé,Ceriflor Ensoleillé
687,9,Sunshine Form,Sunshine Cherrim
688,5,Mer Orient,Sancoki Orient
688,9,East Sea,East Shellos
689,5,Mer Orient,Tritosor Orient
689,9,East Sea,East Gastrodon
690,5,Type Insecte,Arceus Insecte
690,9,Bug Type,Bug Arceus
691,5,Type Ténèbres,Arceus Ténèbres
691,9,Dark Type,Dark Arceus
692,5,Type Dragon,Arceus Dragon
692,9,Dragon Type,Dragon Arceus
693,5,Type Électrik,Arceus Électrik
693,9,Electric Type,Electric Arceus
694,5,Type Combat,Arceus Combat
694,9,Fighting Type,Fighting Arceus
695,5,Type Feu,Arceus Feu
695,9,Fire Type,Fire Arceus
696,5,Type Vol,Arceus Vol
696,9,Flying Type,Flying Arceus
697,5,Type Spectre,Arceus Spectre
697,9,Ghost Type,Ghost Arceus
698,5,Type Plante,Arceus Plante
698,9,Grass Type,Grass Arceus
699,5,Type Sol,Arceus Sol
699,9,Ground Type,Ground Arceus
700,5,Type Glace,Arceus Glace
700,9,Ice Type,Ice Arceus
701,5,Type Poison,Arceus Poison
701,9,Poison Type,Poison Arceus
702,5,Type Psy,Arceus Psy
702,9,Psychic Type,Psychic Arceus
703,5,Type Roche,Arceus Roche
703,9,Rock Type,Rock Arceus
704,5,Type Acier,Arceus Acier
704,9,Steel Type,Steel Arceus
705,5,Type Eau,Arceus Eau
705,9,Water Type,Water Arceus
706,5,Type ???,Arceus ???
706,9,??? Type,??? Arceus
707,5,Forme Chaleur,Motisma Chaleur
707,9,Heat Form,Heat Rotom
708,5,Forme Lavage,Motisma Lavage
708,9,Wash Form,Wash Rotom
709,5,Forme Froid,Motisma Froid
709,9,Frost Form,Frost Rotom
710,5,Forme Hélice,Motisma Hélice
710,9,Fan Form,Fan Rotom
711,5,Forme Tonte,Motisma Tonte
711,9,Mow Form,Mow Rotom
712,5,Forme Originelle,Giratina Originel
712,9,Origin Forme,Origin Giratina
713,5,Forme Céleste,Shaymin Céleste
713,9,Sky Forme,Sky Shaymin
714,5,Troizépi,Pichu Troizépi
714,9,Spiky-eared,Spiky-eared Pichu
715,5,Motif Bleu,Bargantua Bleu
715,9,Blue-Striped Form,Blue-Striped Basculin
716,5,Mode Transe,Darumacho Transe
716,9,Zen Mode,Zen Darmanitan
717,5,Forme Été,Vivaldaim Été
717,9,Summer Form,Summer Deerling
718,5,Forme Automne,Vivaldaim Automne
718,9,Autumn Form,Autumn Deerling
719,5,Forme Hiver,Vivaldaim Hiver
719,9,Winter Form,Winter Deerling
720,5,Forme Été,Haydaim Été
720,9,Summer Form,Summer Sawsbuck
721,5,Forme Automne,Haydaim Automne
721,9,Autumn Form,Autumn Sawsbuck
722,5,Forme Hiver,Haydaim Hiver
722,9,Winter Form,Winter Sawsbuck
723,5,Forme Danse,Meloetta Danse
723,9,Pirouette Forme,Pirouette Meloetta
724,5,Module Aqua,Genesect Aqua
724,9,Douse Drive,Douse Genesect
725,5,Module Choc,Genesect Choc
725,9,Shock Drive,Shock Genesect
726,5,Module Pyro,Genesect Pyro
726,9,Burn Drive,Burn Genesect
727,5,Module Cryo,Genesect Cryo
727,9,Chill Drive,Chill Genesect
728,9,Therian Forme,Therian Tornadus
729,9,Therian Forme,Therian Thundurus
730,9,Therian Forme,Therian Landorus
731,9,Black Form,Black Kyurem
732,9,White Form,White Kyurem
733,9,Resolute Form,Resolute Keldeo
650,5,,
650,9,,
651,5,,
651,9,,
652,5,,
652,9,,
653,5,,
653,9,,
654,5,,
654,9,,
655,5,,
655,9,,
656,5,,
656,9,,
657,5,,
657,9,,
658,5,,
658,9,,
659,5,,
659,9,,
660,5,,
660,9,,
661,5,,
661,9,,
662,5,,
662,9,,
663,5,,
663,9,,
664,5,,
664,9,,
665,5,,
665,9,,
666,5,Motif Floraison,Prismillon Floraison
666,9,Meadow Pattern,Meadow Vivillon
667,5,,
667,9,,
668,5,,
668,9,,
669,5,Fleur Rouge,Flabébé Rouge
669,9,Red Flower,Red Flabébé
670,5,Fleur Rouge,Floette Rouge
670,9,Red Flower,Red Floette
671,5,Fleur Rouge,Florges Rouge
671,9,Red Flower,Red Florges
672,5,,
672,9,,
673,5,,
673,9,,
674,5,,
674,9,,
675,5,,
675,9,,
676,5,,
676,9,,
677,5,,
677,9,,
678,5,Mâle,Mistigrix Mâle
678,9,Male,Male Meowstic
679,5,,
679,9,,
680,5,,
680,9,,
681,5,Forme Parade,Exagide Parade
681,9,Shield Forme,Shield Aegislash
682,5,,
682,9,,
683,5,,
683,9,,
684,5,,
684,9,,
685,5,,
685,9,,
686,5,,
686,9,,
687,5,,
687,9,,
688,5,,
688,9,,
689,5,,
689,9,,
690,5,,
690,9,,
691,5,,
691,9,,
692,5,,
692,9,,
693,5,,
693,9,,
694,5,,
694,9,,
695,5,,
695,9,,
696,5,,
696,9,,
697,5,,
697,9,,
698,5,,
698,9,,
699,5,,
699,9,,
700,5,,
700,9,,
701,5,,
701,9,,
702,5,,
702,9,,
703,5,,
703,9,,
704,5,,
704,9,,
705,5,,
705,9,,
706,5,,
706,9,,
707,5,,
707,9,,
708,5,,
708,9,,
709,5,,
709,9,,
710,5,Taille Normale,Pitrouille Normal
710,9,Average Size,Average Pumpkaboo
711,5,Taille Normale,Banshitrouye Normal
711,9,Average Size,Average Gourgeist
712,5,,
712,9,,
713,5,,
713,9,,
714,5,,
714,9,,
715,5,,
715,9,,
716,5,Mode Déchaîné,Xerneas Déchaîné
716,9,Active Mode,Active Xerneas
717,5,,
717,9,,
718,5,,
718,9,,
10001,5,B,Zarbi B
10001,9,B,Unown B
10002,5,C,Zarbi C
10002,9,C,Unown C
10003,5,D,Zarbi D
10003,9,D,Unown D
10004,5,E,Zarbi E
10004,9,E,Unown E
10005,5,F,Zarbi F
10005,9,F,Unown F
10006,5,G,Zarbi G
10006,9,G,Unown G
10007,5,H,Zarbi H
10007,9,H,Unown H
10008,5,I,Zarbi I
10008,9,I,Unown I
10009,5,J,Zarbi J
10009,9,J,Unown J
10010,5,K,Zarbi K
10010,9,K,Unown K
10011,5,L,Zarbi L
10011,9,L,Unown L
10012,5,M,Zarbi M
10012,9,M,Unown M
10013,5,N,Zarbi N
10013,9,N,Unown N
10014,5,O,Zarbi O
10014,9,O,Unown O
10015,5,P,Zarbi P
10015,9,P,Unown P
10016,5,Q,Zarbi Q
10016,9,Q,Unown Q
10017,5,R,Zarbi R
10017,9,R,Unown R
10018,5,S,Zarbi S
10018,9,S,Unown S
10019,5,T,Zarbi T
10019,9,T,Unown T
10020,5,U,Zarbi U
10020,9,U,Unown U
10021,5,V,Zarbi V
10021,9,V,Unown V
10022,5,W,Zarbi W
10022,9,W,Unown W
10023,5,X,Zarbi X
10023,9,X,Unown X
10024,5,Y,Zarbi Y
10024,9,Y,Unown Y
10025,5,Z,Zarbi Z
10025,9,Z,Unown Z
10026,5,!,Zarbi !
10026,9,!,Unown !
10027,5,?,Zarbi ?
10027,9,?,Unown ?
10028,5,Forme Solaire,Morphéo Solaire
10028,9,Sunny Form,Sunny Castform
10029,5,Forme Eau de Pluie,Morphéo Eau de Pluie
10029,9,Rainy Form,Rainy Castform
10030,5,Forme Blizzard,Morphéo Blizzard
10030,9,Snowy Form,Snowy Castform
10031,5,Forme Attaque,Deoxys Attaque
10031,9,Attack Forme,Attack Deoxys
10032,5,Forme Défense,Deoxys Défense
10032,9,Defense Forme,Defense Deoxys
10033,5,Forme Vitesse,Deoxys Vitesse
10033,9,Speed Forme,Speed Deoxys
10034,5,Cape Sable,Cheniti Sable
10034,9,Sandy Cloak,Sandy Burmy
10035,5,Cape Déchet,Cheniti Déchet
10035,9,Trash Cloak,Trash Burmy
10036,5,Cape Sable,Chenselle Sable
10036,9,Sandy Cloak,Sandy Wormadam
10037,5,Cape Déchet,Cheniselle Déchet
10037,9,Trash Cloak,Trash Wormadam
10038,5,Temps Ensoleillé,Ceriflor Ensoleillé
10038,9,Sunshine Form,Sunshine Cherrim
10039,5,Mer Orient,Sancoki Orient
10039,9,East Sea,East Shellos
10040,5,Mer Orient,Tritosor Orient
10040,9,East Sea,East Gastrodon
10041,5,Insecte,Arceus Insecte
10041,9,Bug Type,Bug Arceus
10042,5,Ténèbres,Arceus Ténèbres
10042,9,Dark Type,Dark Arceus
10043,5,Dragon,Arceus Dragon
10043,9,Dragon Type,Dragon Arceus
10044,5,Électrik,Arceus Électrik
10044,9,Electric Type,Electric Arceus
10045,5,Combat,Arceus Combat
10045,9,Fighting Type,Fighting Arceus
10046,5,Feu,Arceus Feu
10046,9,Fire Type,Fire Arceus
10047,5,Vol,Arceus Vol
10047,9,Flying Type,Flying Arceus
10048,5,Spectre,Arceus Spectre
10048,9,Ghost Type,Ghost Arceus
10049,5,Plante,Arceus Plante
10049,9,Grass Type,Grass Arceus
10050,5,Sol,Arceus Sol
10050,9,Ground Type,Ground Arceus
10051,5,Glace,Arceus Glace
10051,9,Ice Type,Ice Arceus
10052,5,Poison,Arceus Poison
10052,9,Poison Type,Poison Arceus
10053,5,Psy,Arceus Psy
10053,9,Psychic Type,Psychic Arceus
10054,5,Roche,Arceus Roche
10054,9,Rock Type,Rock Arceus
10055,5,Acier,Arceus Acier
10055,9,Steel Type,Steel Arceus
10056,5,Eau,Arceus Eau
10056,9,Water Type,Water Arceus
10057,5,???,Arceus ???
10057,9,??? Type,??? Arceus
10058,5,Motisma Chaleur,Motisma Chaleur
10058,9,Heat Rotom,Heat Rotom
10059,5,Motisma Lavage,Motisma Lavage
10059,9,Wash Rotom,Wash Rotom
10060,5,Motisma Froid,Motisma Froid
10060,9,Frost Rotom,Frost Rotom
10061,5,Motisma Hélice,Motisma Hélice
10061,9,Fan Rotom,Fan Rotom
10062,5,Motisma Tonte,Motisma Tonte
10062,9,Mow Rotom,Mow Rotom
10063,5,Forme Originelle,Giratina Originel
10063,9,Origin Forme,Origin Giratina
10064,5,Forme Céleste,Shaymin Céleste
10064,9,Sky Forme,Sky Shaymin
10065,5,Troizépi,Pichu Troizépi
10065,9,Spiky-eared,Spiky-eared Pichu
10066,5,Motif Bleu,Bargantua Bleu
10066,9,Blue-Striped Form,Blue-Striped Basculin
10067,5,Mode Transe,Darumacho Transe
10067,9,Zen Mode,Zen Darmanitan
10068,5,Forme Été,Vivaldaim Été
10068,9,Summer Form,Summer Deerling
10069,5,Forme Automne,Vivaldaim Automne
10069,9,Autumn Form,Autumn Deerling
10070,5,Forme Hiver,Vivaldaim Hiver
10070,9,Winter Form,Winter Deerling
10071,5,Forme Été,Haydaim Été
10071,9,Summer Form,Summer Sawsbuck
10072,5,Forme Automne,Haydaim Automne
10072,9,Autumn Form,Autumn Sawsbuck
10073,5,Forme Hiver,Haydaim Hiver
10073,9,Winter Form,Winter Sawsbuck
10074,5,Forme Danse,Meloetta Danse
10074,9,Pirouette Forme,Pirouette Meloetta
10075,5,Module Aqua,Genesect Aqua
10075,9,Douse Drive,Douse Genesect
10076,5,Module Choc,Genesect Choc
10076,9,Shock Drive,Shock Genesect
10077,5,Module Pyro,Genesect Pyro
10077,9,Burn Drive,Burn Genesect
10078,5,Module Cryo,Genesect Cryo
10078,9,Chill Drive,Chill Genesect
10079,5,Forme Totémique,Boréas Totémique
10079,9,Therian Forme,Therian Tornadus
10080,5,Forme Totémique,Fulguris Totémique
10080,9,Therian Forme,Therian Thundurus
10081,5,Forme Totémique,Démétéros Totémique
10081,9,Therian Forme,Therian Landorus
10082,5,Kyurem Noir,Kyurem Noir
10082,9,Black Kyurem,Black Kyurem
10083,5,Kyurem Blanc,Kyurem Blanc
10083,9,White Kyurem,White Kyurem
10084,5,Aspect Décidé,Keldeo Décidé
10084,9,Resolute Form,Resolute Keldeo
10085,5,Fée,Arceus Fée
10085,9,Fairy Type,Fairy Arceus
10086,5,Motif Blizzard,Prismillon Blizzard
10086,9,Icy Snow Pattern,Icy Snow Vivillon
10087,5,Motif Banquise,Prismillon Banquise
10087,9,Polar Pattern,Polar Vivillon
10088,5,Motif Glace,Prismillon Glace
10088,9,Tundra Pattern,Tundra Vivillon
10089,5,Motif Continent,Prismillon Continent
10089,9,Continental Pattern,Continental Vivillon
10090,5,Motif Verdure,Prismillon Verdure
10090,9,Garden Pattern,Garden Vivillon
10091,5,Motif Monarchie,Prismillon Monarchie
10091,9,Elegant Pattern,Elegant Vivillon
10092,5,Motif Métropole,Prismillon Métropole
10092,9,Modern Pattern,Modern Vivillon
10093,5,Motif Rivage,Prismillon Rivage
10093,9,Marine Pattern,Marine Vivillon
10094,5,Motif Archipel,Prismillon Archipel
10094,9,Archipelago Pattern,Archipelago Vivillon
10095,5,Motif Sécheresse,Prismillon Sécheresse
10095,9,High Plains Pattern,High Plains Vivillon
10096,5,Motif Sable,Prismillon Sable
10096,9,Sandstorm Pattern,Sandstorm Vivillon
10097,5,Motif Delta,Prismillon Delta
10097,9,River Pattern,River Vivillon
10098,5,Motif Cyclone,Prismillon Cyclone
10098,9,Monsoon Pattern,Monsoon Vivillon
10099,5,Motif Mangrove,Prismillon Mangrove
10099,9,Savanna Pattern,Savanna Vivillon
10100,5,Motif Zénith,Prismillon Zénith
10100,9,Sun Pattern,Sun Vivillon
10101,5,Motif Soleil Levant,Prismillon Soleil Levant
10101,9,Ocean Pattern,Ocean Vivillon
10102,5,Motif Jungle,Prismillon Jungle
10102,9,Jungle Pattern,Jungle Vivillon
10103,5,Fleur Jaune,Flabébé Jaune
10103,9,Yellow Flower,Yellow Flabébé
10104,5,Fleur Orange,Flabébé Orange
10104,9,Orange Flower,Orange Flabébé
10105,5,Fleur Bleue,Flabébé Bleu
10105,9,Blue Flower,Blue Flabébé
10106,5,Fleur Blanche,Flabébé Blanc
10106,9,White Flower,White Flabébé
10107,5,Fleur Jaune,Floette Jaune
10107,9,Yellow Flower,Yellow Floette
10108,5,Fleur Orange,Floette Orange
10108,9,Orange Flower,Orange Floette
10109,5,Fleur Bleue,Floette Bleu
10109,9,Blue Flower,Blue Floette
10110,5,Fleur Blanche,Floette Blanc
10110,9,White Flower,White Floette
10111,5,Fleur Jaune,Florges Jaune
10111,9,Yellow Flower,Yellow Florges
10112,5,Fleur Orange,Florges Orange
10112,9,Orange Flower,Orange Florges
10113,5,Fleur Bleue,Florges Bleu
10113,9,Blue Flower,Blue Florges
10114,5,Fleur Blanche,Florges Blanc
10114,9,White Flower,White Florges
10115,5,Coupe Cœur,Couafarel Cœur
10115,9,Heart Trim,Heart Furfrou
10116,5,Coupe Étoile,Couafarel Étoile
10116,9,Star Trim,Star Furfrou
10117,5,Couple Diamant,Couafarel Diamant
10117,9,Diamond Trim,Diamond Furfrou
10118,5,Coupe Demoiselle,Couafarel Demoiselle
10118,9,Debutante Trim,Debutante Furfrou
10119,5,Coupe Madame,Couafarel Madame
10119,9,Matron Trim,Matron Furfrou
10120,5,Couple Monsieur,Couafarel Monsieur
10120,9,Dandy Trim,Dandy Furfrou
10121,5,Coupe Reine,Couafarel Reine
10121,9,La Reine Trim,La Reine Furfrou
10122,5,Coupe Kabuki,Couafarel Kabuki
10122,9,Kabuki Trim,Kabuki Furfrou
10123,5,Coupe Pharaon,Couafarel Pharaon
10123,9,Pharaoh Trim,Pharaoh Furfrou
10124,5,Femelle,Mistigrix Femelle
10124,9,Female,Female Meowstic
10125,5,Forme Assaut,Exagide Assaut
10125,9,Blade Forme,Blade Aegislash
10126,5,Taille Mini,Pitrouille Mini
10126,9,Small Size,Small Pumpkaboo
10127,5,Taille Maxi,Pitrouille Maxi
10127,9,Large Size,Large Pumpkaboo
10128,5,Taille Ultra,Pitrouille Ultra
10128,9,Super Size,Super Pumpkaboo
10129,5,Taille Mini,Banshitrouye Mini
10129,9,Small Size,Small Gourgeist
10130,5,Taille Maxi,Banshitrouye Maxi
10130,9,Large Size,Large Gourgeist
10131,5,Taille Ultra,Banshitrouye Ultra
10131,9,Super Size,Super Gourgeist
10132,5,Mode Paisible,Xerneas Paisible
10132,9,Neutral Mode,Neutral Xerneas
10133,5,Méga-Évolution,Méga-Florizarre
10133,9,Mega Evolution,Mega Venusaur
10134,5,Méga-Évolution X,Méga-Dracaufeu X
10134,9,Mega Evolution X,Mega Charizard X
10135,5,Méga-Évolution Y,Méga-Dracaufeu Y
10135,9,Mega Evolution Y,Mega Charizard Y
10136,5,Méga-Évolution,Méga-Tortank
10136,9,Mega Evolution,Mega Blastoise
10137,5,Méga-Évolution,Méga-Alakazam
10137,9,Mega Evolution,Mega Alakazam
10138,5,Méga-Évolution,Méga-Ectoplasma
10138,9,Mega Evolution,Mega Gengar
10139,5,Méga-Évolution,Méga-Kangourex
10139,9,Mega Evolution,Mega Kangaskhan
10140,5,Méga-Évolution,Méga-Scarabrute
10140,9,Mega Evolution,Mega Pinsir
10141,5,Méga-Évolution,Méga-Léviator
10141,9,Mega Evolution,Mega Gyarados
10142,5,Méga-Évolution,Méga-Ptéra
10142,9,Mega Evolution,Mega Aerodactyl
10143,5,Méga-Évolution X,Méga-Mewtwo X
10143,9,Mega Evolution X,Mega Mewtwo X
10144,5,Méga-Évolution Y,Méga-Mewtwo Y
10144,9,Mega Evolution Y,Mega Mewtwo Y
10145,5,Méga-Évolution,Méga-Pharamp
10145,9,Mega Evolution,Mega Ampharos
10146,5,Méga-Évolution,Méga-Cizayox
10146,9,Mega Evolution,Mega Scizor
10147,5,Méga-Évolution,Méga-Scarhino
10147,9,Mega Evolution,Mega Heracross
10148,5,Méga-Évolution,Méga-Démolosse
10148,9,Mega Evolution,Mega Houndoom
10149,5,Méga-Évolution,Méga-Tyranocif
10149,9,Mega Evolution,Mega Tyranitar
10150,5,Méga-Évolution,Méga-Braségali
10150,9,Mega Evolution,Mega Blaziken
10151,5,Méga-Évolution,Méga-Gardevoir
10151,9,Mega Evolution,Mega Gardevoir
10152,5,Méga-Évolution,Méga-Mysdibule
10152,9,Mega Evolution,Mega Mawile
10153,5,Méga-Évolution,Méga-Galeking
10153,9,Mega Evolution,Mega Aggron
10154,5,Méga-Évolution,Méga-Charmina
10154,9,Mega Evolution,Mega Medicham
10155,5,Méga-Évolution,Méga-Élecsprint
10155,9,Mega Evolution,Mega Manectric
10156,5,Méga-Évolution,Méga-Branette
10156,9,Mega Evolution,Mega Banette
10157,5,Méga-Évolution,Méga-Absol
10157,9,Mega Evolution,Mega Absol
10158,5,Méga-Évolution,Méga-Carchacrok
10158,9,Mega Evolution,Mega Garchomp
10159,5,Méga-Évolution,Méga-Lucario
10159,9,Mega Evolution,Mega Lucario
10160,5,Méga-Évolution,Méga-Blizzaroi
10160,9,Mega Evolution,Mega Abomasnow

1 pokemon_form_id local_language_id form_name pokemon_name
399 199 9
400 200 5
401 200 9
402 201 5 Lettre A A Zarbi A
403 201 9 Letter A A Unown A
404 202 5
405 202 9
406 203 5
983 491 9
984 492 5 Forme Terrestre Shaymin Terrestre
985 492 9 Land Forme Land Shaymin
986 493 5 Type Normal Normal Arceus Normal
987 493 9 Normal Type Normal Arceus
988 494 5
989 494 9
1279 639 9
1280 640 5
1281 640 9
1282 641 5 Forme Avatar Boréas Avatar
1283 641 9 Incarnate Forme Incarnate Tornadus
1284 642 5 Forme Avatar Fulguris Avatar
1285 642 9 Incarnate Forme Incarnate Thundurus
1286 643 5
1287 643 9
1288 644 5
1289 644 9
1290 645 5 Forme Avatar Démétéros Avatar
1291 645 9 Incarnate Forme Incarnate Landorus
1292 646 5
1293 646 9
1294 647 5 Aspect Normal Keldeo Normal
1295 647 9 Ordinary Form Ordinary Keldeo
1296 648 5 Forme Chant Meloetta Chant
1297 648 9 Aria Forme Aria Meloetta
1298 649 5
1299 649 9
1300 650 5 Lettre B Zarbi B
1301 650 9 Letter B Unown B
1302 651 5 Lettre C Zarbi C
1303 651 9 Letter C Unown C
1304 652 5 Lettre D Zarbi D
1305 652 9 Letter D Unown D
1306 653 5 Lettre E Zarbi E
1307 653 9 Letter E Unown E
1308 654 5 Lettre F Zarbi F
1309 654 9 Letter F Unown F
1310 655 5 Lettre G Zarbi G
1311 655 9 Letter G Unown G
1312 656 5 Lettre H Zarbi H
1313 656 9 Letter H Unown H
1314 657 5 Lettre I Zarbi I
1315 657 9 Letter I Unown I
1316 658 5 Lettre J Zarbi J
1317 658 9 Letter J Unown J
1318 659 5 Lettre K Zarbi K
1319 659 9 Letter K Unown K
1320 660 5 Lettre L Zarbi L
1321 660 9 Letter L Unown L
1322 661 5 Lettre M Zarbi M
1323 661 9 Letter M Unown M
1324 662 5 Lettre N Zarbi N
1325 662 9 Letter N Unown N
1326 663 5 Lettre O Zarbi O
1327 663 9 Letter O Unown O
1328 664 5 Lettre P Zarbi P
1329 664 9 Letter P Unown P
1330 665 5 Lettre Q Zarbi Q
1331 665 9 Letter Q Unown Q
1332 666 5 Lettre R Motif Floraison Zarbi R Prismillon Floraison
1333 666 9 Letter R Meadow Pattern Unown R Meadow Vivillon
1334 667 5 Lettre S Zarbi S
1335 667 9 Letter S Unown S
1336 668 5 Lettre T Zarbi T
1337 668 9 Letter T Unown T
1338 669 5 Lettre U Fleur Rouge Zarbi U Flabébé Rouge
1339 669 9 Letter U Red Flower Unown U Red Flabébé
1340 670 5 Lettre V Fleur Rouge Zarbi V Floette Rouge
1341 670 9 Letter V Red Flower Unown V Red Floette
1342 671 5 Lettre W Fleur Rouge Zarbi W Florges Rouge
1343 671 9 Letter W Red Flower Unown W Red Florges
1344 672 5 Lettre X Zarbi X
1345 672 9 Letter X Unown X
1346 673 5 Lettre Y Zarbi Y
1347 673 9 Letter Y Unown Y
1348 674 5 Lettre Z Zarbi Z
1349 674 9 Letter Z Unown Z
1350 675 5 Point d'Exclamation Zarbi !
1351 675 9 Exclamation Mark Unown !
1352 676 5 Point d'Interrogation Zarbi ?
1353 676 9 Question Mark Unown ?
1354 677 5 Forme Solaire Morphéo Solaire
1355 677 9 Sunny Form Sunny Castform
1356 678 5 Forme Eau de Pluie Mâle Morphéo Eau de Pluie Mistigrix Mâle
1357 678 9 Rainy Form Male Rainy Castform Male Meowstic
1358 679 5 Forme Blizzard Morphéo Blizzard
1359 679 9 Snowy Form Snowy Castform
1360 680 5 Forme Attaque Deoxys Attaque
1361 680 9 Attack Form Attack Deoxys
1362 681 5 Forme Défense Forme Parade Deoxys Défense Exagide Parade
1363 681 9 Defense Form Shield Forme Defense Deoxys Shield Aegislash
1364 682 5 Forme Vitesse Deoxys Vitesse
1365 682 9 Speed Form Speed Deoxys
1366 683 5 Cape Sable Cheniti Sable
1367 683 9 Sandy Cloak Sandy Burmy
1368 684 5 Cape Déchet Cheniti Déchet
1369 684 9 Trash Cloak Trash Burmy
1370 685 5 Cape Sable Chenselle Sable
1371 685 9 Sandy Cloak Sandy Wormadam
1372 686 5 Cape Déchet Cheniselle Déchet
1373 686 9 Trash Cloak Trash Wormadam
1374 687 5 Temps Ensoleillé Ceriflor Ensoleillé
1375 687 9 Sunshine Form Sunshine Cherrim
1376 688 5 Mer Orient Sancoki Orient
1377 688 9 East Sea East Shellos
1378 689 5 Mer Orient Tritosor Orient
1379 689 9 East Sea East Gastrodon
1380 690 5 Type Insecte Arceus Insecte
1381 690 9 Bug Type Bug Arceus
1382 691 5 Type Ténèbres Arceus Ténèbres
1383 691 9 Dark Type Dark Arceus
1384 692 5 Type Dragon Arceus Dragon
1385 692 9 Dragon Type Dragon Arceus
1386 693 5 Type Électrik Arceus Électrik
1387 693 9 Electric Type Electric Arceus
1388 694 5 Type Combat Arceus Combat
1389 694 9 Fighting Type Fighting Arceus
1390 695 5 Type Feu Arceus Feu
1391 695 9 Fire Type Fire Arceus
1392 696 5 Type Vol Arceus Vol
1393 696 9 Flying Type Flying Arceus
1394 697 5 Type Spectre Arceus Spectre
1395 697 9 Ghost Type Ghost Arceus
1396 698 5 Type Plante Arceus Plante
1397 698 9 Grass Type Grass Arceus
1398 699 5 Type Sol Arceus Sol
1399 699 9 Ground Type Ground Arceus
1400 700 5 Type Glace Arceus Glace
1401 700 9 Ice Type Ice Arceus
1402 701 5 Type Poison Arceus Poison
1403 701 9 Poison Type Poison Arceus
1404 702 5 Type Psy Arceus Psy
1405 702 9 Psychic Type Psychic Arceus
1406 703 5 Type Roche Arceus Roche
1407 703 9 Rock Type Rock Arceus
1408 704 5 Type Acier Arceus Acier
1409 704 9 Steel Type Steel Arceus
1410 705 5 Type Eau Arceus Eau
1411 705 9 Water Type Water Arceus
1412 706 5 Type ??? Arceus ???
1413 706 9 ??? Type ??? Arceus
1414 707 5 Forme Chaleur Motisma Chaleur
1415 707 9 Heat Form Heat Rotom
1416 708 5 Forme Lavage Motisma Lavage
1417 708 9 Wash Form Wash Rotom
1418 709 5 Forme Froid Motisma Froid
1419 709 9 Frost Form Frost Rotom
1420 710 5 Forme Hélice Taille Normale Motisma Hélice Pitrouille Normal
1421 710 9 Fan Form Average Size Fan Rotom Average Pumpkaboo
1422 711 5 Forme Tonte Taille Normale Motisma Tonte Banshitrouye Normal
1423 711 9 Mow Form Average Size Mow Rotom Average Gourgeist
1424 712 5 Forme Originelle Giratina Originel
1425 712 9 Origin Forme Origin Giratina
1426 713 5 Forme Céleste Shaymin Céleste
1427 713 9 Sky Forme Sky Shaymin
1428 714 5 Troizépi Pichu Troizépi
1429 714 9 Spiky-eared Spiky-eared Pichu
1430 715 5 Motif Bleu Bargantua Bleu
1431 715 9 Blue-Striped Form Blue-Striped Basculin
1432 716 5 Mode Transe Mode Déchaîné Darumacho Transe Xerneas Déchaîné
1433 716 9 Zen Mode Active Mode Zen Darmanitan Active Xerneas
1434 717 5 Forme Été Vivaldaim Été
1435 717 9 Summer Form Summer Deerling
1436 718 5 Forme Automne Vivaldaim Automne
1437 718 9 Autumn Form Autumn Deerling
1438 719 10001 5 Forme Hiver B Vivaldaim Hiver Zarbi B
1439 719 10001 9 Winter Form B Winter Deerling Unown B
1440 720 10002 5 Forme Été C Haydaim Été Zarbi C
1441 720 10002 9 Summer Form C Summer Sawsbuck Unown C
1442 721 10003 5 Forme Automne D Haydaim Automne Zarbi D
1443 721 10003 9 Autumn Form D Autumn Sawsbuck Unown D
1444 722 10004 5 Forme Hiver E Haydaim Hiver Zarbi E
1445 722 10004 9 Winter Form E Winter Sawsbuck Unown E
1446 723 10005 5 Forme Danse F Meloetta Danse Zarbi F
1447 723 10005 9 Pirouette Forme F Pirouette Meloetta Unown F
1448 724 10006 5 Module Aqua G Genesect Aqua Zarbi G
1449 724 10006 9 Douse Drive G Douse Genesect Unown G
1450 725 10007 5 Module Choc H Genesect Choc Zarbi H
1451 725 10007 9 Shock Drive H Shock Genesect Unown H
1452 726 10008 5 Module Pyro I Genesect Pyro Zarbi I
1453 726 10008 9 Burn Drive I Burn Genesect Unown I
1454 727 10009 5 Module Cryo J Genesect Cryo Zarbi J
1455 727 10009 9 Chill Drive J Chill Genesect Unown J
1456 728 10010 9 5 Therian Forme K Therian Tornadus Zarbi K
1457 729 10010 9 Therian Forme K Therian Thundurus Unown K
1458 730 10011 9 5 Therian Forme L Therian Landorus Zarbi L
1459 731 10011 9 Black Form L Black Kyurem Unown L
1460 732 10012 9 5 White Form M White Kyurem Zarbi M
1461 733 10012 9 Resolute Form M Resolute Keldeo Unown M
1462 10013 5 N Zarbi N
1463 10013 9 N Unown N
1464 10014 5 O Zarbi O
1465 10014 9 O Unown O
1466 10015 5 P Zarbi P
1467 10015 9 P Unown P
1468 10016 5 Q Zarbi Q
1469 10016 9 Q Unown Q
1470 10017 5 R Zarbi R
1471 10017 9 R Unown R
1472 10018 5 S Zarbi S
1473 10018 9 S Unown S
1474 10019 5 T Zarbi T
1475 10019 9 T Unown T
1476 10020 5 U Zarbi U
1477 10020 9 U Unown U
1478 10021 5 V Zarbi V
1479 10021 9 V Unown V
1480 10022 5 W Zarbi W
1481 10022 9 W Unown W
1482 10023 5 X Zarbi X
1483 10023 9 X Unown X
1484 10024 5 Y Zarbi Y
1485 10024 9 Y Unown Y
1486 10025 5 Z Zarbi Z
1487 10025 9 Z Unown Z
1488 10026 5 ! Zarbi !
1489 10026 9 ! Unown !
1490 10027 5 ? Zarbi ?
1491 10027 9 ? Unown ?
1492 10028 5 Forme Solaire Morphéo Solaire
1493 10028 9 Sunny Form Sunny Castform
1494 10029 5 Forme Eau de Pluie Morphéo Eau de Pluie
1495 10029 9 Rainy Form Rainy Castform
1496 10030 5 Forme Blizzard Morphéo Blizzard
1497 10030 9 Snowy Form Snowy Castform
1498 10031 5 Forme Attaque Deoxys Attaque
1499 10031 9 Attack Forme Attack Deoxys
1500 10032 5 Forme Défense Deoxys Défense
1501 10032 9 Defense Forme Defense Deoxys
1502 10033 5 Forme Vitesse Deoxys Vitesse
1503 10033 9 Speed Forme Speed Deoxys
1504 10034 5 Cape Sable Cheniti Sable
1505 10034 9 Sandy Cloak Sandy Burmy
1506 10035 5 Cape Déchet Cheniti Déchet
1507 10035 9 Trash Cloak Trash Burmy
1508 10036 5 Cape Sable Chenselle Sable
1509 10036 9 Sandy Cloak Sandy Wormadam
1510 10037 5 Cape Déchet Cheniselle Déchet
1511 10037 9 Trash Cloak Trash Wormadam
1512 10038 5 Temps Ensoleillé Ceriflor Ensoleillé
1513 10038 9 Sunshine Form Sunshine Cherrim
1514 10039 5 Mer Orient Sancoki Orient
1515 10039 9 East Sea East Shellos
1516 10040 5 Mer Orient Tritosor Orient
1517 10040 9 East Sea East Gastrodon
1518 10041 5 Insecte Arceus Insecte
1519 10041 9 Bug Type Bug Arceus
1520 10042 5 Ténèbres Arceus Ténèbres
1521 10042 9 Dark Type Dark Arceus
1522 10043 5 Dragon Arceus Dragon
1523 10043 9 Dragon Type Dragon Arceus
1524 10044 5 Électrik Arceus Électrik
1525 10044 9 Electric Type Electric Arceus
1526 10045 5 Combat Arceus Combat
1527 10045 9 Fighting Type Fighting Arceus
1528 10046 5 Feu Arceus Feu
1529 10046 9 Fire Type Fire Arceus
1530 10047 5 Vol Arceus Vol
1531 10047 9 Flying Type Flying Arceus
1532 10048 5 Spectre Arceus Spectre
1533 10048 9 Ghost Type Ghost Arceus
1534 10049 5 Plante Arceus Plante
1535 10049 9 Grass Type Grass Arceus
1536 10050 5 Sol Arceus Sol
1537 10050 9 Ground Type Ground Arceus
1538 10051 5 Glace Arceus Glace
1539 10051 9 Ice Type Ice Arceus
1540 10052 5 Poison Arceus Poison
1541 10052 9 Poison Type Poison Arceus
1542 10053 5 Psy Arceus Psy
1543 10053 9 Psychic Type Psychic Arceus
1544 10054 5 Roche Arceus Roche
1545 10054 9 Rock Type Rock Arceus
1546 10055 5 Acier Arceus Acier
1547 10055 9 Steel Type Steel Arceus
1548 10056 5 Eau Arceus Eau
1549 10056 9 Water Type Water Arceus
1550 10057 5 ??? Arceus ???
1551 10057 9 ??? Type ??? Arceus
1552 10058 5 Motisma Chaleur Motisma Chaleur
1553 10058 9 Heat Rotom Heat Rotom
1554 10059 5 Motisma Lavage Motisma Lavage
1555 10059 9 Wash Rotom Wash Rotom
1556 10060 5 Motisma Froid Motisma Froid
1557 10060 9 Frost Rotom Frost Rotom
1558 10061 5 Motisma Hélice Motisma Hélice
1559 10061 9 Fan Rotom Fan Rotom
1560 10062 5 Motisma Tonte Motisma Tonte
1561 10062 9 Mow Rotom Mow Rotom
1562 10063 5 Forme Originelle Giratina Originel
1563 10063 9 Origin Forme Origin Giratina
1564 10064 5 Forme Céleste Shaymin Céleste
1565 10064 9 Sky Forme Sky Shaymin
1566 10065 5 Troizépi Pichu Troizépi
1567 10065 9 Spiky-eared Spiky-eared Pichu
1568 10066 5 Motif Bleu Bargantua Bleu
1569 10066 9 Blue-Striped Form Blue-Striped Basculin
1570 10067 5 Mode Transe Darumacho Transe
1571 10067 9 Zen Mode Zen Darmanitan
1572 10068 5 Forme Été Vivaldaim Été
1573 10068 9 Summer Form Summer Deerling
1574 10069 5 Forme Automne Vivaldaim Automne
1575 10069 9 Autumn Form Autumn Deerling
1576 10070 5 Forme Hiver Vivaldaim Hiver
1577 10070 9 Winter Form Winter Deerling
1578 10071 5 Forme Été Haydaim Été
1579 10071 9 Summer Form Summer Sawsbuck
1580 10072 5 Forme Automne Haydaim Automne
1581 10072 9 Autumn Form Autumn Sawsbuck
1582 10073 5 Forme Hiver Haydaim Hiver
1583 10073 9 Winter Form Winter Sawsbuck
1584 10074 5 Forme Danse Meloetta Danse
1585 10074 9 Pirouette Forme Pirouette Meloetta
1586 10075 5 Module Aqua Genesect Aqua
1587 10075 9 Douse Drive Douse Genesect
1588 10076 5 Module Choc Genesect Choc
1589 10076 9 Shock Drive Shock Genesect
1590 10077 5 Module Pyro Genesect Pyro
1591 10077 9 Burn Drive Burn Genesect
1592 10078 5 Module Cryo Genesect Cryo
1593 10078 9 Chill Drive Chill Genesect
1594 10079 5 Forme Totémique Boréas Totémique
1595 10079 9 Therian Forme Therian Tornadus
1596 10080 5 Forme Totémique Fulguris Totémique
1597 10080 9 Therian Forme Therian Thundurus
1598 10081 5 Forme Totémique Démétéros Totémique
1599 10081 9 Therian Forme Therian Landorus
1600 10082 5 Kyurem Noir Kyurem Noir
1601 10082 9 Black Kyurem Black Kyurem
1602 10083 5 Kyurem Blanc Kyurem Blanc
1603 10083 9 White Kyurem White Kyurem
1604 10084 5 Aspect Décidé Keldeo Décidé
1605 10084 9 Resolute Form Resolute Keldeo
1606 10085 5 Fée Arceus Fée
1607 10085 9 Fairy Type Fairy Arceus
1608 10086 5 Motif Blizzard Prismillon Blizzard
1609 10086 9 Icy Snow Pattern Icy Snow Vivillon
1610 10087 5 Motif Banquise Prismillon Banquise
1611 10087 9 Polar Pattern Polar Vivillon
1612 10088 5 Motif Glace Prismillon Glace
1613 10088 9 Tundra Pattern Tundra Vivillon
1614 10089 5 Motif Continent Prismillon Continent
1615 10089 9 Continental Pattern Continental Vivillon
1616 10090 5 Motif Verdure Prismillon Verdure
1617 10090 9 Garden Pattern Garden Vivillon
1618 10091 5 Motif Monarchie Prismillon Monarchie
1619 10091 9 Elegant Pattern Elegant Vivillon
1620 10092 5 Motif Métropole Prismillon Métropole
1621 10092 9 Modern Pattern Modern Vivillon
1622 10093 5 Motif Rivage Prismillon Rivage
1623 10093 9 Marine Pattern Marine Vivillon
1624 10094 5 Motif Archipel Prismillon Archipel
1625 10094 9 Archipelago Pattern Archipelago Vivillon
1626 10095 5 Motif Sécheresse Prismillon Sécheresse
1627 10095 9 High Plains Pattern High Plains Vivillon
1628 10096 5 Motif Sable Prismillon Sable
1629 10096 9 Sandstorm Pattern Sandstorm Vivillon
1630 10097 5 Motif Delta Prismillon Delta
1631 10097 9 River Pattern River Vivillon
1632 10098 5 Motif Cyclone Prismillon Cyclone
1633 10098 9 Monsoon Pattern Monsoon Vivillon
1634 10099 5 Motif Mangrove Prismillon Mangrove
1635 10099 9 Savanna Pattern Savanna Vivillon
1636 10100 5 Motif Zénith Prismillon Zénith
1637 10100 9 Sun Pattern Sun Vivillon
1638 10101 5 Motif Soleil Levant Prismillon Soleil Levant
1639 10101 9 Ocean Pattern Ocean Vivillon
1640 10102 5 Motif Jungle Prismillon Jungle
1641 10102 9 Jungle Pattern Jungle Vivillon
1642 10103 5 Fleur Jaune Flabébé Jaune
1643 10103 9 Yellow Flower Yellow Flabébé
1644 10104 5 Fleur Orange Flabébé Orange
1645 10104 9 Orange Flower Orange Flabébé
1646 10105 5 Fleur Bleue Flabébé Bleu
1647 10105 9 Blue Flower Blue Flabébé
1648 10106 5 Fleur Blanche Flabébé Blanc
1649 10106 9 White Flower White Flabébé
1650 10107 5 Fleur Jaune Floette Jaune
1651 10107 9 Yellow Flower Yellow Floette
1652 10108 5 Fleur Orange Floette Orange
1653 10108 9 Orange Flower Orange Floette
1654 10109 5 Fleur Bleue Floette Bleu
1655 10109 9 Blue Flower Blue Floette
1656 10110 5 Fleur Blanche Floette Blanc
1657 10110 9 White Flower White Floette
1658 10111 5 Fleur Jaune Florges Jaune
1659 10111 9 Yellow Flower Yellow Florges
1660 10112 5 Fleur Orange Florges Orange
1661 10112 9 Orange Flower Orange Florges
1662 10113 5 Fleur Bleue Florges Bleu
1663 10113 9 Blue Flower Blue Florges
1664 10114 5 Fleur Blanche Florges Blanc
1665 10114 9 White Flower White Florges
1666 10115 5 Coupe Cœur Couafarel Cœur
1667 10115 9 Heart Trim Heart Furfrou
1668 10116 5 Coupe Étoile Couafarel Étoile
1669 10116 9 Star Trim Star Furfrou
1670 10117 5 Couple Diamant Couafarel Diamant
1671 10117 9 Diamond Trim Diamond Furfrou
1672 10118 5 Coupe Demoiselle Couafarel Demoiselle
1673 10118 9 Debutante Trim Debutante Furfrou
1674 10119 5 Coupe Madame Couafarel Madame
1675 10119 9 Matron Trim Matron Furfrou
1676 10120 5 Couple Monsieur Couafarel Monsieur
1677 10120 9 Dandy Trim Dandy Furfrou
1678 10121 5 Coupe Reine Couafarel Reine
1679 10121 9 La Reine Trim La Reine Furfrou
1680 10122 5 Coupe Kabuki Couafarel Kabuki
1681 10122 9 Kabuki Trim Kabuki Furfrou
1682 10123 5 Coupe Pharaon Couafarel Pharaon
1683 10123 9 Pharaoh Trim Pharaoh Furfrou
1684 10124 5 Femelle Mistigrix Femelle
1685 10124 9 Female Female Meowstic
1686 10125 5 Forme Assaut Exagide Assaut
1687 10125 9 Blade Forme Blade Aegislash
1688 10126 5 Taille Mini Pitrouille Mini
1689 10126 9 Small Size Small Pumpkaboo
1690 10127 5 Taille Maxi Pitrouille Maxi
1691 10127 9 Large Size Large Pumpkaboo
1692 10128 5 Taille Ultra Pitrouille Ultra
1693 10128 9 Super Size Super Pumpkaboo
1694 10129 5 Taille Mini Banshitrouye Mini
1695 10129 9 Small Size Small Gourgeist
1696 10130 5 Taille Maxi Banshitrouye Maxi
1697 10130 9 Large Size Large Gourgeist
1698 10131 5 Taille Ultra Banshitrouye Ultra
1699 10131 9 Super Size Super Gourgeist
1700 10132 5 Mode Paisible Xerneas Paisible
1701 10132 9 Neutral Mode Neutral Xerneas
1702 10133 5 Méga-Évolution Méga-Florizarre
1703 10133 9 Mega Evolution Mega Venusaur
1704 10134 5 Méga-Évolution X Méga-Dracaufeu X
1705 10134 9 Mega Evolution X Mega Charizard X
1706 10135 5 Méga-Évolution Y Méga-Dracaufeu Y
1707 10135 9 Mega Evolution Y Mega Charizard Y
1708 10136 5 Méga-Évolution Méga-Tortank
1709 10136 9 Mega Evolution Mega Blastoise
1710 10137 5 Méga-Évolution Méga-Alakazam
1711 10137 9 Mega Evolution Mega Alakazam
1712 10138 5 Méga-Évolution Méga-Ectoplasma
1713 10138 9 Mega Evolution Mega Gengar
1714 10139 5 Méga-Évolution Méga-Kangourex
1715 10139 9 Mega Evolution Mega Kangaskhan
1716 10140 5 Méga-Évolution Méga-Scarabrute
1717 10140 9 Mega Evolution Mega Pinsir
1718 10141 5 Méga-Évolution Méga-Léviator
1719 10141 9 Mega Evolution Mega Gyarados
1720 10142 5 Méga-Évolution Méga-Ptéra
1721 10142 9 Mega Evolution Mega Aerodactyl
1722 10143 5 Méga-Évolution X Méga-Mewtwo X
1723 10143 9 Mega Evolution X Mega Mewtwo X
1724 10144 5 Méga-Évolution Y Méga-Mewtwo Y
1725 10144 9 Mega Evolution Y Mega Mewtwo Y
1726 10145 5 Méga-Évolution Méga-Pharamp
1727 10145 9 Mega Evolution Mega Ampharos
1728 10146 5 Méga-Évolution Méga-Cizayox
1729 10146 9 Mega Evolution Mega Scizor
1730 10147 5 Méga-Évolution Méga-Scarhino
1731 10147 9 Mega Evolution Mega Heracross
1732 10148 5 Méga-Évolution Méga-Démolosse
1733 10148 9 Mega Evolution Mega Houndoom
1734 10149 5 Méga-Évolution Méga-Tyranocif
1735 10149 9 Mega Evolution Mega Tyranitar
1736 10150 5 Méga-Évolution Méga-Braségali
1737 10150 9 Mega Evolution Mega Blaziken
1738 10151 5 Méga-Évolution Méga-Gardevoir
1739 10151 9 Mega Evolution Mega Gardevoir
1740 10152 5 Méga-Évolution Méga-Mysdibule
1741 10152 9 Mega Evolution Mega Mawile
1742 10153 5 Méga-Évolution Méga-Galeking
1743 10153 9 Mega Evolution Mega Aggron
1744 10154 5 Méga-Évolution Méga-Charmina
1745 10154 9 Mega Evolution Mega Medicham
1746 10155 5 Méga-Évolution Méga-Élecsprint
1747 10155 9 Mega Evolution Mega Manectric
1748 10156 5 Méga-Évolution Méga-Branette
1749 10156 9 Mega Evolution Mega Banette
1750 10157 5 Méga-Évolution Méga-Absol
1751 10157 9 Mega Evolution Mega Absol
1752 10158 5 Méga-Évolution Méga-Carchacrok
1753 10158 9 Mega Evolution Mega Garchomp
1754 10159 5 Méga-Évolution Méga-Lucario
1755 10159 9 Mega Evolution Mega Lucario
1756 10160 5 Méga-Évolution Méga-Blizzaroi
1757 10160 9 Mega Evolution Mega Abomasnow

View File

@ -2464,308 +2464,308 @@ pokemon_form_id,pokeathlon_stat_id,minimum_stat,base_stat,maximum_stat
493,3,1,4,5
493,4,1,5,5
493,5,2,4,5
650,1,1,2,4
650,2,1,2,3
650,3,1,2,4
650,4,1,2,4
650,5,2,2,5
651,1,1,2,4
651,2,1,2,3
651,3,1,2,4
651,4,1,2,4
651,5,2,2,5
652,1,1,2,4
652,2,1,2,3
652,3,1,2,4
652,4,1,2,4
652,5,2,2,5
653,1,1,2,4
653,2,1,2,3
653,3,1,2,4
653,4,1,2,4
653,5,2,2,5
654,1,1,2,4
654,2,1,2,3
654,3,1,2,4
654,4,1,2,4
654,5,2,2,5
655,1,1,2,4
655,2,1,2,3
655,3,1,2,4
655,4,1,2,4
655,5,2,2,5
656,1,1,2,4
656,2,1,2,3
656,3,1,2,4
656,4,1,2,4
656,5,2,2,5
657,1,1,2,4
657,2,1,2,3
657,3,1,2,4
657,4,1,2,4
657,5,2,2,5
658,1,1,2,4
658,2,1,2,3
658,3,1,2,4
658,4,1,2,4
658,5,2,2,5
659,1,1,2,4
659,2,1,2,3
659,3,1,2,4
659,4,1,2,4
659,5,2,2,5
660,1,1,2,4
660,2,1,2,3
660,3,1,2,4
660,4,1,2,4
660,5,2,2,5
661,1,1,2,4
661,2,1,2,3
661,3,1,2,4
661,4,1,2,4
661,5,2,2,5
662,1,1,2,4
662,2,1,2,3
662,3,1,2,4
662,4,1,2,4
662,5,2,2,5
663,1,1,2,4
663,2,1,2,3
663,3,1,2,4
663,4,1,2,4
663,5,2,2,5
664,1,1,2,4
664,2,1,2,3
664,3,1,2,4
664,4,1,2,4
664,5,2,2,5
665,1,1,2,4
665,2,1,2,3
665,3,1,2,4
665,4,1,2,4
665,5,2,2,5
666,1,1,2,4
666,2,1,2,3
666,3,1,2,4
666,4,1,2,4
666,5,2,2,5
667,1,1,2,4
667,2,1,2,3
667,3,1,2,4
667,4,1,2,4
667,5,2,2,5
668,1,1,2,4
668,2,1,2,3
668,3,1,2,4
668,4,1,2,4
668,5,2,2,5
669,1,1,2,4
669,2,1,2,3
669,3,1,2,4
669,4,1,2,4
669,5,2,2,5
670,1,1,2,4
670,2,1,2,3
670,3,1,2,4
670,4,1,2,4
670,5,2,2,5
671,1,1,2,4
671,2,1,2,3
671,3,1,2,4
671,4,1,2,4
671,5,2,2,5
672,1,1,2,4
672,2,1,2,3
672,3,1,2,4
672,4,1,2,4
672,5,2,2,5
673,1,1,2,4
673,2,1,2,3
673,3,1,2,4
673,4,1,2,4
673,5,2,2,5
674,1,1,2,4
674,2,1,2,3
674,3,1,2,4
674,4,1,2,4
674,5,2,2,5
675,1,1,2,4
675,2,1,2,3
675,3,1,2,5
675,4,1,2,4
675,5,2,2,5
676,1,1,2,4
676,2,1,2,3
676,3,1,2,5
676,4,1,2,4
676,5,2,2,5
680,1,2,4,5
680,2,4,5,5
680,3,1,4,5
680,4,1,2,3
680,5,2,3,4
681,1,1,3,3
681,2,1,3,4
681,3,2,4,5
681,4,4,5,5
681,5,2,2,3
682,1,4,5,5
682,2,1,2,3
682,3,2,4,5
682,4,1,3,4
682,5,2,4,4
683,1,1,1,4
683,2,1,1,4
683,3,1,1,4
683,4,1,1,5
683,5,2,2,3
684,1,1,1,4
684,2,1,1,5
684,3,1,1,3
684,4,1,1,5
684,5,2,2,3
685,1,1,2,3
685,2,3,4,5
685,3,1,2,2
685,4,1,4,5
685,5,2,2,3
686,1,1,1,3
686,2,1,3,5
686,3,1,2,3
686,4,5,5,5
686,5,2,2,2
688,1,1,1,3
688,2,1,1,4
688,3,1,1,3
688,4,1,3,5
688,5,2,2,2
689,1,1,1,2
689,2,3,4,5
689,3,1,3,3
689,4,4,5,5
689,5,2,2,2
690,1,5,5,5
690,2,1,4,5
690,3,1,4,5
690,4,1,4,5
690,5,2,5,5
691,1,1,4,5
691,2,5,5,5
691,3,1,5,5
691,4,1,4,5
691,5,2,4,5
692,1,1,3,5
692,2,1,5,5
692,3,1,5,5
692,4,1,5,5
692,5,2,5,5
693,1,5,5,5
693,2,1,4,5
693,3,1,5,5
693,4,1,4,5
693,5,2,4,5
694,1,1,4,5
694,2,1,5,5
694,3,5,5,5
694,4,1,4,5
694,5,2,4,5
695,1,1,4,5
695,2,5,5,5
695,3,1,4,5
695,4,1,5,5
695,5,2,4,5
696,1,1,5,5
696,2,1,4,5
696,3,1,4,5
696,4,1,4,5
696,5,5,5,5
697,1,1,4,5
697,2,1,4,5
697,3,1,5,5
697,4,1,4,5
697,5,5,5,5
698,1,1,4,5
698,2,1,4,5
698,3,1,4,5
698,4,5,5,5
698,5,2,5,5
699,1,1,4,5
699,2,1,5,5
699,3,1,4,5
699,4,5,5,5
699,5,2,4,5
700,1,5,5,5
700,2,1,5,5
700,3,1,4,5
700,4,1,4,5
700,5,2,4,5
701,1,1,4,5
701,2,1,4,5
701,3,5,5,5
701,4,1,5,5
701,5,2,4,5
702,1,1,5,5
702,2,1,4,5
702,3,5,5,5
702,4,1,4,5
702,5,2,4,5
703,1,1,4,5
703,2,5,5,5
703,3,1,4,5
703,4,1,5,5
703,5,2,4,5
704,1,1,4,5
704,2,1,4,5
704,3,1,5,5
704,4,5,5,5
704,5,2,4,5
705,1,1,5,5
705,2,1,4,5
705,3,5,5,5
705,4,1,4,5
705,5,2,4,5
706,1,1,5,5
706,2,1,5,5
706,3,1,5,5
706,4,1,5,5
706,5,2,5,5
707,1,2,3,4
707,2,2,4,4
707,3,1,3,4
707,4,1,3,4
707,5,2,4,4
708,1,1,3,3
708,2,1,3,3
708,3,1,3,4
708,4,1,4,4
708,5,2,2,4
709,1,1,3,4
709,2,1,2,3
709,3,3,4,5
709,4,1,3,3
709,5,3,3,4
710,1,3,3,5
710,2,1,3,5
710,3,1,3,3
710,4,1,2,3
710,5,4,5,5
711,1,1,3,3
711,2,1,3,3
711,3,3,5,5
711,4,3,3,4
711,5,2,2,4
712,1,1,3,5
712,2,1,3,5
712,3,1,3,5
712,4,1,3,5
712,5,2,3,5
713,1,3,3,5
713,2,1,4,4
713,3,1,3,4
713,4,1,3,3
713,5,3,5,5
714,1,3,5,5
714,2,1,1,1
714,3,1,3,5
714,4,1,1,3
714,5,2,3,4
10001,1,1,2,4
10001,2,1,2,3
10001,3,1,2,4
10001,4,1,2,4
10001,5,2,2,5
10002,1,1,2,4
10002,2,1,2,3
10002,3,1,2,4
10002,4,1,2,4
10002,5,2,2,5
10003,1,1,2,4
10003,2,1,2,3
10003,3,1,2,4
10003,4,1,2,4
10003,5,2,2,5
10004,1,1,2,4
10004,2,1,2,3
10004,3,1,2,4
10004,4,1,2,4
10004,5,2,2,5
10005,1,1,2,4
10005,2,1,2,3
10005,3,1,2,4
10005,4,1,2,4
10005,5,2,2,5
10006,1,1,2,4
10006,2,1,2,3
10006,3,1,2,4
10006,4,1,2,4
10006,5,2,2,5
10007,1,1,2,4
10007,2,1,2,3
10007,3,1,2,4
10007,4,1,2,4
10007,5,2,2,5
10008,1,1,2,4
10008,2,1,2,3
10008,3,1,2,4
10008,4,1,2,4
10008,5,2,2,5
10009,1,1,2,4
10009,2,1,2,3
10009,3,1,2,4
10009,4,1,2,4
10009,5,2,2,5
10010,1,1,2,4
10010,2,1,2,3
10010,3,1,2,4
10010,4,1,2,4
10010,5,2,2,5
10011,1,1,2,4
10011,2,1,2,3
10011,3,1,2,4
10011,4,1,2,4
10011,5,2,2,5
10012,1,1,2,4
10012,2,1,2,3
10012,3,1,2,4
10012,4,1,2,4
10012,5,2,2,5
10013,1,1,2,4
10013,2,1,2,3
10013,3,1,2,4
10013,4,1,2,4
10013,5,2,2,5
10014,1,1,2,4
10014,2,1,2,3
10014,3,1,2,4
10014,4,1,2,4
10014,5,2,2,5
10015,1,1,2,4
10015,2,1,2,3
10015,3,1,2,4
10015,4,1,2,4
10015,5,2,2,5
10016,1,1,2,4
10016,2,1,2,3
10016,3,1,2,4
10016,4,1,2,4
10016,5,2,2,5
10017,1,1,2,4
10017,2,1,2,3
10017,3,1,2,4
10017,4,1,2,4
10017,5,2,2,5
10018,1,1,2,4
10018,2,1,2,3
10018,3,1,2,4
10018,4,1,2,4
10018,5,2,2,5
10019,1,1,2,4
10019,2,1,2,3
10019,3,1,2,4
10019,4,1,2,4
10019,5,2,2,5
10020,1,1,2,4
10020,2,1,2,3
10020,3,1,2,4
10020,4,1,2,4
10020,5,2,2,5
10021,1,1,2,4
10021,2,1,2,3
10021,3,1,2,4
10021,4,1,2,4
10021,5,2,2,5
10022,1,1,2,4
10022,2,1,2,3
10022,3,1,2,4
10022,4,1,2,4
10022,5,2,2,5
10023,1,1,2,4
10023,2,1,2,3
10023,3,1,2,4
10023,4,1,2,4
10023,5,2,2,5
10024,1,1,2,4
10024,2,1,2,3
10024,3,1,2,4
10024,4,1,2,4
10024,5,2,2,5
10025,1,1,2,4
10025,2,1,2,3
10025,3,1,2,4
10025,4,1,2,4
10025,5,2,2,5
10026,1,1,2,4
10026,2,1,2,3
10026,3,1,2,5
10026,4,1,2,4
10026,5,2,2,5
10027,1,1,2,4
10027,2,1,2,3
10027,3,1,2,5
10027,4,1,2,4
10027,5,2,2,5
10031,1,2,4,5
10031,2,4,5,5
10031,3,1,4,5
10031,4,1,2,3
10031,5,2,3,4
10032,1,1,3,3
10032,2,1,3,4
10032,3,2,4,5
10032,4,4,5,5
10032,5,2,2,3
10033,1,4,5,5
10033,2,1,2,3
10033,3,2,4,5
10033,4,1,3,4
10033,5,2,4,4
10034,1,1,1,4
10034,2,1,1,4
10034,3,1,1,4
10034,4,1,1,5
10034,5,2,2,3
10035,1,1,1,4
10035,2,1,1,5
10035,3,1,1,3
10035,4,1,1,5
10035,5,2,2,3
10036,1,1,2,3
10036,2,3,4,5
10036,3,1,2,2
10036,4,1,4,5
10036,5,2,2,3
10037,1,1,1,3
10037,2,1,3,5
10037,3,1,2,3
10037,4,5,5,5
10037,5,2,2,2
10039,1,1,1,3
10039,2,1,1,4
10039,3,1,1,3
10039,4,1,3,5
10039,5,2,2,2
10040,1,1,1,2
10040,2,3,4,5
10040,3,1,3,3
10040,4,4,5,5
10040,5,2,2,2
10041,1,5,5,5
10041,2,1,4,5
10041,3,1,4,5
10041,4,1,4,5
10041,5,2,5,5
10042,1,1,4,5
10042,2,5,5,5
10042,3,1,5,5
10042,4,1,4,5
10042,5,2,4,5
10043,1,1,3,5
10043,2,1,5,5
10043,3,1,5,5
10043,4,1,5,5
10043,5,2,5,5
10044,1,5,5,5
10044,2,1,4,5
10044,3,1,5,5
10044,4,1,4,5
10044,5,2,4,5
10045,1,1,4,5
10045,2,1,5,5
10045,3,5,5,5
10045,4,1,4,5
10045,5,2,4,5
10046,1,1,4,5
10046,2,5,5,5
10046,3,1,4,5
10046,4,1,5,5
10046,5,2,4,5
10047,1,1,5,5
10047,2,1,4,5
10047,3,1,4,5
10047,4,1,4,5
10047,5,5,5,5
10048,1,1,4,5
10048,2,1,4,5
10048,3,1,5,5
10048,4,1,4,5
10048,5,5,5,5
10049,1,1,4,5
10049,2,1,4,5
10049,3,1,4,5
10049,4,5,5,5
10049,5,2,5,5
10050,1,1,4,5
10050,2,1,5,5
10050,3,1,4,5
10050,4,5,5,5
10050,5,2,4,5
10051,1,5,5,5
10051,2,1,5,5
10051,3,1,4,5
10051,4,1,4,5
10051,5,2,4,5
10052,1,1,4,5
10052,2,1,4,5
10052,3,5,5,5
10052,4,1,5,5
10052,5,2,4,5
10053,1,1,5,5
10053,2,1,4,5
10053,3,5,5,5
10053,4,1,4,5
10053,5,2,4,5
10054,1,1,4,5
10054,2,5,5,5
10054,3,1,4,5
10054,4,1,5,5
10054,5,2,4,5
10055,1,1,4,5
10055,2,1,4,5
10055,3,1,5,5
10055,4,5,5,5
10055,5,2,4,5
10056,1,1,5,5
10056,2,1,4,5
10056,3,5,5,5
10056,4,1,4,5
10056,5,2,4,5
10057,1,1,5,5
10057,2,1,5,5
10057,3,1,5,5
10057,4,1,5,5
10057,5,2,5,5
10058,1,2,3,4
10058,2,2,4,4
10058,3,1,3,4
10058,4,1,3,4
10058,5,2,4,4
10059,1,1,3,3
10059,2,1,3,3
10059,3,1,3,4
10059,4,1,4,4
10059,5,2,2,4
10060,1,1,3,4
10060,2,1,2,3
10060,3,3,4,5
10060,4,1,3,3
10060,5,3,3,4
10061,1,3,3,5
10061,2,1,3,5
10061,3,1,3,3
10061,4,1,2,3
10061,5,4,5,5
10062,1,1,3,3
10062,2,1,3,3
10062,3,3,5,5
10062,4,3,3,4
10062,5,2,2,4
10063,1,1,3,5
10063,2,1,3,5
10063,3,1,3,5
10063,4,1,3,5
10063,5,2,3,5
10064,1,3,3,5
10064,2,1,4,4
10064,3,1,3,4
10064,4,1,3,3
10064,5,3,5,5
10065,1,3,5,5
10065,2,1,1,1
10065,3,1,3,5
10065,4,1,1,3
10065,5,2,3,4

1 pokemon_form_id pokeathlon_stat_id minimum_stat base_stat maximum_stat
2464 493 3 1 4 5
2465 493 4 1 5 5
2466 493 5 2 4 5
2467 650 10001 1 1 2 4
2468 650 10001 2 1 2 3
2469 650 10001 3 1 2 4
2470 650 10001 4 1 2 4
2471 650 10001 5 2 2 5
2472 651 10002 1 1 2 4
2473 651 10002 2 1 2 3
2474 651 10002 3 1 2 4
2475 651 10002 4 1 2 4
2476 651 10002 5 2 2 5
2477 652 10003 1 1 2 4
2478 652 10003 2 1 2 3
2479 652 10003 3 1 2 4
2480 652 10003 4 1 2 4
2481 652 10003 5 2 2 5
2482 653 10004 1 1 2 4
2483 653 10004 2 1 2 3
2484 653 10004 3 1 2 4
2485 653 10004 4 1 2 4
2486 653 10004 5 2 2 5
2487 654 10005 1 1 2 4
2488 654 10005 2 1 2 3
2489 654 10005 3 1 2 4
2490 654 10005 4 1 2 4
2491 654 10005 5 2 2 5
2492 655 10006 1 1 2 4
2493 655 10006 2 1 2 3
2494 655 10006 3 1 2 4
2495 655 10006 4 1 2 4
2496 655 10006 5 2 2 5
2497 656 10007 1 1 2 4
2498 656 10007 2 1 2 3
2499 656 10007 3 1 2 4
2500 656 10007 4 1 2 4
2501 656 10007 5 2 2 5
2502 657 10008 1 1 2 4
2503 657 10008 2 1 2 3
2504 657 10008 3 1 2 4
2505 657 10008 4 1 2 4
2506 657 10008 5 2 2 5
2507 658 10009 1 1 2 4
2508 658 10009 2 1 2 3
2509 658 10009 3 1 2 4
2510 658 10009 4 1 2 4
2511 658 10009 5 2 2 5
2512 659 10010 1 1 2 4
2513 659 10010 2 1 2 3
2514 659 10010 3 1 2 4
2515 659 10010 4 1 2 4
2516 659 10010 5 2 2 5
2517 660 10011 1 1 2 4
2518 660 10011 2 1 2 3
2519 660 10011 3 1 2 4
2520 660 10011 4 1 2 4
2521 660 10011 5 2 2 5
2522 661 10012 1 1 2 4
2523 661 10012 2 1 2 3
2524 661 10012 3 1 2 4
2525 661 10012 4 1 2 4
2526 661 10012 5 2 2 5
2527 662 10013 1 1 2 4
2528 662 10013 2 1 2 3
2529 662 10013 3 1 2 4
2530 662 10013 4 1 2 4
2531 662 10013 5 2 2 5
2532 663 10014 1 1 2 4
2533 663 10014 2 1 2 3
2534 663 10014 3 1 2 4
2535 663 10014 4 1 2 4
2536 663 10014 5 2 2 5
2537 664 10015 1 1 2 4
2538 664 10015 2 1 2 3
2539 664 10015 3 1 2 4
2540 664 10015 4 1 2 4
2541 664 10015 5 2 2 5
2542 665 10016 1 1 2 4
2543 665 10016 2 1 2 3
2544 665 10016 3 1 2 4
2545 665 10016 4 1 2 4
2546 665 10016 5 2 2 5
2547 666 10017 1 1 2 4
2548 666 10017 2 1 2 3
2549 666 10017 3 1 2 4
2550 666 10017 4 1 2 4
2551 666 10017 5 2 2 5
2552 667 10018 1 1 2 4
2553 667 10018 2 1 2 3
2554 667 10018 3 1 2 4
2555 667 10018 4 1 2 4
2556 667 10018 5 2 2 5
2557 668 10019 1 1 2 4
2558 668 10019 2 1 2 3
2559 668 10019 3 1 2 4
2560 668 10019 4 1 2 4
2561 668 10019 5 2 2 5
2562 669 10020 1 1 2 4
2563 669 10020 2 1 2 3
2564 669 10020 3 1 2 4
2565 669 10020 4 1 2 4
2566 669 10020 5 2 2 5
2567 670 10021 1 1 2 4
2568 670 10021 2 1 2 3
2569 670 10021 3 1 2 4
2570 670 10021 4 1 2 4
2571 670 10021 5 2 2 5
2572 671 10022 1 1 2 4
2573 671 10022 2 1 2 3
2574 671 10022 3 1 2 4
2575 671 10022 4 1 2 4
2576 671 10022 5 2 2 5
2577 672 10023 1 1 2 4
2578 672 10023 2 1 2 3
2579 672 10023 3 1 2 4
2580 672 10023 4 1 2 4
2581 672 10023 5 2 2 5
2582 673 10024 1 1 2 4
2583 673 10024 2 1 2 3
2584 673 10024 3 1 2 4
2585 673 10024 4 1 2 4
2586 673 10024 5 2 2 5
2587 674 10025 1 1 2 4
2588 674 10025 2 1 2 3
2589 674 10025 3 1 2 4
2590 674 10025 4 1 2 4
2591 674 10025 5 2 2 5
2592 675 10026 1 1 2 4
2593 675 10026 2 1 2 3
2594 675 10026 3 1 2 5
2595 675 10026 4 1 2 4
2596 675 10026 5 2 2 5
2597 676 10027 1 1 2 4
2598 676 10027 2 1 2 3
2599 676 10027 3 1 2 5
2600 676 10027 4 1 2 4
2601 676 10027 5 2 2 5
2602 680 10031 1 2 4 5
2603 680 10031 2 4 5 5
2604 680 10031 3 1 4 5
2605 680 10031 4 1 2 3
2606 680 10031 5 2 3 4
2607 681 10032 1 1 3 3
2608 681 10032 2 1 3 4
2609 681 10032 3 2 4 5
2610 681 10032 4 4 5 5
2611 681 10032 5 2 2 3
2612 682 10033 1 4 5 5
2613 682 10033 2 1 2 3
2614 682 10033 3 2 4 5
2615 682 10033 4 1 3 4
2616 682 10033 5 2 4 4
2617 683 10034 1 1 1 4
2618 683 10034 2 1 1 4
2619 683 10034 3 1 1 4
2620 683 10034 4 1 1 5
2621 683 10034 5 2 2 3
2622 684 10035 1 1 1 4
2623 684 10035 2 1 1 5
2624 684 10035 3 1 1 3
2625 684 10035 4 1 1 5
2626 684 10035 5 2 2 3
2627 685 10036 1 1 2 3
2628 685 10036 2 3 4 5
2629 685 10036 3 1 2 2
2630 685 10036 4 1 4 5
2631 685 10036 5 2 2 3
2632 686 10037 1 1 1 3
2633 686 10037 2 1 3 5
2634 686 10037 3 1 2 3
2635 686 10037 4 5 5 5
2636 686 10037 5 2 2 2
2637 688 10039 1 1 1 3
2638 688 10039 2 1 1 4
2639 688 10039 3 1 1 3
2640 688 10039 4 1 3 5
2641 688 10039 5 2 2 2
2642 689 10040 1 1 1 2
2643 689 10040 2 3 4 5
2644 689 10040 3 1 3 3
2645 689 10040 4 4 5 5
2646 689 10040 5 2 2 2
2647 690 10041 1 5 5 5
2648 690 10041 2 1 4 5
2649 690 10041 3 1 4 5
2650 690 10041 4 1 4 5
2651 690 10041 5 2 5 5
2652 691 10042 1 1 4 5
2653 691 10042 2 5 5 5
2654 691 10042 3 1 5 5
2655 691 10042 4 1 4 5
2656 691 10042 5 2 4 5
2657 692 10043 1 1 3 5
2658 692 10043 2 1 5 5
2659 692 10043 3 1 5 5
2660 692 10043 4 1 5 5
2661 692 10043 5 2 5 5
2662 693 10044 1 5 5 5
2663 693 10044 2 1 4 5
2664 693 10044 3 1 5 5
2665 693 10044 4 1 4 5
2666 693 10044 5 2 4 5
2667 694 10045 1 1 4 5
2668 694 10045 2 1 5 5
2669 694 10045 3 5 5 5
2670 694 10045 4 1 4 5
2671 694 10045 5 2 4 5
2672 695 10046 1 1 4 5
2673 695 10046 2 5 5 5
2674 695 10046 3 1 4 5
2675 695 10046 4 1 5 5
2676 695 10046 5 2 4 5
2677 696 10047 1 1 5 5
2678 696 10047 2 1 4 5
2679 696 10047 3 1 4 5
2680 696 10047 4 1 4 5
2681 696 10047 5 5 5 5
2682 697 10048 1 1 4 5
2683 697 10048 2 1 4 5
2684 697 10048 3 1 5 5
2685 697 10048 4 1 4 5
2686 697 10048 5 5 5 5
2687 698 10049 1 1 4 5
2688 698 10049 2 1 4 5
2689 698 10049 3 1 4 5
2690 698 10049 4 5 5 5
2691 698 10049 5 2 5 5
2692 699 10050 1 1 4 5
2693 699 10050 2 1 5 5
2694 699 10050 3 1 4 5
2695 699 10050 4 5 5 5
2696 699 10050 5 2 4 5
2697 700 10051 1 5 5 5
2698 700 10051 2 1 5 5
2699 700 10051 3 1 4 5
2700 700 10051 4 1 4 5
2701 700 10051 5 2 4 5
2702 701 10052 1 1 4 5
2703 701 10052 2 1 4 5
2704 701 10052 3 5 5 5
2705 701 10052 4 1 5 5
2706 701 10052 5 2 4 5
2707 702 10053 1 1 5 5
2708 702 10053 2 1 4 5
2709 702 10053 3 5 5 5
2710 702 10053 4 1 4 5
2711 702 10053 5 2 4 5
2712 703 10054 1 1 4 5
2713 703 10054 2 5 5 5
2714 703 10054 3 1 4 5
2715 703 10054 4 1 5 5
2716 703 10054 5 2 4 5
2717 704 10055 1 1 4 5
2718 704 10055 2 1 4 5
2719 704 10055 3 1 5 5
2720 704 10055 4 5 5 5
2721 704 10055 5 2 4 5
2722 705 10056 1 1 5 5
2723 705 10056 2 1 4 5
2724 705 10056 3 5 5 5
2725 705 10056 4 1 4 5
2726 705 10056 5 2 4 5
2727 706 10057 1 1 5 5
2728 706 10057 2 1 5 5
2729 706 10057 3 1 5 5
2730 706 10057 4 1 5 5
2731 706 10057 5 2 5 5
2732 707 10058 1 2 3 4
2733 707 10058 2 2 4 4
2734 707 10058 3 1 3 4
2735 707 10058 4 1 3 4
2736 707 10058 5 2 4 4
2737 708 10059 1 1 3 3
2738 708 10059 2 1 3 3
2739 708 10059 3 1 3 4
2740 708 10059 4 1 4 4
2741 708 10059 5 2 2 4
2742 709 10060 1 1 3 4
2743 709 10060 2 1 2 3
2744 709 10060 3 3 4 5
2745 709 10060 4 1 3 3
2746 709 10060 5 3 3 4
2747 710 10061 1 3 3 5
2748 710 10061 2 1 3 5
2749 710 10061 3 1 3 3
2750 710 10061 4 1 2 3
2751 710 10061 5 4 5 5
2752 711 10062 1 1 3 3
2753 711 10062 2 1 3 3
2754 711 10062 3 3 5 5
2755 711 10062 4 3 3 4
2756 711 10062 5 2 2 4
2757 712 10063 1 1 3 5
2758 712 10063 2 1 3 5
2759 712 10063 3 1 3 5
2760 712 10063 4 1 3 5
2761 712 10063 5 2 3 5
2762 713 10064 1 3 3 5
2763 713 10064 2 1 4 4
2764 713 10064 3 1 3 4
2765 713 10064 4 1 3 3
2766 713 10064 5 3 5 5
2767 714 10065 1 3 5 5
2768 714 10065 2 1 1 1
2769 714 10065 3 1 3 5
2770 714 10065 4 1 1 3
2771 714 10065 5 2 3 4

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2939,82 +2939,82 @@ pokemon_id,version_id,item_id,rarity
648,18,91,100
648,21,91,100
648,22,91,100
653,12,199,5
653,13,199,5
653,14,199,5
653,15,199,5
653,16,199,5
653,17,199,5
653,18,199,5
653,21,199,5
653,22,199,5
654,12,199,5
654,13,199,5
654,14,199,5
654,15,199,5
654,16,199,5
654,17,199,5
654,18,199,5
654,21,199,5
654,22,199,5
655,14,134,100
655,15,134,100
655,16,134,100
655,17,134,100
655,18,134,100
655,21,134,100
655,22,134,100
662,7,220,100
662,8,220,100
662,9,220,100
662,10,220,100
662,11,220,100
662,12,220,100
662,13,220,100
662,14,220,100
662,15,220,100
662,16,220,100
662,17,220,100
662,18,220,100
662,21,220,100
662,22,220,100
663,7,220,100
663,8,220,100
663,9,220,100
663,10,220,100
663,11,220,100
663,12,220,100
663,13,220,100
663,14,220,100
663,15,220,100
663,16,220,100
663,17,220,100
663,18,220,100
663,21,220,100
663,22,220,100
664,7,220,100
664,8,220,100
664,9,220,100
664,10,220,100
664,11,220,100
664,12,220,100
664,13,220,100
664,14,220,100
664,15,220,100
664,16,220,100
664,17,220,100
664,18,220,100
664,21,220,100
664,22,220,100
665,17,204,5
665,18,204,5
665,21,204,5
665,22,204,5
666,17,129,50
666,18,129,50
666,21,129,50
666,22,129,50
667,17,91,100
667,18,91,100
667,21,91,100
667,22,91,100
10004,12,199,5
10004,13,199,5
10004,14,199,5
10004,15,199,5
10004,16,199,5
10004,17,199,5
10004,18,199,5
10004,21,199,5
10004,22,199,5
10005,12,199,5
10005,13,199,5
10005,14,199,5
10005,15,199,5
10005,16,199,5
10005,17,199,5
10005,18,199,5
10005,21,199,5
10005,22,199,5
10006,14,134,100
10006,15,134,100
10006,16,134,100
10006,17,134,100
10006,18,134,100
10006,21,134,100
10006,22,134,100
10013,7,220,100
10013,8,220,100
10013,9,220,100
10013,10,220,100
10013,11,220,100
10013,12,220,100
10013,13,220,100
10013,14,220,100
10013,15,220,100
10013,16,220,100
10013,17,220,100
10013,18,220,100
10013,21,220,100
10013,22,220,100
10014,7,220,100
10014,8,220,100
10014,9,220,100
10014,10,220,100
10014,11,220,100
10014,12,220,100
10014,13,220,100
10014,14,220,100
10014,15,220,100
10014,16,220,100
10014,17,220,100
10014,18,220,100
10014,21,220,100
10014,22,220,100
10015,7,220,100
10015,8,220,100
10015,9,220,100
10015,10,220,100
10015,11,220,100
10015,12,220,100
10015,13,220,100
10015,14,220,100
10015,15,220,100
10015,16,220,100
10015,17,220,100
10015,18,220,100
10015,21,220,100
10015,22,220,100
10016,17,204,5
10016,18,204,5
10016,21,204,5
10016,22,204,5
10017,17,129,50
10017,18,129,50
10017,21,129,50
10017,22,129,50
10018,17,91,100
10018,18,91,100
10018,21,91,100
10018,22,91,100

1 pokemon_id version_id item_id rarity
2939 648 18 91 100
2940 648 21 91 100
2941 648 22 91 100
2942 653 10004 12 199 5
2943 653 10004 13 199 5
2944 653 10004 14 199 5
2945 653 10004 15 199 5
2946 653 10004 16 199 5
2947 653 10004 17 199 5
2948 653 10004 18 199 5
2949 653 10004 21 199 5
2950 653 10004 22 199 5
2951 654 10005 12 199 5
2952 654 10005 13 199 5
2953 654 10005 14 199 5
2954 654 10005 15 199 5
2955 654 10005 16 199 5
2956 654 10005 17 199 5
2957 654 10005 18 199 5
2958 654 10005 21 199 5
2959 654 10005 22 199 5
2960 655 10006 14 134 100
2961 655 10006 15 134 100
2962 655 10006 16 134 100
2963 655 10006 17 134 100
2964 655 10006 18 134 100
2965 655 10006 21 134 100
2966 655 10006 22 134 100
2967 662 10013 7 220 100
2968 662 10013 8 220 100
2969 662 10013 9 220 100
2970 662 10013 10 220 100
2971 662 10013 11 220 100
2972 662 10013 12 220 100
2973 662 10013 13 220 100
2974 662 10013 14 220 100
2975 662 10013 15 220 100
2976 662 10013 16 220 100
2977 662 10013 17 220 100
2978 662 10013 18 220 100
2979 662 10013 21 220 100
2980 662 10013 22 220 100
2981 663 10014 7 220 100
2982 663 10014 8 220 100
2983 663 10014 9 220 100
2984 663 10014 10 220 100
2985 663 10014 11 220 100
2986 663 10014 12 220 100
2987 663 10014 13 220 100
2988 663 10014 14 220 100
2989 663 10014 15 220 100
2990 663 10014 16 220 100
2991 663 10014 17 220 100
2992 663 10014 18 220 100
2993 663 10014 21 220 100
2994 663 10014 22 220 100
2995 664 10015 7 220 100
2996 664 10015 8 220 100
2997 664 10015 9 220 100
2998 664 10015 10 220 100
2999 664 10015 11 220 100
3000 664 10015 12 220 100
3001 664 10015 13 220 100
3002 664 10015 14 220 100
3003 664 10015 15 220 100
3004 664 10015 16 220 100
3005 664 10015 17 220 100
3006 664 10015 18 220 100
3007 664 10015 21 220 100
3008 664 10015 22 220 100
3009 665 10016 17 204 5
3010 665 10016 18 204 5
3011 665 10016 21 204 5
3012 665 10016 22 204 5
3013 666 10017 17 129 50
3014 666 10017 18 129 50
3015 666 10017 21 129 50
3016 666 10017 22 129 50
3017 667 10018 17 91 100
3018 667 10018 18 91 100
3019 667 10018 21 91 100
3020 667 10018 22 91 100

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

@ -4081,3 +4081,348 @@ pokemon_species_id,local_language_id,name,genus
649,5,Genesect,
649,6,Genesect,
649,9,Genesect,Paleozoic
650,1,ハリマロン,
650,3,도치마론,
650,5,Marisson,
650,6,Igamaro,
650,9,Chespin,Spiny Nut
651,1,ハリボーグ,
651,3,도치보구,
651,5,Boguérisse,
651,6,Igastarnish,
651,9,Quilladin,Spiny Armor
652,1,ブリガロン,
652,3,부리가론,
652,5,Blindépique,
652,6,Brigaron,
652,9,Chesnaught,Spiny Armor
653,1,フォッコ,
653,3,푸호꼬,
653,5,Feunnec,
653,6,Fynx,
653,9,Fennekin,Fox
654,1,テールナー,
654,3,테르나,
654,5,Roussil,
654,6,Rutena,
654,9,Braixen,Fox
655,1,マフォクシー,
655,3,마폭시,
655,5,Goupelin,
655,6,Fennexis,
655,9,Delphox,Fox
656,1,ケロマツ,
656,3,개구마르,
656,5,Grenousse,
656,6,Froxy,
656,9,Froakie,Bubble Frog
657,1,ゲコガシラ,
657,3,개굴반장,
657,5,Croâporal,
657,6,Amphizel,
657,9,Frogadier,Bubble Frog
658,1,ゲッコウガ,
658,3,개굴닌자,
658,5,Amphinobi,
658,6,Quajutsu,
658,9,Greninja,Ninja
659,1,ホルビー,
659,3,파르빗,
659,5,Sapereau,
659,6,Scoppel,
659,9,Bunnelby,Digging
660,1,ホルード,
660,3,파르토,
660,5,Excavarenne,
660,6,Grebbit,
660,9,Diggersby,Digging
661,1,ヤヤコマ,
661,3,화살꼬빈,
661,5,Passerouge,
661,6,Dartiri,
661,9,Fletchling,Tiny Robin
662,1,ヒノヤコマ,
662,3,불화살빈,
662,5,Braisillon,
662,6,Dartignis,
662,9,Fletchinder,Ember
663,1,ファイアロー,
663,3,파이어로,
663,5,Flambusard,
663,6,Fiaro,
663,9,Talonflame,Scorching
664,1,コフキムシ,
664,3,분이벌레,
664,5,Lépidonille,
664,6,Purmel,
664,9,Scatterbug,Scatterdust
665,1,コフーライ,
665,3,분떠도리,
665,5,Pérégrain,
665,6,Puponcho,
665,9,Spewpa,Scatterdust
666,1,ビビヨン,
666,3,비비용,
666,5,Prismillon,
666,6,Vivillon,
666,9,Vivillon,Scale
667,1,シシコ,
667,3,레오꼬,
667,5,Hélionceau,
667,6,Leufeo,
667,9,Litleo,Lion Cub
668,1,カエンジシ,
668,3,화염레오,
668,5,Némélios,
668,6,Pyroleo,
668,9,Pyroar,Royal
669,1,フラベベ,
669,3,플라베베,
669,5,Flabébé,
669,6,Flabébé,
669,9,Flabébé,Single Bloom
670,1,フラエッテ,
670,3,플라엣테,
670,5,Floette,
670,6,Floette,
670,9,Floette,Single Bloom
671,1,フラージェス,
671,3,플라제스,
671,5,Florges,
671,6,Florges,
671,9,Florges,Garden
672,1,メェークル,
672,3,메이클,
672,5,Cabriolaine,
672,6,Mähikel,
672,9,Skiddo,Mount
673,1,ゴーゴート,
673,3,고고트,
673,5,Chevroum,
673,6,Chevrumm,
673,9,Gogoat,Mount
674,1,ヤンチャム,
674,3,판짱,
674,5,Pandespiègle,
674,6,Pam-Pam,
674,9,Pancham,Playful
675,1,ゴロンダ,
675,3,부란다,
675,5,Pandarbare,
675,6,Pandagro,
675,9,Pangoro,Daunting
676,1,トリミアン,
676,3,트리미앙,
676,5,Couafarel,
676,6,Coiffwaff,
676,9,Furfrou,Poodle
677,1,ニャスパー,
677,3,냐스퍼,
677,5,Psystigri,
677,6,Psiau,
677,9,Espurr,Restraint
678,1,ニャオニクス,
678,3,냐오닉스,
678,5,Mistigrix,
678,6,Psiaugon,
678,9,Meowstic,Constraint
679,1,ヒトツキ,
679,3,단칼빙,
679,5,Monorpale,
679,6,Gramokles,
679,9,Honedge,Sword
680,1,ニダンギル,
680,3,쌍검킬,
680,5,Dimoclès,
680,6,Duokles,
680,9,Doublade,Sword
681,1,ギルガルド,
681,3,킬가르도,
681,5,Exagide,
681,6,Durengard,
681,9,Aegislash,Royal Sword
682,1,シュシュプ,
682,3,슈쁘,
682,5,Fluvetin,
682,6,Parfi,
682,9,Spritzee,Perfume
683,1,フレフワン,
683,3,프레프티르,
683,5,Cocotine,
683,6,Parfinesse,
683,9,Aromatisse,Fragrance
684,1,ペロッパフ,
684,3,나룸퍼프,
684,5,Sucroquin,
684,6,Flauschling,
684,9,Swirlix,Cotton Candy
685,1,ペロリーム,
685,3,나루림,
685,5,Cupcanaille,
685,6,Sabbaione,
685,9,Slurpuff,Meringue
686,1,マーイーカ,
686,3,오케이징,
686,5,Sepiatop,
686,6,Iscalar,
686,9,Inkay,Revolving
687,1,カラマネロ,
687,3,칼라마네로,
687,5,Sepiatroce,
687,6,Calamanero,
687,9,Malamar,Overturning
688,1,カメテテ,
688,3,거북손손,
688,5,Opermine,
688,6,Bithora,
688,9,Binacle,Two-Handed
689,1,ガメノデス,
689,3,거북손데스,
689,5,Golgopathe,
689,6,Thanathora,
689,9,Barbaracle,Collective
690,1,クズモー,
690,3,수레기,
690,5,Venalgue,
690,6,Algitt,
690,9,Skrelp,Mock Kelp
691,1,ドラミドロ,
691,3,드래캄,
691,5,Kravarech,
691,6,Tandrak,
691,9,Dragalge,Mock Kelp
692,1,ウデッポウ,
692,3,완철포,
692,5,Flingouste,
692,6,Scampisto,
692,9,Clauncher,Water Gun
693,1,ブロスター,
693,3,블로스터,
693,5,Gamblast,
693,6,Wummer,
693,9,Clawitzer,Howitzer
694,1,エリキテル,
694,3,목도리키텔,
694,5,Galvaran,
694,6,Eguana,
694,9,Helioptile,Generator
695,1,エレザード,
695,3,일레도리자드,
695,5,Iguolta,
695,6,Elezard,
695,9,Heliolisk,Generator
696,1,チゴラス,
696,3,티고라스,
696,5,Ptyranidur,
696,6,Balgoras,
696,9,Tyrunt,Royal Heir
697,1,ガチゴラス,
697,3,견고라스,
697,5,Rexillius,
697,6,Monargoras,
697,9,Tyrantrum,Despot
698,1,アマルス,
698,3,아마루스,
698,5,Amagara,
698,6,Amarino,
698,9,Amaura,Tundra
699,1,アマルルガ,
699,3,아마루르가,
699,5,Dragmara,
699,6,Amagarga,
699,9,Aurorus,Tundra
700,1,ニンフィア,
700,3,님피아,
700,5,Nymphali,
700,6,Feelinara,
700,9,Sylveon,Intertwining
701,1,ルチャブル,
701,3,루차불,
701,5,Brutalibré,
701,6,Resladero,
701,9,Hawlucha,Wrestling
702,1,デデンネ,
702,3,데덴네,
702,5,Dedenne,
702,6,Dedenne,
702,9,Dedenne,Antenna
703,1,メレシー,
703,3,멜리시,
703,5,Strassie,
703,6,Rocara,
703,9,Carbink,Jewel
704,1,ヌメラ,
704,3,미끄메라,
704,5,Mucuscule,
704,6,Viscora,
704,9,Goomy,Soft Tissue
705,1,ヌメイル,
705,3,미끄네일,
705,5,Colimucus,
705,6,Viscargot,
705,9,Sliggoo,Soft Tissue
706,1,ヌメルゴン,
706,3,미끄래곤,
706,5,Muplodocus,
706,6,Viscogon,
706,9,Goodra,Dragon
707,1,クレッフィ,
707,3,클레피,
707,5,Trousselin,
707,6,Clavion,
707,9,Klefki,Key Ring
708,1,ボクレー,
708,3,나목령,
708,5,Brocélôme,
708,6,Paragoni,
708,9,Phantump,Stump
709,1,オーロット,
709,3,대로트,
709,5,Desséliande,
709,6,Trombork,
709,9,Trevenant,Elder Tree
710,1,バケッチャ,
710,3,호바귀,
710,5,Pitrouille,
710,6,Irrbis,
710,9,Pumpkaboo,Pumpkin
711,1,パンプジン,
711,3,펌킨인,
711,5,Banshitrouye,
711,6,Pumpdjinn,
711,9,Gourgeist,Pumpkin
712,1,カチコール,
712,3,꽁어름,
712,5,Grelaçon,
712,6,Arktip,
712,9,Bergmite,Ice Chunk
713,1,クレベース,
713,3,크레베이스,
713,5,Séracrawl,
713,6,Arktilas,
713,9,Avalugg,Iceberg
714,1,オンバット,
714,3,음뱃,
714,5,Sonistrelle,
714,6,eF-eM,
714,9,Noibat,Sound Wave
715,1,オンバーン,
715,3,음번,
715,5,Bruyverne,
715,6,UHaFnir,
715,9,Noivern,Sound Wave
716,1,ゼルネアス,
716,3,제르네아스,
716,5,Xerneas,
716,6,Xerneas,
716,9,Xerneas,Life
717,1,イベルタル,
717,3,이벨타르,
717,5,Yveltal,
717,6,Yveltal,
717,9,Yveltal,Destruction
718,1,ジガルデ,
718,3,지가르데,
718,5,Zygarde,
718,6,Zygarde,
718,9,Zygarde,Order

1 pokemon_species_id local_language_id name genus
4081 649 5 Genesect
4082 649 6 Genesect
4083 649 9 Genesect Paleozoic
4084 650 1 ハリマロン
4085 650 3 도치마론
4086 650 5 Marisson
4087 650 6 Igamaro
4088 650 9 Chespin Spiny Nut
4089 651 1 ハリボーグ
4090 651 3 도치보구
4091 651 5 Boguérisse
4092 651 6 Igastarnish
4093 651 9 Quilladin Spiny Armor
4094 652 1 ブリガロン
4095 652 3 부리가론
4096 652 5 Blindépique
4097 652 6 Brigaron
4098 652 9 Chesnaught Spiny Armor
4099 653 1 フォッコ
4100 653 3 푸호꼬
4101 653 5 Feunnec
4102 653 6 Fynx
4103 653 9 Fennekin Fox
4104 654 1 テールナー
4105 654 3 테르나
4106 654 5 Roussil
4107 654 6 Rutena
4108 654 9 Braixen Fox
4109 655 1 マフォクシー
4110 655 3 마폭시
4111 655 5 Goupelin
4112 655 6 Fennexis
4113 655 9 Delphox Fox
4114 656 1 ケロマツ
4115 656 3 개구마르
4116 656 5 Grenousse
4117 656 6 Froxy
4118 656 9 Froakie Bubble Frog
4119 657 1 ゲコガシラ
4120 657 3 개굴반장
4121 657 5 Croâporal
4122 657 6 Amphizel
4123 657 9 Frogadier Bubble Frog
4124 658 1 ゲッコウガ
4125 658 3 개굴닌자
4126 658 5 Amphinobi
4127 658 6 Quajutsu
4128 658 9 Greninja Ninja
4129 659 1 ホルビー
4130 659 3 파르빗
4131 659 5 Sapereau
4132 659 6 Scoppel
4133 659 9 Bunnelby Digging
4134 660 1 ホルード
4135 660 3 파르토
4136 660 5 Excavarenne
4137 660 6 Grebbit
4138 660 9 Diggersby Digging
4139 661 1 ヤヤコマ
4140 661 3 화살꼬빈
4141 661 5 Passerouge
4142 661 6 Dartiri
4143 661 9 Fletchling Tiny Robin
4144 662 1 ヒノヤコマ
4145 662 3 불화살빈
4146 662 5 Braisillon
4147 662 6 Dartignis
4148 662 9 Fletchinder Ember
4149 663 1 ファイアロー
4150 663 3 파이어로
4151 663 5 Flambusard
4152 663 6 Fiaro
4153 663 9 Talonflame Scorching
4154 664 1 コフキムシ
4155 664 3 분이벌레
4156 664 5 Lépidonille
4157 664 6 Purmel
4158 664 9 Scatterbug Scatterdust
4159 665 1 コフーライ
4160 665 3 분떠도리
4161 665 5 Pérégrain
4162 665 6 Puponcho
4163 665 9 Spewpa Scatterdust
4164 666 1 ビビヨン
4165 666 3 비비용
4166 666 5 Prismillon
4167 666 6 Vivillon
4168 666 9 Vivillon Scale
4169 667 1 シシコ
4170 667 3 레오꼬
4171 667 5 Hélionceau
4172 667 6 Leufeo
4173 667 9 Litleo Lion Cub
4174 668 1 カエンジシ
4175 668 3 화염레오
4176 668 5 Némélios
4177 668 6 Pyroleo
4178 668 9 Pyroar Royal
4179 669 1 フラベベ
4180 669 3 플라베베
4181 669 5 Flabébé
4182 669 6 Flabébé
4183 669 9 Flabébé Single Bloom
4184 670 1 フラエッテ
4185 670 3 플라엣테
4186 670 5 Floette
4187 670 6 Floette
4188 670 9 Floette Single Bloom
4189 671 1 フラージェス
4190 671 3 플라제스
4191 671 5 Florges
4192 671 6 Florges
4193 671 9 Florges Garden
4194 672 1 メェークル
4195 672 3 메이클
4196 672 5 Cabriolaine
4197 672 6 Mähikel
4198 672 9 Skiddo Mount
4199 673 1 ゴーゴート
4200 673 3 고고트
4201 673 5 Chevroum
4202 673 6 Chevrumm
4203 673 9 Gogoat Mount
4204 674 1 ヤンチャム
4205 674 3 판짱
4206 674 5 Pandespiègle
4207 674 6 Pam-Pam
4208 674 9 Pancham Playful
4209 675 1 ゴロンダ
4210 675 3 부란다
4211 675 5 Pandarbare
4212 675 6 Pandagro
4213 675 9 Pangoro Daunting
4214 676 1 トリミアン
4215 676 3 트리미앙
4216 676 5 Couafarel
4217 676 6 Coiffwaff
4218 676 9 Furfrou Poodle
4219 677 1 ニャスパー
4220 677 3 냐스퍼
4221 677 5 Psystigri
4222 677 6 Psiau
4223 677 9 Espurr Restraint
4224 678 1 ニャオニクス
4225 678 3 냐오닉스
4226 678 5 Mistigrix
4227 678 6 Psiaugon
4228 678 9 Meowstic Constraint
4229 679 1 ヒトツキ
4230 679 3 단칼빙
4231 679 5 Monorpale
4232 679 6 Gramokles
4233 679 9 Honedge Sword
4234 680 1 ニダンギル
4235 680 3 쌍검킬
4236 680 5 Dimoclès
4237 680 6 Duokles
4238 680 9 Doublade Sword
4239 681 1 ギルガルド
4240 681 3 킬가르도
4241 681 5 Exagide
4242 681 6 Durengard
4243 681 9 Aegislash Royal Sword
4244 682 1 シュシュプ
4245 682 3 슈쁘
4246 682 5 Fluvetin
4247 682 6 Parfi
4248 682 9 Spritzee Perfume
4249 683 1 フレフワン
4250 683 3 프레프티르
4251 683 5 Cocotine
4252 683 6 Parfinesse
4253 683 9 Aromatisse Fragrance
4254 684 1 ペロッパフ
4255 684 3 나룸퍼프
4256 684 5 Sucroquin
4257 684 6 Flauschling
4258 684 9 Swirlix Cotton Candy
4259 685 1 ペロリーム
4260 685 3 나루림
4261 685 5 Cupcanaille
4262 685 6 Sabbaione
4263 685 9 Slurpuff Meringue
4264 686 1 マーイーカ
4265 686 3 오케이징
4266 686 5 Sepiatop
4267 686 6 Iscalar
4268 686 9 Inkay Revolving
4269 687 1 カラマネロ
4270 687 3 칼라마네로
4271 687 5 Sepiatroce
4272 687 6 Calamanero
4273 687 9 Malamar Overturning
4274 688 1 カメテテ
4275 688 3 거북손손
4276 688 5 Opermine
4277 688 6 Bithora
4278 688 9 Binacle Two-Handed
4279 689 1 ガメノデス
4280 689 3 거북손데스
4281 689 5 Golgopathe
4282 689 6 Thanathora
4283 689 9 Barbaracle Collective
4284 690 1 クズモー
4285 690 3 수레기
4286 690 5 Venalgue
4287 690 6 Algitt
4288 690 9 Skrelp Mock Kelp
4289 691 1 ドラミドロ
4290 691 3 드래캄
4291 691 5 Kravarech
4292 691 6 Tandrak
4293 691 9 Dragalge Mock Kelp
4294 692 1 ウデッポウ
4295 692 3 완철포
4296 692 5 Flingouste
4297 692 6 Scampisto
4298 692 9 Clauncher Water Gun
4299 693 1 ブロスター
4300 693 3 블로스터
4301 693 5 Gamblast
4302 693 6 Wummer
4303 693 9 Clawitzer Howitzer
4304 694 1 エリキテル
4305 694 3 목도리키텔
4306 694 5 Galvaran
4307 694 6 Eguana
4308 694 9 Helioptile Generator
4309 695 1 エレザード
4310 695 3 일레도리자드
4311 695 5 Iguolta
4312 695 6 Elezard
4313 695 9 Heliolisk Generator
4314 696 1 チゴラス
4315 696 3 티고라스
4316 696 5 Ptyranidur
4317 696 6 Balgoras
4318 696 9 Tyrunt Royal Heir
4319 697 1 ガチゴラス
4320 697 3 견고라스
4321 697 5 Rexillius
4322 697 6 Monargoras
4323 697 9 Tyrantrum Despot
4324 698 1 アマルス
4325 698 3 아마루스
4326 698 5 Amagara
4327 698 6 Amarino
4328 698 9 Amaura Tundra
4329 699 1 アマルルガ
4330 699 3 아마루르가
4331 699 5 Dragmara
4332 699 6 Amagarga
4333 699 9 Aurorus Tundra
4334 700 1 ニンフィア
4335 700 3 님피아
4336 700 5 Nymphali
4337 700 6 Feelinara
4338 700 9 Sylveon Intertwining
4339 701 1 ルチャブル
4340 701 3 루차불
4341 701 5 Brutalibré
4342 701 6 Resladero
4343 701 9 Hawlucha Wrestling
4344 702 1 デデンネ
4345 702 3 데덴네
4346 702 5 Dedenne
4347 702 6 Dedenne
4348 702 9 Dedenne Antenna
4349 703 1 メレシー
4350 703 3 멜리시
4351 703 5 Strassie
4352 703 6 Rocara
4353 703 9 Carbink Jewel
4354 704 1 ヌメラ
4355 704 3 미끄메라
4356 704 5 Mucuscule
4357 704 6 Viscora
4358 704 9 Goomy Soft Tissue
4359 705 1 ヌメイル
4360 705 3 미끄네일
4361 705 5 Colimucus
4362 705 6 Viscargot
4363 705 9 Sliggoo Soft Tissue
4364 706 1 ヌメルゴン
4365 706 3 미끄래곤
4366 706 5 Muplodocus
4367 706 6 Viscogon
4368 706 9 Goodra Dragon
4369 707 1 クレッフィ
4370 707 3 클레피
4371 707 5 Trousselin
4372 707 6 Clavion
4373 707 9 Klefki Key Ring
4374 708 1 ボクレー
4375 708 3 나목령
4376 708 5 Brocélôme
4377 708 6 Paragoni
4378 708 9 Phantump Stump
4379 709 1 オーロット
4380 709 3 대로트
4381 709 5 Desséliande
4382 709 6 Trombork
4383 709 9 Trevenant Elder Tree
4384 710 1 バケッチャ
4385 710 3 호바귀
4386 710 5 Pitrouille
4387 710 6 Irrbis
4388 710 9 Pumpkaboo Pumpkin
4389 711 1 パンプジン
4390 711 3 펌킨인
4391 711 5 Banshitrouye
4392 711 6 Pumpdjinn
4393 711 9 Gourgeist Pumpkin
4394 712 1 カチコール
4395 712 3 꽁어름
4396 712 5 Grelaçon
4397 712 6 Arktip
4398 712 9 Bergmite Ice Chunk
4399 713 1 クレベース
4400 713 3 크레베이스
4401 713 5 Séracrawl
4402 713 6 Arktilas
4403 713 9 Avalugg Iceberg
4404 714 1 オンバット
4405 714 3 음뱃
4406 714 5 Sonistrelle
4407 714 6 eF-eM
4408 714 9 Noibat Sound Wave
4409 715 1 オンバーン
4410 715 3 음번
4411 715 5 Bruyverne
4412 715 6 UHaFnir
4413 715 9 Noivern Sound Wave
4414 716 1 ゼルネアス
4415 716 3 제르네아스
4416 716 5 Xerneas
4417 716 6 Xerneas
4418 716 9 Xerneas Life
4419 717 1 イベルタル
4420 717 3 이벨타르
4421 717 5 Yveltal
4422 717 6 Yveltal
4423 717 9 Yveltal Destruction
4424 718 1 ジガルデ
4425 718 3 지가르데
4426 718 5 Zygarde
4427 718 6 Zygarde
4428 718 9 Zygarde Order

View File

@ -1,20 +1,60 @@
pokemon_species_id,local_language_id,form_description
172,9,"Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to []{pokemon:celebi}'s shrine in []{location:ilex-forest}. Spiky-eared Pichu is always female, cannot evolve, and cannot be taken into the Wi-Fi Club or the Union Room, but is otherwise a normal Pichu."
172,9,"Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to []{pokemon:celebi}'s shrine in []{location:ilex-forest}. Spiky-eared Pichu is always female, cannot evolve, cannot be taken into the Wi-Fi Club or the Union Room, and cannot be transferred to Generation V, but is otherwise a normal Pichu."
201,9,Forms only affect appearance. A form is determined at random before a wild encounter and cannot be changed.
351,9,"Form changes along with type to match the [weather]{mechanic:weather} in battle, due to []{ability:forecast}. Castform is always in its normal form outside of battle, regardless of weather."
386,9,"Forms have different stats and movepools. In Generation III, Deoxys's form depends on the game: Normal Forme in Ruby and Sapphire, Attack Forme in FireRed, Defense Forme in LeafGreen, and Speed Forme in Emerald. In Generation IV, every form exists: form is preserved when transferring via []{location:pal-park}, and meteorites in the southeast corner of []{location:veilstone-city} or at the west end of []{location:unova-route-3} can be used to switch between forms."
386,9,"Forms have different stats and can learn different moves. Moves are retained through form changes.
In Generation III, Deoxys's form depends on the game: Normal Forme in Ruby and Sapphire, Attack Forme in FireRed, Defense Forme in LeafGreen, and Speed Forme in Emerald. In subsequent games, every form exists. Meteorites for switching Deoxys's form can be found in the following locations, depending on the game:
* Diamond, Pearl, and Platinum: In the southwest corner of []{location:veilstone-city}.
* HeartGold and SoulSilver: At the west end of []{location:kanto-route-3}, near []{location:pewter-city}.
* Black and White 1 & 2: In the museum in []{location:nacrene-city}, there is a single meteorite on display which cycles between all forms."
412,9,"Forms only affect appearance, although they become permanent upon evolution. Wild and newly-hatched Burmy are always in a Plant Cloak. Burmy's cloak changes to match the terrain after a battle it participated in: Plant Cloak by default; Sandy Cloak in sandy or rocky areas, such as beaches, caves, and trails; and Trash Cloak in buildings."
413,9,"Forms have different stats and movepools. During evolution, Burmy's current cloak becomes Wormadam's form, and can no longer be changed."
421,9,"Sunshine form is active during [strong sunlight]{mechanic:strong-sunlight}. Otherwise, Cherrim defaults to its Overcast form."
422,9,"Forms only affect appearance. A form is determined before a wild encounter based on whether the battle is in western or eastern Sinnoh, or inherited from the mother when breeding, and cannot be changed."
423,9,Forms only affect appearance. A form is determined before a wild encounter based on whether the battle is in western or eastern Sinnoh and cannot be changed.
479,9,"Forms have different signature moves, and the appliance forms' stats are different from the normal form's. When switching forms, the old signature move (if any) is removed and the new one must be learned, overwriting another move if need be, or the switch will be cancelled; however, it can be forgotten while in the new form. There are appliances for switching forms in a secret room in the Team Galactic Eterna Building or the Silph Co. Office Building; the room in the Galactic Building requires a []{item:secret-key}, but the room in Silph Co. is freely accessible when walking with Rotom. Rotom can be returned to its normal form by checking the space its appliance occupied. It also reverts to its normal form upon entering the Wi-Fi Club or the Union Room."
487,9,"Forms have different stats. Giratina transforms into Origin Forme in the []{location:distortion-world} or while holding a []{item:griseous-orb}. Otherwise, it assumes its Altered Forme. The Griseous Orb returns to the bag upon entering the Wi-Fi Club or the Union Room."
492,9,"Forms have different stats and movepools. Shaymin transforms into Sky Forme with the use of a []{item:gracidea}. It is limited to Land Forme at night, when [frozen]{mechanic:frozen}, in the storage system boxes, in the Wi-Fi Club, and in the Union Room; under these conditions, Sky Shaymin reverts to Land Forme, and the Gracidea has no effect. The Gracidea must be used again to return to Sky Forme. A Gracidea may be received by showing a woman in southwest []{location:floaroma-town} or the []{location:goldenrod-city} flower shop a Shaymin met in a fateful encounter."
479,9,"Forms have different signature moves and types, and the appliance forms' stats are different from the normal form's. In Generation IV, all forms are Electric/Ghost type.
When switching forms, the old signature move (if any) is removed and the new one must be learned, overwriting another move if need be, or the switch will be cancelled; however, it can be forgotten while in the new form. If Rotom only knows its signature move upon reverting to its default form, it learns []{move:thunder-shock} to avoid having no moves.
Appliances for switching Rotom's form can be found in the following locations, depending on the game:
* Platinum: In the Team Galactic Eterna Building. Requires a []{item:secret-key}.
* HeartGold and SoulSilver: In the Silph Co. Office Building. Enter the building when walking with Rotom and enter the broken elevator.
* Black and White 1 & 2: In Shopping Mall Nine. Found in boxes in a storage room on the first floor on the far right."
487,9,"Forms have different stats and can learn different moves from tutors. Moves are retained through form changes. Giratina transforms into Origin Forme in the []{location:distortion-world} or while holding a []{item:griseous-orb}. Otherwise, it assumes its Altered Forme.
In Generation IV, the Griseous Orb returns to the bag upon entering the Wi-Fi Club or the Union Room."
492,9,"Forms have different stats and can learn different moves. Moves are retained through form changes. Shaymin transforms into Sky Forme with the use of a []{item:gracidea}. It is limited to Land Forme at night, when [frozen]{mechanic:frozen}, and in the storage system boxes; under these conditions, Sky Shaymin reverts to Land Forme, and the Gracidea has no effect. The Gracidea must be used again to return to Sky Forme.
In Generation IV, Shaymin is also limited to Land Forme in the Wi-Fi Club and the Union Room.
A Gracidea may be received by showing a Shaymin met in a fateful encounter to a certain NPC, depending on the game:
* Platinum: A woman in southwest []{location:floaroma-town}.
* HeartGold and SoulSilver: The owner of the []{location:goldenrod-city} flower shop.
* Black and White: A woman in the []{location:lacunosa-town} Pokémon Center.
* Black 2 and White 2: A woman in the []{location:striaton-city} Pokémon Center."
493,9,"Form changes along with type to match a held Plate, due to []{ability:multitype}."
550,9,"Forms have one different ability and different wild held items. Blue-Striped Basculin are rarer in Black Version, and Red-Striped Basculin in White Version."
555,9,"Forms have different stats and types. Darmanitan changes to Zen Mode below 50% HP if it has []{ability:zen-mode} as its ability, and back to Standard Mode above 50% HP."
585,9,"Form changes to match the season. To switch forms, Deerling must be in the party when loading the game."
586,9,"Form changes to match the season. To switch forms, Sawsbuck must be in the party when loading the game."
550,9,"Forms have one different ability and different wild held items. Blue-Striped Basculin are rarer in Black Version and Black Version 2, and Red-Striped Basculin in White Version and White Version 2."
555,9,"Forms have different stats and types. If Darmanitan's ability is []{ability:zen-mode}, it changes to Zen Mode in battle if it ends a turn below 50% HP, and back to Standard Mode if it ends a turn at 50% HP or above, leaves battle, or loses its ability."
585,9,"Forms only affect appearance. Deerling switches forms to match the season if it is in the party upon loading the game.
If the season has changed since the game was saved, and the game was saved indoors, the previous save's season will be displayed upon loading the game, and Deerling will change according to that season. Upon stepping outdoors, the change of season is displayed and Deerling will change again."
586,9,"Forms only affect appearance. Sawsbuck switches forms to match the season if it is in the party upon loading the game.
If the season has changed since the game was saved, and the game was saved indoors, the previous save's season will be displayed upon loading the game, and Sawsbuck will change according to that season. Upon stepping outdoors, the change of season is displayed and Deerling will change again."
641,9,"Forms have different stats and abilities. Tornadus switches forms when the []{item:reveal-glass} is used on it.
The Reveal Glass may be obtained by taking a Therian []{pokemon:landorus} to []{location:abundant-shrine}. (Landorus can be obtained in Therian Forme from the Dream Radar.)"
642,9,"Forms have different stats and abilities. Thundurus switches forms when the []{item:reveal-glass} is used on it.
The Reveal Glass may be obtained by taking a Therian []{pokemon:landorus} to []{location:abundant-shrine}. (Landorus can be obtained in Therian Forme from the Dream Radar.)"
645,9,"Forms have different stats and abilities. Landorus switches forms when the []{item:reveal-glass} is used on it.
The Reveal Glass may be obtained by taking a Therian Landorus to []{location:abundant-shrine}. (Landorus can be obtained in Therian Forme from the Dream Radar.)"
646,9,"Forms have different stats, abilities, and signature moves. Kyurem fuses with []{pokemon:reshiram} to become White Kyurem or []{pokemon:zekrom} to become Black Kyurem. The []{item:dna-splicers} are used to fuse Kyurem with another Pokémon or separate them again. While fused, the other Pokémon disappears. Signature moves are replaced by the equivalent moves when switching forms."
647,9,"Forms only affect appearance. In Black and White Versions 2, Keldeo becomes Resolute Form when it learns []{move:secret-sword} and reverts to Ordinary Form if it forgets that move."
648,9,"Forms have different stats and types. Meloetta changes form upon using []{move:relic-song} in battle, and reverts to Aria Forme outside of battle."
649,9,Form changes to match Genesect's held Drive. The only differences are the color of its weapon and []{move:techno-blast}'s type.

1 pokemon_species_id local_language_id form_description
2 172 9 Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to []{pokemon:celebi}'s shrine in []{location:ilex-forest}. Spiky-eared Pichu is always female, cannot evolve, and cannot be taken into the Wi-Fi Club or the Union Room, but is otherwise a normal Pichu. Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to []{pokemon:celebi}'s shrine in []{location:ilex-forest}. Spiky-eared Pichu is always female, cannot evolve, cannot be taken into the Wi-Fi Club or the Union Room, and cannot be transferred to Generation V, but is otherwise a normal Pichu.
3 201 9 Forms only affect appearance. A form is determined at random before a wild encounter and cannot be changed.
4 351 9 Form changes along with type to match the [weather]{mechanic:weather} in battle, due to []{ability:forecast}. Castform is always in its normal form outside of battle, regardless of weather.
5 386 9 Forms have different stats and movepools. In Generation III, Deoxys's form depends on the game: Normal Forme in Ruby and Sapphire, Attack Forme in FireRed, Defense Forme in LeafGreen, and Speed Forme in Emerald. In Generation IV, every form exists: form is preserved when transferring via []{location:pal-park}, and meteorites in the southeast corner of []{location:veilstone-city} or at the west end of []{location:unova-route-3} can be used to switch between forms. Forms have different stats and can learn different moves. Moves are retained through form changes. In Generation III, Deoxys's form depends on the game: Normal Forme in Ruby and Sapphire, Attack Forme in FireRed, Defense Forme in LeafGreen, and Speed Forme in Emerald. In subsequent games, every form exists. Meteorites for switching Deoxys's form can be found in the following locations, depending on the game: * Diamond, Pearl, and Platinum: In the southwest corner of []{location:veilstone-city}. * HeartGold and SoulSilver: At the west end of []{location:kanto-route-3}, near []{location:pewter-city}. * Black and White 1 & 2: In the museum in []{location:nacrene-city}, there is a single meteorite on display which cycles between all forms.
6 412 9 Forms only affect appearance, although they become permanent upon evolution. Wild and newly-hatched Burmy are always in a Plant Cloak. Burmy's cloak changes to match the terrain after a battle it participated in: Plant Cloak by default; Sandy Cloak in sandy or rocky areas, such as beaches, caves, and trails; and Trash Cloak in buildings.
7 413 9 Forms have different stats and movepools. During evolution, Burmy's current cloak becomes Wormadam's form, and can no longer be changed.
8 421 9 Sunshine form is active during [strong sunlight]{mechanic:strong-sunlight}. Otherwise, Cherrim defaults to its Overcast form.
9 422 9 Forms only affect appearance. A form is determined before a wild encounter based on whether the battle is in western or eastern Sinnoh, or inherited from the mother when breeding, and cannot be changed.
10 423 9 Forms only affect appearance. A form is determined before a wild encounter based on whether the battle is in western or eastern Sinnoh and cannot be changed.
11 479 9 Forms have different signature moves and types, and the appliance forms' stats are different from the normal form's. In Generation IV, all forms are Electric/Ghost type. When switching forms, the old signature move (if any) is removed and the new one must be learned, overwriting another move if need be, or the switch will be cancelled; however, it can be forgotten while in the new form. If Rotom only knows its signature move upon reverting to its default form, it learns []{move:thunder-shock} to avoid having no moves. Appliances for switching Rotom's form can be found in the following locations, depending on the game: * Platinum: In the Team Galactic Eterna Building. Requires a []{item:secret-key}. * HeartGold and SoulSilver: In the Silph Co. Office Building. Enter the building when walking with Rotom and enter the broken elevator. * Black and White 1 & 2: In Shopping Mall Nine. Found in boxes in a storage room on the first floor on the far right.
12 412 487 9 Forms only affect appearance, although they become permanent upon evolution. Wild and newly-hatched Burmy are always in a Plant Cloak. Burmy's cloak changes to match the terrain after a battle it participated in: Plant Cloak by default; Sandy Cloak in sandy or rocky areas, such as beaches, caves, and trails; and Trash Cloak in buildings. Forms have different stats and can learn different moves from tutors. Moves are retained through form changes. Giratina transforms into Origin Forme in the []{location:distortion-world} or while holding a []{item:griseous-orb}. Otherwise, it assumes its Altered Forme. In Generation IV, the Griseous Orb returns to the bag upon entering the Wi-Fi Club or the Union Room.
13 413 492 9 Forms have different stats and movepools. During evolution, Burmy's current cloak becomes Wormadam's form, and can no longer be changed. Forms have different stats and can learn different moves. Moves are retained through form changes. Shaymin transforms into Sky Forme with the use of a []{item:gracidea}. It is limited to Land Forme at night, when [frozen]{mechanic:frozen}, and in the storage system boxes; under these conditions, Sky Shaymin reverts to Land Forme, and the Gracidea has no effect. The Gracidea must be used again to return to Sky Forme. In Generation IV, Shaymin is also limited to Land Forme in the Wi-Fi Club and the Union Room. A Gracidea may be received by showing a Shaymin met in a fateful encounter to a certain NPC, depending on the game: * Platinum: A woman in southwest []{location:floaroma-town}. * HeartGold and SoulSilver: The owner of the []{location:goldenrod-city} flower shop. * Black and White: A woman in the []{location:lacunosa-town} Pokémon Center. * Black 2 and White 2: A woman in the []{location:striaton-city} Pokémon Center.
14 421 493 9 Sunshine form is active during [strong sunlight]{mechanic:strong-sunlight}. Otherwise, Cherrim defaults to its Overcast form. Form changes along with type to match a held Plate, due to []{ability:multitype}.
15 422 550 9 Forms only affect appearance. A form is determined before a wild encounter based on whether the battle is in western or eastern Sinnoh, or inherited from the mother when breeding, and cannot be changed. Forms have one different ability and different wild held items. Blue-Striped Basculin are rarer in Black Version and Black Version 2, and Red-Striped Basculin in White Version and White Version 2.
16 423 555 9 Forms only affect appearance. A form is determined before a wild encounter based on whether the battle is in western or eastern Sinnoh and cannot be changed. Forms have different stats and types. If Darmanitan's ability is []{ability:zen-mode}, it changes to Zen Mode in battle if it ends a turn below 50% HP, and back to Standard Mode if it ends a turn at 50% HP or above, leaves battle, or loses its ability.
17 479 585 9 Forms have different signature moves, and the appliance forms' stats are different from the normal form's. When switching forms, the old signature move (if any) is removed and the new one must be learned, overwriting another move if need be, or the switch will be cancelled; however, it can be forgotten while in the new form. There are appliances for switching forms in a secret room in the Team Galactic Eterna Building or the Silph Co. Office Building; the room in the Galactic Building requires a []{item:secret-key}, but the room in Silph Co. is freely accessible when walking with Rotom. Rotom can be returned to its normal form by checking the space its appliance occupied. It also reverts to its normal form upon entering the Wi-Fi Club or the Union Room. Forms only affect appearance. Deerling switches forms to match the season if it is in the party upon loading the game. If the season has changed since the game was saved, and the game was saved indoors, the previous save's season will be displayed upon loading the game, and Deerling will change according to that season. Upon stepping outdoors, the change of season is displayed and Deerling will change again.
18 487 586 9 Forms have different stats. Giratina transforms into Origin Forme in the []{location:distortion-world} or while holding a []{item:griseous-orb}. Otherwise, it assumes its Altered Forme. The Griseous Orb returns to the bag upon entering the Wi-Fi Club or the Union Room. Forms only affect appearance. Sawsbuck switches forms to match the season if it is in the party upon loading the game. If the season has changed since the game was saved, and the game was saved indoors, the previous save's season will be displayed upon loading the game, and Sawsbuck will change according to that season. Upon stepping outdoors, the change of season is displayed and Deerling will change again.
19 492 641 9 Forms have different stats and movepools. Shaymin transforms into Sky Forme with the use of a []{item:gracidea}. It is limited to Land Forme at night, when [frozen]{mechanic:frozen}, in the storage system boxes, in the Wi-Fi Club, and in the Union Room; under these conditions, Sky Shaymin reverts to Land Forme, and the Gracidea has no effect. The Gracidea must be used again to return to Sky Forme. A Gracidea may be received by showing a woman in southwest []{location:floaroma-town} or the []{location:goldenrod-city} flower shop a Shaymin met in a fateful encounter. Forms have different stats and abilities. Tornadus switches forms when the []{item:reveal-glass} is used on it. The Reveal Glass may be obtained by taking a Therian []{pokemon:landorus} to []{location:abundant-shrine}. (Landorus can be obtained in Therian Forme from the Dream Radar.)
20 642 9 Forms have different stats and abilities. Thundurus switches forms when the []{item:reveal-glass} is used on it. The Reveal Glass may be obtained by taking a Therian []{pokemon:landorus} to []{location:abundant-shrine}. (Landorus can be obtained in Therian Forme from the Dream Radar.)
21 645 9 Forms have different stats and abilities. Landorus switches forms when the []{item:reveal-glass} is used on it. The Reveal Glass may be obtained by taking a Therian Landorus to []{location:abundant-shrine}. (Landorus can be obtained in Therian Forme from the Dream Radar.)
22 646 9 Forms have different stats, abilities, and signature moves. Kyurem fuses with []{pokemon:reshiram} to become White Kyurem or []{pokemon:zekrom} to become Black Kyurem. The []{item:dna-splicers} are used to fuse Kyurem with another Pokémon or separate them again. While fused, the other Pokémon disappears. Signature moves are replaced by the equivalent moves when switching forms.
23 647 9 Forms only affect appearance. In Black and White Versions 2, Keldeo becomes Resolute Form when it learns []{move:secret-sword} and reverts to Ordinary Form if it forgets that move.
24 648 9 Forms have different stats and types. Meloetta changes form upon using []{move:relic-song} in battle, and reverts to Aria Forme outside of battle.
25 649 9 Form changes to match Genesect's held Drive. The only differences are the color of its weapon and []{move:techno-blast}'s type.
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

File diff suppressed because it is too large Load Diff

View File

@ -48,12 +48,14 @@ pokemon_id,type_id,slot
33,4,1
34,4,1
34,5,2
35,1,1
36,1,1
35,18,1
36,18,1
37,10,1
38,10,1
39,1,1
39,18,2
40,1,1
40,18,2
41,4,1
41,3,2
42,4,1
@ -172,6 +174,7 @@ pokemon_id,type_id,slot
121,11,1
121,14,2
122,14,1
122,18,2
123,7,1
123,3,2
124,15,1
@ -244,10 +247,11 @@ pokemon_id,type_id,slot
171,11,1
171,13,2
172,13,1
173,1,1
173,18,1
174,1,1
175,1,1
176,1,1
174,18,2
175,18,1
176,18,1
176,3,2
177,14,1
177,3,2
@ -258,7 +262,9 @@ pokemon_id,type_id,slot
181,13,1
182,12,1
183,11,1
183,18,2
184,11,1
184,18,2
185,6,1
186,11,1
187,12,1
@ -295,8 +301,8 @@ pokemon_id,type_id,slot
207,3,2
208,9,1
208,5,2
209,1,1
210,1,1
209,18,1
210,18,1
211,11,1
211,4,2
212,7,1
@ -404,8 +410,11 @@ pokemon_id,type_id,slot
279,11,1
279,3,2
280,14,1
280,18,2
281,14,1
281,18,2
282,14,1
282,18,2
283,7,1
283,11,2
284,7,1
@ -428,12 +437,14 @@ pokemon_id,type_id,slot
296,2,1
297,2,1
298,1,1
298,18,2
299,6,1
300,1,1
301,1,1
302,17,1
302,8,2
303,9,1
303,18,2
304,9,1
304,6,2
305,9,1
@ -633,6 +644,7 @@ pokemon_id,type_id,slot
437,14,2
438,6,1
439,14,1
439,18,2
440,1,1
441,1,1
441,3,2
@ -677,7 +689,7 @@ pokemon_id,type_id,slot
465,12,1
466,13,1
467,10,1
468,1,1
468,18,1
468,3,2
469,7,1
469,3,2
@ -785,7 +797,9 @@ pokemon_id,type_id,slot
545,7,1
545,4,2
546,12,1
546,18,2
547,12,1
547,18,2
548,12,1
549,12,1
550,11,1
@ -943,43 +957,213 @@ pokemon_id,type_id,slot
648,14,2
649,7,1
649,9,2
650,14,1
651,14,1
652,14,1
653,7,1
653,5,2
654,7,1
654,9,2
655,12,1
655,3,2
656,8,1
656,16,2
657,13,1
657,10,2
658,13,1
658,11,2
659,13,1
659,15,2
660,13,1
660,3,2
661,13,1
661,12,2
650,12,1
651,12,1
652,12,1
652,2,2
653,10,1
654,10,1
655,10,1
655,14,2
656,11,1
657,11,1
658,11,1
658,17,2
659,1,1
660,1,1
660,5,2
661,1,1
661,3,2
662,10,1
663,11,1
664,15,1
665,11,1
666,10,1
666,14,2
667,1,1
667,2,2
668,3,1
669,13,1
669,3,2
670,5,1
670,3,2
671,16,1
671,15,2
672,16,1
672,15,2
673,11,1
673,2,2
662,3,2
663,10,1
663,3,2
664,7,1
665,7,1
666,7,1
666,3,2
667,10,1
667,1,2
668,10,1
668,1,2
669,18,1
670,18,1
671,18,1
672,12,1
673,12,1
674,2,1
675,2,1
675,17,2
676,1,1
677,14,1
678,14,1
679,9,1
679,8,2
680,9,1
680,8,2
681,9,1
681,8,2
682,18,1
683,18,1
684,18,1
685,18,1
686,17,1
686,14,2
687,17,1
687,14,2
688,6,1
688,11,2
689,6,1
689,11,2
690,4,1
690,11,2
691,4,1
691,16,2
692,11,1
693,11,1
694,13,1
694,1,2
695,13,1
695,1,2
696,6,1
696,16,2
697,6,1
697,16,2
698,6,1
698,15,2
699,6,1
699,15,2
700,18,1
701,2,1
701,3,2
702,13,1
702,18,2
703,6,1
703,18,2
704,16,1
705,16,1
706,16,1
707,9,1
707,18,2
708,8,1
708,12,2
709,8,1
709,12,2
710,8,1
710,12,2
711,8,1
711,12,2
712,15,1
713,15,1
714,3,1
714,16,2
715,3,1
715,16,2
716,18,1
717,17,1
717,3,2
718,16,1
718,5,2
10001,14,1
10002,14,1
10003,14,1
10004,7,1
10004,5,2
10005,7,1
10005,9,2
10006,12,1
10006,3,2
10007,8,1
10007,16,2
10008,13,1
10008,10,2
10009,13,1
10009,11,2
10010,13,1
10010,15,2
10011,13,1
10011,3,2
10012,13,1
10012,12,2
10013,10,1
10014,11,1
10015,15,1
10016,11,1
10017,10,1
10017,14,2
10018,1,1
10018,2,2
10019,3,1
10020,13,1
10020,3,2
10021,5,1
10021,3,2
10022,16,1
10022,15,2
10023,16,1
10023,15,2
10024,11,1
10024,2,2
10025,14,1
10026,9,1
10026,8,2
10027,8,1
10027,12,2
10028,8,1
10028,12,2
10029,8,1
10029,12,2
10030,8,1
10030,12,2
10031,8,1
10031,12,2
10032,8,1
10032,12,2
10033,12,1
10033,4,2
10034,10,1
10034,16,2
10035,10,1
10035,3,2
10036,11,1
10037,14,1
10038,8,1
10038,4,2
10039,1,1
10040,7,1
10040,3,2
10041,11,1
10041,17,2
10042,6,1
10042,3,2
10043,14,1
10043,2,2
10044,14,1
10045,13,1
10045,16,2
10046,7,1
10046,9,2
10047,7,1
10047,2,2
10048,17,1
10048,10,2
10049,6,1
10049,17,2
10050,10,1
10050,2,2
10051,14,1
10051,18,2
10052,9,1
10052,18,2
10053,9,1
10054,2,1
10054,14,2
10055,13,1
10056,8,1
10057,17,1
10058,16,1
10058,5,2
10059,2,1
10059,9,2
10060,12,1
10060,15,2

1 pokemon_id type_id slot
48 33 4 1
49 34 4 1
50 34 5 2
51 35 1 18 1
52 36 1 18 1
53 37 10 1
54 38 10 1
55 39 1 1
56 39 18 2
57 40 1 1
58 40 18 2
59 41 4 1
60 41 3 2
61 42 4 1
174 121 11 1
175 121 14 2
176 122 14 1
177 122 18 2
178 123 7 1
179 123 3 2
180 124 15 1
247 171 11 1
248 171 13 2
249 172 13 1
250 173 1 18 1
251 174 1 1
252 175 174 1 18 1 2
253 176 175 1 18 1
254 176 18 1
255 176 3 2
256 177 14 1
257 177 3 2
262 181 13 1
263 182 12 1
264 183 11 1
265 183 18 2
266 184 11 1
267 184 18 2
268 185 6 1
269 186 11 1
270 187 12 1
301 207 3 2
302 208 9 1
303 208 5 2
304 209 1 18 1
305 210 1 18 1
306 211 11 1
307 211 4 2
308 212 7 1
410 279 11 1
411 279 3 2
412 280 14 1
413 280 18 2
414 281 14 1
415 281 18 2
416 282 14 1
417 282 18 2
418 283 7 1
419 283 11 2
420 284 7 1
437 296 2 1
438 297 2 1
439 298 1 1
440 298 18 2
441 299 6 1
442 300 1 1
443 301 1 1
444 302 17 1
445 302 8 2
446 303 9 1
447 303 18 2
448 304 9 1
449 304 6 2
450 305 9 1
644 437 14 2
645 438 6 1
646 439 14 1
647 439 18 2
648 440 1 1
649 441 1 1
650 441 3 2
689 465 12 1
690 466 13 1
691 467 10 1
692 468 1 18 1
693 468 3 2
694 469 7 1
695 469 3 2
797 545 7 1
798 545 4 2
799 546 12 1
800 546 18 2
801 547 12 1
802 547 18 2
803 548 12 1
804 549 12 1
805 550 11 1
957 648 14 2
958 649 7 1
959 649 9 2
960 650 14 12 1
961 651 14 12 1
962 652 14 12 1
963 653 652 7 2 1 2
964 653 5 10 2 1
965 654 7 10 1
966 654 655 9 10 2 1
967 655 12 14 1 2
968 655 656 3 11 2 1
969 656 657 8 11 1
970 656 658 16 11 2 1
971 657 658 13 17 1 2
972 657 659 10 1 2 1
973 658 660 13 1 1
974 658 660 11 5 2
975 659 661 13 1 1
976 659 661 15 3 2
660 13 1
660 3 2
661 13 1
661 12 2
977 662 10 1
978 663 662 11 3 1 2
979 664 663 15 10 1
980 665 663 11 3 1 2
981 666 664 10 7 1
982 666 665 14 7 2 1
983 667 666 1 7 1
984 667 666 2 3 2
985 668 667 3 10 1
986 669 667 13 1 1 2
987 669 668 3 10 2 1
988 670 668 5 1 1 2
989 670 669 3 18 2 1
990 671 670 16 18 1
991 671 15 18 2 1
992 672 16 12 1
993 672 673 15 12 2 1
994 673 674 11 2 1
995 673 675 2 2 1
996 675 17 2
997 676 1 1
998 677 14 1
999 678 14 1
1000 679 9 1
1001 679 8 2
1002 680 9 1
1003 680 8 2
1004 681 9 1
1005 681 8 2
1006 682 18 1
1007 683 18 1
1008 684 18 1
1009 685 18 1
1010 686 17 1
1011 686 14 2
1012 687 17 1
1013 687 14 2
1014 688 6 1
1015 688 11 2
1016 689 6 1
1017 689 11 2
1018 690 4 1
1019 690 11 2
1020 691 4 1
1021 691 16 2
1022 692 11 1
1023 693 11 1
1024 694 13 1
1025 694 1 2
1026 695 13 1
1027 695 1 2
1028 696 6 1
1029 696 16 2
1030 697 6 1
1031 697 16 2
1032 698 6 1
1033 698 15 2
1034 699 6 1
1035 699 15 2
1036 700 18 1
1037 701 2 1
1038 701 3 2
1039 702 13 1
1040 702 18 2
1041 703 6 1
1042 703 18 2
1043 704 16 1
1044 705 16 1
1045 706 16 1
1046 707 9 1
1047 707 18 2
1048 708 8 1
1049 708 12 2
1050 709 8 1
1051 709 12 2
1052 710 8 1
1053 710 12 2
1054 711 8 1
1055 711 12 2
1056 712 15 1
1057 713 15 1
1058 714 3 1
1059 714 16 2
1060 715 3 1
1061 715 16 2
1062 716 18 1
1063 717 17 1
1064 717 3 2
1065 718 16 1
1066 718 5 2
1067 10001 14 1
1068 10002 14 1
1069 10003 14 1
1070 10004 7 1
1071 10004 5 2
1072 10005 7 1
1073 10005 9 2
1074 10006 12 1
1075 10006 3 2
1076 10007 8 1
1077 10007 16 2
1078 10008 13 1
1079 10008 10 2
1080 10009 13 1
1081 10009 11 2
1082 10010 13 1
1083 10010 15 2
1084 10011 13 1
1085 10011 3 2
1086 10012 13 1
1087 10012 12 2
1088 10013 10 1
1089 10014 11 1
1090 10015 15 1
1091 10016 11 1
1092 10017 10 1
1093 10017 14 2
1094 10018 1 1
1095 10018 2 2
1096 10019 3 1
1097 10020 13 1
1098 10020 3 2
1099 10021 5 1
1100 10021 3 2
1101 10022 16 1
1102 10022 15 2
1103 10023 16 1
1104 10023 15 2
1105 10024 11 1
1106 10024 2 2
1107 10025 14 1
1108 10026 9 1
1109 10026 8 2
1110 10027 8 1
1111 10027 12 2
1112 10028 8 1
1113 10028 12 2
1114 10029 8 1
1115 10029 12 2
1116 10030 8 1
1117 10030 12 2
1118 10031 8 1
1119 10031 12 2
1120 10032 8 1
1121 10032 12 2
1122 10033 12 1
1123 10033 4 2
1124 10034 10 1
1125 10034 16 2
1126 10035 10 1
1127 10035 3 2
1128 10036 11 1
1129 10037 14 1
1130 10038 8 1
1131 10038 4 2
1132 10039 1 1
1133 10040 7 1
1134 10040 3 2
1135 10041 11 1
1136 10041 17 2
1137 10042 6 1
1138 10042 3 2
1139 10043 14 1
1140 10043 2 2
1141 10044 14 1
1142 10045 13 1
1143 10045 16 2
1144 10046 7 1
1145 10046 9 2
1146 10047 7 1
1147 10047 2 2
1148 10048 17 1
1149 10048 10 2
1150 10049 6 1
1151 10049 17 2
1152 10050 10 1
1153 10050 2 2
1154 10051 14 1
1155 10051 18 2
1156 10052 9 1
1157 10052 18 2
1158 10053 9 1
1159 10054 2 1
1160 10054 14 2
1161 10055 13 1
1162 10056 8 1
1163 10057 17 1
1164 10058 16 1
1165 10058 5 2
1166 10059 2 1
1167 10059 9 2
1168 10060 12 1
1169 10060 15 2

View File

@ -4,3 +4,4 @@ region_id,local_language_id,name
3,9,Hoenn
4,9,Sinnoh
5,9,Unova
6,9,Kalos

1 region_id local_language_id name
4 3 9 Hoenn
5 4 9 Sinnoh
6 5 9 Unova
7 6 9 Kalos

View File

@ -4,3 +4,4 @@ id,identifier
3,hoenn
4,sinnoh
5,unova
6,kalos

1 id identifier
4 3 hoenn
5 4 sinnoh
6 5 unova
7 6 kalos

View File

@ -1,9 +1,25 @@
stat_id,local_language_id,name
1,1,HP
1,8,HP
1,9,HP
2,1,こうげき
2,8,Attacco
2,9,Attack
3,1,ぼうぎょ
3,8,Difesa
3,9,Defense
4,1,とくこう
4,8,Attacco Speciale
4,9,Special Attack
5,1,とくぼう
5,8,Difesa Speciale
5,9,Special Defense
6,1,すばやさ
6,8,Velocità
6,9,Speed
7,1,めいちゅう
7,8,precisione
7,9,accuracy
8,1,かいひ
8,8,elusione
8,9,evasion

1 stat_id local_language_id name
2 1 1 HP
3 1 8 HP
4 1 9 HP
5 2 1 こうげき
6 2 8 Attacco
7 2 9 Attack
8 3 1 ぼうぎょ
9 3 8 Difesa
10 3 9 Defense
11 4 1 とくこう
12 4 8 Attacco Speciale
13 4 9 Special Attack
14 5 1 とくぼう
15 5 8 Difesa Speciale
16 5 9 Special Defense
17 6 1 すばやさ
18 6 8 Velocità
19 6 9 Speed
20 7 1 めいちゅう
21 7 8 precisione
22 7 9 accuracy
23 8 1 かいひ
24 8 8 elusione
25 8 9 evasion

View File

@ -16,6 +16,7 @@ damage_type_id,target_type_id,damage_factor
1,15,100
1,16,100
1,17,100
1,18,100
2,1,200
2,2,100
2,3,50
@ -33,6 +34,7 @@ damage_type_id,target_type_id,damage_factor
2,15,200
2,16,100
2,17,200
2,18,50
3,1,100
3,2,200
3,3,100
@ -50,6 +52,7 @@ damage_type_id,target_type_id,damage_factor
3,15,100
3,16,100
3,17,100
3,18,100
4,1,100
4,2,100
4,3,100
@ -67,6 +70,7 @@ damage_type_id,target_type_id,damage_factor
4,15,100
4,16,100
4,17,100
4,18,200
5,1,100
5,2,100
5,3,0
@ -84,6 +88,7 @@ damage_type_id,target_type_id,damage_factor
5,15,100
5,16,100
5,17,100
5,18,100
6,1,100
6,2,50
6,3,200
@ -101,6 +106,7 @@ damage_type_id,target_type_id,damage_factor
6,15,200
6,16,100
6,17,100
6,18,100
7,1,100
7,2,50
7,3,50
@ -118,6 +124,7 @@ damage_type_id,target_type_id,damage_factor
7,15,100
7,16,100
7,17,200
7,18,50
8,1,0
8,2,100
8,3,100
@ -126,7 +133,7 @@ damage_type_id,target_type_id,damage_factor
8,6,100
8,7,100
8,8,200
8,9,50
8,9,100
8,10,100
8,11,100
8,12,100
@ -135,6 +142,7 @@ damage_type_id,target_type_id,damage_factor
8,15,100
8,16,100
8,17,50
8,18,100
9,1,100
9,2,100
9,3,100
@ -152,6 +160,7 @@ damage_type_id,target_type_id,damage_factor
9,15,200
9,16,100
9,17,100
9,18,200
10,1,100
10,2,100
10,3,100
@ -169,6 +178,7 @@ damage_type_id,target_type_id,damage_factor
10,15,200
10,16,50
10,17,100
10,18,100
11,1,100
11,2,100
11,3,100
@ -186,6 +196,7 @@ damage_type_id,target_type_id,damage_factor
11,15,100
11,16,50
11,17,100
11,18,100
12,1,100
12,2,100
12,3,50
@ -203,6 +214,7 @@ damage_type_id,target_type_id,damage_factor
12,15,100
12,16,50
12,17,100
12,18,100
13,1,100
13,2,100
13,3,200
@ -220,6 +232,7 @@ damage_type_id,target_type_id,damage_factor
13,15,100
13,16,50
13,17,100
13,18,100
14,1,100
14,2,200
14,3,100
@ -237,6 +250,7 @@ damage_type_id,target_type_id,damage_factor
14,15,100
14,16,100
14,17,0
14,18,100
15,1,100
15,2,100
15,3,200
@ -254,6 +268,7 @@ damage_type_id,target_type_id,damage_factor
15,15,50
15,16,200
15,17,100
15,18,100
16,1,100
16,2,100
16,3,100
@ -271,6 +286,7 @@ damage_type_id,target_type_id,damage_factor
16,15,100
16,16,200
16,17,100
16,18,0
17,1,100
17,2,50
17,3,100
@ -279,7 +295,7 @@ damage_type_id,target_type_id,damage_factor
17,6,100
17,7,100
17,8,200
17,9,50
17,9,100
17,10,100
17,11,100
17,12,100
@ -288,3 +304,22 @@ damage_type_id,target_type_id,damage_factor
17,15,100
17,16,100
17,17,50
17,18,50
18,1,100
18,2,200
18,3,100
18,4,50
18,5,100
18,6,100
18,7,100
18,8,100
18,9,50
18,10,50
18,11,100
18,12,100
18,13,100
18,14,100
18,15,100
18,16,200
18,17,200
18,18,100

1 damage_type_id target_type_id damage_factor
16 1 15 100
17 1 16 100
18 1 17 100
19 1 18 100
20 2 1 200
21 2 2 100
22 2 3 50
34 2 15 200
35 2 16 100
36 2 17 200
37 2 18 50
38 3 1 100
39 3 2 200
40 3 3 100
52 3 15 100
53 3 16 100
54 3 17 100
55 3 18 100
56 4 1 100
57 4 2 100
58 4 3 100
70 4 15 100
71 4 16 100
72 4 17 100
73 4 18 200
74 5 1 100
75 5 2 100
76 5 3 0
88 5 15 100
89 5 16 100
90 5 17 100
91 5 18 100
92 6 1 100
93 6 2 50
94 6 3 200
106 6 15 200
107 6 16 100
108 6 17 100
109 6 18 100
110 7 1 100
111 7 2 50
112 7 3 50
124 7 15 100
125 7 16 100
126 7 17 200
127 7 18 50
128 8 1 0
129 8 2 100
130 8 3 100
133 8 6 100
134 8 7 100
135 8 8 200
136 8 9 50 100
137 8 10 100
138 8 11 100
139 8 12 100
142 8 15 100
143 8 16 100
144 8 17 50
145 8 18 100
146 9 1 100
147 9 2 100
148 9 3 100
160 9 15 200
161 9 16 100
162 9 17 100
163 9 18 200
164 10 1 100
165 10 2 100
166 10 3 100
178 10 15 200
179 10 16 50
180 10 17 100
181 10 18 100
182 11 1 100
183 11 2 100
184 11 3 100
196 11 15 100
197 11 16 50
198 11 17 100
199 11 18 100
200 12 1 100
201 12 2 100
202 12 3 50
214 12 15 100
215 12 16 50
216 12 17 100
217 12 18 100
218 13 1 100
219 13 2 100
220 13 3 200
232 13 15 100
233 13 16 50
234 13 17 100
235 13 18 100
236 14 1 100
237 14 2 200
238 14 3 100
250 14 15 100
251 14 16 100
252 14 17 0
253 14 18 100
254 15 1 100
255 15 2 100
256 15 3 200
268 15 15 50
269 15 16 200
270 15 17 100
271 15 18 100
272 16 1 100
273 16 2 100
274 16 3 100
286 16 15 100
287 16 16 200
288 16 17 100
289 16 18 0
290 17 1 100
291 17 2 50
292 17 3 100
295 17 6 100
296 17 7 100
297 17 8 200
298 17 9 50 100
299 17 10 100
300 17 11 100
301 17 12 100
304 17 15 100
305 17 16 100
306 17 17 50
307 17 18 50
308 18 1 100
309 18 2 200
310 18 3 100
311 18 4 50
312 18 5 100
313 18 6 100
314 18 7 100
315 18 8 100
316 18 9 50
317 18 10 50
318 18 11 100
319 18 12 100
320 18 13 100
321 18 14 100
322 18 15 100
323 18 16 200
324 18 17 200
325 18 18 100

View File

@ -101,6 +101,7 @@ type_id,local_language_id,name
17,7,Siniestro
17,8,Buio
17,9,Dark
18,9,Fairy
10001,1,
10001,5,???
10001,6,???

1 type_id local_language_id name
101 17 7 Siniestro
102 17 8 Buio
103 17 9 Dark
104 18 9 Fairy
105 10001 1 ???
106 10001 5 ???
107 10001 6 ???

View File

@ -16,5 +16,6 @@ id,identifier,generation_id,damage_class_id
15,ice,1,3
16,dragon,1,3
17,dark,2,3
18,fairy,6,
10001,unknown,2,
10002,shadow,3,

1 id identifier generation_id damage_class_id
16 15 ice 1 3
17 16 dragon 1 3
18 17 dark 2 3
19 18 fairy 6
20 10001 unknown 2
21 10002 shadow 3

View File

@ -48,11 +48,19 @@ version_group_id,pokemon_move_method_id
11,6
11,10
12,1
12,4
13,1
13,3
13,4
14,1
14,2
14,3
14,4
14,6
14,10
15,1
15,2
15,3
15,4
15,6
15,10

1 version_group_id pokemon_move_method_id
48 11 6
49 11 10
50 12 1
51 12 4
52 13 1
53 13 3
54 13 4
55 14 1
56 14 2
57 14 3
58 14 4
59 14 6
60 14 10
61 15 1
62 15 2
63 15 3
64 15 4
65 15 6
66 15 10

View File

@ -14,3 +14,4 @@ version_group_id,region_id
10,2
11,5
14,5
15,6

1 version_group_id region_id
14 10 2
15 11 5
16 14 5
17 15 6

View File

@ -1,15 +1,16 @@
id,generation_id,pokedex_id,order
1,1,2,1
2,1,2,2
3,2,3,3
4,2,3,4
5,3,4,5
6,3,4,6
7,3,2,9
8,4,5,10
9,4,6,11
10,4,7,12
11,5,8,13
12,3,,7
13,3,,8
14,5,9,14
id,identifier,generation_id,order
1,red-blue,1,1
2,yellow,1,2
3,gold-silver,2,3
4,crystal,2,4
5,ruby-sapphire,3,5
6,emerald,3,6
7,firered-leafgreen,3,9
8,diamond-pearl,4,10
9,platinum,4,11
10,heartgold-soulsilver,4,12
11,black-white,5,13
12,colosseum,3,7
13,xd,3,8
14,black-2-white-2,5,14
15,x-y,6,15

1 id identifier pokedex_id generation_id order
2 1 red-blue 2 1 1
3 2 yellow 2 1 2
4 3 gold-silver 3 2 3
5 4 crystal 3 2 4
6 5 ruby-sapphire 4 3 5
7 6 emerald 4 3 6
8 7 firered-leafgreen 2 3 9
9 8 diamond-pearl 5 4 10
10 9 platinum 6 4 11
11 10 heartgold-soulsilver 7 4 12
12 11 black-white 8 5 13
13 12 colosseum 3 7
14 13 xd 3 8
15 14 black-2-white-2 9 5 14
16 15 x-y 6 15

View File

@ -21,3 +21,5 @@ version_id,local_language_id,name
20,9,XD
21,9,Black 2
22,9,White 2
23,9,X
24,9,Y

1 version_id local_language_id name
21 20 9 XD
22 21 9 Black 2
23 22 9 White 2
24 23 9 X
25 24 9 Y

View File

@ -21,3 +21,5 @@ id,version_group_id,identifier
20,13,xd
21,14,black-2
22,14,white-2
23,15,x
24,15,y

1 id version_group_id identifier
21 20 13 xd
22 21 14 black-2
23 22 14 white-2
24 23 15 x
25 24 15 y

View File

@ -119,6 +119,7 @@ def create_translation_table(_table_name, foreign_class, relation_name,
Translations = type(_table_name, (object,), {
'_language_identifier': association_proxy('local_language', 'identifier'),
'relation_name': relation_name,
'__tablename__': _table_name,
})
# Create the table object

View File

@ -38,7 +38,7 @@ from sqlalchemy.orm.session import Session
from sqlalchemy.orm.interfaces import AttributeExtension
from sqlalchemy.sql import and_, or_
from sqlalchemy.schema import ColumnDefault
from sqlalchemy.types import *
from sqlalchemy.types import Boolean, Enum, Integer, SmallInteger, Unicode
from pokedex.db import markdown, multilang
@ -121,6 +121,8 @@ class Ability(TableBase):
info=dict(description="An identifier", format='identifier'))
generation_id = Column(Integer, ForeignKey('generations.id'), nullable=False,
info=dict(description="The ID of the generation this ability was introduced in", detail=True))
is_main_series = Column(Boolean, nullable=False, index=True,
info=dict(description="True iff the ability exists in the main series."))
create_translation_table('ability_names', Ability, 'names',
relation_lazy='joined',
@ -128,7 +130,7 @@ create_translation_table('ability_names', Ability, 'names',
info=dict(description="The name", format='plaintext', official=True, ripped=True)),
)
create_translation_table('ability_prose', Ability, 'prose',
effect = Column(Unicode(5120), nullable=True,
effect = Column(Unicode(4000), nullable=True,
info=dict(description="A detailed description of this ability's effect", format='markdown', string_getter=markdown.MarkdownString)),
short_effect = Column(Unicode(512), nullable=True,
info=dict(description="A short summary of this ability's effect", format='markdown', string_getter=markdown.MarkdownString)),
@ -345,7 +347,7 @@ class ConquestMoveEffect(TableBase):
create_translation_table('conquest_move_effect_prose', ConquestMoveEffect, 'prose',
short_effect = Column(Unicode(256), nullable=True,
info=dict(description="A short summary of the effect", format='markdown')),
effect = Column(Unicode(5120), nullable=True,
effect = Column(Unicode(1024), nullable=True,
info=dict(description="A detailed description of the effect", format='markdown')),
)
@ -399,7 +401,7 @@ class ConquestPokemonEvolution(TableBase):
info=dict(description=u"The ID of the gender the Pokémon's warrior must be."))
item_id = Column(Integer, ForeignKey('items.id'), nullable=True,
info=dict(description=u"The ID of the item the Pokémon's warrior must have equipped."))
recruiting_ko_required = Column(Boolean, nullable=False, server_default='False',
recruiting_ko_required = Column(Boolean, nullable=False,
info=dict(description=u"If true, the Pokémon must KO a Pokémon under the right conditions to recruit that Pokémon's warrior."))
class ConquestPokemonMove(TableBase):
@ -860,8 +862,6 @@ class Generation(TableBase):
info=dict(description="A numeric ID"))
main_region_id = Column(Integer, ForeignKey('regions.id'), nullable=False,
info=dict(description="ID of the region this generation's main games take place in"))
canonical_pokedex_id = Column(Integer, ForeignKey('pokedexes.id'), nullable=False,
info=dict(description=u"ID of the Pokédex this generation's main games use by default"))
identifier = Column(Unicode(16), nullable=False,
info=dict(description=u'An identifier', format='identifier'))
@ -920,7 +920,7 @@ create_translation_table('item_names', Item, 'names',
create_translation_table('item_prose', Item, 'prose',
short_effect = Column(Unicode(256), nullable=True,
info=dict(description="A short summary of the effect", format='markdown', string_getter=markdown.MarkdownString)),
effect = Column(Unicode(5120), nullable=True,
effect = Column(Unicode(4000), nullable=True,
info=dict(description=u"Detailed description of the item's effect.", format='markdown', string_getter=markdown.MarkdownString)),
)
create_translation_table('item_flavor_summaries', Item, 'flavor_summaries',
@ -1219,7 +1219,7 @@ class MoveEffect(TableBase):
create_translation_table('move_effect_prose', MoveEffect, 'prose',
short_effect = Column(Unicode(256), nullable=True,
info=dict(description="A short summary of the effect", format='markdown')),
effect = Column(Unicode(5120), nullable=True,
effect = Column(Unicode(4000), nullable=True,
info=dict(description="A detailed description of the effect", format='markdown')),
)
@ -1503,6 +1503,17 @@ create_translation_table('pokedex_prose', Pokedex, 'prose',
info=dict(description=u"A longer description of the Pokédex", format='plaintext')),
)
class PokedexVersionGroup(TableBase):
u"""A mapping from Pokédexes to version groups in which they appear as the
regional dex.
"""
__tablename__ = 'pokedex_version_groups'
__singlename__ = 'pokedex_version_group'
pokedex_id = Column(Integer, ForeignKey('pokedexes.id'), primary_key=True,
info=dict(description=u'The ID of the Pokédex.'))
version_group_id = Column(Integer, ForeignKey('version_groups.id'), primary_key=True,
info=dict(description=u'The ID of the version group.'))
class Pokemon(TableBase):
u"""A Pokémon. The core to this whole mess.
@ -1515,6 +1526,8 @@ class Pokemon(TableBase):
__singlename__ = 'pokemon'
id = Column(Integer, primary_key=True, nullable=False,
info=dict(description=u"A numeric ID"))
identifier = Column(Unicode(30), nullable=False,
info=dict(description=u'An identifier, including form iff this row corresponds to a single, named form', format='identifier'))
species_id = Column(Integer, ForeignKey('pokemon_species.id'),
info=dict(description=u"ID of the species this Pokémon belongs to"))
height = Column(Integer, nullable=False,
@ -1552,6 +1565,19 @@ class Pokemon(TableBase):
raise KeyError(u'No stat named %s' % stat_identifier)
def base_stat(self, stat_identifier, default=0):
u"""Return this Pokemon's base stat value for the given stat identifier,
or default if missing."""
if isinstance(stat_identifier, Stat):
stat_identifier = stat_identifier.identifier
for pokemon_stat in self.stats:
if pokemon_stat.stat.identifier == stat_identifier:
return pokemon_stat.base_stat
return default
@property
def better_damage_class(self):
u"""Returns the MoveDamageClass that this Pokémon is best suited for,
@ -1560,8 +1586,12 @@ class Pokemon(TableBase):
If the attack stats are about equal (within 5), returns None. The
value None, not the damage class called 'None'.
"""
phys = self.stat(u'attack')
spec = self.stat(u'special-attack')
try:
phys = self.stat(u'attack')
spec = self.stat(u'special-attack')
except KeyError:
return None
diff = phys.base_stat - spec.base_stat
@ -1583,8 +1613,8 @@ class PokemonAbility(TableBase):
# XXX having both a method and a slot is kind of gross. "slot" is a
# misnomer, anyway: duplicate abilities don't appear in slot 2.
# Probably should replace that with "order".
is_dream = Column(Boolean, nullable=False, index=True,
info=dict(description=u"Whether this is a Dream World ability"))
is_hidden = Column(Boolean, nullable=False, index=True,
info=dict(description=u"Whether this is a hidden ability"))
slot = Column(Integer, primary_key=True, nullable=False, autoincrement=False,
info=dict(description=u"The ability slot, i.e. 1 or 2 for gen. IV"))
@ -1595,12 +1625,12 @@ class PokemonColor(TableBase):
__singlename__ = 'pokemon_color'
id = Column(Integer, primary_key=True, nullable=False, autoincrement=False,
info=dict(description=u"ID of the Pokémon"))
identifier = Column(Unicode(6), nullable=False,
identifier = Column(Unicode(100), nullable=False,
info=dict(description=u"An identifier", format='identifier'))
create_translation_table('pokemon_color_names', PokemonColor, 'names',
relation_lazy='joined',
name = Column(Unicode(6), nullable=False, index=True,
name = Column(Unicode(100), nullable=False, index=True,
info=dict(description="The name", format='plaintext', official=True)),
)
@ -1651,16 +1681,26 @@ class PokemonEvolution(TableBase):
info=dict(description=u"The required time of day."))
known_move_id = Column(Integer, ForeignKey('moves.id'), nullable=True,
info=dict(description=u"The ID of the move the Pokémon must know."))
known_move_type_id = Column(Integer, ForeignKey('types.id'), nullable=True,
info=dict(description=u'The ID of the type the Pokémon must know a move of.'))
minimum_happiness = Column(Integer, nullable=True,
info=dict(description=u"The minimum happiness value the Pokémon must have."))
minimum_beauty = Column(Integer, nullable=True,
info=dict(description=u"The minimum Beauty value the Pokémon must have."))
minimum_affection = Column(Integer, nullable=True,
info=dict(description=u'The minimum number of "affection" hearts the Pokémon must have in Pokémon-Amie.'))
relative_physical_stats = Column(Integer, nullable=True,
info=dict(description=u"The required relation between the Pokémon's Attack and Defense stats, as sgn(atk-def)."))
party_species_id = Column(Integer, ForeignKey('pokemon_species.id'), nullable=True,
info=dict(description=u"The ID of the species that must be present in the party."))
party_type_id = Column(Integer, ForeignKey('types.id'), nullable=True,
info=dict(description=u'The ID of a type that at least one party member must have.'))
trade_species_id = Column(Integer, ForeignKey('pokemon_species.id'), nullable=True,
info=dict(description=u"The ID of the species for which this one must be traded."))
needs_overworld_rain = Column(Boolean, nullable=False,
info=dict(description=u'True iff it needs to be raining outside of battle.'))
turn_upside_down = Column(Boolean, nullable=False,
info=dict(description=u'True iff the 3DS needs to be turned upside-down as this Pokémon levels up.'))
class PokemonForm(TableBase):
u"""An individual form of a Pokémon. This includes *every* variant (except
@ -1672,6 +1712,8 @@ class PokemonForm(TableBase):
__singlename__ = 'pokemon_form'
id = Column(Integer, primary_key=True, nullable=False,
info=dict(description=u'A unique ID for this form.'))
identifier = Column(Unicode(30), nullable=False,
info=dict(description=u"A unique identifier for this form among all forms of all Pokémon", format='identifier'))
form_identifier = Column(Unicode(16), nullable=True,
info=dict(description=u"An identifier of the form, uniue among a species. May be None for the default form of the species.", format='identifier'))
pokemon_id = Column(Integer, ForeignKey('pokemon.id'), nullable=False, autoincrement=False,
@ -1682,6 +1724,8 @@ class PokemonForm(TableBase):
info=dict(description=u'Set for exactly one form used as the default for each pokemon (not necessarily species).'))
is_battle_only = Column(Boolean, nullable=False,
info=dict(description=u'Set iff the form can only appear in battle.'))
is_mega = Column(Boolean, nullable=False,
info=dict(description=u'Records whether this form is a Mega Evolution.'))
form_order = Column(Integer, nullable=False, autoincrement=False,
info=dict(description=u"The order in which forms should be sorted within a species' forms. Multiple forms may have equal order, in which case they should fall back on sorting by name. "
u"Used in generating `pokemon_forms.order` and `pokemon.order`."))
@ -1731,10 +1775,10 @@ class PokemonGameIndex(TableBase):
__tablename__ = 'pokemon_game_indices'
pokemon_id = Column(Integer, ForeignKey('pokemon.id'), primary_key=True, autoincrement=False, nullable=False,
info=dict(description=u"Database ID of the Pokémon"))
generation_id = Column(Integer, ForeignKey('generations.id'), primary_key=True, autoincrement=False, nullable=False,
info=dict(description=u"Database ID of the generation"))
version_id = Column(Integer, ForeignKey('versions.id'), primary_key=True, autoincrement=False, nullable=False,
info=dict(description=u"Database ID of the version"))
game_index = Column(Integer, nullable=False,
info=dict(description=u"Internal ID the generation's games use for the Pokémon"))
info=dict(description=u"Internal ID the version's games use for the Pokémon"))
class PokemonHabitat(TableBase):
u"""The habitat of a Pokémon, as given in the FireRed/LeafGreen version Pokédex
@ -1777,7 +1821,7 @@ class PokemonMove(TableBase):
info=dict(description=u"ID of the move"))
pokemon_move_method_id = Column(Integer, ForeignKey('pokemon_move_methods.id'), nullable=False, index=True,
info=dict(description=u"ID of the method this move is learned by"))
level = Column(Integer, nullable=True, index=True,
level = Column(Integer, nullable=True, index=True, autoincrement=False,
info=dict(description=u"Level the move is learned at, if applicable"))
order = Column(Integer, nullable=True,
info=dict(description=u"A sort key to produce the correct ordering when all else is equal")) # XXX: This needs a better description
@ -2057,10 +2101,10 @@ class VersionGroup(TableBase):
__tablename__ = 'version_groups'
id = Column(Integer, primary_key=True, nullable=False,
info=dict(description=u"This version group's unique ID."))
identifier = Column(Unicode(20), nullable=False, unique=True,
info=dict(description=u"This version group's unique textual identifier.", format='identifier'))
generation_id = Column(Integer, ForeignKey('generations.id'), nullable=False,
info=dict(description=u"The ID of the generation the games in this group belong to."))
pokedex_id = Column(Integer, ForeignKey('pokedexes.id'), nullable=True,
info=dict(description=u"The ID of the regional Pokédex used in this version group. Null if not applicable."))
order = Column(Integer, nullable=True,
info=dict(description=u"Order for sorting. Almost by date of release, except similar versions are grouped together."))
@ -2271,8 +2315,6 @@ Experience.growth_rate = relationship(GrowthRate,
backref='experience_table')
Generation.canonical_pokedex = relationship(Pokedex,
backref='canonical_for_generation')
Generation.versions = relationship(Version,
secondary=VersionGroup.__table__,
innerjoin=True)
@ -2366,10 +2408,11 @@ Move.flavor_text = relationship(MoveFlavorText,
Move.generation = relationship(Generation,
innerjoin=True,
backref='moves')
# XXX should this be a dict mapping version group to number?
Move.machines = relationship(Machine,
backref='move')
Move.meta = relationship(MoveMeta,
uselist=False, innerjoin=True,
uselist=False,
backref='move')
Move.meta_stat_changes = relationship(MoveMetaStatChange)
Move.move_effect = relationship(MoveEffect,
@ -2472,36 +2515,39 @@ Pokedex.region = relationship(Region,
innerjoin=True,
backref='pokedexes')
Pokedex.version_groups = relationship(VersionGroup,
secondary=PokedexVersionGroup.__table__,
innerjoin=True,
order_by=VersionGroup.order.asc(),
backref='pokedex')
backref='pokedexes')
Pokemon.all_abilities = relationship(Ability,
secondary=PokemonAbility.__table__,
order_by=PokemonAbility.slot.asc(),
innerjoin=True,
backref=backref('all_pokemon', order_by=Pokemon.order.asc()),
doc=u"All abilities the Pokémon can have, including the Hidden Ability")
Pokemon.abilities = relationship(Ability,
secondary=PokemonAbility.__table__,
primaryjoin=and_(
Pokemon.id == PokemonAbility.pokemon_id,
PokemonAbility.is_dream == False,
PokemonAbility.is_hidden == False,
),
innerjoin=True,
order_by=PokemonAbility.slot.asc(),
backref=backref('pokemon', order_by=Pokemon.order.asc()),
doc=u"Abilities the Pokémon can have in the wild")
Pokemon.dream_ability = relationship(Ability,
Pokemon.hidden_ability = relationship(Ability,
secondary=PokemonAbility.__table__,
primaryjoin=and_(
Pokemon.id == PokemonAbility.pokemon_id,
PokemonAbility.is_dream == True,
PokemonAbility.is_hidden == True,
),
uselist=False,
backref=backref('dream_pokemon', order_by=Pokemon.order),
backref=backref('hidden_pokemon', order_by=Pokemon.order),
doc=u"The Pokémon's Hidden Ability")
Pokemon.pokemon_abilities = relationship(PokemonAbility,
order_by=PokemonAbility.slot.asc(),
backref=backref('pokemon', order_by=Pokemon.order.asc()),
doc=u"All abilities the Pokémon can have, as bridge rows")
Pokemon.forms = relationship(PokemonForm,
primaryjoin=Pokemon.id==PokemonForm.pokemon_id,
order_by=(PokemonForm.order.asc(), PokemonForm.form_identifier.asc()),
@ -2517,7 +2563,6 @@ Pokemon.items = relationship(PokemonItem,
order_by=PokemonItem.rarity.desc(),
doc=u"Info about items this pokémon holds in the wild")
Pokemon.stats = relationship(PokemonStat,
innerjoin=True,
order_by=PokemonStat.stat_id.asc(),
backref='pokemon')
Pokemon.species = relationship(PokemonSpecies,
@ -2529,6 +2574,9 @@ Pokemon.types = relationship(Type,
order_by=PokemonType.slot.asc(),
backref=backref('pokemon', order_by=Pokemon.order))
PokemonAbility.ability = relationship(Ability,
innerjoin=True)
PokemonDexNumber.pokedex = relationship(Pokedex,
innerjoin=True, lazy='joined')
@ -2545,9 +2593,13 @@ PokemonEvolution.location = relationship(Location,
backref='triggered_evolutions')
PokemonEvolution.known_move = relationship(Move,
backref='triggered_evolutions')
PokemonEvolution.known_move_type = relationship(Type,
primaryjoin=PokemonEvolution.known_move_type_id==Type.id)
PokemonEvolution.party_species = relationship(PokemonSpecies,
primaryjoin=PokemonEvolution.party_species_id==PokemonSpecies.id,
backref='triggered_evolutions')
PokemonEvolution.party_type = relationship(Type,
primaryjoin=PokemonEvolution.party_type_id==Type.id)
PokemonEvolution.trade_species = relationship(PokemonSpecies,
primaryjoin=PokemonEvolution.trade_species_id==PokemonSpecies.id)
PokemonEvolution.gender = relationship(Gender,
@ -2583,7 +2635,8 @@ PokemonMove.pokemon = relationship(Pokemon,
innerjoin=True, lazy='joined',
backref='pokemon_moves')
PokemonMove.version_group = relationship(VersionGroup,
innerjoin=True, lazy='joined')
innerjoin=True, lazy='joined',
backref='pokemon_moves')
PokemonMove.machine = relationship(Machine,
primaryjoin=and_(
Machine.version_group_id==PokemonMove.version_group_id,
@ -2622,7 +2675,6 @@ PokemonSpecies.color = relationship(PokemonColor,
backref='species')
PokemonSpecies.egg_groups = relationship(EggGroup,
secondary=PokemonEggGroup.__table__,
innerjoin=True,
order_by=PokemonEggGroup.egg_group_id.asc(),
backref=backref('species', order_by=PokemonSpecies.order.asc()))
PokemonSpecies.forms = relationship(PokemonForm,
@ -2644,7 +2696,6 @@ PokemonSpecies.default_pokemon = relationship(Pokemon,
Pokemon.is_default==True),
uselist=False, lazy='joined')
PokemonSpecies.evolution_chain = relationship(EvolutionChain,
innerjoin=True,
backref=backref('species', order_by=PokemonSpecies.id.asc()))
PokemonSpecies.dex_numbers = relationship(PokemonDexNumber,
innerjoin=True,

View File

@ -2,18 +2,12 @@
import os, os.path
import random
import re
import shutil
import unicodedata
from sqlalchemy.sql import func
import whoosh
import whoosh.filedb.filestore
import whoosh.filedb.fileindex
import whoosh.index
from whoosh.qparser import QueryParser
import whoosh.scoring
import whoosh.query
import whoosh.sorting
import whoosh.spelling
from whoosh.support import levenshtein
from pokedex.compatibility import namedtuple

View File

@ -9,12 +9,12 @@ import pokedex.db.tables
import pokedex.lookup
from pokedex import defaults
def main():
if len(sys.argv) <= 1:
def main(*argv):
if len(argv) <= 1:
command_help()
command = sys.argv[1]
args = sys.argv[2:]
command = argv[1]
args = argv[2:]
# XXX there must be a better way to get Unicode argv
# XXX this doesn't work on Windows durp
@ -28,6 +28,9 @@ def main():
else:
command_help()
def setuptools_entry():
main(*sys.argv)
def get_parser(verbose=True):
"""Returns an OptionParser prepopulated with the global options.
@ -264,7 +267,7 @@ def command_help():
print u"""pokedex -- a command-line Pokédex interface
usage: pokedex {command} [options...]
Run `pokedex setup` first, or nothing will work!
See http://bugs.veekun.com/projects/pokedex/wiki/CLI for more documentation.
See https://github.com/veekun/pokedex/wiki/CLI for more documentation.
Commands:
help Displays this message.
@ -316,3 +319,7 @@ Dump options:
""".encode(sys.getdefaultencoding(), 'replace')
sys.exit(0)
if __name__ == '__main__':
main(*sys.argv)

View File

@ -1,8 +1,9 @@
import pytest
from sqlalchemy.orm import aliased, joinedload
from sqlalchemy.orm import aliased, joinedload, lazyload
from sqlalchemy.orm.exc import NoResultFound
from sqlalchemy.sql import func
from pokedex.db import connect, tables, util
@ -64,3 +65,35 @@ def test_unique_form_order():
form.order,
species_by_form_order[form.order].name,
form.species.name))
def test_default_forms():
"""Check that each pokemon has one default form and each species has one
default pokemon."""
session = connect()
q = session.query(tables.Pokemon)
q = q.join(tables.PokemonForm)
q = q.filter(tables.PokemonForm.is_default==True)
q = q.options(lazyload('*'))
q = q.group_by(tables.Pokemon)
q = q.add_columns(func.count(tables.PokemonForm.id))
for pokemon, num_default_forms in q:
if num_default_forms == 0:
raise AssertionError("pokemon %s has no default forms" % pokemon.name)
elif num_default_forms > 1:
raise AssertionError("pokemon %s has %d default forms" % (pokemon.name, num_default_forms))
q = session.query(tables.PokemonSpecies)
q = q.join(tables.Pokemon)
q = q.filter(tables.Pokemon.is_default==True)
q = q.options(lazyload('*'))
q = q.group_by(tables.PokemonSpecies)
q = q.add_columns(func.count(tables.Pokemon.id))
for species, num_default_pokemon in q:
if num_default_pokemon == 0:
raise AssertionError("species %s has no default pokemon" % species.name)
elif num_default_pokemon > 1:
raise AssertionError("species %s has %d default pokemon" % (species.name, num_default_pokemon))

View File

@ -21,8 +21,8 @@ lookup = PokedexLookup()
# Forms
(u'Rotom', 'pokemon_species', 479),
(u'Wash Rotom', 'pokemon_forms', 708),
(u'East Shellos', 'pokemon_forms', 688),
(u'Wash Rotom', 'pokemon_forms', 10059),
(u'East Shellos', 'pokemon_forms', 10039),
# Other languages
(u'イーブイ', 'pokemon_species', 133),

86
scripts/gen_iii_tutors.py Normal file
View File

@ -0,0 +1,86 @@
from struct import Struct
from sys import argv
max_pokemon = 411 # Gen III indices are a Gen-I-esque mess past Celebi
# I got the first fifteen from FR by looking at tutor NPCs' scripts. I got the
# full list from Emerald by searching for the first fifteen; the list starts at
# 0x61500C.
moves = ['mega-punch', 'swords-dance', 'mega-kick', 'body-slam', 'double-edge',
'counter', 'seismic-toss', 'mimic', 'metronome', 'softboiled',
'dream-eater', 'thunder-wave', 'explosion', 'rock-slide', 'substitute',
# Emerald only
'dynamicpunch', 'rollout', 'psych-up', 'snore', 'icy-wind', 'endure',
'mud-slap', 'ice-punch', 'swagger', 'sleep-talk', 'swift', 'defense-curl',
'thunderpunch', 'fire-punch', 'fury-cutter']
query_template = """
insert into pokemon_moves (pokemon_id, version_group_id, move_id,
pokemon_move_method_id, level, "order") values (
(select pokemon_id from pokemon_game_indices where version_id={version}
and game_index={game_index}),
{version_group},
(select id from moves where identifier='{move}'),
3, 0, null
);
"""
version_constants = {
'POKEMON FIRE': {
'version_id': 10,
'version_group_id': 7,
'offset': 0x459B80,
'moves': 15
},
'POKEMON LEAF': {
'version_id': 11,
'version_group_id': 7,
'offset': 0x4595A0,
'moves': 15
},
'POKEMON EMER': {
'version_id': 9,
'version_group_id': 6,
'offset': 0x61504C,
'moves': 30
}
}
with open(argv[1], 'rb') as rom:
rom.seek(0xA0)
version = rom.read(12).decode('ASCII')
stuff = version_constants[version]
# Flags go from least significant bit to most significant, and then to the
# next byte, just like TMs, but there are few enough of them that we can
# treat the whole field as a little-endian int.
if stuff['moves'] == 15:
flag_struct = Struct('<H')
else:
flag_struct = Struct('<L')
rom.seek(stuff['offset'])
# For LeafGreen, we want to skip straight to Defense Deoxys.
if version == 'POKEMON LEAF':
ids = [410]
rom.seek(2 * 409, 1)
else:
ids = range(1, max_pokemon + 1)
for pokemon in ids:
# Read the flags
flags, = flag_struct.unpack(rom.read(flag_struct.size))
for move in range(stuff['moves']):
if flags & 1:
# This Pokémon learns this move! Dump an SQL insert.
print(query_template.format(
version=stuff['version_id'],
game_index=pokemon,
version_group=stuff['version_group_id'],
move=moves[move],
))
flags >>= 1

105
scripts/gen_iv_tutors.py Normal file
View File

@ -0,0 +1,105 @@
from struct import Struct
max_pokemon = 507
# As usual, I'm just going to dump SQL
print('begin;')
# Delete the previous tutor data, except for the special tutors that aren't
# stored as flags
print("""delete from pokemon_moves where version_group_id in (9, 10)
and pokemon_move_method_id=3
and move_id not in (select id from moves where identifier in
('blast-burn', 'hydro-cannon', 'frenzy-plant', 'draco-meteor'));
""")
# A template for inserting a pokemon_moves record. No internal Pokémon indices
# change between Pt and HG/SS, so we'll just use Pt's.
insert_template = """insert into pokemon_moves (pokemon_id, version_group_id,
move_id, pokemon_move_method_id, level, "order")
values (
(select pokemon_id from pokemon_game_indices where game_index={pokemon}
and version_id=14),
{version_group}, {move}, 3, 0, null
);
"""
# PLATINUM
move_struct = Struct('<H10x') # We don't care about shard costs or anything
move_count = 38
moves = []
with open('/tmp/pt/overlay9/overlay_00000005.bin', 'rb') as overlay:
overlay.seek(0x2FF64)
for move in range(move_count):
move = overlay.read(move_struct.size)
move, = move_struct.unpack(move)
moves.append(move)
# The Eggs don't get dummy flags; it goes straight to Attack Deoxys
for pokemon in range(1, max_pokemon + 1 - 2):
if pokemon > 493:
pokemon += 2
for n, move in enumerate(moves):
if n % 8 == 0:
flag_byte, = overlay.read(1)
if flag_byte & 1:
print(insert_template.format(
pokemon=pokemon,
version_group=9,
move=move
))
flag_byte >>= 1
# HEARTGOLD
move_struct = Struct('<H2x') # Costs are just BP so there's less to skip
move_count = 52
moves = []
# The move list for HG is in a compressed overlay, which I decompressed
# beforehand with magical's lzss3.py -- https://github.com/magical/nlzss
with open('/tmp/overlays/overlay_00000001.bin', 'rb') as overlay:
overlay.seek(0x23AE0)
for move in range(move_count):
move = overlay.read(move_struct.size)
move, = move_struct.unpack(move)
moves.append(move)
# And the flags are in their own file, padded to an easy length this time.
# This seemed nice at first but it made it harder to find the move list...
flag_struct = Struct('<Q')
with open('/tmp/hg/fsroot/fielddata/wazaoshie/waza_oshie.bin', 'rb') as flagbin:
for pokemon in range(1, max_pokemon + 1 - 2):
if pokemon > 493:
pokemon += 2
flags, = flag_struct.unpack(flagbin.read(8))
for n, move in enumerate(moves):
if flags & 1:
print(insert_template.format(
pokemon=pokemon,
version_group=10,
move=move
))
flags >>= 1
# Duplicate moves for the Castforms
print("""
insert into pokemon_moves (pokemon_id, version_group_id, move_id,
pokemon_move_method_id, level, "order")
select p.id, pm.version_group_id, pm.move_id, 3, 0, null
from pokemon_moves pm
join pokemon p on pm.pokemon_id=p.species_id and p.is_default=False
where p.species_id=351 and pm.pokemon_move_method_id=3 and pm.version_group_id in
(9, 10);
""")
print('commit;')

View File

@ -17,7 +17,7 @@ setup(
entry_points = {
'console_scripts': [
'pokedex = pokedex.main:main',
'pokedex = pokedex.main:setuptools_entry',
],
},
)