mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Turned Move.contest_type into a foreign key.
This commit is contained in:
parent
56a47575a3
commit
affb8a02fb
2 changed files with 470 additions and 469 deletions
|
@ -1,468 +1,468 @@
|
|||
id,name,generation_id,type_id,power,pp,accuracy,target_id,damage_class_id,effect_id,effect_chance,contest_type,contest_effect_id,super_contest_effect_id
|
||||
1,Pound,1,1,40,35,100,10,2,1,,tough,1,5
|
||||
2,Karate Chop,1,2,50,25,100,10,2,44,,tough,2,5
|
||||
3,DoubleSlap,1,1,15,10,85,10,2,30,,tough,10,7
|
||||
4,Comet Punch,1,1,18,15,85,10,2,30,,tough,12,7
|
||||
5,Mega Punch,1,1,80,20,85,10,2,1,,tough,1,18
|
||||
6,Pay Day,1,1,40,20,100,10,2,35,,smart,11,23
|
||||
7,Fire Punch,1,10,75,15,100,10,2,5,10,beauty,1,17
|
||||
8,Ice Punch,1,15,75,15,100,10,2,6,10,beauty,1,17
|
||||
9,ThunderPunch,1,13,75,15,100,10,2,7,10,cool,1,17
|
||||
10,Scratch,1,1,40,35,100,10,2,1,,tough,1,5
|
||||
11,ViceGrip,1,1,55,30,100,10,2,1,,tough,1,5
|
||||
12,Guillotine,1,1,1,5,30,10,2,39,,cool,14,9
|
||||
13,Razor Wind,1,1,80,10,100,11,3,40,,cool,2,6
|
||||
14,Swords Dance,1,1,0,30,100,7,1,51,,beauty,32,11
|
||||
15,Cut,1,1,50,30,95,10,2,1,,cool,14,5
|
||||
16,Gust,1,3,40,35,100,10,3,150,,smart,21,5
|
||||
17,Wing Attack,1,3,60,35,100,10,2,1,,cool,12,5
|
||||
18,Whirlwind,1,1,0,20,100,10,1,29,,smart,21,9
|
||||
19,Fly,1,3,90,15,95,10,2,156,,smart,15,6
|
||||
20,Bind,1,1,15,20,75,10,2,43,,tough,24,21
|
||||
21,Slam,1,1,80,20,75,10,2,1,,tough,23,5
|
||||
22,Vine Whip,1,12,35,15,100,10,2,1,,cool,1,5
|
||||
23,Stomp,1,1,65,20,100,10,2,151,30,tough,4,5
|
||||
24,Double Kick,1,2,30,30,100,10,2,45,,cool,12,7
|
||||
25,Mega Kick,1,1,120,5,75,10,2,1,,cool,1,18
|
||||
26,Jump Kick,1,2,85,25,95,10,2,46,,cool,3,5
|
||||
27,Rolling Kick,1,2,60,15,85,10,2,32,30,cool,5,5
|
||||
28,Sand-Attack,1,5,0,15,100,10,1,24,,cute,10,19
|
||||
29,Headbutt,1,1,70,15,100,10,2,32,30,tough,9,5
|
||||
30,Horn Attack,1,1,65,25,100,10,2,1,,cool,1,5
|
||||
31,Fury Attack,1,1,15,20,85,10,2,30,,cool,10,7
|
||||
32,Horn Drill,1,1,1,5,30,10,2,39,,cool,14,9
|
||||
33,Tackle,1,1,35,35,95,10,2,1,,tough,1,5
|
||||
34,Body Slam,1,1,85,15,100,10,2,7,30,tough,4,5
|
||||
35,Wrap,1,1,15,20,85,10,2,43,,tough,24,21
|
||||
36,Take Down,1,1,90,20,85,10,2,49,,tough,3,5
|
||||
37,Thrash,1,1,90,20,100,8,2,28,,tough,6,7
|
||||
38,Double-Edge,1,1,120,15,100,10,2,199,,tough,3,9
|
||||
39,Tail Whip,1,1,0,30,100,11,1,20,,cute,28,19
|
||||
40,Poison Sting,1,4,15,35,100,10,2,3,30,smart,9,19
|
||||
41,Twineedle,1,7,25,20,100,10,2,78,20,cool,9,7
|
||||
42,Pin Missile,1,7,14,20,85,10,2,30,,cool,10,7
|
||||
43,Leer,1,1,0,30,100,11,1,20,,cool,24,19
|
||||
44,Bite,1,17,60,25,100,10,2,32,30,tough,5,5
|
||||
45,Growl,1,1,0,40,100,11,1,19,,cute,28,19
|
||||
46,Roar,1,1,0,20,100,10,1,29,,cool,21,19
|
||||
47,Sing,1,1,0,15,55,10,1,2,,cute,18,19
|
||||
48,Supersonic,1,1,0,20,55,10,1,50,,smart,21,19
|
||||
49,SonicBoom,1,1,1,20,90,10,3,131,,cool,12,5
|
||||
50,Disable,1,1,0,20,80,10,1,87,,smart,18,19
|
||||
51,Acid,1,4,40,30,100,11,3,73,10,smart,4,5
|
||||
52,Ember,1,10,40,25,100,10,3,5,10,beauty,1,5
|
||||
53,Flamethrower,1,10,95,15,100,10,3,5,10,beauty,1,17
|
||||
54,Mist,1,15,0,30,100,4,1,47,,beauty,15,13
|
||||
55,Water Gun,1,11,40,25,100,10,3,1,,cute,1,5
|
||||
56,Hydro Pump,1,11,120,5,80,10,3,1,,beauty,1,17
|
||||
57,Surf,1,11,95,15,100,9,3,258,,beauty,2,17
|
||||
58,Ice Beam,1,15,95,10,100,10,3,6,10,beauty,23,17
|
||||
59,Blizzard,1,15,120,5,70,11,3,261,10,beauty,1,17
|
||||
60,Psybeam,1,14,65,20,100,10,3,77,10,beauty,21,17
|
||||
61,BubbleBeam,1,11,65,20,100,10,3,71,10,beauty,5,2
|
||||
62,Aurora Beam,1,15,65,20,100,10,3,69,10,beauty,23,17
|
||||
63,Hyper Beam,1,1,150,5,90,10,3,81,,cool,6,22
|
||||
64,Peck,1,3,35,35,100,10,2,1,,cool,1,5
|
||||
65,Drill Peck,1,3,80,20,100,10,2,1,,cool,1,5
|
||||
66,Submission,1,2,80,25,80,10,2,49,,cool,3,5
|
||||
67,Low Kick,1,2,1,20,100,10,2,197,,tough,4,5
|
||||
68,Counter,1,2,1,20,100,1,2,90,,tough,16,15
|
||||
69,Seismic Toss,1,2,1,20,100,10,2,88,,tough,23,5
|
||||
70,Strength,1,1,80,15,100,10,2,1,,tough,23,5
|
||||
71,Absorb,1,12,20,25,100,10,3,4,,smart,9,20
|
||||
72,Mega Drain,1,12,40,15,100,10,3,4,,smart,4,20
|
||||
73,Leech Seed,1,12,0,10,90,10,1,85,,smart,8,21
|
||||
74,Growth,1,1,0,40,100,7,1,14,,beauty,32,11
|
||||
75,Razor Leaf,1,12,55,25,95,11,2,44,,cool,2,5
|
||||
76,SolarBeam,1,12,120,10,100,10,3,152,,cool,1,6
|
||||
77,PoisonPowder,1,4,0,35,75,10,1,67,,smart,33,19
|
||||
78,Stun Spore,1,12,0,30,75,10,1,68,,smart,14,19
|
||||
79,Sleep Powder,1,12,0,15,75,10,1,2,,smart,5,19
|
||||
80,Petal Dance,1,12,90,20,100,8,3,28,,beauty,6,21
|
||||
81,String Shot,1,7,0,40,95,11,1,21,,smart,9,19
|
||||
82,Dragon Rage,1,16,1,10,100,10,3,42,,cool,26,5
|
||||
83,Fire Spin,1,10,15,15,70,10,3,43,,beauty,24,21
|
||||
84,ThunderShock,1,13,40,30,100,10,3,7,10,cool,1,5
|
||||
85,Thunderbolt,1,13,95,15,100,10,3,7,10,cool,1,17
|
||||
86,Thunder Wave,1,13,0,20,100,10,1,68,,cool,14,19
|
||||
87,Thunder,1,13,120,10,70,10,3,153,30,cool,8,17
|
||||
88,Rock Throw,1,6,50,15,90,10,2,1,,tough,12,5
|
||||
89,Earthquake,1,5,100,10,100,9,2,148,,tough,5,18
|
||||
90,Fissure,1,5,1,5,30,10,2,39,,tough,14,9
|
||||
91,Dig,1,5,80,10,100,10,2,257,,smart,15,6
|
||||
92,Toxic,1,4,0,10,85,10,1,34,,smart,33,19
|
||||
93,Confusion,1,14,50,25,100,10,3,77,10,smart,9,5
|
||||
94,Psychic,1,14,90,10,100,10,3,73,10,smart,5,17
|
||||
95,Hypnosis,1,14,0,20,70,10,1,2,,smart,5,19
|
||||
96,Meditate,1,14,0,40,100,7,1,11,,beauty,32,11
|
||||
97,Agility,1,14,0,30,100,7,1,53,,cool,30,1
|
||||
98,Quick Attack,1,1,40,30,100,10,2,104,,cool,30,1
|
||||
99,Rage,1,1,20,20,100,10,2,82,,cool,17,11
|
||||
100,Teleport,1,14,0,20,100,7,1,154,,cool,15,1
|
||||
101,Night Shade,1,8,1,15,100,10,3,88,,smart,23,5
|
||||
102,Mimic,1,1,0,10,100,10,1,83,,cute,19,12
|
||||
103,Screech,1,1,0,40,85,10,1,60,,smart,5,10
|
||||
104,Double Team,1,1,0,15,100,7,1,17,,cool,16,1
|
||||
105,Recover,1,1,0,10,100,7,1,33,,smart,23,8
|
||||
106,Harden,1,1,0,30,100,7,1,12,,tough,16,13
|
||||
107,Minimize,1,1,0,20,100,7,1,109,,cute,16,13
|
||||
108,SmokeScreen,1,1,0,20,100,10,1,24,,smart,21,10
|
||||
109,Confuse Ray,1,8,0,10,100,10,1,50,,smart,21,10
|
||||
110,Withdraw,1,11,0,40,100,7,1,12,,cute,15,13
|
||||
111,Defense Curl,1,1,0,40,100,7,1,157,,cute,16,13
|
||||
112,Barrier,1,14,0,30,100,7,1,52,,cool,15,13
|
||||
113,Light Screen,1,14,0,30,100,4,1,36,,beauty,15,13
|
||||
114,Haze,1,15,0,30,100,12,1,26,,beauty,33,13
|
||||
115,Reflect,1,14,0,20,100,4,1,66,,smart,15,13
|
||||
116,Focus Energy,1,1,0,30,100,7,1,48,,cool,5,11
|
||||
117,Bide,1,1,1,10,100,7,2,27,,tough,15,15
|
||||
118,Metronome,1,1,0,10,100,1,1,84,,cute,17,14
|
||||
119,Mirror Move,1,3,0,20,100,1,1,10,,smart,19,15
|
||||
120,Selfdestruct,1,1,200,5,100,9,2,8,,beauty,7,9
|
||||
121,Egg Bomb,1,1,100,10,75,10,2,1,,tough,1,5
|
||||
122,Lick,1,8,20,30,100,10,2,7,30,tough,4,16
|
||||
123,Smog,1,4,20,20,70,10,3,3,40,tough,5,5
|
||||
124,Sludge,1,4,65,20,100,10,3,3,30,tough,4,18
|
||||
125,Bone Club,1,5,65,20,85,10,2,32,10,tough,10,5
|
||||
126,Fire Blast,1,10,120,5,85,10,3,5,10,beauty,1,17
|
||||
127,Waterfall,1,11,80,15,100,10,2,32,20,tough,28,5
|
||||
128,Clamp,1,11,35,10,75,10,2,43,,tough,24,5
|
||||
129,Swift,1,1,60,20,100,11,3,18,,cool,27,17
|
||||
130,Skull Bash,1,1,100,15,100,10,2,146,100,tough,4,6
|
||||
131,Spike Cannon,1,1,20,15,100,10,2,30,,cool,10,7
|
||||
132,Constrict,1,1,10,35,100,10,2,71,10,tough,9,21
|
||||
133,Amnesia,1,14,0,20,100,7,1,55,,cute,32,11
|
||||
134,Kinesis,1,14,0,15,80,10,1,24,,smart,24,11
|
||||
135,Softboiled,1,1,0,10,100,7,1,33,,beauty,1,8
|
||||
136,Hi Jump Kick,1,2,100,20,90,10,2,46,,cool,3,5
|
||||
137,Glare,1,1,0,30,75,10,1,68,,tough,5,19
|
||||
138,Dream Eater,1,14,100,15,100,10,3,9,,smart,8,20
|
||||
139,Poison Gas,1,4,0,40,55,10,1,67,,smart,33,5
|
||||
140,Barrage,1,1,15,20,85,10,2,30,,tough,12,7
|
||||
141,Leech Life,1,7,20,15,100,10,2,4,,smart,9,20
|
||||
142,Lovely Kiss,1,1,0,10,75,10,1,2,,beauty,5,19
|
||||
143,Sky Attack,1,3,140,5,90,10,2,76,30,cool,2,6
|
||||
144,Transform,1,1,0,10,100,10,1,58,,smart,17,23
|
||||
145,Bubble,1,11,20,30,100,11,3,71,10,cute,8,2
|
||||
146,Dizzy Punch,1,1,70,10,100,10,2,77,20,cool,4,16
|
||||
147,Spore,1,12,0,15,100,10,1,2,,beauty,5,10
|
||||
148,Flash,1,1,0,20,100,10,1,24,,beauty,21,10
|
||||
149,Psywave,1,14,1,15,80,10,3,89,,smart,14,5
|
||||
150,Splash,1,1,0,40,100,7,1,86,,cute,28,16
|
||||
151,Acid Armor,1,4,0,40,100,7,1,52,,tough,32,11
|
||||
152,Crabhammer,1,11,90,10,85,10,2,44,,tough,2,18
|
||||
153,Explosion,1,1,250,5,100,9,2,8,,beauty,7,9
|
||||
154,Fury Swipes,1,1,18,15,80,10,2,30,,tough,10,7
|
||||
155,Bonemerang,1,5,50,10,90,10,2,45,,tough,1,7
|
||||
156,Rest,1,14,0,10,100,7,1,38,,cute,16,8
|
||||
157,Rock Slide,1,6,75,10,90,11,2,32,30,tough,5,5
|
||||
158,Hyper Fang,1,1,80,15,90,10,2,32,10,cool,4,18
|
||||
159,Sharpen,1,1,0,30,100,7,1,11,,cute,32,11
|
||||
160,Conversion,1,1,0,30,100,7,1,31,,beauty,12,23
|
||||
161,Tri Attack,1,1,80,10,100,10,3,37,20,beauty,8,5
|
||||
162,Super Fang,1,1,1,10,90,10,2,41,,tough,14,5
|
||||
163,Slash,1,1,70,20,100,10,2,44,,cool,2,5
|
||||
164,Substitute,1,1,0,10,100,7,1,80,,smart,16,23
|
||||
165,Struggle,1,1,50,1,100,10,2,255,,cool,1,5
|
||||
166,Sketch,2,1,0,1,100,10,1,96,,smart,19,23
|
||||
167,Triple Kick,2,2,10,10,90,10,2,105,,cool,1,7
|
||||
168,Thief,2,17,40,10,100,10,2,106,,tough,20,12
|
||||
169,Spider Web,2,7,0,10,100,10,1,107,,smart,18,13
|
||||
170,Mind Reader,2,1,0,40,100,10,1,95,,smart,24,20
|
||||
171,Nightmare,2,8,0,15,100,10,1,108,,smart,5,19
|
||||
172,Flame Wheel,2,10,60,25,100,10,2,126,10,beauty,1,7
|
||||
173,Snore,2,1,40,15,100,10,3,93,30,cute,1,5
|
||||
174,Curse,2,18,0,10,100,10,1,110,,tough,31,21
|
||||
175,Flail,2,1,1,15,100,10,2,100,,cute,26,15
|
||||
176,Conversion 2,2,1,0,30,100,7,1,94,,beauty,12,23
|
||||
177,Aeroblast,2,3,100,5,95,10,3,44,,cool,2,22
|
||||
178,Cotton Spore,2,12,0,40,85,10,1,61,,beauty,10,1
|
||||
179,Reversal,2,2,1,15,100,10,2,100,,cool,28,15
|
||||
180,Spite,2,8,0,10,100,10,1,101,,tough,28,19
|
||||
181,Powder Snow,2,15,40,25,100,11,3,6,10,beauty,1,5
|
||||
182,Protect,2,1,0,10,0,7,1,112,,cute,15,16
|
||||
183,Mach Punch,2,2,40,30,100,10,2,104,,cool,30,1
|
||||
184,Scary Face,2,1,0,10,90,10,1,61,,tough,10,2
|
||||
185,Faint Attack,2,17,60,20,100,10,2,18,,smart,27,18
|
||||
186,Sweet Kiss,2,1,0,10,75,10,1,50,,cute,18,19
|
||||
187,Belly Drum,2,1,0,10,100,7,1,143,,cute,32,11
|
||||
188,Sludge Bomb,2,4,90,10,100,10,3,3,30,tough,10,18
|
||||
189,Mud-Slap,2,5,20,10,100,10,3,74,100,cute,10,5
|
||||
190,Octazooka,2,11,65,10,85,10,3,74,50,tough,10,4
|
||||
191,Spikes,2,5,0,20,100,6,1,113,,smart,18,13
|
||||
192,Zap Cannon,2,13,120,5,50,10,3,7,100,cool,1,4
|
||||
193,Foresight,2,1,0,40,100,10,1,114,,smart,33,20
|
||||
194,Destiny Bond,2,8,0,5,100,7,1,99,,smart,7,9
|
||||
195,Perish Song,2,1,0,5,100,12,1,115,,beauty,14,10
|
||||
196,Icy Wind,2,15,55,15,95,11,3,71,100,beauty,5,2
|
||||
197,Detect,2,2,0,5,100,7,1,112,,cool,16,16
|
||||
198,Bone Rush,2,5,25,10,80,10,2,30,,tough,1,7
|
||||
199,Lock-On,2,1,0,5,100,10,1,95,,smart,24,20
|
||||
200,Outrage,2,16,120,15,100,8,2,28,,cool,6,7
|
||||
201,Sandstorm,2,6,0,10,100,12,1,116,,tough,21,13
|
||||
202,Giga Drain,2,12,60,10,100,10,3,4,,smart,10,20
|
||||
203,Endure,2,1,0,10,100,7,1,117,,tough,16,13
|
||||
204,Charm,2,1,0,20,100,10,1,59,,cute,23,19
|
||||
205,Rollout,2,6,30,20,90,10,2,118,,tough,24,7
|
||||
206,False Swipe,2,1,40,40,100,10,2,102,,cool,5,16
|
||||
207,Swagger,2,1,0,15,90,10,1,119,,cute,27,19
|
||||
208,Milk Drink,2,1,0,10,100,7,1,33,,cute,12,8
|
||||
209,Spark,2,13,65,20,100,10,2,7,30,cool,4,5
|
||||
210,Fury Cutter,2,7,10,20,95,10,2,120,,cool,17,7
|
||||
211,Steel Wing,2,9,70,25,90,10,2,139,10,cool,12,5
|
||||
212,Mean Look,2,1,0,5,100,10,1,107,,beauty,18,10
|
||||
213,Attract,2,1,0,15,100,10,1,121,,cute,18,19
|
||||
214,Sleep Talk,2,1,0,10,100,1,1,98,,cute,17,5
|
||||
215,Heal Bell,2,1,0,5,100,4,1,103,,beauty,28,8
|
||||
216,Return,2,1,1,20,100,10,2,122,,cute,13,17
|
||||
217,Present,2,1,1,15,90,10,2,123,,cute,17,16
|
||||
218,Frustration,2,1,1,20,100,10,2,124,,cute,13,18
|
||||
219,Safeguard,2,1,0,25,100,4,1,125,,beauty,15,13
|
||||
220,Pain Split,2,1,0,20,0,10,1,92,,smart,4,10
|
||||
221,Sacred Fire,2,10,100,5,95,10,2,126,50,beauty,1,22
|
||||
222,Magnitude,2,5,1,30,100,9,2,127,,tough,11,18
|
||||
223,DynamicPunch,2,2,100,5,50,10,2,77,100,cool,10,18
|
||||
224,Megahorn,2,7,120,10,85,10,2,1,,cool,12,18
|
||||
225,DragonBreath,2,16,60,20,100,10,3,7,30,cool,5,17
|
||||
226,Baton Pass,2,1,0,40,100,7,1,128,,cute,18,16
|
||||
227,Encore,2,1,0,5,100,10,1,91,,cute,18,20
|
||||
228,Pursuit,2,17,40,20,100,10,2,129,,smart,14,20
|
||||
229,Rapid Spin,2,1,20,40,100,10,2,130,,cool,16,17
|
||||
230,Sweet Scent,2,1,0,20,100,11,1,25,,cute,5,19
|
||||
231,Iron Tail,2,9,100,15,75,10,2,70,30,cool,4,18
|
||||
232,Metal Claw,2,9,50,35,95,10,2,140,10,cool,1,18
|
||||
233,Vital Throw,2,2,70,10,100,10,2,79,,cool,31,2
|
||||
234,Morning Sun,2,1,0,5,100,7,1,133,,beauty,25,8
|
||||
235,Synthesis,2,12,0,5,100,7,1,133,,smart,25,8
|
||||
236,Moonlight,2,1,0,5,100,7,1,133,,beauty,25,8
|
||||
237,Hidden Power,2,1,1,15,100,10,3,136,,smart,17,23
|
||||
238,Cross Chop,2,2,100,5,80,10,2,44,,cool,2,18
|
||||
239,Twister,2,16,40,20,100,11,3,147,20,cool,21,5
|
||||
240,Rain Dance,2,11,0,5,0,12,1,137,,tough,11,13
|
||||
241,Sunny Day,2,10,0,5,0,12,1,138,,beauty,11,13
|
||||
242,Crunch,2,17,80,15,100,10,2,70,20,tough,4,18
|
||||
243,Mirror Coat,2,14,1,20,100,1,3,145,,beauty,16,15
|
||||
244,Psych Up,2,1,0,10,100,10,1,144,,smart,12,11
|
||||
245,ExtremeSpeed,2,1,80,5,100,10,2,104,,cool,30,1
|
||||
246,AncientPower,2,6,60,5,100,10,3,141,10,tough,32,18
|
||||
247,Shadow Ball,2,8,80,15,100,10,3,73,20,smart,21,17
|
||||
248,Future Sight,2,14,80,15,90,10,3,149,,smart,24,17
|
||||
249,Rock Smash,2,2,40,15,100,10,2,70,50,tough,29,18
|
||||
250,Whirlpool,2,11,15,15,70,10,3,262,,beauty,24,21
|
||||
251,Beat Up,2,17,10,10,100,10,2,155,,smart,14,7
|
||||
252,Fake Out,3,1,40,10,100,10,2,159,100,cute,23,17
|
||||
253,Uproar,3,1,50,10,100,8,3,160,,cute,21,10
|
||||
254,Stockpile,3,1,0,20,100,7,1,161,,tough,16,11
|
||||
255,Spit Up,3,1,1,10,100,10,3,162,,tough,1,18
|
||||
256,Swallow,3,1,0,10,100,7,1,163,,tough,32,8
|
||||
257,Heat Wave,3,10,100,10,90,11,3,5,10,beauty,1,17
|
||||
258,Hail,3,15,0,10,100,12,1,165,,beauty,5,13
|
||||
259,Torment,3,17,0,15,100,10,1,166,,tough,18,16
|
||||
260,Flatter,3,17,0,15,100,10,1,167,,smart,18,19
|
||||
261,Will-O-Wisp,3,10,0,15,75,10,1,168,,beauty,4,17
|
||||
262,Memento,3,17,0,10,100,10,1,169,,tough,7,9
|
||||
263,Facade,3,1,70,20,100,10,2,170,,cute,28,15
|
||||
264,Focus Punch,3,2,150,20,100,10,2,171,,tough,31,6
|
||||
265,SmellingSalt,3,1,60,10,100,10,2,172,,smart,9,16
|
||||
266,Follow Me,3,1,0,20,100,7,1,173,,cute,24,14
|
||||
267,Nature Power,3,1,0,20,0,1,1,174,,beauty,11,14
|
||||
268,Charge,3,13,0,20,100,7,1,175,,smart,12,11
|
||||
269,Taunt,3,17,0,20,100,10,1,176,,smart,18,16
|
||||
270,Helping Hand,3,1,0,20,100,3,1,177,,smart,18,20
|
||||
271,Trick,3,14,0,10,100,10,1,178,,smart,12,12
|
||||
272,Role Play,3,14,0,10,100,10,1,179,,cute,20,23
|
||||
273,Wish,3,1,0,10,100,7,1,180,,cute,24,8
|
||||
274,Assist,3,1,0,20,100,1,1,181,,cute,25,14
|
||||
275,Ingrain,3,12,0,20,100,7,1,182,,smart,15,21
|
||||
276,Superpower,3,2,120,5,100,10,2,183,,tough,3,18
|
||||
277,Magic Coat,3,14,0,15,100,1,1,184,,beauty,15,15
|
||||
278,Recycle,3,1,0,10,100,7,1,185,,smart,17,12
|
||||
279,Revenge,3,2,60,10,100,10,2,186,,tough,31,15
|
||||
280,Brick Break,3,2,75,15,100,10,2,187,,cool,4,5
|
||||
281,Yawn,3,1,0,10,100,10,1,188,,cute,18,19
|
||||
282,Knock Off,3,17,20,20,100,10,2,189,,smart,4,5
|
||||
283,Endeavor,3,1,1,5,100,10,2,190,,tough,28,15
|
||||
284,Eruption,3,10,150,5,100,11,3,191,,beauty,26,18
|
||||
285,Skill Swap,3,14,0,10,100,10,1,192,,smart,20,12
|
||||
286,Imprison,3,14,0,10,100,7,1,193,,smart,33,20
|
||||
287,Refresh,3,1,0,20,100,7,1,194,,cute,32,8
|
||||
288,Grudge,3,8,0,5,100,7,1,195,,tough,26,10
|
||||
289,Snatch,3,17,0,10,100,1,1,196,,smart,14,12
|
||||
290,Secret Power,3,1,70,20,100,10,2,198,30,smart,29,14
|
||||
291,Dive,3,11,80,10,100,10,2,256,,beauty,16,6
|
||||
292,Arm Thrust,3,2,15,20,100,10,2,30,,tough,10,7
|
||||
293,Camouflage,3,1,0,20,100,7,1,214,,smart,2,13
|
||||
294,Tail Glow,3,7,0,20,100,7,1,54,,beauty,32,11
|
||||
295,Luster Purge,3,14,70,5,100,10,3,73,50,smart,9,22
|
||||
296,Mist Ball,3,14,70,5,100,10,3,72,50,smart,4,22
|
||||
297,FeatherDance,3,3,0,15,100,10,1,59,,beauty,28,19
|
||||
298,Teeter Dance,3,1,0,20,100,9,1,200,,cute,6,14
|
||||
299,Blaze Kick,3,10,85,10,90,10,2,201,10,beauty,1,17
|
||||
300,Mud Sport,3,5,0,15,100,12,1,202,,cute,1,13
|
||||
301,Ice Ball,3,15,30,20,90,10,2,118,,beauty,24,7
|
||||
302,Needle Arm,3,12,60,15,100,10,2,32,30,smart,4,5
|
||||
303,Slack Off,3,1,0,10,100,7,1,33,,cute,26,8
|
||||
304,Hyper Voice,3,1,90,10,100,11,3,1,,cool,5,5
|
||||
305,Poison Fang,3,4,50,15,100,10,2,203,30,smart,33,4
|
||||
306,Crush Claw,3,1,75,10,95,10,2,70,50,cool,4,5
|
||||
307,Blast Burn,3,10,150,5,90,10,3,81,,beauty,6,22
|
||||
308,Hydro Cannon,3,11,150,5,90,10,3,81,,beauty,6,22
|
||||
309,Meteor Mash,3,9,100,10,85,10,2,140,20,cool,12,18
|
||||
310,Astonish,3,8,30,15,100,10,2,32,30,smart,9,5
|
||||
311,Weather Ball,3,1,50,10,100,10,3,204,,smart,1,4
|
||||
312,Aromatherapy,3,12,0,5,100,4,1,103,,smart,28,8
|
||||
313,Fake Tears,3,17,0,20,100,10,1,63,,smart,28,19
|
||||
314,Air Cutter,3,3,55,25,95,11,3,44,,cool,23,5
|
||||
315,Overheat,3,10,140,5,90,10,3,205,100,beauty,3,22
|
||||
316,Odor Sleuth,3,1,0,40,100,10,1,114,,smart,33,20
|
||||
317,Rock Tomb,3,6,50,10,80,10,2,71,100,smart,24,2
|
||||
318,Silver Wind,3,7,60,5,100,10,3,141,10,beauty,32,4
|
||||
319,Metal Sound,3,9,0,40,85,10,1,63,,smart,5,10
|
||||
320,GrassWhistle,3,12,0,15,55,10,1,2,,smart,5,19
|
||||
321,Tickle,3,1,0,20,100,10,1,206,,cute,33,19
|
||||
322,Cosmic Power,3,14,0,20,100,7,1,207,,cool,32,11
|
||||
323,Water Spout,3,11,150,5,100,11,3,191,,beauty,26,22
|
||||
324,Signal Beam,3,7,75,15,100,10,3,77,10,beauty,21,4
|
||||
325,Shadow Punch,3,8,60,20,100,10,2,18,,smart,27,17
|
||||
326,Extrasensory,3,14,80,30,100,10,3,32,10,cool,4,17
|
||||
327,Sky Uppercut,3,2,85,15,90,10,2,208,,cool,23,17
|
||||
328,Sand Tomb,3,5,15,15,70,10,2,43,,smart,24,21
|
||||
329,Sheer Cold,3,15,1,5,30,10,3,39,,beauty,14,9
|
||||
330,Muddy Water,3,11,95,10,85,11,3,74,30,tough,10,18
|
||||
331,Bullet Seed,3,12,10,30,100,10,2,30,,cool,14,7
|
||||
332,Aerial Ace,3,3,60,20,100,10,2,18,,cool,27,17
|
||||
333,Icicle Spear,3,15,10,30,100,10,2,30,,beauty,23,7
|
||||
334,Iron Defense,3,9,0,15,100,7,1,52,,tough,15,13
|
||||
335,Block,3,1,0,5,100,10,1,107,,cute,18,13
|
||||
336,Howl,3,1,0,40,100,7,1,11,,cool,32,11
|
||||
337,Dragon Claw,3,16,80,15,100,10,2,1,,cool,23,17
|
||||
338,Frenzy Plant,3,12,150,5,90,10,3,81,,cool,6,22
|
||||
339,Bulk Up,3,2,0,20,100,7,1,209,,beauty,32,11
|
||||
340,Bounce,3,3,85,5,85,10,2,264,30,cute,15,6
|
||||
341,Mud Shot,3,5,55,15,95,10,3,71,100,tough,5,2
|
||||
342,Poison Tail,3,4,50,25,100,10,2,210,10,smart,33,4
|
||||
343,Covet,3,1,40,40,100,10,2,106,,cute,20,12
|
||||
344,Volt Tackle,3,13,120,15,100,10,2,263,10,cool,3,22
|
||||
345,Magical Leaf,3,12,60,20,100,10,3,18,,beauty,27,17
|
||||
346,Water Sport,3,11,0,15,100,12,1,211,,cute,1,13
|
||||
347,Calm Mind,3,14,0,20,100,7,1,212,,smart,16,11
|
||||
348,Leaf Blade,3,12,90,15,100,10,2,44,,cool,2,17
|
||||
349,Dragon Dance,3,16,0,20,100,7,1,213,,cool,32,11
|
||||
350,Rock Blast,3,6,25,10,80,10,2,30,,tough,12,7
|
||||
351,Shock Wave,3,13,60,20,100,10,3,18,,cool,27,17
|
||||
352,Water Pulse,3,11,60,20,100,10,3,77,20,beauty,21,17
|
||||
353,Doom Desire,3,9,120,5,85,10,3,149,,cool,24,17
|
||||
354,Psycho Boost,3,14,140,5,90,10,3,205,100,smart,3,22
|
||||
355,Roost,4,3,0,10,0,7,1,215,,cool,,8
|
||||
356,Gravity,4,14,0,5,0,12,1,216,,beauty,,13
|
||||
357,Miracle Eye,4,14,0,40,0,10,1,217,,cute,,20
|
||||
358,Wake-Up Slap,4,2,60,10,100,10,2,218,,smart,,16
|
||||
359,Hammer Arm,4,2,100,10,90,10,2,219,,cool,,2
|
||||
360,Gyro Ball,4,9,1,5,100,10,2,220,,beauty,,15
|
||||
361,Healing Wish,4,14,0,10,0,7,1,221,,cute,,8
|
||||
362,Brine,4,11,65,10,100,10,3,222,,smart,,4
|
||||
363,Natural Gift,4,1,1,15,100,10,2,223,,cool,,18
|
||||
364,Feint,4,1,50,10,100,10,2,224,,beauty,,16
|
||||
365,Pluck,4,3,60,20,100,10,2,225,,cute,,12
|
||||
366,Tailwind,4,3,0,30,0,4,1,226,,smart,,1
|
||||
367,Acupressure,4,1,0,30,0,5,1,227,,cool,,11
|
||||
368,Metal Burst,4,9,1,10,100,1,2,228,,beauty,,15
|
||||
369,U-turn,4,7,70,20,100,10,2,229,,cute,,16
|
||||
370,Close Combat,4,2,120,5,100,10,2,230,,smart,,22
|
||||
371,Payback,4,17,50,10,100,10,2,231,,cool,,6
|
||||
372,Assurance,4,17,50,10,100,10,2,232,,beauty,,15
|
||||
373,Embargo,4,17,0,15,100,10,1,233,,cute,,13
|
||||
374,Fling,4,17,1,10,100,10,2,234,,tough,,23
|
||||
375,Psycho Shift,4,14,0,10,90,10,1,235,,cool,,16
|
||||
376,Trump Card,4,1,1,5,0,10,3,236,,cool,,21
|
||||
377,Heal Block,4,14,0,15,100,11,1,237,,cute,,13
|
||||
378,Wring Out,4,1,1,5,100,10,3,238,,smart,,22
|
||||
379,Power Trick,4,14,0,10,0,7,1,239,,cool,,16
|
||||
380,Gastro Acid,4,4,0,10,100,10,1,240,,beauty,,13
|
||||
381,Lucky Chant,4,1,0,30,0,4,1,241,,cute,,13
|
||||
382,Me First,4,1,0,20,0,2,1,242,,cute,,1
|
||||
383,Copycat,4,1,0,20,0,1,1,243,,cool,,12
|
||||
384,Power Swap,4,14,0,10,0,10,1,244,,beauty,,16
|
||||
385,Guard Swap,4,14,0,10,0,10,1,245,,cute,,16
|
||||
386,Punishment,4,17,60,5,100,10,2,246,,smart,,23
|
||||
387,Last Resort,4,1,130,5,100,10,2,247,,cute,,21
|
||||
388,Worry Seed,4,12,0,10,100,10,1,248,,beauty,,19
|
||||
389,Sucker Punch,4,17,80,5,100,10,2,249,,smart,,1
|
||||
390,Toxic Spikes,4,4,0,20,0,6,1,250,,smart,,13
|
||||
391,Heart Swap,4,14,0,10,0,10,1,251,,cool,,16
|
||||
392,Aqua Ring,4,11,0,20,0,7,1,252,,beauty,,8
|
||||
393,Magnet Rise,4,13,0,10,0,7,1,253,,cute,,13
|
||||
394,Flare Blitz,4,10,120,15,100,10,2,254,10,smart,,22
|
||||
395,Force Palm,4,2,60,10,100,10,2,7,30,cool,,18
|
||||
396,Aura Sphere,4,2,90,20,0,10,3,18,,beauty,,17
|
||||
397,Rock Polish,4,6,0,20,0,7,1,53,,tough,,1
|
||||
398,Poison Jab,4,4,80,20,100,10,2,3,30,smart,,4
|
||||
399,Dark Pulse,4,17,80,15,100,10,3,32,20,cool,,17
|
||||
400,Night Slash,4,17,70,15,100,10,2,44,,beauty,,5
|
||||
401,Aqua Tail,4,11,90,10,90,10,2,1,,cute,,5
|
||||
402,Seed Bomb,4,12,80,15,100,10,2,1,,smart,,5
|
||||
403,Air Slash,4,3,75,20,95,10,3,32,30,cool,,17
|
||||
404,X-Scissor,4,7,80,15,100,10,2,1,,beauty,,17
|
||||
405,Bug Buzz,4,7,90,10,100,10,3,73,10,cute,,4
|
||||
406,Dragon Pulse,4,16,90,10,100,10,3,1,,smart,,4
|
||||
407,Dragon Rush,4,16,100,10,75,10,2,32,20,cool,,18
|
||||
408,Power Gem,4,6,70,20,100,10,3,1,,beauty,,5
|
||||
409,Drain Punch,4,2,60,5,100,10,2,4,,beauty,,20
|
||||
410,Vacuum Wave,4,2,40,30,100,10,3,104,,smart,,1
|
||||
411,Focus Blast,4,2,120,5,70,10,3,73,10,cool,,17
|
||||
412,Energy Ball,4,12,80,10,100,10,3,73,10,beauty,,17
|
||||
413,Brave Bird,4,3,120,15,100,10,2,199,,cute,,18
|
||||
414,Earth Power,4,5,90,10,100,10,3,73,10,smart,,18
|
||||
415,Switcheroo,4,17,0,10,100,10,1,178,,cool,,12
|
||||
416,Giga Impact,4,1,150,5,90,10,2,81,,beauty,,22
|
||||
417,Nasty Plot,4,17,0,20,0,7,1,54,,cute,,11
|
||||
418,Bullet Punch,4,9,40,30,100,10,2,104,,smart,,1
|
||||
419,Avalanche,4,15,60,10,100,10,2,186,,cool,,15
|
||||
420,Ice Shard,4,15,40,30,100,10,2,104,,beauty,,1
|
||||
421,Shadow Claw,4,8,70,15,100,10,2,44,,cute,,17
|
||||
422,Thunder Fang,4,13,65,15,95,10,2,276,10,smart,,5
|
||||
423,Ice Fang,4,15,65,15,95,10,2,275,10,cool,,5
|
||||
424,Fire Fang,4,10,65,15,95,10,2,274,10,beauty,,5
|
||||
425,Shadow Sneak,4,8,40,30,100,10,2,104,,smart,,1
|
||||
426,Mud Bomb,4,5,65,10,85,10,3,74,30,smart,,18
|
||||
427,Psycho Cut,4,14,70,20,100,10,2,44,,cool,,17
|
||||
428,Zen Headbutt,4,14,80,15,90,10,2,32,20,beauty,,18
|
||||
429,Mirror Shot,4,9,65,10,85,10,3,74,30,cute,,17
|
||||
430,Flash Cannon,4,9,80,10,100,10,3,73,10,smart,,17
|
||||
431,Rock Climb,4,1,90,20,85,10,2,77,20,cool,,18
|
||||
432,Defog,4,3,0,15,0,10,1,259,,beauty,,13
|
||||
433,Trick Room,4,14,0,5,0,12,1,260,,cute,,14
|
||||
434,Draco Meteor,4,16,140,5,90,10,3,205,100,smart,,22
|
||||
435,Discharge,4,13,80,15,100,9,3,7,30,cool,,17
|
||||
436,Lava Plume,4,10,80,15,100,9,3,5,30,tough,,17
|
||||
437,Leaf Storm,4,12,140,5,90,10,3,205,100,cute,,22
|
||||
438,Power Whip,4,12,120,10,85,10,2,1,,beauty,,5
|
||||
439,Rock Wrecker,4,6,150,5,90,10,2,81,,tough,,22
|
||||
440,Cross Poison,4,4,70,20,100,10,2,210,10,cool,,5
|
||||
441,Gunk Shot,4,4,120,5,70,10,2,3,30,cool,,5
|
||||
442,Iron Head,4,9,80,15,100,10,2,32,30,tough,,18
|
||||
443,Magnet Bomb,4,9,60,20,0,10,2,18,,cool,,5
|
||||
444,Stone Edge,4,6,100,5,80,10,2,44,,tough,,4
|
||||
445,Captivate,4,1,0,20,100,11,1,266,,beauty,,19
|
||||
446,Stealth Rock,4,6,0,20,0,6,1,267,,cool,,13
|
||||
447,Grass Knot,4,12,1,20,100,10,3,197,,smart,,4
|
||||
448,Chatter,4,3,60,20,100,10,3,268,,smart,,23
|
||||
449,Judgment,4,1,100,10,100,10,3,269,,smart,,14
|
||||
450,Bug Bite,4,7,60,20,100,10,2,225,,tough,,12
|
||||
451,Charge Beam,4,13,50,10,90,10,3,277,70,beauty,,17
|
||||
452,Wood Hammer,4,12,120,15,100,10,2,199,,tough,,18
|
||||
453,Aqua Jet,4,11,40,20,100,10,2,104,,beauty,,1
|
||||
454,Attack Order,4,7,90,15,100,10,2,44,,smart,,4
|
||||
455,Defend Order,4,7,0,10,0,7,1,207,,smart,,11
|
||||
456,Heal Order,4,7,0,10,0,7,1,33,,smart,,8
|
||||
457,Head Smash,4,6,150,5,80,10,2,270,,tough,,22
|
||||
458,Double Hit,4,1,35,10,90,10,2,45,,smart,,7
|
||||
459,Roar of Time,4,16,150,5,90,10,3,81,,cool,,22
|
||||
460,Spacial Rend,4,16,100,5,95,10,3,44,,tough,,4
|
||||
461,Lunar Dance,4,14,0,10,0,7,1,271,,beauty,,8
|
||||
462,Crush Grip,4,1,1,5,100,10,2,238,,tough,,15
|
||||
463,Magma Storm,4,10,120,5,70,10,3,43,,tough,,7
|
||||
464,Dark Void,4,17,0,10,80,11,1,2,,smart,,19
|
||||
465,Seed Flare,4,12,120,5,85,10,3,272,40,cool,,22
|
||||
466,Ominous Wind,4,8,60,5,100,10,3,141,10,smart,,11
|
||||
467,Shadow Force,4,8,120,5,100,10,2,273,,smart,,22
|
||||
id,name,generation_id,type_id,power,pp,accuracy,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,10,2,1,,5,1,5
|
||||
2,Karate Chop,1,2,50,25,100,10,2,44,,5,2,5
|
||||
3,DoubleSlap,1,1,15,10,85,10,2,30,,5,10,7
|
||||
4,Comet Punch,1,1,18,15,85,10,2,30,,5,12,7
|
||||
5,Mega Punch,1,1,80,20,85,10,2,1,,5,1,18
|
||||
6,Pay Day,1,1,40,20,100,10,2,35,,4,11,23
|
||||
7,Fire Punch,1,10,75,15,100,10,2,5,10,2,1,17
|
||||
8,Ice Punch,1,15,75,15,100,10,2,6,10,2,1,17
|
||||
9,ThunderPunch,1,13,75,15,100,10,2,7,10,1,1,17
|
||||
10,Scratch,1,1,40,35,100,10,2,1,,5,1,5
|
||||
11,ViceGrip,1,1,55,30,100,10,2,1,,5,1,5
|
||||
12,Guillotine,1,1,1,5,30,10,2,39,,1,14,9
|
||||
13,Razor Wind,1,1,80,10,100,11,3,40,,1,2,6
|
||||
14,Swords Dance,1,1,0,30,100,7,1,51,,2,32,11
|
||||
15,Cut,1,1,50,30,95,10,2,1,,1,14,5
|
||||
16,Gust,1,3,40,35,100,10,3,150,,4,21,5
|
||||
17,Wing Attack,1,3,60,35,100,10,2,1,,1,12,5
|
||||
18,Whirlwind,1,1,0,20,100,10,1,29,,4,21,9
|
||||
19,Fly,1,3,90,15,95,10,2,156,,4,15,6
|
||||
20,Bind,1,1,15,20,75,10,2,43,,5,24,21
|
||||
21,Slam,1,1,80,20,75,10,2,1,,5,23,5
|
||||
22,Vine Whip,1,12,35,15,100,10,2,1,,1,1,5
|
||||
23,Stomp,1,1,65,20,100,10,2,151,30,5,4,5
|
||||
24,Double Kick,1,2,30,30,100,10,2,45,,1,12,7
|
||||
25,Mega Kick,1,1,120,5,75,10,2,1,,1,1,18
|
||||
26,Jump Kick,1,2,85,25,95,10,2,46,,1,3,5
|
||||
27,Rolling Kick,1,2,60,15,85,10,2,32,30,1,5,5
|
||||
28,Sand-Attack,1,5,0,15,100,10,1,24,,3,10,19
|
||||
29,Headbutt,1,1,70,15,100,10,2,32,30,5,9,5
|
||||
30,Horn Attack,1,1,65,25,100,10,2,1,,1,1,5
|
||||
31,Fury Attack,1,1,15,20,85,10,2,30,,1,10,7
|
||||
32,Horn Drill,1,1,1,5,30,10,2,39,,1,14,9
|
||||
33,Tackle,1,1,35,35,95,10,2,1,,5,1,5
|
||||
34,Body Slam,1,1,85,15,100,10,2,7,30,5,4,5
|
||||
35,Wrap,1,1,15,20,85,10,2,43,,5,24,21
|
||||
36,Take Down,1,1,90,20,85,10,2,49,,5,3,5
|
||||
37,Thrash,1,1,90,20,100,8,2,28,,5,6,7
|
||||
38,Double-Edge,1,1,120,15,100,10,2,199,,5,3,9
|
||||
39,Tail Whip,1,1,0,30,100,11,1,20,,3,28,19
|
||||
40,Poison Sting,1,4,15,35,100,10,2,3,30,4,9,19
|
||||
41,Twineedle,1,7,25,20,100,10,2,78,20,1,9,7
|
||||
42,Pin Missile,1,7,14,20,85,10,2,30,,1,10,7
|
||||
43,Leer,1,1,0,30,100,11,1,20,,1,24,19
|
||||
44,Bite,1,17,60,25,100,10,2,32,30,5,5,5
|
||||
45,Growl,1,1,0,40,100,11,1,19,,3,28,19
|
||||
46,Roar,1,1,0,20,100,10,1,29,,1,21,19
|
||||
47,Sing,1,1,0,15,55,10,1,2,,3,18,19
|
||||
48,Supersonic,1,1,0,20,55,10,1,50,,4,21,19
|
||||
49,SonicBoom,1,1,1,20,90,10,3,131,,1,12,5
|
||||
50,Disable,1,1,0,20,80,10,1,87,,4,18,19
|
||||
51,Acid,1,4,40,30,100,11,3,73,10,4,4,5
|
||||
52,Ember,1,10,40,25,100,10,3,5,10,2,1,5
|
||||
53,Flamethrower,1,10,95,15,100,10,3,5,10,2,1,17
|
||||
54,Mist,1,15,0,30,100,4,1,47,,2,15,13
|
||||
55,Water Gun,1,11,40,25,100,10,3,1,,3,1,5
|
||||
56,Hydro Pump,1,11,120,5,80,10,3,1,,2,1,17
|
||||
57,Surf,1,11,95,15,100,9,3,258,,2,2,17
|
||||
58,Ice Beam,1,15,95,10,100,10,3,6,10,2,23,17
|
||||
59,Blizzard,1,15,120,5,70,11,3,261,10,2,1,17
|
||||
60,Psybeam,1,14,65,20,100,10,3,77,10,2,21,17
|
||||
61,BubbleBeam,1,11,65,20,100,10,3,71,10,2,5,2
|
||||
62,Aurora Beam,1,15,65,20,100,10,3,69,10,2,23,17
|
||||
63,Hyper Beam,1,1,150,5,90,10,3,81,,1,6,22
|
||||
64,Peck,1,3,35,35,100,10,2,1,,1,1,5
|
||||
65,Drill Peck,1,3,80,20,100,10,2,1,,1,1,5
|
||||
66,Submission,1,2,80,25,80,10,2,49,,1,3,5
|
||||
67,Low Kick,1,2,1,20,100,10,2,197,,5,4,5
|
||||
68,Counter,1,2,1,20,100,1,2,90,,5,16,15
|
||||
69,Seismic Toss,1,2,1,20,100,10,2,88,,5,23,5
|
||||
70,Strength,1,1,80,15,100,10,2,1,,5,23,5
|
||||
71,Absorb,1,12,20,25,100,10,3,4,,4,9,20
|
||||
72,Mega Drain,1,12,40,15,100,10,3,4,,4,4,20
|
||||
73,Leech Seed,1,12,0,10,90,10,1,85,,4,8,21
|
||||
74,Growth,1,1,0,40,100,7,1,14,,2,32,11
|
||||
75,Razor Leaf,1,12,55,25,95,11,2,44,,1,2,5
|
||||
76,SolarBeam,1,12,120,10,100,10,3,152,,1,1,6
|
||||
77,PoisonPowder,1,4,0,35,75,10,1,67,,4,33,19
|
||||
78,Stun Spore,1,12,0,30,75,10,1,68,,4,14,19
|
||||
79,Sleep Powder,1,12,0,15,75,10,1,2,,4,5,19
|
||||
80,Petal Dance,1,12,90,20,100,8,3,28,,2,6,21
|
||||
81,String Shot,1,7,0,40,95,11,1,21,,4,9,19
|
||||
82,Dragon Rage,1,16,1,10,100,10,3,42,,1,26,5
|
||||
83,Fire Spin,1,10,15,15,70,10,3,43,,2,24,21
|
||||
84,ThunderShock,1,13,40,30,100,10,3,7,10,1,1,5
|
||||
85,Thunderbolt,1,13,95,15,100,10,3,7,10,1,1,17
|
||||
86,Thunder Wave,1,13,0,20,100,10,1,68,,1,14,19
|
||||
87,Thunder,1,13,120,10,70,10,3,153,30,1,8,17
|
||||
88,Rock Throw,1,6,50,15,90,10,2,1,,5,12,5
|
||||
89,Earthquake,1,5,100,10,100,9,2,148,,5,5,18
|
||||
90,Fissure,1,5,1,5,30,10,2,39,,5,14,9
|
||||
91,Dig,1,5,80,10,100,10,2,257,,4,15,6
|
||||
92,Toxic,1,4,0,10,85,10,1,34,,4,33,19
|
||||
93,Confusion,1,14,50,25,100,10,3,77,10,4,9,5
|
||||
94,Psychic,1,14,90,10,100,10,3,73,10,4,5,17
|
||||
95,Hypnosis,1,14,0,20,70,10,1,2,,4,5,19
|
||||
96,Meditate,1,14,0,40,100,7,1,11,,2,32,11
|
||||
97,Agility,1,14,0,30,100,7,1,53,,1,30,1
|
||||
98,Quick Attack,1,1,40,30,100,10,2,104,,1,30,1
|
||||
99,Rage,1,1,20,20,100,10,2,82,,1,17,11
|
||||
100,Teleport,1,14,0,20,100,7,1,154,,1,15,1
|
||||
101,Night Shade,1,8,1,15,100,10,3,88,,4,23,5
|
||||
102,Mimic,1,1,0,10,100,10,1,83,,3,19,12
|
||||
103,Screech,1,1,0,40,85,10,1,60,,4,5,10
|
||||
104,Double Team,1,1,0,15,100,7,1,17,,1,16,1
|
||||
105,Recover,1,1,0,10,100,7,1,33,,4,23,8
|
||||
106,Harden,1,1,0,30,100,7,1,12,,5,16,13
|
||||
107,Minimize,1,1,0,20,100,7,1,109,,3,16,13
|
||||
108,SmokeScreen,1,1,0,20,100,10,1,24,,4,21,10
|
||||
109,Confuse Ray,1,8,0,10,100,10,1,50,,4,21,10
|
||||
110,Withdraw,1,11,0,40,100,7,1,12,,3,15,13
|
||||
111,Defense Curl,1,1,0,40,100,7,1,157,,3,16,13
|
||||
112,Barrier,1,14,0,30,100,7,1,52,,1,15,13
|
||||
113,Light Screen,1,14,0,30,100,4,1,36,,2,15,13
|
||||
114,Haze,1,15,0,30,100,12,1,26,,2,33,13
|
||||
115,Reflect,1,14,0,20,100,4,1,66,,4,15,13
|
||||
116,Focus Energy,1,1,0,30,100,7,1,48,,1,5,11
|
||||
117,Bide,1,1,1,10,100,7,2,27,,5,15,15
|
||||
118,Metronome,1,1,0,10,100,1,1,84,,3,17,14
|
||||
119,Mirror Move,1,3,0,20,100,1,1,10,,4,19,15
|
||||
120,Selfdestruct,1,1,200,5,100,9,2,8,,2,7,9
|
||||
121,Egg Bomb,1,1,100,10,75,10,2,1,,5,1,5
|
||||
122,Lick,1,8,20,30,100,10,2,7,30,5,4,16
|
||||
123,Smog,1,4,20,20,70,10,3,3,40,5,5,5
|
||||
124,Sludge,1,4,65,20,100,10,3,3,30,5,4,18
|
||||
125,Bone Club,1,5,65,20,85,10,2,32,10,5,10,5
|
||||
126,Fire Blast,1,10,120,5,85,10,3,5,10,2,1,17
|
||||
127,Waterfall,1,11,80,15,100,10,2,32,20,5,28,5
|
||||
128,Clamp,1,11,35,10,75,10,2,43,,5,24,5
|
||||
129,Swift,1,1,60,20,100,11,3,18,,1,27,17
|
||||
130,Skull Bash,1,1,100,15,100,10,2,146,100,5,4,6
|
||||
131,Spike Cannon,1,1,20,15,100,10,2,30,,1,10,7
|
||||
132,Constrict,1,1,10,35,100,10,2,71,10,5,9,21
|
||||
133,Amnesia,1,14,0,20,100,7,1,55,,3,32,11
|
||||
134,Kinesis,1,14,0,15,80,10,1,24,,4,24,11
|
||||
135,Softboiled,1,1,0,10,100,7,1,33,,2,1,8
|
||||
136,Hi Jump Kick,1,2,100,20,90,10,2,46,,1,3,5
|
||||
137,Glare,1,1,0,30,75,10,1,68,,5,5,19
|
||||
138,Dream Eater,1,14,100,15,100,10,3,9,,4,8,20
|
||||
139,Poison Gas,1,4,0,40,55,10,1,67,,4,33,5
|
||||
140,Barrage,1,1,15,20,85,10,2,30,,5,12,7
|
||||
141,Leech Life,1,7,20,15,100,10,2,4,,4,9,20
|
||||
142,Lovely Kiss,1,1,0,10,75,10,1,2,,2,5,19
|
||||
143,Sky Attack,1,3,140,5,90,10,2,76,30,1,2,6
|
||||
144,Transform,1,1,0,10,100,10,1,58,,4,17,23
|
||||
145,Bubble,1,11,20,30,100,11,3,71,10,3,8,2
|
||||
146,Dizzy Punch,1,1,70,10,100,10,2,77,20,1,4,16
|
||||
147,Spore,1,12,0,15,100,10,1,2,,2,5,10
|
||||
148,Flash,1,1,0,20,100,10,1,24,,2,21,10
|
||||
149,Psywave,1,14,1,15,80,10,3,89,,4,14,5
|
||||
150,Splash,1,1,0,40,100,7,1,86,,3,28,16
|
||||
151,Acid Armor,1,4,0,40,100,7,1,52,,5,32,11
|
||||
152,Crabhammer,1,11,90,10,85,10,2,44,,5,2,18
|
||||
153,Explosion,1,1,250,5,100,9,2,8,,2,7,9
|
||||
154,Fury Swipes,1,1,18,15,80,10,2,30,,5,10,7
|
||||
155,Bonemerang,1,5,50,10,90,10,2,45,,5,1,7
|
||||
156,Rest,1,14,0,10,100,7,1,38,,3,16,8
|
||||
157,Rock Slide,1,6,75,10,90,11,2,32,30,5,5,5
|
||||
158,Hyper Fang,1,1,80,15,90,10,2,32,10,1,4,18
|
||||
159,Sharpen,1,1,0,30,100,7,1,11,,3,32,11
|
||||
160,Conversion,1,1,0,30,100,7,1,31,,2,12,23
|
||||
161,Tri Attack,1,1,80,10,100,10,3,37,20,2,8,5
|
||||
162,Super Fang,1,1,1,10,90,10,2,41,,5,14,5
|
||||
163,Slash,1,1,70,20,100,10,2,44,,1,2,5
|
||||
164,Substitute,1,1,0,10,100,7,1,80,,4,16,23
|
||||
165,Struggle,1,1,50,1,100,10,2,255,,1,1,5
|
||||
166,Sketch,2,1,0,1,100,10,1,96,,4,19,23
|
||||
167,Triple Kick,2,2,10,10,90,10,2,105,,1,1,7
|
||||
168,Thief,2,17,40,10,100,10,2,106,,5,20,12
|
||||
169,Spider Web,2,7,0,10,100,10,1,107,,4,18,13
|
||||
170,Mind Reader,2,1,0,40,100,10,1,95,,4,24,20
|
||||
171,Nightmare,2,8,0,15,100,10,1,108,,4,5,19
|
||||
172,Flame Wheel,2,10,60,25,100,10,2,126,10,2,1,7
|
||||
173,Snore,2,1,40,15,100,10,3,93,30,3,1,5
|
||||
174,Curse,2,18,0,10,100,10,1,110,,5,31,21
|
||||
175,Flail,2,1,1,15,100,10,2,100,,3,26,15
|
||||
176,Conversion 2,2,1,0,30,100,7,1,94,,2,12,23
|
||||
177,Aeroblast,2,3,100,5,95,10,3,44,,1,2,22
|
||||
178,Cotton Spore,2,12,0,40,85,10,1,61,,2,10,1
|
||||
179,Reversal,2,2,1,15,100,10,2,100,,1,28,15
|
||||
180,Spite,2,8,0,10,100,10,1,101,,5,28,19
|
||||
181,Powder Snow,2,15,40,25,100,11,3,6,10,2,1,5
|
||||
182,Protect,2,1,0,10,0,7,1,112,,3,15,16
|
||||
183,Mach Punch,2,2,40,30,100,10,2,104,,1,30,1
|
||||
184,Scary Face,2,1,0,10,90,10,1,61,,5,10,2
|
||||
185,Faint Attack,2,17,60,20,100,10,2,18,,4,27,18
|
||||
186,Sweet Kiss,2,1,0,10,75,10,1,50,,3,18,19
|
||||
187,Belly Drum,2,1,0,10,100,7,1,143,,3,32,11
|
||||
188,Sludge Bomb,2,4,90,10,100,10,3,3,30,5,10,18
|
||||
189,Mud-Slap,2,5,20,10,100,10,3,74,100,3,10,5
|
||||
190,Octazooka,2,11,65,10,85,10,3,74,50,5,10,4
|
||||
191,Spikes,2,5,0,20,100,6,1,113,,4,18,13
|
||||
192,Zap Cannon,2,13,120,5,50,10,3,7,100,1,1,4
|
||||
193,Foresight,2,1,0,40,100,10,1,114,,4,33,20
|
||||
194,Destiny Bond,2,8,0,5,100,7,1,99,,4,7,9
|
||||
195,Perish Song,2,1,0,5,100,12,1,115,,2,14,10
|
||||
196,Icy Wind,2,15,55,15,95,11,3,71,100,2,5,2
|
||||
197,Detect,2,2,0,5,100,7,1,112,,1,16,16
|
||||
198,Bone Rush,2,5,25,10,80,10,2,30,,5,1,7
|
||||
199,Lock-On,2,1,0,5,100,10,1,95,,4,24,20
|
||||
200,Outrage,2,16,120,15,100,8,2,28,,1,6,7
|
||||
201,Sandstorm,2,6,0,10,100,12,1,116,,5,21,13
|
||||
202,Giga Drain,2,12,60,10,100,10,3,4,,4,10,20
|
||||
203,Endure,2,1,0,10,100,7,1,117,,5,16,13
|
||||
204,Charm,2,1,0,20,100,10,1,59,,3,23,19
|
||||
205,Rollout,2,6,30,20,90,10,2,118,,5,24,7
|
||||
206,False Swipe,2,1,40,40,100,10,2,102,,1,5,16
|
||||
207,Swagger,2,1,0,15,90,10,1,119,,3,27,19
|
||||
208,Milk Drink,2,1,0,10,100,7,1,33,,3,12,8
|
||||
209,Spark,2,13,65,20,100,10,2,7,30,1,4,5
|
||||
210,Fury Cutter,2,7,10,20,95,10,2,120,,1,17,7
|
||||
211,Steel Wing,2,9,70,25,90,10,2,139,10,1,12,5
|
||||
212,Mean Look,2,1,0,5,100,10,1,107,,2,18,10
|
||||
213,Attract,2,1,0,15,100,10,1,121,,3,18,19
|
||||
214,Sleep Talk,2,1,0,10,100,1,1,98,,3,17,5
|
||||
215,Heal Bell,2,1,0,5,100,4,1,103,,2,28,8
|
||||
216,Return,2,1,1,20,100,10,2,122,,3,13,17
|
||||
217,Present,2,1,1,15,90,10,2,123,,3,17,16
|
||||
218,Frustration,2,1,1,20,100,10,2,124,,3,13,18
|
||||
219,Safeguard,2,1,0,25,100,4,1,125,,2,15,13
|
||||
220,Pain Split,2,1,0,20,0,10,1,92,,4,4,10
|
||||
221,Sacred Fire,2,10,100,5,95,10,2,126,50,2,1,22
|
||||
222,Magnitude,2,5,1,30,100,9,2,127,,5,11,18
|
||||
223,DynamicPunch,2,2,100,5,50,10,2,77,100,1,10,18
|
||||
224,Megahorn,2,7,120,10,85,10,2,1,,1,12,18
|
||||
225,DragonBreath,2,16,60,20,100,10,3,7,30,1,5,17
|
||||
226,Baton Pass,2,1,0,40,100,7,1,128,,3,18,16
|
||||
227,Encore,2,1,0,5,100,10,1,91,,3,18,20
|
||||
228,Pursuit,2,17,40,20,100,10,2,129,,4,14,20
|
||||
229,Rapid Spin,2,1,20,40,100,10,2,130,,1,16,17
|
||||
230,Sweet Scent,2,1,0,20,100,11,1,25,,3,5,19
|
||||
231,Iron Tail,2,9,100,15,75,10,2,70,30,1,4,18
|
||||
232,Metal Claw,2,9,50,35,95,10,2,140,10,1,1,18
|
||||
233,Vital Throw,2,2,70,10,100,10,2,79,,1,31,2
|
||||
234,Morning Sun,2,1,0,5,100,7,1,133,,2,25,8
|
||||
235,Synthesis,2,12,0,5,100,7,1,133,,4,25,8
|
||||
236,Moonlight,2,1,0,5,100,7,1,133,,2,25,8
|
||||
237,Hidden Power,2,1,1,15,100,10,3,136,,4,17,23
|
||||
238,Cross Chop,2,2,100,5,80,10,2,44,,1,2,18
|
||||
239,Twister,2,16,40,20,100,11,3,147,20,1,21,5
|
||||
240,Rain Dance,2,11,0,5,0,12,1,137,,5,11,13
|
||||
241,Sunny Day,2,10,0,5,0,12,1,138,,2,11,13
|
||||
242,Crunch,2,17,80,15,100,10,2,70,20,5,4,18
|
||||
243,Mirror Coat,2,14,1,20,100,1,3,145,,2,16,15
|
||||
244,Psych Up,2,1,0,10,100,10,1,144,,4,12,11
|
||||
245,ExtremeSpeed,2,1,80,5,100,10,2,104,,1,30,1
|
||||
246,AncientPower,2,6,60,5,100,10,3,141,10,5,32,18
|
||||
247,Shadow Ball,2,8,80,15,100,10,3,73,20,4,21,17
|
||||
248,Future Sight,2,14,80,15,90,10,3,149,,4,24,17
|
||||
249,Rock Smash,2,2,40,15,100,10,2,70,50,5,29,18
|
||||
250,Whirlpool,2,11,15,15,70,10,3,262,,2,24,21
|
||||
251,Beat Up,2,17,10,10,100,10,2,155,,4,14,7
|
||||
252,Fake Out,3,1,40,10,100,10,2,159,100,3,23,17
|
||||
253,Uproar,3,1,50,10,100,8,3,160,,3,21,10
|
||||
254,Stockpile,3,1,0,20,100,7,1,161,,5,16,11
|
||||
255,Spit Up,3,1,1,10,100,10,3,162,,5,1,18
|
||||
256,Swallow,3,1,0,10,100,7,1,163,,5,32,8
|
||||
257,Heat Wave,3,10,100,10,90,11,3,5,10,2,1,17
|
||||
258,Hail,3,15,0,10,100,12,1,165,,2,5,13
|
||||
259,Torment,3,17,0,15,100,10,1,166,,5,18,16
|
||||
260,Flatter,3,17,0,15,100,10,1,167,,4,18,19
|
||||
261,Will-O-Wisp,3,10,0,15,75,10,1,168,,2,4,17
|
||||
262,Memento,3,17,0,10,100,10,1,169,,5,7,9
|
||||
263,Facade,3,1,70,20,100,10,2,170,,3,28,15
|
||||
264,Focus Punch,3,2,150,20,100,10,2,171,,5,31,6
|
||||
265,SmellingSalt,3,1,60,10,100,10,2,172,,4,9,16
|
||||
266,Follow Me,3,1,0,20,100,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,100,7,1,175,,4,12,11
|
||||
269,Taunt,3,17,0,20,100,10,1,176,,4,18,16
|
||||
270,Helping Hand,3,1,0,20,100,3,1,177,,4,18,20
|
||||
271,Trick,3,14,0,10,100,10,1,178,,4,12,12
|
||||
272,Role Play,3,14,0,10,100,10,1,179,,3,20,23
|
||||
273,Wish,3,1,0,10,100,7,1,180,,3,24,8
|
||||
274,Assist,3,1,0,20,100,1,1,181,,3,25,14
|
||||
275,Ingrain,3,12,0,20,100,7,1,182,,4,15,21
|
||||
276,Superpower,3,2,120,5,100,10,2,183,,5,3,18
|
||||
277,Magic Coat,3,14,0,15,100,1,1,184,,2,15,15
|
||||
278,Recycle,3,1,0,10,100,7,1,185,,4,17,12
|
||||
279,Revenge,3,2,60,10,100,10,2,186,,5,31,15
|
||||
280,Brick Break,3,2,75,15,100,10,2,187,,1,4,5
|
||||
281,Yawn,3,1,0,10,100,10,1,188,,3,18,19
|
||||
282,Knock Off,3,17,20,20,100,10,2,189,,4,4,5
|
||||
283,Endeavor,3,1,1,5,100,10,2,190,,5,28,15
|
||||
284,Eruption,3,10,150,5,100,11,3,191,,2,26,18
|
||||
285,Skill Swap,3,14,0,10,100,10,1,192,,4,20,12
|
||||
286,Imprison,3,14,0,10,100,7,1,193,,4,33,20
|
||||
287,Refresh,3,1,0,20,100,7,1,194,,3,32,8
|
||||
288,Grudge,3,8,0,5,100,7,1,195,,5,26,10
|
||||
289,Snatch,3,17,0,10,100,1,1,196,,4,14,12
|
||||
290,Secret Power,3,1,70,20,100,10,2,198,30,4,29,14
|
||||
291,Dive,3,11,80,10,100,10,2,256,,2,16,6
|
||||
292,Arm Thrust,3,2,15,20,100,10,2,30,,5,10,7
|
||||
293,Camouflage,3,1,0,20,100,7,1,214,,4,2,13
|
||||
294,Tail Glow,3,7,0,20,100,7,1,54,,2,32,11
|
||||
295,Luster Purge,3,14,70,5,100,10,3,73,50,4,9,22
|
||||
296,Mist Ball,3,14,70,5,100,10,3,72,50,4,4,22
|
||||
297,FeatherDance,3,3,0,15,100,10,1,59,,2,28,19
|
||||
298,Teeter Dance,3,1,0,20,100,9,1,200,,3,6,14
|
||||
299,Blaze Kick,3,10,85,10,90,10,2,201,10,2,1,17
|
||||
300,Mud Sport,3,5,0,15,100,12,1,202,,3,1,13
|
||||
301,Ice Ball,3,15,30,20,90,10,2,118,,2,24,7
|
||||
302,Needle Arm,3,12,60,15,100,10,2,32,30,4,4,5
|
||||
303,Slack Off,3,1,0,10,100,7,1,33,,3,26,8
|
||||
304,Hyper Voice,3,1,90,10,100,11,3,1,,1,5,5
|
||||
305,Poison Fang,3,4,50,15,100,10,2,203,30,4,33,4
|
||||
306,Crush Claw,3,1,75,10,95,10,2,70,50,1,4,5
|
||||
307,Blast Burn,3,10,150,5,90,10,3,81,,2,6,22
|
||||
308,Hydro Cannon,3,11,150,5,90,10,3,81,,2,6,22
|
||||
309,Meteor Mash,3,9,100,10,85,10,2,140,20,1,12,18
|
||||
310,Astonish,3,8,30,15,100,10,2,32,30,4,9,5
|
||||
311,Weather Ball,3,1,50,10,100,10,3,204,,4,1,4
|
||||
312,Aromatherapy,3,12,0,5,100,4,1,103,,4,28,8
|
||||
313,Fake Tears,3,17,0,20,100,10,1,63,,4,28,19
|
||||
314,Air Cutter,3,3,55,25,95,11,3,44,,1,23,5
|
||||
315,Overheat,3,10,140,5,90,10,3,205,100,2,3,22
|
||||
316,Odor Sleuth,3,1,0,40,100,10,1,114,,4,33,20
|
||||
317,Rock Tomb,3,6,50,10,80,10,2,71,100,4,24,2
|
||||
318,Silver Wind,3,7,60,5,100,10,3,141,10,2,32,4
|
||||
319,Metal Sound,3,9,0,40,85,10,1,63,,4,5,10
|
||||
320,GrassWhistle,3,12,0,15,55,10,1,2,,4,5,19
|
||||
321,Tickle,3,1,0,20,100,10,1,206,,3,33,19
|
||||
322,Cosmic Power,3,14,0,20,100,7,1,207,,1,32,11
|
||||
323,Water Spout,3,11,150,5,100,11,3,191,,2,26,22
|
||||
324,Signal Beam,3,7,75,15,100,10,3,77,10,2,21,4
|
||||
325,Shadow Punch,3,8,60,20,100,10,2,18,,4,27,17
|
||||
326,Extrasensory,3,14,80,30,100,10,3,32,10,1,4,17
|
||||
327,Sky Uppercut,3,2,85,15,90,10,2,208,,1,23,17
|
||||
328,Sand Tomb,3,5,15,15,70,10,2,43,,4,24,21
|
||||
329,Sheer Cold,3,15,1,5,30,10,3,39,,2,14,9
|
||||
330,Muddy Water,3,11,95,10,85,11,3,74,30,5,10,18
|
||||
331,Bullet Seed,3,12,10,30,100,10,2,30,,1,14,7
|
||||
332,Aerial Ace,3,3,60,20,100,10,2,18,,1,27,17
|
||||
333,Icicle Spear,3,15,10,30,100,10,2,30,,2,23,7
|
||||
334,Iron Defense,3,9,0,15,100,7,1,52,,5,15,13
|
||||
335,Block,3,1,0,5,100,10,1,107,,3,18,13
|
||||
336,Howl,3,1,0,40,100,7,1,11,,1,32,11
|
||||
337,Dragon Claw,3,16,80,15,100,10,2,1,,1,23,17
|
||||
338,Frenzy Plant,3,12,150,5,90,10,3,81,,1,6,22
|
||||
339,Bulk Up,3,2,0,20,100,7,1,209,,2,32,11
|
||||
340,Bounce,3,3,85,5,85,10,2,264,30,3,15,6
|
||||
341,Mud Shot,3,5,55,15,95,10,3,71,100,5,5,2
|
||||
342,Poison Tail,3,4,50,25,100,10,2,210,10,4,33,4
|
||||
343,Covet,3,1,40,40,100,10,2,106,,3,20,12
|
||||
344,Volt Tackle,3,13,120,15,100,10,2,263,10,1,3,22
|
||||
345,Magical Leaf,3,12,60,20,100,10,3,18,,2,27,17
|
||||
346,Water Sport,3,11,0,15,100,12,1,211,,3,1,13
|
||||
347,Calm Mind,3,14,0,20,100,7,1,212,,4,16,11
|
||||
348,Leaf Blade,3,12,90,15,100,10,2,44,,1,2,17
|
||||
349,Dragon Dance,3,16,0,20,100,7,1,213,,1,32,11
|
||||
350,Rock Blast,3,6,25,10,80,10,2,30,,5,12,7
|
||||
351,Shock Wave,3,13,60,20,100,10,3,18,,1,27,17
|
||||
352,Water Pulse,3,11,60,20,100,10,3,77,20,2,21,17
|
||||
353,Doom Desire,3,9,120,5,85,10,3,149,,1,24,17
|
||||
354,Psycho Boost,3,14,140,5,90,10,3,205,100,4,3,22
|
||||
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,10,2,218,,4,,16
|
||||
359,Hammer Arm,4,2,100,10,90,10,2,219,,1,,2
|
||||
360,Gyro Ball,4,9,1,5,100,10,2,220,,2,,15
|
||||
361,Healing Wish,4,14,0,10,0,7,1,221,,3,,8
|
||||
362,Brine,4,11,65,10,100,10,3,222,,4,,4
|
||||
363,Natural Gift,4,1,1,15,100,10,2,223,,1,,18
|
||||
364,Feint,4,1,50,10,100,10,2,224,,2,,16
|
||||
365,Pluck,4,3,60,20,100,10,2,225,,3,,12
|
||||
366,Tailwind,4,3,0,30,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,1,2,228,,2,,15
|
||||
369,U-turn,4,7,70,20,100,10,2,229,,3,,16
|
||||
370,Close Combat,4,2,120,5,100,10,2,230,,4,,22
|
||||
371,Payback,4,17,50,10,100,10,2,231,,1,,6
|
||||
372,Assurance,4,17,50,10,100,10,2,232,,2,,15
|
||||
373,Embargo,4,17,0,15,100,10,1,233,,3,,13
|
||||
374,Fling,4,17,1,10,100,10,2,234,,5,,23
|
||||
375,Psycho Shift,4,14,0,10,90,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,11,1,237,,3,,13
|
||||
378,Wring Out,4,1,1,5,100,10,3,238,,4,,22
|
||||
379,Power Trick,4,14,0,10,0,7,1,239,,1,,16
|
||||
380,Gastro Acid,4,4,0,10,100,10,1,240,,2,,13
|
||||
381,Lucky Chant,4,1,0,30,0,4,1,241,,3,,13
|
||||
382,Me First,4,1,0,20,0,2,1,242,,3,,1
|
||||
383,Copycat,4,1,0,20,0,1,1,243,,1,,12
|
||||
384,Power Swap,4,14,0,10,0,10,1,244,,2,,16
|
||||
385,Guard Swap,4,14,0,10,0,10,1,245,,3,,16
|
||||
386,Punishment,4,17,60,5,100,10,2,246,,4,,23
|
||||
387,Last Resort,4,1,130,5,100,10,2,247,,3,,21
|
||||
388,Worry Seed,4,12,0,10,100,10,1,248,,2,,19
|
||||
389,Sucker Punch,4,17,80,5,100,10,2,249,,4,,1
|
||||
390,Toxic Spikes,4,4,0,20,0,6,1,250,,4,,13
|
||||
391,Heart Swap,4,14,0,10,0,10,1,251,,1,,16
|
||||
392,Aqua Ring,4,11,0,20,0,7,1,252,,2,,8
|
||||
393,Magnet Rise,4,13,0,10,0,7,1,253,,3,,13
|
||||
394,Flare Blitz,4,10,120,15,100,10,2,254,10,4,,22
|
||||
395,Force Palm,4,2,60,10,100,10,2,7,30,1,,18
|
||||
396,Aura Sphere,4,2,90,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,10,2,3,30,4,,4
|
||||
399,Dark Pulse,4,17,80,15,100,10,3,32,20,1,,17
|
||||
400,Night Slash,4,17,70,15,100,10,2,44,,2,,5
|
||||
401,Aqua Tail,4,11,90,10,90,10,2,1,,3,,5
|
||||
402,Seed Bomb,4,12,80,15,100,10,2,1,,4,,5
|
||||
403,Air Slash,4,3,75,20,95,10,3,32,30,1,,17
|
||||
404,X-Scissor,4,7,80,15,100,10,2,1,,2,,17
|
||||
405,Bug Buzz,4,7,90,10,100,10,3,73,10,3,,4
|
||||
406,Dragon Pulse,4,16,90,10,100,10,3,1,,4,,4
|
||||
407,Dragon Rush,4,16,100,10,75,10,2,32,20,1,,18
|
||||
408,Power Gem,4,6,70,20,100,10,3,1,,2,,5
|
||||
409,Drain Punch,4,2,60,5,100,10,2,4,,2,,20
|
||||
410,Vacuum Wave,4,2,40,30,100,10,3,104,,4,,1
|
||||
411,Focus Blast,4,2,120,5,70,10,3,73,10,1,,17
|
||||
412,Energy Ball,4,12,80,10,100,10,3,73,10,2,,17
|
||||
413,Brave Bird,4,3,120,15,100,10,2,199,,3,,18
|
||||
414,Earth Power,4,5,90,10,100,10,3,73,10,4,,18
|
||||
415,Switcheroo,4,17,0,10,100,10,1,178,,1,,12
|
||||
416,Giga Impact,4,1,150,5,90,10,2,81,,2,,22
|
||||
417,Nasty Plot,4,17,0,20,0,7,1,54,,3,,11
|
||||
418,Bullet Punch,4,9,40,30,100,10,2,104,,4,,1
|
||||
419,Avalanche,4,15,60,10,100,10,2,186,,1,,15
|
||||
420,Ice Shard,4,15,40,30,100,10,2,104,,2,,1
|
||||
421,Shadow Claw,4,8,70,15,100,10,2,44,,3,,17
|
||||
422,Thunder Fang,4,13,65,15,95,10,2,276,10,4,,5
|
||||
423,Ice Fang,4,15,65,15,95,10,2,275,10,1,,5
|
||||
424,Fire Fang,4,10,65,15,95,10,2,274,10,2,,5
|
||||
425,Shadow Sneak,4,8,40,30,100,10,2,104,,4,,1
|
||||
426,Mud Bomb,4,5,65,10,85,10,3,74,30,4,,18
|
||||
427,Psycho Cut,4,14,70,20,100,10,2,44,,1,,17
|
||||
428,Zen Headbutt,4,14,80,15,90,10,2,32,20,2,,18
|
||||
429,Mirror Shot,4,9,65,10,85,10,3,74,30,3,,17
|
||||
430,Flash Cannon,4,9,80,10,100,10,3,73,10,4,,17
|
||||
431,Rock Climb,4,1,90,20,85,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,0,12,1,260,,3,,14
|
||||
434,Draco Meteor,4,16,140,5,90,10,3,205,100,4,,22
|
||||
435,Discharge,4,13,80,15,100,9,3,7,30,1,,17
|
||||
436,Lava Plume,4,10,80,15,100,9,3,5,30,5,,17
|
||||
437,Leaf Storm,4,12,140,5,90,10,3,205,100,3,,22
|
||||
438,Power Whip,4,12,120,10,85,10,2,1,,2,,5
|
||||
439,Rock Wrecker,4,6,150,5,90,10,2,81,,5,,22
|
||||
440,Cross Poison,4,4,70,20,100,10,2,210,10,1,,5
|
||||
441,Gunk Shot,4,4,120,5,70,10,2,3,30,1,,5
|
||||
442,Iron Head,4,9,80,15,100,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,10,2,44,,5,,4
|
||||
445,Captivate,4,1,0,20,100,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,10,3,197,,4,,4
|
||||
448,Chatter,4,3,60,20,100,10,3,268,,4,,23
|
||||
449,Judgment,4,1,100,10,100,10,3,269,,4,,14
|
||||
450,Bug Bite,4,7,60,20,100,10,2,225,,5,,12
|
||||
451,Charge Beam,4,13,50,10,90,10,3,277,70,2,,17
|
||||
452,Wood Hammer,4,12,120,15,100,10,2,199,,5,,18
|
||||
453,Aqua Jet,4,11,40,20,100,10,2,104,,2,,1
|
||||
454,Attack Order,4,7,90,15,100,10,2,44,,4,,4
|
||||
455,Defend Order,4,7,0,10,0,7,1,207,,4,,11
|
||||
456,Heal Order,4,7,0,10,0,7,1,33,,4,,8
|
||||
457,Head Smash,4,6,150,5,80,10,2,270,,5,,22
|
||||
458,Double Hit,4,1,35,10,90,10,2,45,,4,,7
|
||||
459,Roar of Time,4,16,150,5,90,10,3,81,,1,,22
|
||||
460,Spacial Rend,4,16,100,5,95,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,10,2,238,,5,,15
|
||||
463,Magma Storm,4,10,120,5,70,10,3,43,,5,,7
|
||||
464,Dark Void,4,17,0,10,80,11,1,2,,4,,19
|
||||
465,Seed Flare,4,12,120,5,85,10,3,272,40,1,,22
|
||||
466,Ominous Wind,4,8,60,5,100,10,3,141,10,4,,11
|
||||
467,Shadow Force,4,8,120,5,100,10,2,273,,4,,22
|
||||
|
|
|
|
@ -322,7 +322,7 @@ class Move(TableBase):
|
|||
damage_class_id = Column(Integer, ForeignKey('move_damage_classes.id'), nullable=False)
|
||||
effect_id = Column(Integer, ForeignKey('move_effects.id'), nullable=False)
|
||||
effect_chance = Column(Integer)
|
||||
contest_type = Column(Unicode(8), nullable=False)
|
||||
contest_type_id = Column(Integer, ForeignKey('contest_types.id'), nullable=True)
|
||||
contest_effect_id = Column(Integer, ForeignKey('contest_effects.id'), nullable=True)
|
||||
super_contest_effect_id = Column(Integer, ForeignKey('super_contest_effects.id'), nullable=False)
|
||||
|
||||
|
@ -632,6 +632,7 @@ Machine.version_group = relation(VersionGroup)
|
|||
Move.contest_effect = relation(ContestEffect, backref='moves')
|
||||
Move.contest_combo_next = association_proxy('contest_combo_first', 'second')
|
||||
Move.contest_combo_prev = association_proxy('contest_combo_second', 'first')
|
||||
Move.contest_type = relation(ContestType, backref='moves')
|
||||
Move.damage_class = relation(MoveDamageClass, backref='moves')
|
||||
Move.flags = association_proxy('move_flags', 'flag')
|
||||
Move.flavor_text = relation(MoveFlavorText, order_by=MoveFlavorText.generation_id, backref='move')
|
||||
|
|
Loading…
Reference in a new issue