Moved damage classes to a separate table. #76

This commit is contained in:
Eevee 2009-08-26 22:30:07 -07:00
parent 2853c3a42b
commit c545fbf764
3 changed files with 484 additions and 474 deletions

View file

@ -0,0 +1,4 @@
id,name,description
1,None,No damage
2,Physical,"Physical damage, controlled by Attack and Defense"
3,Special,"Special damage, controlled by Special Attack and Special Defense"
1 id name description
2 1 None No damage
3 2 Physical Physical damage, controlled by Attack and Defense
4 3 Special Special damage, controlled by Special Attack and Special Defense

View file

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

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

View file

@ -163,6 +163,12 @@ class Machine(TableBase):
generation_id = Column(Integer, ForeignKey('generations.id'), primary_key=True, nullable=False, autoincrement=False) generation_id = Column(Integer, ForeignKey('generations.id'), primary_key=True, nullable=False, autoincrement=False)
move_id = Column(Integer, ForeignKey('moves.id'), nullable=False) move_id = Column(Integer, ForeignKey('moves.id'), nullable=False)
class MoveDamageClass(TableBase):
__tablename__ = 'move_damage_classes'
id = Column(Integer, primary_key=True, nullable=False)
name = Column(Unicode(8), nullable=False)
description = Column(Unicode(64), nullable=False)
class MoveEffect(TableBase): class MoveEffect(TableBase):
__tablename__ = 'move_effects' __tablename__ = 'move_effects'
id = Column(Integer, primary_key=True, nullable=False) id = Column(Integer, primary_key=True, nullable=False)
@ -186,7 +192,7 @@ class Move(TableBase):
pp = Column(SmallInteger, nullable=False) pp = Column(SmallInteger, nullable=False)
accuracy = Column(SmallInteger) accuracy = Column(SmallInteger)
target_id = Column(Integer, ForeignKey('move_targets.id'), nullable=False) target_id = Column(Integer, ForeignKey('move_targets.id'), nullable=False)
category = Column(Unicode(8), nullable=False) damage_class_id = Column(Integer, ForeignKey('move_damage_classes.id'), nullable=False)
effect_id = Column(Integer, ForeignKey('move_effects.id'), nullable=False) effect_id = Column(Integer, ForeignKey('move_effects.id'), nullable=False)
effect_chance = Column(Integer) effect_chance = Column(Integer)
contest_type = Column(Unicode(8), nullable=False) contest_type = Column(Unicode(8), nullable=False)
@ -367,8 +373,6 @@ class Version(TableBase):
version_group_id = Column(Integer, ForeignKey('version_groups.id'), nullable=False) version_group_id = Column(Integer, ForeignKey('version_groups.id'), nullable=False)
name = Column(Unicode(32), nullable=False) name = Column(Unicode(32), nullable=False)
generation = association_proxy('version_group', 'generation')
### Relations down here, to avoid ordering problems ### Relations down here, to avoid ordering problems
Encounter.pokemon = relation(Pokemon, backref='encounters') Encounter.pokemon = relation(Pokemon, backref='encounters')
@ -390,11 +394,12 @@ LocationArea.location = relation(Location, backref='areas')
Machine.generation = relation(Generation) Machine.generation = relation(Generation)
Move.type = relation(Type, backref='moves') Move.damage_class = relation(MoveDamageClass, backref='moves')
Move.generation = relation(Generation, backref='moves')
Move.target = relation(MoveTarget, backref='moves')
Move.effect = relation(MoveEffect, backref='moves') Move.effect = relation(MoveEffect, backref='moves')
Move.generation = relation(Generation, backref='moves')
Move.machines = relation(Machine, backref='move') Move.machines = relation(Machine, backref='move')
Move.target = relation(MoveTarget, backref='moves')
Move.type = relation(Type, backref='moves')
Pokemon.abilities = relation(Ability, secondary=PokemonAbility.__table__, Pokemon.abilities = relation(Ability, secondary=PokemonAbility.__table__,
order_by=PokemonAbility.slot, order_by=PokemonAbility.slot,
@ -449,5 +454,6 @@ Type.target_efficacies = relation(TypeEfficacy,
backref='target_type') backref='target_type')
Version.version_group = relation(VersionGroup, backref='versions') Version.version_group = relation(VersionGroup, backref='versions')
Version.generation = association_proxy('version_group', 'generation')
VersionGroup.generation = relation(Generation, backref='version_groups') VersionGroup.generation = relation(Generation, backref='version_groups')