Pokemon Weights

Developed a predictive model in R to determine how a Pokémon’s stats in-game predict its “real-life” weight. Fit a linear multiple regression model and performed transformations to fit data.
Author

Nicole Lee

Published

March 17, 2024

Download the Report

0. Sourcing

library(tidyverse)
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr     1.1.4     ✔ readr     2.1.5
✔ forcats   1.0.0     ✔ stringr   1.5.1
✔ ggplot2   3.5.1     ✔ tibble    3.2.1
✔ lubridate 1.9.4     ✔ tidyr     1.3.1
✔ purrr     1.0.4     
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag()    masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(car)
Warning: package 'car' was built under R version 4.4.3
Loading required package: carData
Warning: package 'carData' was built under R version 4.4.3

Attaching package: 'car'

The following object is masked from 'package:dplyr':

    recode

The following object is masked from 'package:purrr':

    some
library(leaps)
Warning: package 'leaps' was built under R version 4.4.3
pokemon <- read.csv("C:/Users/nicol/Downloads/pokemon.csv", comment.char="#")

1. Original Dataset

pokemon
                                                                                    abilities
1                                                                 ['Overgrow', 'Chlorophyll']
2                                                                 ['Overgrow', 'Chlorophyll']
3                                                                 ['Overgrow', 'Chlorophyll']
4                                                                    ['Blaze', 'Solar Power']
5                                                                    ['Blaze', 'Solar Power']
6                                                                    ['Blaze', 'Solar Power']
7                                                                    ['Torrent', 'Rain Dish']
8                                                                    ['Torrent', 'Rain Dish']
9                                                                    ['Torrent', 'Rain Dish']
10                                                                ['Shield Dust', 'Run Away']
11                                                                              ['Shed Skin']
12                                                            ['Compoundeyes', 'Tinted Lens']
13                                                                ['Shield Dust', 'Run Away']
14                                                                              ['Shed Skin']
15                                                                        ['Swarm', 'Sniper']
16                                                  ['Keen Eye', 'Tangled Feet', 'Big Pecks']
17                                                  ['Keen Eye', 'Tangled Feet', 'Big Pecks']
18                                                  ['Keen Eye', 'Tangled Feet', 'Big Pecks']
19                          ['Run Away', 'Guts', 'Hustle', 'Gluttony', 'Hustle', 'Thick Fat']
20                          ['Run Away', 'Guts', 'Hustle', 'Gluttony', 'Hustle', 'Thick Fat']
21                                                                     ['Keen Eye', 'Sniper']
22                                                                     ['Keen Eye', 'Sniper']
23                                                     ['Intimidate', 'Shed Skin', 'Unnerve']
24                                                     ['Intimidate', 'Shed Skin', 'Unnerve']
25                                                                 ['Static', 'Lightningrod']
26                                                 ['Static', 'Lightningrod', 'Surge Surfer']
27                                     ['Sand Veil', 'Sand Rush', 'Snow Cloak', 'Slush Rush']
28                                     ['Sand Veil', 'Sand Rush', 'Snow Cloak', 'Slush Rush']
29                                                      ['Poison Point', 'Rivalry', 'Hustle']
30                                                      ['Poison Point', 'Rivalry', 'Hustle']
31                                                 ['Poison Point', 'Rivalry', 'Sheer Force']
32                                                      ['Poison Point', 'Rivalry', 'Hustle']
33                                                      ['Poison Point', 'Rivalry', 'Hustle']
34                                                 ['Poison Point', 'Rivalry', 'Sheer Force']
35                                              ['Cute Charm', 'Magic Guard', 'Friend Guard']
36                                                   ['Cute Charm', 'Magic Guard', 'Unaware']
37                                    ['Flash Fire', 'Drought', 'Snow Cloak', 'Snow Warning']
38                                    ['Flash Fire', 'Drought', 'Snow Cloak', 'Snow Warning']
39                                              ['Cute Charm', 'Competitive', 'Friend Guard']
40                                                     ['Cute Charm', 'Competitive', 'Frisk']
41                                                             ['Inner Focus', 'Infiltrator']
42                                                             ['Inner Focus', 'Infiltrator']
43                                                                ['Chlorophyll', 'Run Away']
44                                                                  ['Chlorophyll', 'Stench']
45                                                            ['Chlorophyll', 'Effect Spore']
46                                                       ['Effect Spore', 'Dry Skin', 'Damp']
47                                                       ['Effect Spore', 'Dry Skin', 'Damp']
48                                                ['Compoundeyes', 'Tinted Lens', 'Run Away']
49                                             ['Shield Dust', 'Tinted Lens', 'Wonder Skin ']
50      ['Sand Veil', 'Arena Trap', 'Sand Force', 'Sand Veil', 'Tangling Hair', 'Sand Force']
51      ['Sand Veil', 'Arena Trap', 'Sand Force', 'Sand Veil', 'Tangling Hair', 'Sand Force']
52                     ['Pickup', 'Technician', 'Unnerve', 'Pickup', 'Technician', 'Rattled']
53                   ['Limber', 'Technician', 'Unnerve', 'Fur Coat', 'Technician', 'Rattled']
54                                                       ['Damp', 'Cloud Nine', 'Swift Swim']
55                                                       ['Damp', 'Cloud Nine', 'Swift Swim']
56                                                 ['Vital Spirit', 'Anger Point', 'Defiant']
57                                                 ['Vital Spirit', 'Anger Point', 'Defiant']
58                                                  ['Intimidate', 'Flash Fire', 'Justified']
59                                                  ['Intimidate', 'Flash Fire', 'Justified']
60                                                     ['Water Absorb', 'Damp', 'Swift Swim']
61                                                     ['Water Absorb', 'Damp', 'Swift Swim']
62                                                     ['Water Absorb', 'Damp', 'Swift Swim']
63                                              ['Synchronize', 'Inner Focus', 'Magic Guard']
64                                              ['Synchronize', 'Inner Focus', 'Magic Guard']
65                                              ['Synchronize', 'Inner Focus', 'Magic Guard']
66                                                          ['Guts', 'No Guard', 'Steadfast']
67                                                          ['Guts', 'No Guard', 'Steadfast']
68                                                          ['Guts', 'No Guard', 'Steadfast']
69                                                                ['Chlorophyll', 'Gluttony']
70                                                                ['Chlorophyll', 'Gluttony']
71                                                                ['Chlorophyll', 'Gluttony']
72                                                 ['Clear Body', 'Liquid Ooze', 'Rain Dish']
73                                                 ['Clear Body', 'Liquid Ooze', 'Rain Dish']
74                 ['Rock Head', 'Sturdy', 'Sand Veil', 'Magnet Pull', 'Sturdy', 'Galvanize']
75                 ['Rock Head', 'Sturdy', 'Sand Veil', 'Magnet Pull', 'Sturdy', 'Galvanize']
76                 ['Rock Head', 'Sturdy', 'Sand Veil', 'Magnet Pull', 'Sturdy', 'Galvanize']
77                                                   ['Run Away', 'Flash Fire', 'Flame Body']
78                                                   ['Run Away', 'Flash Fire', 'Flame Body']
79                                                  ['Oblivious', 'Own Tempo', 'Regenerator']
80                                                  ['Oblivious', 'Own Tempo', 'Regenerator']
81                                                      ['Magnet Pull', 'Sturdy', 'Analytic']
82                                                      ['Magnet Pull', 'Sturdy', 'Analytic']
83                                                     ['Keen Eye', 'Inner Focus', 'Defiant']
84                                                 ['Run Away', 'Early Bird', 'Tangled Feet']
85                                                 ['Run Away', 'Early Bird', 'Tangled Feet']
86                                                     ['Thick Fat', 'Hydration', 'Ice Body']
87                                                     ['Thick Fat', 'Hydration', 'Ice Body']
88  ['Stench', 'Sticky Hold', 'Poison Touch', 'Poison Touch', 'Gluttony', 'Power of Alchemy']
89  ['Stench', 'Sticky Hold', 'Poison Touch', 'Poison Touch', 'Gluttony', 'Power of Alchemy']
90                                                  ['Shell Armor', 'Skill Link', 'Overcoat']
91                                                  ['Shell Armor', 'Skill Link', 'Overcoat']
92                                                                               ['Levitate']
93                                                                               ['Levitate']
94                                                                            ['Cursed Body']
95                                                      ['Rock Head', 'Sturdy', 'Weak Armor']
96                                                    ['Insomnia', 'Forewarn', 'Inner Focus']
97                                                    ['Insomnia', 'Forewarn', 'Inner Focus']
98                                             ['Hyper Cutter', 'Shell Armor', 'Sheer Force']
99                                             ['Hyper Cutter', 'Shell Armor', 'Sheer Force']
100                                                     ['Soundproof', 'Static', 'Aftermath']
101                                                     ['Soundproof', 'Static', 'Aftermath']
102                                                                ['Chlorophyll', 'Harvest']
103                                            ['Chlorophyll', 'Harvest', 'Frisk', 'Harvest']
104                                             ['Rock Head', 'Lightningrod', 'Battle Armor']
105 ['Rock Head', 'Lightningrod', 'Battle Armor', 'Cursed Body', 'Lightningrod', 'Rock Head']
106                                                        ['Limber', 'Reckless', 'Unburden']
107                                                  ['Keen Eye', 'Iron Fist', 'Inner Focus']
108                                                  ['Own Tempo', 'Oblivious', 'Cloud Nine']
109                                                                              ['Levitate']
110                                                                              ['Levitate']
111                                                 ['Lightningrod', 'Rock Head', 'Reckless']
112                                                 ['Lightningrod', 'Rock Head', 'Reckless']
113                                                ['Natural Cure', 'Serene Grace', 'Healer']
114                                              ['Chlorophyll', 'Leaf Guard', 'Regenerator']
115                                                  ['Early Bird', 'Scrappy', 'Inner Focus']
116                                                          ['Swift Swim', 'Sniper', 'Damp']
117                                                        ['Poison Point', 'Sniper', 'Damp']
118                                              ['Swift Swim', 'Water Veil', 'Lightningrod']
119                                              ['Swift Swim', 'Water Veil', 'Lightningrod']
120                                                ['Illuminate', 'Natural Cure', 'Analytic']
121                                                ['Illuminate', 'Natural Cure', 'Analytic']
122                                                    ['Soundproof', 'Filter', 'Technician']
123                                                      ['Swarm', 'Technician', 'Steadfast']
124                                                     ['Oblivious', 'Forewarn', 'Dry Skin']
125                                                                ['Static', 'Vital Spirit']
126                                                            ['Flame Body', 'Vital Spirit']
127                                                 ['Hyper Cutter', 'Mold Breaker', 'Moxie']
128                                              ['Intimidate', 'Anger Point', 'Sheer Force']
129                                                                 ['Swift Swim', 'Rattled']
130                                                                   ['Intimidate', 'Moxie']
131                                              ['Water Absorb', 'Shell Armor', 'Hydration']
132                                                                    ['Limber', 'Imposter']
133                                              ['Run Away', 'Adaptability', 'Anticipation']
134                                                             ['Water Absorb', 'Hydration']
135                                                             ['Volt Absorb', 'Quick Feet']
136                                                                    ['Flash Fire', 'Guts']
137                                                         ['Trace', 'Download', 'Analytic']
138                                               ['Swift Swim', 'Shell Armor', 'Weak Armor']
139                                               ['Swift Swim', 'Shell Armor', 'Weak Armor']
140                                              ['Swift Swim', 'Battle Armor', 'Weak Armor']
141                                              ['Swift Swim', 'Battle Armor', 'Weak Armor']
142                                                      ['Rock Head', 'Pressure', 'Unnerve']
143                                                     ['Immunity', 'Thick Fat', 'Gluttony']
144                                                                ['Pressure', 'Snow Cloak']
145                                                                    ['Pressure', 'Static']
146                                                                ['Pressure', 'Flame Body']
147                                                             ['Shed Skin', 'Marvel Scale']
148                                                             ['Shed Skin', 'Marvel Scale']
149                                                             ['Inner Focus', 'Multiscale']
150                                                                   ['Pressure', 'Unnerve']
151                                                                           ['Synchronize']
152                                                                ['Overgrow', 'Leaf Guard']
153                                                                ['Overgrow', 'Leaf Guard']
154                                                                ['Overgrow', 'Leaf Guard']
155                                                                   ['Blaze', 'Flash Fire']
156                                                                   ['Blaze', 'Flash Fire']
157                                                                   ['Blaze', 'Flash Fire']
158                                                                ['Torrent', 'Sheer Force']
159                                                                ['Torrent', 'Sheer Force']
160                                                                ['Torrent', 'Sheer Force']
161                                                         ['Run Away', 'Keen Eye', 'Frisk']
162                                                         ['Run Away', 'Keen Eye', 'Frisk']
163                                                   ['Insomnia', 'Keen Eye', 'Tinted Lens']
164                                                   ['Insomnia', 'Keen Eye', 'Tinted Lens']
165                                                        ['Swarm', 'Early Bird', 'Rattled']
166                                                      ['Swarm', 'Early Bird', 'Iron Fist']
167                                                           ['Swarm', 'Insomnia', 'Sniper']
168                                                           ['Swarm', 'Insomnia', 'Sniper']
169                                                            ['Inner Focus', 'Infiltrator']
170                                             ['Volt Absorb', 'Illuminate', 'Water Absorb']
171                                             ['Volt Absorb', 'Illuminate', 'Water Absorb']
172                                                                ['Static', 'Lightningrod']
173                                             ['Cute Charm', 'Magic Guard', 'Friend Guard']
174                                             ['Cute Charm', 'Competitive', 'Friend Guard']
175                                                  ['Hustle', 'Serene Grace', 'Super Luck']
176                                                  ['Hustle', 'Serene Grace', 'Super Luck']
177                                             ['Synchronize', 'Early Bird', 'Magic Bounce']
178                                             ['Synchronize', 'Early Bird', 'Magic Bounce']
179                                                                        ['Static', 'Plus']
180                                                                        ['Static', 'Plus']
181                                                                        ['Static', 'Plus']
182                                                                 ['Chlorophyll', 'Healer']
183                                                 ['Thick Fat', 'Huge Power', 'Sap Sipper']
184                                                 ['Thick Fat', 'Huge Power', 'Sap Sipper']
185                                                        ['Sturdy', 'Rock Head', 'Rattled']
186                                                       ['Water Absorb', 'Damp', 'Drizzle']
187                                              ['Chlorophyll', 'Leaf Guard', 'Infiltrator']
188                                              ['Chlorophyll', 'Leaf Guard', 'Infiltrator']
189                                              ['Chlorophyll', 'Leaf Guard', 'Infiltrator']
190                                                      ['Run Away', 'Pickup', 'Skill Link']
191                                              ['Chlorophyll', 'Solar Power', 'Early Bird']
192                                              ['Chlorophyll', 'Solar Power', 'Early Bird']
193                                                  ['Speed Boost', 'Compoundeyes', 'Frisk']
194                                                       ['Damp', 'Water Absorb', 'Unaware']
195                                                       ['Damp', 'Water Absorb', 'Unaware']
196                                                           ['Synchronize', 'Magic Bounce']
197                                                            ['Synchronize', 'Inner Focus']
198                                                   ['Insomnia', 'Super Luck', 'Prankster']
199                                                 ['Oblivious', 'Own Tempo', 'Regenerator']
200                                                                              ['Levitate']
201                                                                              ['Levitate']
202                                                               ['Shadow Tag', 'Telepathy']
203                                               ['Inner Focus', 'Early Bird', 'Sap Sipper']
204                                                                    ['Sturdy', 'Overcoat']
205                                                                    ['Sturdy', 'Overcoat']
206                                                   ['Serene Grace', 'Run Away', 'Rattled']
207                                                 ['Hyper Cutter', 'Sand Veil', 'Immunity']
208                                                    ['Rock Head', 'Sturdy', 'Sheer Force']
209                                                     ['Intimidate', 'Run Away', 'Rattled']
210                                                   ['Intimidate', 'Quick Feet', 'Rattled']
211                                              ['Poison Point', 'Swift Swim', 'Intimidate']
212                                                    ['Swarm', 'Technician', 'Light Metal']
213                                                        ['Sturdy', 'Gluttony', 'Contrary']
214                                                                ['Swarm', 'Guts', 'Moxie']
215                                                 ['Inner Focus', 'Keen Eye', 'Pickpocket']
216                                                  ['Pickup', 'Quick Feet', 'Honey Gather']
217                                                         ['Guts', 'Quick Feet', 'Unnerve']
218                                               ['Magma Armor', 'Flame Body', 'Weak Armor']
219                                               ['Magma Armor', 'Flame Body', 'Weak Armor']
220                                                  ['Oblivious', 'Snow Cloak', 'Thick Fat']
221                                                  ['Oblivious', 'Snow Cloak', 'Thick Fat']
222                                                 ['Hustle', 'Natural Cure', 'Regenerator']
223                                                             ['Hustle', 'Sniper', 'Moody']
224                                                       ['Suction Cups', 'Sniper', 'Moody']
225                                                    ['Vital Spirit', 'Hustle', 'Insomnia']
226                                              ['Swift Swim', 'Water Absorb', 'Water Veil']
227                                                      ['Keen Eye', 'Sturdy', 'Weak Armor']
228                                                   ['Early Bird', 'Flash Fire', 'Unnerve']
229                                                   ['Early Bird', 'Flash Fire', 'Unnerve']
230                                                          ['Swift Swim', 'Sniper', 'Damp']
231                                                                   ['Pickup', 'Sand Veil']
232                                                                   ['Sturdy', 'Sand Veil']
233                                                         ['Trace', 'Download', 'Analytic']
234                                                     ['Intimidate', 'Frisk', 'Sap Sipper']
235                                                      ['Own Tempo', 'Technician', 'Moody']
236                                                     ['Guts', 'Steadfast', 'Vital Spirit']
237                                                 ['Intimidate', 'Technician', 'Steadfast']
238                                                    ['Oblivious', 'Forewarn', 'Hydration']
239                                                                ['Static', 'Vital Spirit']
240                                                            ['Flame Body', 'Vital Spirit']
241                                                    ['Thick Fat', 'Scrappy', 'Sap Sipper']
242                                                ['Natural Cure', 'Serene Grace', 'Healer']
243                                                               ['Pressure', 'Inner Focus']
244                                                               ['Pressure', 'Inner Focus']
245                                                               ['Pressure', 'Inner Focus']
246                                                                     ['Guts', 'Sand Veil']
247                                                                             ['Shed Skin']
248                                                                ['Sand Stream', 'Unnerve']
249                                                                ['Pressure', 'Multiscale']
250                                                               ['Pressure', 'Regenerator']
251                                                                          ['Natural Cure']
252                                                                  ['Overgrow', 'Unburden']
253                                                                  ['Overgrow', 'Unburden']
254                                                                  ['Overgrow', 'Unburden']
255                                                                  ['Blaze', 'Speed Boost']
256                                                                  ['Blaze', 'Speed Boost']
257                                                                  ['Blaze', 'Speed Boost']
258                                                                       ['Torrent', 'Damp']
259                                                                       ['Torrent', 'Damp']
260                                                                       ['Torrent', 'Damp']
261                                                     ['Run Away', 'Quick Feet', 'Rattled']
262                                                     ['Intimidate', 'Quick Feet', 'Moxie']
263                                                      ['Pickup', 'Gluttony', 'Quick Feet']
264                                                      ['Pickup', 'Gluttony', 'Quick Feet']
265                                                               ['Shield Dust', 'Run Away']
266                                                                             ['Shed Skin']
267                                                                      ['Swarm', 'Rivalry']
268                                                                             ['Shed Skin']
269                                                           ['Shield Dust', 'Compoundeyes']
270                                                  ['Swift Swim', 'Rain Dish', 'Own Tempo']
271                                                  ['Swift Swim', 'Rain Dish', 'Own Tempo']
272                                                  ['Swift Swim', 'Rain Dish', 'Own Tempo']
273                                               ['Chlorophyll', 'Early Bird', 'Pickpocket']
274                                               ['Chlorophyll', 'Early Bird', 'Pickpocket']
275                                               ['Chlorophyll', 'Early Bird', 'Pickpocket']
276                                                                       ['Guts', 'Scrappy']
277                                                                       ['Guts', 'Scrappy']
278                                                    ['Keen Eye', 'Hydration', 'Rain Dish']
279                                                      ['Keen Eye', 'Drizzle', 'Rain Dish']
280                                                     ['Synchronize', 'Trace', 'Telepathy']
281                                                     ['Synchronize', 'Trace', 'Telepathy']
282                                                     ['Synchronize', 'Trace', 'Telepathy']
283                                                               ['Swift Swim', 'Rain Dish']
284                                                                 ['Intimidate', 'Unnerve']
285                                             ['Effect Spore', 'Poison Heal', 'Quick Feet']
286                                             ['Effect Spore', 'Poison Heal', 'Technician']
287                                                                                ['Truant']
288                                                                          ['Vital Spirit']
289                                                                                ['Truant']
290                                                              ['Compoundeyes', 'Run Away']
291                                                            ['Speed Boost', 'Infiltrator']
292                                                                          ['Wonder Guard']
293                                                                 ['Soundproof', 'Rattled']
294                                                                 ['Soundproof', 'Scrappy']
295                                                                 ['Soundproof', 'Scrappy']
296                                                      ['Thick Fat', 'Guts', 'Sheer Force']
297                                                      ['Thick Fat', 'Guts', 'Sheer Force']
298                                                 ['Thick Fat', 'Huge Power', 'Sap Sipper']
299                                                   ['Sturdy', 'Magnet Pull', 'Sand Force']
300                                               ['Cute Charm', 'Normalize', 'Wonder Skin ']
301                                               ['Cute Charm', 'Normalize', 'Wonder Skin ']
302                                                        ['Keen Eye', 'Stall', 'Prankster']
303                                             ['Hyper Cutter', 'Intimidate', 'Sheer Force']
304                                                    ['Sturdy', 'Rock Head', 'Heavy Metal']
305                                                    ['Sturdy', 'Rock Head', 'Heavy Metal']
306                                                    ['Sturdy', 'Rock Head', 'Heavy Metal']
307                                                               ['Pure Power', 'Telepathy']
308                                                               ['Pure Power', 'Telepathy']
309                                                       ['Static', 'Lightningrod', 'Minus']
310                                                       ['Static', 'Lightningrod', 'Minus']
311                                                                  ['Plus', 'Lightningrod']
312                                                                  ['Minus', 'Volt Absorb']
313                                                      ['Illuminate', 'Swarm', 'Prankster']
314                                                 ['Oblivious', 'Tinted Lens', 'Prankster']
315                                            ['Natural Cure', 'Poison Point', 'Leaf Guard']
316                                                ['Liquid Ooze', 'Sticky Hold', 'Gluttony']
317                                                ['Liquid Ooze', 'Sticky Hold', 'Gluttony']
318                                                             ['Rough Skin', 'Speed Boost']
319                                                             ['Rough Skin', 'Speed Boost']
320                                                   ['Water Veil', 'Oblivious', 'Pressure']
321                                                   ['Water Veil', 'Oblivious', 'Pressure']
322                                                      ['Oblivious', 'Simple', 'Own Tempo']
323                                              ['Magma Armor', 'Solid Rock', 'Anger Point']
324                                                 ['White Smoke', 'Drought', 'Shell Armor']
325                                                    ['Thick Fat', 'Own Tempo', 'Gluttony']
326                                                    ['Thick Fat', 'Own Tempo', 'Gluttony']
327                                                 ['Own Tempo', 'Tangled Feet', 'Contrary']
328                                             ['Hyper Cutter', 'Arena Trap', 'Sheer Force']
329                                                                              ['Levitate']
330                                                                              ['Levitate']
331                                                             ['Sand Veil', 'Water Absorb']
332                                                             ['Sand Veil', 'Water Absorb']
333                                                            ['Natural Cure', 'Cloud Nine']
334                                                            ['Natural Cure', 'Cloud Nine']
335                                                               ['Immunity', 'Toxic Boost']
336                                                              ['Shed Skin', 'Infiltrator']
337                                                                              ['Levitate']
338                                                                              ['Levitate']
339                                                ['Oblivious', 'Anticipation', 'Hydration']
340                                                ['Oblivious', 'Anticipation', 'Hydration']
341                                           ['Hyper Cutter', 'Shell Armor', 'Adaptability']
342                                           ['Hyper Cutter', 'Shell Armor', 'Adaptability']
343                                                                              ['Levitate']
344                                                                              ['Levitate']
345                                                           ['Suction Cups', 'Storm Drain']
346                                                           ['Suction Cups', 'Storm Drain']
347                                                            ['Battle Armor', 'Swift Swim']
348                                                            ['Battle Armor', 'Swift Swim']
349                                               ['Swift Swim', 'Oblivious', 'Adaptability']
350                                             ['Marvel Scale', 'Competitive', 'Cute Charm']
351                                                                              ['Forecast']
352                                                               ['Color Change', 'Protean']
353                                                      ['Insomnia', 'Frisk', 'Cursed Body']
354                                                      ['Insomnia', 'Frisk', 'Cursed Body']
355                                                                     ['Levitate', 'Frisk']
356                                                                     ['Pressure', 'Frisk']
357                                                 ['Chlorophyll', 'Solar Power', 'Harvest']
358                                                                              ['Levitate']
359                                                   ['Pressure', 'Super Luck', 'Justified']
360                                                               ['Shadow Tag', 'Telepathy']
361                                                      ['Inner Focus', 'Ice Body', 'Moody']
362                                                      ['Inner Focus', 'Ice Body', 'Moody']
363                                                    ['Thick Fat', 'Ice Body', 'Oblivious']
364                                                    ['Thick Fat', 'Ice Body', 'Oblivious']
365                                                    ['Thick Fat', 'Ice Body', 'Oblivious']
366                                                                ['Shell Armor', 'Rattled']
367                                                              ['Swift Swim', 'Water Veil']
368                                                               ['Swift Swim', 'Hydration']
369                                                     ['Swift Swim', 'Rock Head', 'Sturdy']
370                                                               ['Swift Swim', 'Hydration']
371                                                              ['Rock Head', 'Sheer Force']
372                                                                 ['Rock Head', 'Overcoat']
373                                                                   ['Intimidate', 'Moxie']
374                                                             ['Clear Body', 'Light Metal']
375                                                             ['Clear Body', 'Light Metal']
376                                                             ['Clear Body', 'Light Metal']
377                                                                  ['Clear Body', 'Sturdy']
378                                                                ['Clear Body', 'Ice Body']
379                                                             ['Clear Body', 'Light Metal']
380                                                                              ['Levitate']
381                                                                              ['Levitate']
382                                                                               ['Drizzle']
383                                                                               ['Drought']
384                                                                              ['Air Lock']
385                                                                          ['Serene Grace']
386                                                                              ['Pressure']
387                                                               ['Overgrow', 'Shell Armor']
388                                                               ['Overgrow', 'Shell Armor']
389                                                               ['Overgrow', 'Shell Armor']
390                                                                    ['Blaze', 'Iron Fist']
391                                                                    ['Blaze', 'Iron Fist']
392                                                                    ['Blaze', 'Iron Fist']
393                                                                    ['Torrent', 'Defiant']
394                                                                    ['Torrent', 'Defiant']
395                                                                    ['Torrent', 'Defiant']
396                                                                  ['Keen Eye', 'Reckless']
397                                                                ['Intimidate', 'Reckless']
398                                                                ['Intimidate', 'Reckless']
399                                                            ['Simple', 'Unaware', 'Moody']
400                                                            ['Simple', 'Unaware', 'Moody']
401                                                                 ['Shed Skin', 'Run Away']
402                                                                   ['Swarm', 'Technician']
403                                                         ['Rivalry', 'Intimidate', 'Guts']
404                                                         ['Rivalry', 'Intimidate', 'Guts']
405                                                         ['Rivalry', 'Intimidate', 'Guts']
406                                            ['Natural Cure', 'Poison Point', 'Leaf Guard']
407                                            ['Natural Cure', 'Poison Point', 'Technician']
408                                                           ['Mold Breaker', 'Sheer Force']
409                                                           ['Mold Breaker', 'Sheer Force']
410                                                                  ['Sturdy', 'Soundproof']
411                                                                  ['Sturdy', 'Soundproof']
412                                                                 ['Shed Skin', 'Overcoat']
413                                                              ['Anticipation', 'Overcoat']
414                                                                  ['Swarm', 'Tinted Lens']
415                                                                ['Honey Gather', 'Hustle']
416                                                                   ['Pressure', 'Unnerve']
417                                                     ['Run Away', 'Pickup', 'Volt Absorb']
418                                                              ['Swift Swim', 'Water Veil']
419                                                              ['Swift Swim', 'Water Veil']
420                                                                           ['Chlorophyll']
421                                                                           ['Flower Gift']
422                                              ['Sticky Hold', 'Storm Drain', 'Sand Force']
423                                              ['Sticky Hold', 'Storm Drain', 'Sand Force']
424                                                    ['Technician', 'Pickup', 'Skill Link']
425                                                  ['Aftermath', 'Unburden', 'Flare Boost']
426                                                  ['Aftermath', 'Unburden', 'Flare Boost']
427                                                           ['Run Away', 'Klutz', 'Limber']
428                                                         ['Cute Charm', 'Klutz', 'Limber']
429                                                                              ['Levitate']
430                                                       ['Insomnia', 'Super Luck', 'Moxie']
431                                                       ['Limber', 'Own Tempo', 'Keen Eye']
432                                                     ['Thick Fat', 'Own Tempo', 'Defiant']
433                                                                              ['Levitate']
434                                                       ['Stench', 'Aftermath', 'Keen Eye']
435                                                       ['Stench', 'Aftermath', 'Keen Eye']
436                                                  ['Levitate', 'Heatproof', 'Heavy Metal']
437                                                  ['Levitate', 'Heatproof', 'Heavy Metal']
438                                                        ['Sturdy', 'Rock Head', 'Rattled']
439                                                    ['Soundproof', 'Filter', 'Technician']
440                                          ['Natural Cure', 'Serene Grace', 'Friend Guard']
441                                                 ['Keen Eye', 'Tangled Feet', 'Big Pecks']
442                                                               ['Pressure', 'Infiltrator']
443                                                               ['Sand Veil', 'Rough Skin']
444                                                               ['Sand Veil', 'Rough Skin']
445                                                               ['Sand Veil', 'Rough Skin']
446                                                       ['Pickup', 'Thick Fat', 'Gluttony']
447                                                 ['Steadfast', 'Inner Focus', 'Prankster']
448                                                 ['Steadfast', 'Inner Focus', 'Justified']
449                                                             ['Sand Stream', 'Sand Force']
450                                                             ['Sand Stream', 'Sand Force']
451                                                    ['Battle Armor', 'Sniper', 'Keen Eye']
452                                                    ['Battle Armor', 'Sniper', 'Keen Eye']
453                                              ['Anticipation', 'Dry Skin', 'Poison Touch']
454                                              ['Anticipation', 'Dry Skin', 'Poison Touch']
455                                                                              ['Levitate']
456                                               ['Swift Swim', 'Storm Drain', 'Water Veil']
457                                               ['Swift Swim', 'Storm Drain', 'Water Veil']
458                                              ['Swift Swim', 'Water Absorb', 'Water Veil']
459                                                            ['Snow Warning', 'Soundproof']
460                                                            ['Snow Warning', 'Soundproof']
461                                                                ['Pressure', 'Pickpocket']
462                                                     ['Magnet Pull', 'Sturdy', 'Analytic']
463                                                  ['Own Tempo', 'Oblivious', 'Cloud Nine']
464                                                ['Lightningrod', 'Solid Rock', 'Reckless']
465                                              ['Chlorophyll', 'Leaf Guard', 'Regenerator']
466                                                           ['Motor Drive', 'Vital Spirit']
467                                                            ['Flame Body', 'Vital Spirit']
468                                                  ['Hustle', 'Serene Grace', 'Super Luck']
469                                                   ['Speed Boost', 'Tinted Lens', 'Frisk']
470                                                             ['Leaf Guard', 'Chlorophyll']
471                                                                ['Snow Cloak', 'Ice Body']
472                                              ['Hyper Cutter', 'Sand Veil', 'Poison Heal']
473                                                  ['Oblivious', 'Snow Cloak', 'Thick Fat']
474                                                  ['Adaptability', 'Download', 'Analytic']
475                                                                ['Steadfast', 'Justified']
476                                                   ['Sturdy', 'Magnet Pull', 'Sand Force']
477                                                                     ['Pressure', 'Frisk']
478                                                             ['Snow Cloak', 'Cursed Body']
479                                                                              ['Levitate']
480                                                                              ['Levitate']
481                                                                              ['Levitate']
482                                                                              ['Levitate']
483                                                                 ['Pressure', 'Telepathy']
484                                                                 ['Pressure', 'Telepathy']
485                                                              ['Flash Fire', 'Flame Body']
486                                                                            ['Slow Start']
487                                                     ['Pressure', 'Telepathy', 'Levitate']
488                                                                              ['Levitate']
489                                                                             ['Hydration']
490                                                                             ['Hydration']
491                                                                            ['Bad Dreams']
492                                                          ['Natural Cure', 'Serene Grace']
493                                                                             ['Multitype']
494                                                                          ['Victory Star']
495                                                                  ['Overgrow', 'Contrary']
496                                                                  ['Overgrow', 'Contrary']
497                                                                  ['Overgrow', 'Contrary']
498                                                                    ['Blaze', 'Thick Fat']
499                                                                    ['Blaze', 'Thick Fat']
500                                                                     ['Blaze', 'Reckless']
501                                                                ['Torrent', 'Shell Armor']
502                                                                ['Torrent', 'Shell Armor']
503                                                                ['Torrent', 'Shell Armor']
504                                                      ['Run Away', 'Keen Eye', 'Analytic']
505                                                    ['Illuminate', 'Keen Eye', 'Analytic']
506                                                    ['Vital Spirit', 'Pickup', 'Run Away']
507                                                    ['Intimidate', 'Sand Rush', 'Scrappy']
508                                                    ['Intimidate', 'Sand Rush', 'Scrappy']
509                                                       ['Limber', 'Unburden', 'Prankster']
510                                                       ['Limber', 'Unburden', 'Prankster']
511                                                                  ['Gluttony', 'Overgrow']
512                                                                  ['Gluttony', 'Overgrow']
513                                                                     ['Gluttony', 'Blaze']
514                                                                     ['Gluttony', 'Blaze']
515                                                                   ['Gluttony', 'Torrent']
516                                                                   ['Gluttony', 'Torrent']
517                                                  ['Forewarn', 'Synchronize', 'Telepathy']
518                                                  ['Forewarn', 'Synchronize', 'Telepathy']
519                                                    ['Big Pecks', 'Super Luck', 'Rivalry']
520                                                    ['Big Pecks', 'Super Luck', 'Rivalry']
521                                                    ['Big Pecks', 'Super Luck', 'Rivalry']
522                                             ['Lightningrod', 'Motor Drive', 'Sap Sipper']
523                                             ['Lightningrod', 'Motor Drive', 'Sap Sipper']
524                                                    ['Sturdy', 'Weak Armor', 'Sand Force']
525                                                    ['Sturdy', 'Weak Armor', 'Sand Force']
526                                                   ['Sturdy', 'Sand Stream', 'Sand Force']
527                                                            ['Unaware', 'Klutz', 'Simple']
528                                                            ['Unaware', 'Klutz', 'Simple']
529                                               ['Sand Rush', 'Sand Force', 'Mold Breaker']
530                                               ['Sand Rush', 'Sand Force', 'Mold Breaker']
531                                                        ['Healer', 'Regenerator', 'Klutz']
532                                                      ['Guts', 'Sheer Force', 'Iron Fist']
533                                                      ['Guts', 'Sheer Force', 'Iron Fist']
534                                                      ['Guts', 'Sheer Force', 'Iron Fist']
535                                               ['Swift Swim', 'Hydration', 'Water Absorb']
536                                               ['Swift Swim', 'Hydration', 'Water Absorb']
537                                            ['Swift Swim', 'Poison Touch', 'Water Absorb']
538                                                   ['Guts', 'Inner Focus', 'Mold Breaker']
539                                                 ['Sturdy', 'Inner Focus', 'Mold Breaker']
540                                                      ['Swarm', 'Chlorophyll', 'Overcoat']
541                                                 ['Leaf Guard', 'Chlorophyll', 'Overcoat']
542                                                      ['Swarm', 'Chlorophyll', 'Overcoat']
543                                                  ['Poison Point', 'Swarm', 'Speed Boost']
544                                                  ['Poison Point', 'Swarm', 'Speed Boost']
545                                                  ['Poison Point', 'Swarm', 'Speed Boost']
546                                               ['Prankster', 'Infiltrator', 'Chlorophyll']
547                                               ['Prankster', 'Infiltrator', 'Chlorophyll']
548                                                ['Chlorophyll', 'Own Tempo', 'Leaf Guard']
549                                                ['Chlorophyll', 'Own Tempo', 'Leaf Guard']
550                                 ['Reckless', 'Rock Head', 'Adaptability', 'Mold Breaker']
551                                                    ['Intimidate', 'Moxie', 'Anger Point']
552                                                    ['Intimidate', 'Moxie', 'Anger Point']
553                                                    ['Intimidate', 'Moxie', 'Anger Point']
554                                                                 ['Hustle', 'Inner Focus']
555                                                               ['Sheer Force', 'Zen Mode']
556                                            ['Water Absorb', 'Chlorophyll', 'Storm Drain']
557                                                   ['Sturdy', 'Shell Armor', 'Weak Armor']
558                                                   ['Sturdy', 'Shell Armor', 'Weak Armor']
559                                                      ['Shed Skin', 'Moxie', 'Intimidate']
560                                                      ['Shed Skin', 'Moxie', 'Intimidate']
561                                            ['Wonder Skin ', 'Magic Guard', 'Tinted Lens']
562                                                                                 ['Mummy']
563                                                                                 ['Mummy']
564                                                    ['Solid Rock', 'Sturdy', 'Swift Swim']
565                                                    ['Solid Rock', 'Sturdy', 'Swift Swim']
566                                                                             ['Defeatist']
567                                                                             ['Defeatist']
568                                                    ['Stench', 'Sticky Hold', 'Aftermath']
569                                                     ['Stench', 'Weak Armor', 'Aftermath']
570                                                                              ['Illusion']
571                                                                              ['Illusion']
572                                                ['Cute Charm', 'Technician', 'Skill Link']
573                                                ['Cute Charm', 'Technician', 'Skill Link']
574                                                    ['Frisk', 'Competitive', 'Shadow Tag']
575                                                    ['Frisk', 'Competitive', 'Shadow Tag']
576                                                    ['Frisk', 'Competitive', 'Shadow Tag']
577                                                ['Overcoat', 'Magic Guard', 'Regenerator']
578                                                ['Overcoat', 'Magic Guard', 'Regenerator']
579                                                ['Overcoat', 'Magic Guard', 'Regenerator']
580                                                    ['Keen Eye', 'Big Pecks', 'Hydration']
581                                                    ['Keen Eye', 'Big Pecks', 'Hydration']
582                                                  ['Ice Body', 'Snow Cloak', 'Weak Armor']
583                                                  ['Ice Body', 'Snow Cloak', 'Weak Armor']
584                                                ['Ice Body', 'Snow Warning', 'Weak Armor']
585                                             ['Chlorophyll', 'Sap Sipper', 'Serene Grace']
586                                             ['Chlorophyll', 'Sap Sipper', 'Serene Grace']
587                                                                 ['Static', 'Motor Drive']
588                                                        ['Swarm', 'Shed Skin', 'No Guard']
589                                                      ['Swarm', 'Shell Armor', 'Overcoat']
590                                                           ['Effect Spore', 'Regenerator']
591                                                           ['Effect Spore', 'Regenerator']
592                                                   ['Water Absorb', 'Cursed Body', 'Damp']
593                                                   ['Water Absorb', 'Cursed Body', 'Damp']
594                                                    ['Healer', 'Hydration', 'Regenerator']
595                                                      ['Compoundeyes', 'Unnerve', 'Swarm']
596                                                      ['Compoundeyes', 'Unnerve', 'Swarm']
597                                                                            ['Iron Barbs']
598                                                            ['Iron Barbs', 'Anticipation']
599                                                           ['Plus', 'Minus', 'Clear Body']
600                                                           ['Plus', 'Minus', 'Clear Body']
601                                                           ['Plus', 'Minus', 'Clear Body']
602                                                                              ['Levitate']
603                                                                              ['Levitate']
604                                                                              ['Levitate']
605                                                  ['Telepathy', 'Synchronize', 'Analytic']
606                                                  ['Telepathy', 'Synchronize', 'Analytic']
607                                               ['Flash Fire', 'Flame Body', 'Infiltrator']
608                                               ['Flash Fire', 'Flame Body', 'Infiltrator']
609                                               ['Flash Fire', 'Flame Body', 'Infiltrator']
610                                                    ['Rivalry', 'Mold Breaker', 'Unnerve']
611                                                    ['Rivalry', 'Mold Breaker', 'Unnerve']
612                                                    ['Rivalry', 'Mold Breaker', 'Unnerve']
613                                                   ['Snow Cloak', 'Slush Rush', 'Rattled']
614                                                ['Snow Cloak', 'Slush Rush', 'Swift Swim']
615                                                                              ['Levitate']
616                                                  ['Hydration', 'Shell Armor', 'Overcoat']
617                                                  ['Hydration', 'Sticky Hold', 'Unburden']
618                                                         ['Static', 'Limber', 'Sand Veil']
619                                                ['Inner Focus', 'Regenerator', 'Reckless']
620                                                ['Inner Focus', 'Regenerator', 'Reckless']
621                                             ['Rough Skin', 'Sheer Force', 'Mold Breaker']
622                                                        ['Iron Fist', 'Klutz', 'No Guard']
623                                                        ['Iron Fist', 'Klutz', 'No Guard']
624                                                    ['Defiant', 'Inner Focus', 'Pressure']
625                                                    ['Defiant', 'Inner Focus', 'Pressure']
626                                                  ['Reckless', 'Sap Sipper', 'Soundproof']
627                                                     ['Keen Eye', 'Sheer Force', 'Hustle']
628                                                    ['Keen Eye', 'Sheer Force', 'Defiant']
629                                                   ['Big Pecks', 'Overcoat', 'Weak Armor']
630                                                   ['Big Pecks', 'Overcoat', 'Weak Armor']
631                                                 ['Gluttony', 'Flash Fire', 'White Smoke']
632                                                             ['Swarm', 'Hustle', 'Truant']
633                                                                                ['Hustle']
634                                                                                ['Hustle']
635                                                                              ['Levitate']
636                                                                   ['Flame Body', 'Swarm']
637                                                                   ['Flame Body', 'Swarm']
638                                                                             ['Justified']
639                                                                             ['Justified']
640                                                                             ['Justified']
641                                                   ['Prankster', 'Defiant', 'Regenerator']
642                                                   ['Prankster', 'Defiant', 'Volt Absorb']
643                                                                            ['Turboblaze']
644                                                                              ['Teravolt']
645                                               ['Sand Force', 'Sheer Force', 'Intimidate']
646                                                    ['Pressure', 'Teravolt', 'Turboblaze']
647                                                                             ['Justified']
648                                                                          ['Serene Grace']
649                                                                              ['Download']
650                                                               ['Overgrow', 'Bulletproof']
651                                                               ['Overgrow', 'Bulletproof']
652                                                               ['Overgrow', 'Bulletproof']
653                                                                     ['Blaze', 'Magician']
654                                                                     ['Blaze', 'Magician']
655                                                                     ['Blaze', 'Magician']
656                                                                    ['Torrent', 'Protean']
657                                                                    ['Torrent', 'Protean']
658                                                     ['Torrent', 'Protean', 'Battle Bond']
659                                                   ['Pickup', 'Cheek Pouch', 'Huge Power']
660                                                   ['Pickup', 'Cheek Pouch', 'Huge Power']
661                                                               ['Big Pecks', 'Gale Wings']
662                                                              ['Flame Body', 'Gale Wings']
663                                                              ['Flame Body', 'Gale Wings']
664                                           ['Shield Dust', 'Compoundeyes', 'Friend Guard']
665                                                             ['Shed Skin', 'Friend Guard']
666                                           ['Shield Dust', 'Compoundeyes', 'Friend Guard']
667                                                           ['Rivalry', 'Unnerve', 'Moxie']
668                                                           ['Rivalry', 'Unnerve', 'Moxie']
669                                                              ['Flower Veil', 'Symbiosis']
670                                                              ['Flower Veil', 'Symbiosis']
671                                                              ['Flower Veil', 'Symbiosis']
672                                                              ['Sap Sipper', 'Grass Pelt']
673                                                              ['Sap Sipper', 'Grass Pelt']
674                                                  ['Iron Fist', 'Mold Breaker', 'Scrappy']
675                                                  ['Iron Fist', 'Mold Breaker', 'Scrappy']
676                                                                              ['Fur Coat']
677                                                  ['Keen Eye', 'Infiltrator', 'Own Tempo']
678                                   ['Keen Eye', 'Infiltrator', 'Prankster', 'Competitive']
679                                                                              ['No Guard']
680                                                                              ['No Guard']
681                                                                         ['Stance Change']
682                                                                  ['Healer', 'Aroma Veil']
683                                                                  ['Healer', 'Aroma Veil']
684                                                                ['Sweet Veil', 'Unburden']
685                                                                ['Sweet Veil', 'Unburden']
686                                               ['Contrary', 'Suction Cups', 'Infiltrator']
687                                               ['Contrary', 'Suction Cups', 'Infiltrator']
688                                                   ['Tough Claws', 'Sniper', 'Pickpocket']
689                                                   ['Tough Claws', 'Sniper', 'Pickpocket']
690                                          ['Poison Point', 'Poison Touch', 'Adaptability']
691                                          ['Poison Point', 'Poison Touch', 'Adaptability']
692                                                                         ['Mega Launcher']
693                                                                         ['Mega Launcher']
694                                                  ['Dry Skin', 'Sand Veil', 'Solar Power']
695                                                  ['Dry Skin', 'Sand Veil', 'Solar Power']
696                                                                  ['Strong Jaw', 'Sturdy']
697                                                               ['Strong Jaw', 'Rock Head']
698                                                           ['Refrigerate', 'Snow Warning']
699                                                           ['Refrigerate', 'Snow Warning']
700                                                                ['Cute Charm', 'Pixilate']
701                                                    ['Limber', 'Unburden', 'Mold Breaker']
702                                                         ['Cheek Pouch', 'Pickup', 'Plus']
703                                                                  ['Clear Body', 'Sturdy']
704                                                      ['Sap Sipper', 'Hydration', 'Gooey']
705                                                      ['Sap Sipper', 'Hydration', 'Gooey']
706                                                      ['Sap Sipper', 'Hydration', 'Gooey']
707                                                                 ['Prankster', 'Magician']
708                                                      ['Natural Cure', 'Frisk', 'Harvest']
709                                                      ['Natural Cure', 'Frisk', 'Harvest']
710                                                           ['Pickup', 'Frisk', 'Insomnia']
711                                                           ['Pickup', 'Frisk', 'Insomnia']
712                                                       ['Own Tempo', 'Ice Body', 'Sturdy']
713                                                       ['Own Tempo', 'Ice Body', 'Sturdy']
714                                                     ['Frisk', 'Infiltrator', 'Telepathy']
715                                                     ['Frisk', 'Infiltrator', 'Telepathy']
716                                                                            ['Fairy Aura']
717                                                                             ['Dark Aura']
718                                                         ['Aura Break', 'Power Construct']
719                                                                            ['Clear Body']
720                                                                              ['Magician']
721                                                                          ['Water Absorb']
722                                                                ['Overgrow', 'Long Reach']
723                                                                ['Overgrow', 'Long Reach']
724                                                                ['Overgrow', 'Long Reach']
725                                                                   ['Blaze', 'Intimidate']
726                                                                   ['Blaze', 'Intimidate']
727                                                                   ['Blaze', 'Intimidate']
728                                                               ['Torrent', 'Liquid Voice']
729                                                               ['Torrent', 'Liquid Voice']
730                                                               ['Torrent', 'Liquid Voice']
731                                                      ['Keen Eye', 'Skill Link', 'Pickup']
732                                                      ['Keen Eye', 'Skill Link', 'Pickup']
733                                                 ['Keen Eye', 'Skill Link', 'Sheer Force']
734                                                ['Stakeout', 'Strong Jaw', 'Adaptability']
735                                                ['Stakeout', 'Strong Jaw', 'Adaptability']
736                                                                                 ['Swarm']
737                                                                               ['Battery']
738                                                                              ['Levitate']
739                                              ['Hyper Cutter', 'Iron Fist', 'Anger Point']
740                                              ['Hyper Cutter', 'Iron Fist', 'Anger Point']
741                                                                                ['Dancer']
742                                             ['Honey Gather', 'Shield Dust', 'Sweet Veil']
743                                             ['Honey Gather', 'Shield Dust', 'Sweet Veil']
744                                                 ['Keen Eye', 'Vital Spirit', 'Steadfast']
745            ['Keen Eye', 'Sand Rush', 'Steadfast', 'Keen Eye', 'Vital Spirit', 'No Guard']
746                                                                             ['Schooling']
747                                                    ['Merciless', 'Limber', 'Regenerator']
748                                                    ['Merciless', 'Limber', 'Regenerator']
749                                                   ['Own Tempo', 'Stamina', 'Inner Focus']
750                                                   ['Own Tempo', 'Stamina', 'Inner Focus']
751                                                          ['Water Bubble', 'Water Absorb']
752                                                          ['Water Bubble', 'Water Absorb']
753                                                                ['Leaf Guard', 'Contrary']
754                                                                ['Leaf Guard', 'Contrary']
755                                               ['Illuminate', 'Effect Spore', 'Rain Dish']
756                                               ['Illuminate', 'Effect Spore', 'Rain Dish']
757                                                                ['Corrosion', 'Oblivious']
758                                                                ['Corrosion', 'Oblivious']
759                                                         ['Fluffy', 'Klutz', 'Cute Charm']
760                                                            ['Fluffy', 'Klutz', 'Unnerve']
761                                                 ['Leaf Guard', 'Oblivious', 'Sweet Veil']
762                                                 ['Leaf Guard', 'Oblivious', 'Sweet Veil']
763                                           ['Leaf Guard', 'Queenly Majesty', 'Sweet Veil']
764                                                 ['Flower Veil', 'Triage', 'Natural Cure']
765                                                 ['Inner Focus', 'Telepathy', 'Symbiosis']
766                                                                   ['Receiver', 'Defiant']
767                                                                              ['Wimp Out']
768                                                                        ['Emergency Exit']
769                                                         ['Water Compaction', 'Sand Veil']
770                                                         ['Water Compaction', 'Sand Veil']
771                                                                ['Innards Out', 'Unaware']
772                                                                          ['Battle Armor']
773                                                                            ['RKS System']
774                                                                          ['Shields Down']
775                                                                              ['Comatose']
776                                                                           ['Shell Armor']
777                                                  ['Iron Barbs', 'Lightningrod', 'Sturdy']
778                                                                              ['Disguise']
779                                                ['Dazzling', 'Strong Jaw', 'Wonder Skin ']
780                                                   ['Berserk', 'Sap Sipper', 'Cloud Nine']
781                                                                           ['Steelworker']
782                                                 ['Bulletproof', 'Soundproof', 'Overcoat']
783                                                 ['Bulletproof', 'Soundproof', 'Overcoat']
784                                                 ['Bulletproof', 'Soundproof', 'Overcoat']
785                                                           ['Electric Surge', 'Telepathy']
786                                                            ['Psychic Surge', 'Telepathy']
787                                                             ['Grassy Surge', 'Telepathy']
788                                                              ['Misty Surge', 'Telepathy']
789                                                                               ['Unaware']
790                                                                                ['Sturdy']
791                                                                       ['Full Metal Body']
792                                                                         ['Shadow Shield']
793                                                                           ['Beast Boost']
794                                                                           ['Beast Boost']
795                                                                           ['Beast Boost']
796                                                                           ['Beast Boost']
797                                                                           ['Beast Boost']
798                                                                           ['Beast Boost']
799                                                                           ['Beast Boost']
800                                                                           ['Prism Armor']
801                                                                            ['Soul-Heart']
    against_bug against_dark against_dragon against_electric against_fairy
1          1.00         1.00            1.0             0.50          0.50
2          1.00         1.00            1.0             0.50          0.50
3          1.00         1.00            1.0             0.50          0.50
4          0.50         1.00            1.0             1.00          0.50
5          0.50         1.00            1.0             1.00          0.50
6          0.25         1.00            1.0             2.00          0.50
7          1.00         1.00            1.0             2.00          1.00
8          1.00         1.00            1.0             2.00          1.00
9          1.00         1.00            1.0             2.00          1.00
10         1.00         1.00            1.0             1.00          1.00
11         1.00         1.00            1.0             1.00          1.00
12         0.50         1.00            1.0             2.00          1.00
13         0.50         1.00            1.0             1.00          0.50
14         0.50         1.00            1.0             1.00          0.50
15         0.50         1.00            1.0             1.00          0.50
16         0.50         1.00            1.0             2.00          1.00
17         0.50         1.00            1.0             2.00          1.00
18         0.50         1.00            1.0             2.00          1.00
19         1.00         1.00            1.0             1.00          1.00
20         1.00         1.00            1.0             1.00          1.00
21         0.50         1.00            1.0             2.00          1.00
22         0.50         1.00            1.0             2.00          1.00
23         0.50         1.00            1.0             1.00          0.50
24         0.50         1.00            1.0             1.00          0.50
25         1.00         1.00            1.0             0.50          1.00
26         1.00         1.00            1.0             0.50          1.00
27         1.00         1.00            1.0             0.00          1.00
28         1.00         1.00            1.0             0.00          1.00
29         0.50         1.00            1.0             1.00          0.50
30         0.50         1.00            1.0             1.00          0.50
31         0.50         1.00            1.0             0.00          0.50
32         0.50         1.00            1.0             1.00          0.50
33         0.50         1.00            1.0             1.00          0.50
34         0.50         1.00            1.0             0.00          0.50
35         0.50         0.50            0.0             1.00          1.00
36         0.50         0.50            0.0             1.00          1.00
37         0.50         1.00            1.0             1.00          0.50
38         0.50         1.00            1.0             1.00          0.50
39         0.50         0.50            0.0             1.00          1.00
40         0.50         0.50            0.0             1.00          1.00
41         0.25         1.00            1.0             2.00          0.50
42         0.25         1.00            1.0             2.00          0.50
43         1.00         1.00            1.0             0.50          0.50
44         1.00         1.00            1.0             0.50          0.50
45         1.00         1.00            1.0             0.50          0.50
46         2.00         1.00            1.0             0.50          1.00
47         2.00         1.00            1.0             0.50          1.00
48         0.50         1.00            1.0             1.00          0.50
49         0.50         1.00            1.0             1.00          0.50
50         1.00         1.00            1.0             0.00          1.00
51         1.00         1.00            1.0             0.00          1.00
52         1.00         1.00            1.0             1.00          1.00
53         1.00         1.00            1.0             1.00          1.00
54         1.00         1.00            1.0             2.00          1.00
55         1.00         1.00            1.0             2.00          1.00
56         0.50         0.50            1.0             1.00          2.00
57         0.50         0.50            1.0             1.00          2.00
58         0.50         1.00            1.0             1.00          0.50
59         0.50         1.00            1.0             1.00          0.50
60         1.00         1.00            1.0             2.00          1.00
61         1.00         1.00            1.0             2.00          1.00
62         0.50         0.50            1.0             2.00          2.00
63         2.00         2.00            1.0             1.00          1.00
64         2.00         2.00            1.0             1.00          1.00
65         2.00         2.00            1.0             1.00          1.00
66         0.50         0.50            1.0             1.00          2.00
67         0.50         0.50            1.0             1.00          2.00
68         0.50         0.50            1.0             1.00          2.00
69         1.00         1.00            1.0             0.50          0.50
70         1.00         1.00            1.0             0.50          0.50
71         1.00         1.00            1.0             0.50          0.50
72         0.50         1.00            1.0             2.00          0.50
73         0.50         1.00            1.0             2.00          0.50
74         1.00         1.00            1.0             0.00          1.00
75         1.00         1.00            1.0             0.00          1.00
76         1.00         1.00            1.0             0.00          1.00
77         0.50         1.00            1.0             1.00          0.50
78         0.50         1.00            1.0             1.00          0.50
79         2.00         2.00            1.0             2.00          1.00
80         2.00         2.00            1.0             2.00          1.00
81         0.50         1.00            0.5             0.50          0.50
82         0.50         1.00            0.5             0.50          0.50
83         0.50         1.00            1.0             2.00          1.00
84         0.50         1.00            1.0             2.00          1.00
85         0.50         1.00            1.0             2.00          1.00
86         1.00         1.00            1.0             2.00          1.00
87         1.00         1.00            1.0             2.00          1.00
88         0.50         1.00            1.0             1.00          0.50
89         0.50         1.00            1.0             1.00          0.50
90         1.00         1.00            1.0             2.00          1.00
91         1.00         1.00            1.0             2.00          1.00
92         0.25         2.00            1.0             1.00          0.50
93         0.25         2.00            1.0             1.00          0.50
94         0.25         2.00            1.0             1.00          0.50
95         1.00         1.00            1.0             0.00          1.00
96         2.00         2.00            1.0             1.00          1.00
97         2.00         2.00            1.0             1.00          1.00
98         1.00         1.00            1.0             2.00          1.00
99         1.00         1.00            1.0             2.00          1.00
100        1.00         1.00            1.0             0.50          1.00
101        1.00         1.00            1.0             0.50          1.00
102        4.00         2.00            1.0             0.50          1.00
103        4.00         2.00            1.0             0.50          1.00
104        1.00         1.00            1.0             0.00          1.00
105        1.00         1.00            1.0             0.00          1.00
106        0.50         0.50            1.0             1.00          2.00
107        0.50         0.50            1.0             1.00          2.00
108        1.00         1.00            1.0             1.00          1.00
109        0.50         1.00            1.0             1.00          0.50
110        0.50         1.00            1.0             1.00          0.50
111        1.00         1.00            1.0             0.00          1.00
112        1.00         1.00            1.0             0.00          1.00
113        1.00         1.00            1.0             1.00          1.00
114        2.00         1.00            1.0             0.50          1.00
115        1.00         1.00            1.0             1.00          1.00
116        1.00         1.00            1.0             2.00          1.00
117        1.00         1.00            1.0             2.00          1.00
118        1.00         1.00            1.0             2.00          1.00
119        1.00         1.00            1.0             2.00          1.00
120        1.00         1.00            1.0             2.00          1.00
121        2.00         2.00            1.0             2.00          1.00
122        1.00         1.00            0.0             1.00          1.00
123        0.50         1.00            1.0             2.00          1.00
124        2.00         2.00            1.0             1.00          1.00
125        1.00         1.00            1.0             0.50          1.00
126        0.50         1.00            1.0             1.00          0.50
127        1.00         1.00            1.0             1.00          1.00
128        1.00         1.00            1.0             1.00          1.00
129        1.00         1.00            1.0             2.00          1.00
130        0.50         1.00            1.0             4.00          1.00
131        1.00         1.00            1.0             2.00          1.00
132        1.00         1.00            1.0             1.00          1.00
133        1.00         1.00            1.0             1.00          1.00
134        1.00         1.00            1.0             2.00          1.00
135        1.00         1.00            1.0             0.50          1.00
136        0.50         1.00            1.0             1.00          0.50
137        1.00         1.00            1.0             1.00          1.00
138        1.00         1.00            1.0             2.00          1.00
139        1.00         1.00            1.0             2.00          1.00
140        1.00         1.00            1.0             2.00          1.00
141        1.00         1.00            1.0             2.00          1.00
142        0.50         1.00            1.0             2.00          1.00
143        1.00         1.00            1.0             1.00          1.00
144        0.50         1.00            1.0             2.00          1.00
145        0.50         1.00            1.0             1.00          1.00
146        0.25         1.00            1.0             2.00          0.50
147        1.00         1.00            2.0             0.50          2.00
148        1.00         1.00            2.0             0.50          2.00
149        0.50         1.00            2.0             1.00          2.00
150        2.00         2.00            1.0             1.00          1.00
151        2.00         2.00            1.0             1.00          1.00
152        2.00         1.00            1.0             0.50          1.00
153        2.00         1.00            1.0             0.50          1.00
154        2.00         1.00            1.0             0.50          1.00
155        0.50         1.00            1.0             1.00          0.50
156        0.50         1.00            1.0             1.00          0.50
157        0.50         1.00            1.0             1.00          0.50
158        1.00         1.00            1.0             2.00          1.00
159        1.00         1.00            1.0             2.00          1.00
160        1.00         1.00            1.0             2.00          1.00
161        1.00         1.00            1.0             1.00          1.00
162        1.00         1.00            1.0             1.00          1.00
163        0.50         1.00            1.0             2.00          1.00
164        0.50         1.00            1.0             2.00          1.00
165        0.50         1.00            1.0             2.00          1.00
166        0.50         1.00            1.0             2.00          1.00
167        0.50         1.00            1.0             1.00          0.50
168        0.50         1.00            1.0             1.00          0.50
169        0.25         1.00            1.0             2.00          0.50
170        1.00         1.00            1.0             1.00          1.00
171        1.00         1.00            1.0             1.00          1.00
172        1.00         1.00            1.0             0.50          1.00
173        0.50         0.50            0.0             1.00          1.00
174        0.50         0.50            0.0             1.00          1.00
175        0.50         0.50            0.0             1.00          1.00
176        0.25         0.50            0.0             2.00          1.00
177        1.00         2.00            1.0             2.00          1.00
178        1.00         2.00            1.0             2.00          1.00
179        1.00         1.00            1.0             0.50          1.00
180        1.00         1.00            1.0             0.50          1.00
181        1.00         1.00            1.0             0.50          1.00
182        2.00         1.00            1.0             0.50          1.00
183        0.50         0.50            0.0             2.00          1.00
184        0.50         0.50            0.0             2.00          1.00
185        1.00         1.00            1.0             1.00          1.00
186        1.00         1.00            1.0             2.00          1.00
187        1.00         1.00            1.0             1.00          1.00
188        1.00         1.00            1.0             1.00          1.00
189        1.00         1.00            1.0             1.00          1.00
190        1.00         1.00            1.0             1.00          1.00
191        2.00         1.00            1.0             0.50          1.00
192        2.00         1.00            1.0             0.50          1.00
193        0.50         1.00            1.0             2.00          1.00
194        1.00         1.00            1.0             0.00          1.00
195        1.00         1.00            1.0             0.00          1.00
196        2.00         2.00            1.0             1.00          1.00
197        2.00         0.50            1.0             1.00          2.00
198        1.00         0.50            1.0             2.00          2.00
199        2.00         2.00            1.0             2.00          1.00
200        0.50         2.00            1.0             1.00          1.00
201        2.00         2.00            1.0             1.00          1.00
202        2.00         2.00            1.0             1.00          1.00
203        2.00         2.00            1.0             1.00          1.00
204        1.00         1.00            1.0             1.00          1.00
205        0.50         1.00            0.5             1.00          0.50
206        1.00         1.00            1.0             1.00          1.00
207        0.50         1.00            1.0             0.00          1.00
208        0.50         1.00            0.5             0.00          0.50
209        0.50         0.50            0.0             1.00          1.00
210        0.50         0.50            0.0             1.00          1.00
211        0.50         1.00            1.0             2.00          0.50
212        0.50         1.00            0.5             1.00          0.50
213        1.00         1.00            1.0             1.00          1.00
214        0.50         0.50            1.0             1.00          2.00
215        2.00         0.50            1.0             1.00          2.00
216        1.00         1.00            1.0             1.00          1.00
217        1.00         1.00            1.0             1.00          1.00
218        0.50         1.00            1.0             1.00          0.50
219        0.50         1.00            1.0             1.00          0.50
220        1.00         1.00            1.0             0.00          1.00
221        1.00         1.00            1.0             0.00          1.00
222        1.00         1.00            1.0             2.00          1.00
223        1.00         1.00            1.0             2.00          1.00
224        1.00         1.00            1.0             2.00          1.00
225        0.50         1.00            1.0             2.00          1.00
226        0.50         1.00            1.0             4.00          1.00
227        0.25         1.00            0.5             2.00          0.50
228        1.00         0.50            1.0             1.00          1.00
229        1.00         0.50            1.0             1.00          1.00
230        1.00         1.00            2.0             1.00          2.00
231        1.00         1.00            1.0             0.00          1.00
232        1.00         1.00            1.0             0.00          1.00
233        1.00         1.00            1.0             1.00          1.00
234        1.00         1.00            1.0             1.00          1.00
235        1.00         1.00            1.0             1.00          1.00
236        0.50         0.50            1.0             1.00          2.00
237        0.50         0.50            1.0             1.00          2.00
238        2.00         2.00            1.0             1.00          1.00
239        1.00         1.00            1.0             0.50          1.00
240        0.50         1.00            1.0             1.00          0.50
241        1.00         1.00            1.0             1.00          1.00
242        1.00         1.00            1.0             1.00          1.00
243        1.00         1.00            1.0             0.50          1.00
244        0.50         1.00            1.0             1.00          0.50
245        1.00         1.00            1.0             2.00          1.00
246        1.00         1.00            1.0             0.00          1.00
247        1.00         1.00            1.0             0.00          1.00
248        2.00         0.50            1.0             1.00          2.00
249        1.00         2.00            1.0             2.00          1.00
250        0.25         1.00            1.0             2.00          0.50
251        4.00         2.00            1.0             0.50          1.00
252        2.00         1.00            1.0             0.50          1.00
253        2.00         1.00            1.0             0.50          1.00
254        2.00         1.00            1.0             0.50          1.00
255        0.50         1.00            1.0             1.00          0.50
256        0.25         0.50            1.0             1.00          1.00
257        0.25         0.50            1.0             1.00          1.00
258        1.00         1.00            1.0             2.00          1.00
259        1.00         1.00            1.0             0.00          1.00
260        1.00         1.00            1.0             0.00          1.00
261        2.00         0.50            1.0             1.00          2.00
262        2.00         0.50            1.0             1.00          2.00
263        1.00         1.00            1.0             1.00          1.00
264        1.00         1.00            1.0             1.00          1.00
265        1.00         1.00            1.0             1.00          1.00
266        1.00         1.00            1.0             1.00          1.00
267        0.50         1.00            1.0             2.00          1.00
268        1.00         1.00            1.0             1.00          1.00
269        0.50         1.00            1.0             1.00          0.50
270        2.00         1.00            1.0             1.00          1.00
271        2.00         1.00            1.0             1.00          1.00
272        2.00         1.00            1.0             1.00          1.00
273        2.00         1.00            1.0             0.50          1.00
274        4.00         0.50            1.0             0.50          2.00
275        4.00         0.50            1.0             0.50          2.00
276        0.50         1.00            1.0             2.00          1.00
277        0.50         1.00            1.0             2.00          1.00
278        0.50         1.00            1.0             4.00          1.00
279        0.50         1.00            1.0             4.00          1.00
280        1.00         1.00            0.0             1.00          1.00
281        1.00         1.00            0.0             1.00          1.00
282        1.00         1.00            0.0             1.00          1.00
283        1.00         1.00            1.0             2.00          1.00
284        0.50         1.00            1.0             2.00          1.00
285        2.00         1.00            1.0             0.50          1.00
286        1.00         0.50            1.0             0.50          2.00
287        1.00         1.00            1.0             1.00          1.00
288        1.00         1.00            1.0             1.00          1.00
289        1.00         1.00            1.0             1.00          1.00
290        1.00         1.00            1.0             0.00          1.00
291        0.50         1.00            1.0             2.00          1.00
292        0.50         2.00            1.0             1.00          1.00
293        1.00         1.00            1.0             1.00          1.00
294        1.00         1.00            1.0             1.00          1.00
295        1.00         1.00            1.0             1.00          1.00
296        0.50         0.50            1.0             1.00          2.00
297        0.50         0.50            1.0             1.00          2.00
298        0.50         0.50            0.0             1.00          1.00
299        1.00         1.00            1.0             1.00          1.00
300        1.00         1.00            1.0             1.00          1.00
301        1.00         1.00            1.0             1.00          1.00
302        1.00         1.00            1.0             1.00          2.00
303        0.25         0.50            0.0             1.00          0.50
304        0.50         1.00            0.5             1.00          0.50
305        0.50         1.00            0.5             1.00          0.50
306        0.50         1.00            0.5             1.00          0.50
307        1.00         1.00            1.0             1.00          2.00
308        1.00         1.00            1.0             1.00          2.00
309        1.00         1.00            1.0             0.50          1.00
310        1.00         1.00            1.0             0.50          1.00
311        1.00         1.00            1.0             0.50          1.00
312        1.00         1.00            1.0             0.50          1.00
313        1.00         1.00            1.0             1.00          1.00
314        1.00         1.00            1.0             1.00          1.00
315        1.00         1.00            1.0             0.50          0.50
316        0.50         1.00            1.0             1.00          0.50
317        0.50         1.00            1.0             1.00          0.50
318        2.00         0.50            1.0             2.00          2.00
319        2.00         0.50            1.0             2.00          2.00
320        1.00         1.00            1.0             2.00          1.00
321        1.00         1.00            1.0             2.00          1.00
322        0.50         1.00            1.0             0.00          0.50
323        0.50         1.00            1.0             0.00          0.50
324        0.50         1.00            1.0             1.00          0.50
325        2.00         2.00            1.0             1.00          1.00
326        2.00         2.00            1.0             1.00          1.00
327        1.00         1.00            1.0             1.00          1.00
328        1.00         1.00            1.0             0.00          1.00
329        1.00         1.00            2.0             0.00          2.00
330        1.00         1.00            2.0             0.00          2.00
331        2.00         1.00            1.0             0.50          1.00
332        4.00         0.50            1.0             0.50          2.00
333        0.50         1.00            1.0             2.00          1.00
334        0.50         1.00            2.0             1.00          2.00
335        1.00         1.00            1.0             1.00          1.00
336        0.50         1.00            1.0             1.00          0.50
337        2.00         2.00            1.0             1.00          1.00
338        2.00         2.00            1.0             1.00          1.00
339        1.00         1.00            1.0             0.00          1.00
340        1.00         1.00            1.0             0.00          1.00
341        1.00         1.00            1.0             2.00          1.00
342        2.00         0.50            1.0             2.00          2.00
343        2.00         2.00            1.0             0.00          1.00
344        2.00         2.00            1.0             0.00          1.00
345        2.00         1.00            1.0             0.50          1.00
346        2.00         1.00            1.0             0.50          1.00
347        1.00         1.00            1.0             1.00          1.00
348        1.00         1.00            1.0             1.00          1.00
349        1.00         1.00            1.0             2.00          1.00
350        1.00         1.00            1.0             2.00          1.00
351        1.00         1.00            1.0             1.00          1.00
352        1.00         1.00            1.0             1.00          1.00
353        0.50         2.00            1.0             1.00          1.00
354        0.50         2.00            1.0             1.00          1.00
355        0.50         2.00            1.0             1.00          1.00
356        0.50         2.00            1.0             1.00          1.00
357        1.00         1.00            1.0             1.00          1.00
358        2.00         2.00            1.0             1.00          1.00
359        2.00         0.50            1.0             1.00          2.00
360        2.00         2.00            1.0             1.00          1.00
361        1.00         1.00            1.0             1.00          1.00
362        1.00         1.00            1.0             1.00          1.00
363        1.00         1.00            1.0             2.00          1.00
364        1.00         1.00            1.0             2.00          1.00
365        1.00         1.00            1.0             2.00          1.00
366        1.00         1.00            1.0             2.00          1.00
367        1.00         1.00            1.0             2.00          1.00
368        1.00         1.00            1.0             2.00          1.00
369        1.00         1.00            1.0             2.00          1.00
370        1.00         1.00            1.0             2.00          1.00
371        1.00         1.00            2.0             0.50          2.00
372        1.00         1.00            2.0             0.50          2.00
373        0.50         1.00            2.0             1.00          2.00
374        1.00         2.00            0.5             1.00          0.50
375        1.00         2.00            0.5             1.00          0.50
376        1.00         2.00            0.5             1.00          0.50
377        1.00         1.00            1.0             1.00          1.00
378        1.00         1.00            1.0             1.00          1.00
379        0.50         1.00            0.5             1.00          0.50
380        2.00         2.00            2.0             0.50          2.00
381        2.00         2.00            2.0             0.50          2.00
382        1.00         1.00            1.0             2.00          1.00
383        1.00         1.00            1.0             0.00          1.00
384        0.50         1.00            2.0             1.00          2.00
385        1.00         2.00            0.5             1.00          0.50
386        2.00         2.00            1.0             1.00          1.00
387        2.00         1.00            1.0             0.50          1.00
388        2.00         1.00            1.0             0.50          1.00
389        2.00         1.00            1.0             0.00          1.00
390        0.50         1.00            1.0             1.00          0.50
391        0.25         0.50            1.0             1.00          1.00
392        0.25         0.50            1.0             1.00          1.00
393        1.00         1.00            1.0             2.00          1.00
394        1.00         1.00            1.0             2.00          1.00
395        0.50         1.00            0.5             2.00          0.50
396        0.50         1.00            1.0             2.00          1.00
397        0.50         1.00            1.0             2.00          1.00
398        0.50         1.00            1.0             2.00          1.00
399        1.00         1.00            1.0             1.00          1.00
400        1.00         1.00            1.0             2.00          1.00
401        1.00         1.00            1.0             1.00          1.00
402        1.00         1.00            1.0             1.00          1.00
403        1.00         1.00            1.0             0.50          1.00
404        1.00         1.00            1.0             0.50          1.00
405        1.00         1.00            1.0             0.50          1.00
406        1.00         1.00            1.0             0.50          0.50
407        1.00         1.00            1.0             0.50          0.50
408        1.00         1.00            1.0             1.00          1.00
409        1.00         1.00            1.0             1.00          1.00
410        0.50         1.00            0.5             1.00          0.50
411        0.50         1.00            0.5             1.00          0.50
412        1.00         1.00            1.0             1.00          1.00
413        2.00         1.00            1.0             0.50          1.00
414        0.50         1.00            1.0             2.00          1.00
415        0.50         1.00            1.0             2.00          1.00
416        0.50         1.00            1.0             2.00          1.00
417        1.00         1.00            1.0             0.50          1.00
418        1.00         1.00            1.0             2.00          1.00
419        1.00         1.00            1.0             2.00          1.00
420        2.00         1.00            1.0             0.50          1.00
421        2.00         1.00            1.0             0.50          1.00
422        1.00         1.00            1.0             2.00          1.00
423        1.00         1.00            1.0             0.00          1.00
424        1.00         1.00            1.0             1.00          1.00
425        0.25         2.00            1.0             2.00          1.00
426        0.25         2.00            1.0             2.00          1.00
427        1.00         1.00            1.0             1.00          1.00
428        1.00         1.00            1.0             1.00          1.00
429        0.50         2.00            1.0             1.00          1.00
430        1.00         0.50            1.0             2.00          2.00
431        1.00         1.00            1.0             1.00          1.00
432        1.00         1.00            1.0             1.00          1.00
433        2.00         2.00            1.0             1.00          1.00
434        1.00         0.50            1.0             1.00          1.00
435        1.00         0.50            1.0             1.00          1.00
436        1.00         2.00            0.5             1.00          0.50
437        1.00         2.00            0.5             1.00          0.50
438        1.00         1.00            1.0             1.00          1.00
439        1.00         1.00            0.0             1.00          1.00
440        1.00         1.00            1.0             1.00          1.00
441        0.50         1.00            1.0             2.00          1.00
442        1.00         1.00            1.0             1.00          2.00
443        1.00         1.00            2.0             0.00          2.00
444        1.00         1.00            2.0             0.00          2.00
445        1.00         1.00            2.0             0.00          2.00
446        1.00         1.00            1.0             1.00          1.00
447        0.50         0.50            1.0             1.00          2.00
448        0.25         0.50            0.5             1.00          1.00
449        1.00         1.00            1.0             0.00          1.00
450        1.00         1.00            1.0             0.00          1.00
451        0.50         1.00            1.0             1.00          0.50
452        1.00         0.50            1.0             1.00          1.00
453        0.25         0.50            1.0             1.00          1.00
454        0.25         0.50            1.0             1.00          1.00
455        2.00         1.00            1.0             0.50          1.00
456        1.00         1.00            1.0             2.00          1.00
457        1.00         1.00            1.0             2.00          1.00
458        0.50         1.00            1.0             4.00          1.00
459        2.00         1.00            1.0             0.50          1.00
460        2.00         1.00            1.0             0.50          1.00
461        2.00         0.50            1.0             1.00          2.00
462        0.50         1.00            0.5             0.50          0.50
463        1.00         1.00            1.0             1.00          1.00
464        1.00         1.00            1.0             0.00          1.00
465        2.00         1.00            1.0             0.50          1.00
466        1.00         1.00            1.0             0.50          1.00
467        0.50         1.00            1.0             1.00          0.50
468        0.25         0.50            0.0             2.00          1.00
469        0.50         1.00            1.0             2.00          1.00
470        2.00         1.00            1.0             0.50          1.00
471        1.00         1.00            1.0             1.00          1.00
472        0.50         1.00            1.0             0.00          1.00
473        1.00         1.00            1.0             0.00          1.00
474        1.00         1.00            1.0             1.00          1.00
475        1.00         1.00            1.0             1.00          2.00
476        0.50         1.00            0.5             1.00          0.50
477        0.50         2.00            1.0             1.00          1.00
478        0.50         2.00            1.0             1.00          1.00
479        0.50         2.00            1.0             0.50          1.00
480        2.00         2.00            1.0             1.00          1.00
481        2.00         2.00            1.0             1.00          1.00
482        2.00         2.00            1.0             1.00          1.00
483        0.50         1.00            1.0             0.50          1.00
484        1.00         1.00            2.0             1.00          2.00
485        0.25         1.00            0.5             1.00          0.25
486        1.00         1.00            1.0             1.00          1.00
487        0.50         2.00            2.0             0.50          2.00
488        2.00         2.00            1.0             1.00          1.00
489        1.00         1.00            1.0             2.00          1.00
490        1.00         1.00            1.0             2.00          1.00
491        2.00         0.50            1.0             1.00          2.00
492        2.00         1.00            1.0             0.50          1.00
493        1.00         1.00            1.0             1.00          1.00
494        1.00         2.00            1.0             1.00          0.50
495        2.00         1.00            1.0             0.50          1.00
496        2.00         1.00            1.0             0.50          1.00
497        2.00         1.00            1.0             0.50          1.00
498        0.50         1.00            1.0             1.00          0.50
499        0.25         0.50            1.0             1.00          1.00
500        0.25         0.50            1.0             1.00          1.00
501        1.00         1.00            1.0             2.00          1.00
502        1.00         1.00            1.0             2.00          1.00
503        1.00         1.00            1.0             2.00          1.00
504        1.00         1.00            1.0             1.00          1.00
505        1.00         1.00            1.0             1.00          1.00
506        1.00         1.00            1.0             1.00          1.00
507        1.00         1.00            1.0             1.00          1.00
508        1.00         1.00            1.0             1.00          1.00
509        2.00         0.50            1.0             1.00          2.00
510        2.00         0.50            1.0             1.00          2.00
511        2.00         1.00            1.0             0.50          1.00
512        2.00         1.00            1.0             0.50          1.00
513        0.50         1.00            1.0             1.00          0.50
514        0.50         1.00            1.0             1.00          0.50
515        1.00         1.00            1.0             2.00          1.00
516        1.00         1.00            1.0             2.00          1.00
517        2.00         2.00            1.0             1.00          1.00
518        2.00         2.00            1.0             1.00          1.00
519        0.50         1.00            1.0             2.00          1.00
520        0.50         1.00            1.0             2.00          1.00
521        0.50         1.00            1.0             2.00          1.00
522        1.00         1.00            1.0             0.50          1.00
523        1.00         1.00            1.0             0.50          1.00
524        1.00         1.00            1.0             1.00          1.00
525        1.00         1.00            1.0             1.00          1.00
526        1.00         1.00            1.0             1.00          1.00
527        1.00         2.00            1.0             2.00          1.00
528        1.00         2.00            1.0             2.00          1.00
529        1.00         1.00            1.0             0.00          1.00
530        0.50         1.00            0.5             0.00          0.50
531        1.00         1.00            1.0             1.00          1.00
532        0.50         0.50            1.0             1.00          2.00
533        0.50         0.50            1.0             1.00          2.00
534        0.50         0.50            1.0             1.00          2.00
535        1.00         1.00            1.0             2.00          1.00
536        1.00         1.00            1.0             0.00          1.00
537        1.00         1.00            1.0             0.00          1.00
538        0.50         0.50            1.0             1.00          2.00
539        0.50         0.50            1.0             1.00          2.00
540        2.00         1.00            1.0             0.50          1.00
541        2.00         1.00            1.0             0.50          1.00
542        2.00         1.00            1.0             0.50          1.00
543        0.50         1.00            1.0             1.00          0.50
544        0.50         1.00            1.0             1.00          0.50
545        0.50         1.00            1.0             1.00          0.50
546        1.00         0.50            0.0             0.50          1.00
547        1.00         0.50            0.0             0.50          1.00
548        2.00         1.00            1.0             0.50          1.00
549        2.00         1.00            1.0             0.50          1.00
550        1.00         1.00            1.0             2.00          1.00
551        2.00         0.50            1.0             0.00          2.00
552        2.00         0.50            1.0             0.00          2.00
553        2.00         0.50            1.0             0.00          2.00
554        0.50         1.00            1.0             1.00          0.50
555        0.50         1.00            1.0             1.00          0.50
556        2.00         1.00            1.0             0.50          1.00
557        1.00         1.00            1.0             1.00          1.00
558        1.00         1.00            1.0             1.00          1.00
559        1.00         0.25            1.0             1.00          4.00
560        1.00         0.25            1.0             1.00          4.00
561        1.00         2.00            1.0             2.00          1.00
562        0.50         2.00            1.0             1.00          1.00
563        0.50         2.00            1.0             1.00          1.00
564        1.00         1.00            1.0             2.00          1.00
565        1.00         1.00            1.0             2.00          1.00
566        0.50         1.00            1.0             2.00          1.00
567        0.50         1.00            1.0             2.00          1.00
568        0.50         1.00            1.0             1.00          0.50
569        0.50         1.00            1.0             1.00          0.50
570        2.00         0.50            1.0             1.00          2.00
571        2.00         0.50            1.0             1.00          2.00
572        1.00         1.00            1.0             1.00          1.00
573        1.00         1.00            1.0             1.00          1.00
574        2.00         2.00            1.0             1.00          1.00
575        2.00         2.00            1.0             1.00          1.00
576        2.00         2.00            1.0             1.00          1.00
577        2.00         2.00            1.0             1.00          1.00
578        2.00         2.00            1.0             1.00          1.00
579        2.00         2.00            1.0             1.00          1.00
580        0.50         1.00            1.0             4.00          1.00
581        0.50         1.00            1.0             4.00          1.00
582        1.00         1.00            1.0             1.00          1.00
583        1.00         1.00            1.0             1.00          1.00
584        1.00         1.00            1.0             1.00          1.00
585        2.00         1.00            1.0             0.50          1.00
586        2.00         1.00            1.0             0.50          1.00
587        0.50         1.00            1.0             1.00          1.00
588        1.00         1.00            1.0             1.00          1.00
589        0.50         1.00            0.5             1.00          0.50
590        1.00         1.00            1.0             0.50          0.50
591        1.00         1.00            1.0             0.50          0.50
592        0.50         2.00            1.0             2.00          1.00
593        0.50         2.00            1.0             2.00          1.00
594        1.00         1.00            1.0             2.00          1.00
595        1.00         1.00            1.0             0.50          1.00
596        1.00         1.00            1.0             0.50          1.00
597        1.00         1.00            0.5             0.50          0.50
598        1.00         1.00            0.5             0.50          0.50
599        0.50         1.00            0.5             1.00          0.50
600        0.50         1.00            0.5             1.00          0.50
601        0.50         1.00            0.5             1.00          0.50
602        1.00         1.00            1.0             0.50          1.00
603        1.00         1.00            1.0             0.50          1.00
604        1.00         1.00            1.0             0.50          1.00
605        2.00         2.00            1.0             1.00          1.00
606        2.00         2.00            1.0             1.00          1.00
607        0.25         2.00            1.0             1.00          0.50
608        0.25         2.00            1.0             1.00          0.50
609        0.25         2.00            1.0             1.00          0.50
610        1.00         1.00            2.0             0.50          2.00
611        1.00         1.00            2.0             0.50          2.00
612        1.00         1.00            2.0             0.50          2.00
613        1.00         1.00            1.0             1.00          1.00
614        1.00         1.00            1.0             1.00          1.00
615        1.00         1.00            1.0             1.00          1.00
616        1.00         1.00            1.0             1.00          1.00
617        1.00         1.00            1.0             1.00          1.00
618        1.00         1.00            1.0             0.00          1.00
619        0.50         0.50            1.0             1.00          2.00
620        0.50         0.50            1.0             1.00          2.00
621        1.00         1.00            2.0             0.50          2.00
622        0.50         2.00            1.0             0.00          1.00
623        0.50         2.00            1.0             0.00          1.00
624        1.00         0.50            0.5             1.00          1.00
625        1.00         0.50            0.5             1.00          1.00
626        1.00         1.00            1.0             1.00          1.00
627        0.50         1.00            1.0             2.00          1.00
628        0.50         1.00            1.0             2.00          1.00
629        1.00         0.50            1.0             2.00          2.00
630        1.00         0.50            1.0             2.00          2.00
631        0.50         1.00            1.0             1.00          0.50
632        0.50         1.00            0.5             1.00          0.50
633        2.00         0.50            2.0             0.50          4.00
634        2.00         0.50            2.0             0.50          4.00
635        2.00         0.50            2.0             0.50          4.00
636        0.50         1.00            1.0             1.00          0.50
637        0.50         1.00            1.0             1.00          0.50
638        0.25         0.50            0.5             1.00          1.00
639        0.50         0.50            1.0             1.00          2.00
640        1.00         0.50            1.0             0.50          2.00
641        0.50         1.00            1.0             2.00          1.00
642        0.50         1.00            1.0             1.00          1.00
643        0.50         1.00            2.0             0.50          1.00
644        1.00         1.00            2.0             0.25          2.00
645        0.50         1.00            1.0             0.00          1.00
646        1.00         1.00            2.0             0.50          2.00
647        0.50         0.50            1.0             2.00          2.00
648        2.00         2.00            1.0             1.00          1.00
649        0.50         1.00            0.5             1.00          0.50
650        2.00         1.00            1.0             0.50          1.00
651        2.00         1.00            1.0             0.50          1.00
652        1.00         0.50            1.0             0.50          2.00
653        0.50         1.00            1.0             1.00          0.50
654        0.50         1.00            1.0             1.00          0.50
655        1.00         2.00            1.0             1.00          0.50
656        1.00         1.00            1.0             2.00          1.00
657        1.00         1.00            1.0             2.00          1.00
658        2.00         0.50            1.0             2.00          2.00
659        1.00         1.00            1.0             1.00          1.00
660        1.00         1.00            1.0             0.00          1.00
661        0.50         1.00            1.0             2.00          1.00
662        0.25         1.00            1.0             2.00          0.50
663        0.25         1.00            1.0             2.00          0.50
664        1.00         1.00            1.0             1.00          1.00
665        1.00         1.00            1.0             1.00          1.00
666        0.50         1.00            1.0             2.00          1.00
667        0.50         1.00            1.0             1.00          0.50
668        0.50         1.00            1.0             1.00          0.50
669        0.50         0.50            0.0             1.00          1.00
670        0.50         0.50            0.0             1.00          1.00
671        0.50         0.50            0.0             1.00          1.00
672        2.00         1.00            1.0             0.50          1.00
673        2.00         1.00            1.0             0.50          1.00
674        0.50         0.50            1.0             1.00          2.00
675        1.00         0.25            1.0             1.00          4.00
676        1.00         1.00            1.0             1.00          1.00
677        2.00         2.00            1.0             1.00          1.00
678        2.00         2.00            1.0             1.00          1.00
679        0.25         2.00            0.5             1.00          0.50
680        0.25         2.00            0.5             1.00          0.50
681        0.25         2.00            0.5             1.00          0.50
682        0.50         0.50            0.0             1.00          1.00
683        0.50         0.50            0.0             1.00          1.00
684        0.50         0.50            0.0             1.00          1.00
685        0.50         0.50            0.0             1.00          1.00
686        4.00         1.00            1.0             1.00          2.00
687        4.00         1.00            1.0             1.00          2.00
688        1.00         1.00            1.0             2.00          1.00
689        1.00         1.00            1.0             2.00          1.00
690        0.50         1.00            1.0             2.00          0.50
691        0.50         1.00            2.0             0.50          1.00
692        1.00         1.00            1.0             2.00          1.00
693        1.00         1.00            1.0             2.00          1.00
694        1.00         1.00            1.0             0.50          1.00
695        1.00         1.00            1.0             0.50          1.00
696        1.00         1.00            2.0             0.50          2.00
697        1.00         1.00            2.0             0.50          2.00
698        1.00         1.00            1.0             1.00          1.00
699        1.00         1.00            1.0             1.00          1.00
700        0.50         0.50            0.0             1.00          1.00
701        0.25         0.50            1.0             2.00          2.00
702        0.50         0.50            0.0             0.50          1.00
703        0.50         0.50            0.0             1.00          1.00
704        1.00         1.00            2.0             0.50          2.00
705        1.00         1.00            2.0             0.50          2.00
706        1.00         1.00            2.0             0.50          2.00
707        0.25         0.50            0.0             1.00          0.50
708        1.00         2.00            1.0             0.50          1.00
709        1.00         2.00            1.0             0.50          1.00
710        1.00         2.00            1.0             0.50          1.00
711        1.00         2.00            1.0             0.50          1.00
712        1.00         1.00            1.0             1.00          1.00
713        1.00         1.00            1.0             1.00          1.00
714        0.50         1.00            2.0             1.00          2.00
715        0.50         1.00            2.0             1.00          2.00
716        0.50         0.50            0.0             1.00          1.00
717        1.00         0.50            1.0             2.00          2.00
718        1.00         1.00            2.0             0.00          2.00
719        0.50         0.50            0.0             1.00          1.00
720        1.00         4.00            1.0             1.00          1.00
721        0.50         1.00            1.0             2.00          0.50
722        1.00         1.00            1.0             1.00          1.00
723        1.00         1.00            1.0             1.00          1.00
724        1.00         2.00            1.0             0.50          1.00
725        0.50         1.00            1.0             1.00          0.50
726        0.50         1.00            1.0             1.00          0.50
727        1.00         0.50            1.0             1.00          1.00
728        1.00         1.00            1.0             2.00          1.00
729        1.00         1.00            1.0             2.00          1.00
730        0.50         0.50            0.0             2.00          1.00
731        0.50         1.00            1.0             2.00          1.00
732        0.50         1.00            1.0             2.00          1.00
733        0.50         1.00            1.0             2.00          1.00
734        1.00         1.00            1.0             1.00          1.00
735        1.00         1.00            1.0             1.00          1.00
736        1.00         1.00            1.0             1.00          1.00
737        1.00         1.00            1.0             0.50          1.00
738        1.00         1.00            1.0             0.50          1.00
739        0.50         0.50            1.0             1.00          2.00
740        0.50         0.50            1.0             1.00          2.00
741        0.25         1.00            1.0             2.00          0.50
742        0.50         0.50            0.0             1.00          1.00
743        0.50         0.50            0.0             1.00          1.00
744        1.00         1.00            1.0             1.00          1.00
745        1.00         1.00            1.0             1.00          1.00
746        1.00         1.00            1.0             2.00          1.00
747        0.50         1.00            1.0             2.00          0.50
748        0.50         1.00            1.0             2.00          0.50
749        1.00         1.00            1.0             0.00          1.00
750        1.00         1.00            1.0             0.00          1.00
751        1.00         1.00            1.0             2.00          1.00
752        1.00         1.00            1.0             2.00          1.00
753        2.00         1.00            1.0             0.50          1.00
754        2.00         1.00            1.0             0.50          1.00
755        1.00         0.50            0.0             0.50          1.00
756        1.00         0.50            0.0             0.50          1.00
757        0.25         1.00            1.0             1.00          0.25
758        0.25         1.00            1.0             1.00          0.25
759        0.50         0.50            1.0             1.00          2.00
760        0.50         0.50            1.0             1.00          2.00
761        2.00         1.00            1.0             0.50          1.00
762        2.00         1.00            1.0             0.50          1.00
763        2.00         1.00            1.0             0.50          1.00
764        0.50         0.50            0.0             1.00          1.00
765        2.00         2.00            1.0             1.00          1.00
766        0.50         0.50            1.0             1.00          2.00
767        1.00         1.00            1.0             2.00          1.00
768        1.00         1.00            1.0             2.00          1.00
769        0.50         2.00            1.0             0.00          1.00
770        0.50         2.00            1.0             0.00          1.00
771        1.00         1.00            1.0             2.00          1.00
772        1.00         1.00            1.0             1.00          1.00
773        1.00         1.00            1.0             1.00          1.00
774        0.50         1.00            1.0             2.00          1.00
775        1.00         1.00            1.0             1.00          1.00
776        0.50         1.00            2.0             0.50          1.00
777        0.50         1.00            0.5             0.50          0.50
778        0.25         1.00            0.0             1.00          1.00
779        2.00         2.00            1.0             2.00          1.00
780        1.00         1.00            2.0             0.50          2.00
781        1.00         2.00            1.0             0.50          1.00
782        1.00         1.00            2.0             0.50          2.00
783        0.50         0.50            2.0             0.50          4.00
784        0.50         0.50            2.0             0.50          4.00
785        0.50         0.50            0.0             0.50          1.00
786        1.00         1.00            0.0             1.00          1.00
787        1.00         0.50            0.0             0.50          1.00
788        0.50         0.50            0.0             2.00          1.00
789        2.00         2.00            1.0             1.00          1.00
790        2.00         2.00            1.0             1.00          1.00
791        1.00         2.00            0.5             1.00          0.50
792        1.00         4.00            1.0             1.00          1.00
793        0.50         1.00            1.0             1.00          0.50
794        0.50         0.50            1.0             1.00          2.00
795        0.50         0.50            1.0             1.00          2.00
796        1.00         1.00            1.0             0.50          1.00
797        0.25         1.00            0.5             2.00          0.50
798        1.00         1.00            0.5             0.50          0.50
799        2.00         0.50            2.0             0.50          4.00
800        2.00         2.00            1.0             1.00          1.00
801        0.25         0.50            0.0             1.00          0.50
    against_fight against_fire against_flying against_ghost against_grass
1            0.50         2.00           2.00           1.0          0.25
2            0.50         2.00           2.00           1.0          0.25
3            0.50         2.00           2.00           1.0          0.25
4            1.00         0.50           1.00           1.0          0.50
5            1.00         0.50           1.00           1.0          0.50
6            0.50         0.50           1.00           1.0          0.25
7            1.00         0.50           1.00           1.0          2.00
8            1.00         0.50           1.00           1.0          2.00
9            1.00         0.50           1.00           1.0          2.00
10           0.50         2.00           2.00           1.0          0.50
11           0.50         2.00           2.00           1.0          0.50
12           0.25         2.00           2.00           1.0          0.25
13           0.25         2.00           2.00           1.0          0.25
14           0.25         2.00           2.00           1.0          0.25
15           0.25         2.00           2.00           1.0          0.25
16           1.00         1.00           1.00           0.0          0.50
17           1.00         1.00           1.00           0.0          0.50
18           1.00         1.00           1.00           0.0          0.50
19           2.00         1.00           1.00           0.0          1.00
20           2.00         1.00           1.00           0.0          1.00
21           1.00         1.00           1.00           0.0          0.50
22           1.00         1.00           1.00           0.0          0.50
23           0.50         1.00           1.00           1.0          0.50
24           0.50         1.00           1.00           1.0          0.50
25           1.00         1.00           0.50           1.0          1.00
26           1.00         1.00           0.50           1.0          1.00
27           1.00         1.00           1.00           1.0          2.00
28           1.00         1.00           1.00           1.0          2.00
29           0.50         1.00           1.00           1.0          0.50
30           0.50         1.00           1.00           1.0          0.50
31           0.50         1.00           1.00           1.0          1.00
32           0.50         1.00           1.00           1.0          0.50
33           0.50         1.00           1.00           1.0          0.50
34           0.50         1.00           1.00           1.0          1.00
35           0.50         1.00           1.00           1.0          1.00
36           0.50         1.00           1.00           1.0          1.00
37           1.00         0.50           1.00           1.0          0.50
38           1.00         0.50           1.00           1.0          0.50
39           1.00         1.00           1.00           0.0          1.00
40           1.00         1.00           1.00           0.0          1.00
41           0.25         1.00           1.00           1.0          0.25
42           0.25         1.00           1.00           1.0          0.25
43           0.50         2.00           2.00           1.0          0.25
44           0.50         2.00           2.00           1.0          0.25
45           0.50         2.00           2.00           1.0          0.25
46           0.50         4.00           4.00           1.0          0.25
47           0.50         4.00           4.00           1.0          0.25
48           0.25         2.00           2.00           1.0          0.25
49           0.25         2.00           2.00           1.0          0.25
50           1.00         1.00           1.00           1.0          2.00
51           1.00         1.00           1.00           1.0          2.00
52           2.00         1.00           1.00           0.0          1.00
53           2.00         1.00           1.00           0.0          1.00
54           1.00         0.50           1.00           1.0          2.00
55           1.00         0.50           1.00           1.0          2.00
56           1.00         1.00           2.00           1.0          1.00
57           1.00         1.00           2.00           1.0          1.00
58           1.00         0.50           1.00           1.0          0.50
59           1.00         0.50           1.00           1.0          0.50
60           1.00         0.50           1.00           1.0          2.00
61           1.00         0.50           1.00           1.0          2.00
62           1.00         0.50           2.00           1.0          2.00
63           0.50         1.00           1.00           2.0          1.00
64           0.50         1.00           1.00           2.0          1.00
65           0.50         1.00           1.00           2.0          1.00
66           1.00         1.00           2.00           1.0          1.00
67           1.00         1.00           2.00           1.0          1.00
68           1.00         1.00           2.00           1.0          1.00
69           0.50         2.00           2.00           1.0          0.25
70           0.50         2.00           2.00           1.0          0.25
71           0.50         2.00           2.00           1.0          0.25
72           0.50         0.50           1.00           1.0          1.00
73           0.50         0.50           1.00           1.0          1.00
74           2.00         0.50           0.50           1.0          4.00
75           2.00         0.50           0.50           1.0          4.00
76           2.00         0.50           0.50           1.0          4.00
77           1.00         0.50           1.00           1.0          0.50
78           1.00         0.50           1.00           1.0          0.50
79           0.50         0.50           1.00           2.0          2.00
80           0.50         0.50           1.00           2.0          2.00
81           2.00         2.00           0.25           1.0          0.50
82           2.00         2.00           0.25           1.0          0.50
83           1.00         1.00           1.00           0.0          0.50
84           1.00         1.00           1.00           0.0          0.50
85           1.00         1.00           1.00           0.0          0.50
86           1.00         0.50           1.00           1.0          2.00
87           2.00         1.00           1.00           1.0          2.00
88           0.50         1.00           1.00           1.0          0.50
89           0.50         1.00           1.00           1.0          0.50
90           1.00         0.50           1.00           1.0          2.00
91           2.00         1.00           1.00           1.0          2.00
92           0.00         1.00           1.00           2.0          0.50
93           0.00         1.00           1.00           2.0          0.50
94           0.00         1.00           1.00           2.0          0.50
95           2.00         0.50           0.50           1.0          4.00
96           0.50         1.00           1.00           2.0          1.00
97           0.50         1.00           1.00           2.0          1.00
98           1.00         0.50           1.00           1.0          2.00
99           1.00         0.50           1.00           1.0          2.00
100          1.00         1.00           0.50           1.0          1.00
101          1.00         1.00           0.50           1.0          1.00
102          0.50         2.00           2.00           2.0          0.50
103          0.50         2.00           2.00           2.0          0.50
104          1.00         1.00           1.00           1.0          2.00
105          1.00         1.00           1.00           1.0          2.00
106          1.00         1.00           2.00           1.0          1.00
107          1.00         1.00           2.00           1.0          1.00
108          2.00         1.00           1.00           0.0          1.00
109          0.50         1.00           1.00           1.0          0.50
110          0.50         1.00           1.00           1.0          0.50
111          2.00         0.50           0.50           1.0          4.00
112          2.00         0.50           0.50           1.0          4.00
113          2.00         1.00           1.00           0.0          1.00
114          1.00         2.00           2.00           1.0          0.50
115          2.00         1.00           1.00           0.0          1.00
116          1.00         0.50           1.00           1.0          2.00
117          1.00         0.50           1.00           1.0          2.00
118          1.00         0.50           1.00           1.0          2.00
119          1.00         0.50           1.00           1.0          2.00
120          1.00         0.50           1.00           1.0          2.00
121          0.50         0.50           1.00           2.0          2.00
122          0.25         1.00           1.00           2.0          1.00
123          0.25         2.00           2.00           1.0          0.25
124          1.00         2.00           1.00           2.0          1.00
125          1.00         1.00           0.50           1.0          1.00
126          1.00         0.50           1.00           1.0          0.50
127          0.50         2.00           2.00           1.0          0.50
128          2.00         1.00           1.00           0.0          1.00
129          1.00         0.50           1.00           1.0          2.00
130          0.50         0.50           1.00           1.0          1.00
131          2.00         1.00           1.00           1.0          2.00
132          2.00         1.00           1.00           0.0          1.00
133          2.00         1.00           1.00           0.0          1.00
134          1.00         0.50           1.00           1.0          2.00
135          1.00         1.00           0.50           1.0          1.00
136          1.00         0.50           1.00           1.0          0.50
137          2.00         1.00           1.00           0.0          1.00
138          2.00         0.25           0.50           1.0          4.00
139          2.00         0.25           0.50           1.0          4.00
140          2.00         0.25           0.50           1.0          4.00
141          2.00         0.25           0.50           1.0          4.00
142          1.00         0.50           0.50           1.0          1.00
143          2.00         1.00           1.00           0.0          1.00
144          1.00         2.00           1.00           1.0          0.50
145          0.50         1.00           0.50           1.0          0.50
146          0.50         0.50           1.00           1.0          0.25
147          1.00         0.50           1.00           1.0          0.50
148          1.00         0.50           1.00           1.0          0.50
149          0.50         0.50           1.00           1.0          0.25
150          0.50         1.00           1.00           2.0          1.00
151          0.50         1.00           1.00           2.0          1.00
152          1.00         2.00           2.00           1.0          0.50
153          1.00         2.00           2.00           1.0          0.50
154          1.00         2.00           2.00           1.0          0.50
155          1.00         0.50           1.00           1.0          0.50
156          1.00         0.50           1.00           1.0          0.50
157          1.00         0.50           1.00           1.0          0.50
158          1.00         0.50           1.00           1.0          2.00
159          1.00         0.50           1.00           1.0          2.00
160          1.00         0.50           1.00           1.0          2.00
161          2.00         1.00           1.00           0.0          1.00
162          2.00         1.00           1.00           0.0          1.00
163          1.00         1.00           1.00           0.0          0.50
164          1.00         1.00           1.00           0.0          0.50
165          0.25         2.00           2.00           1.0          0.25
166          0.25         2.00           2.00           1.0          0.25
167          0.25         2.00           2.00           1.0          0.25
168          0.25         2.00           2.00           1.0          0.25
169          0.25         1.00           1.00           1.0          0.25
170          1.00         0.50           0.50           1.0          2.00
171          1.00         0.50           0.50           1.0          2.00
172          1.00         1.00           0.50           1.0          1.00
173          0.50         1.00           1.00           1.0          1.00
174          1.00         1.00           1.00           0.0          1.00
175          0.50         1.00           1.00           1.0          1.00
176          0.25         1.00           1.00           1.0          0.50
177          0.25         1.00           1.00           2.0          0.50
178          0.25         1.00           1.00           2.0          0.50
179          1.00         1.00           0.50           1.0          1.00
180          1.00         1.00           0.50           1.0          1.00
181          1.00         1.00           0.50           1.0          1.00
182          1.00         2.00           2.00           1.0          0.50
183          0.50         0.50           1.00           1.0          2.00
184          0.50         0.50           1.00           1.0          2.00
185          2.00         0.50           0.50           1.0          2.00
186          1.00         0.50           1.00           1.0          2.00
187          0.50         2.00           2.00           1.0          0.25
188          0.50         2.00           2.00           1.0          0.25
189          0.50         2.00           2.00           1.0          0.25
190          2.00         1.00           1.00           0.0          1.00
191          1.00         2.00           2.00           1.0          0.50
192          1.00         2.00           2.00           1.0          0.50
193          0.25         2.00           2.00           1.0          0.25
194          1.00         0.50           1.00           1.0          4.00
195          1.00         0.50           1.00           1.0          4.00
196          0.50         1.00           1.00           2.0          1.00
197          2.00         1.00           1.00           0.5          1.00
198          1.00         1.00           1.00           0.5          0.50
199          0.50         0.50           1.00           2.0          2.00
200          0.00         1.00           1.00           2.0          1.00
201          0.50         1.00           1.00           2.0          1.00
202          0.50         1.00           1.00           2.0          1.00
203          1.00         1.00           1.00           0.0          1.00
204          0.50         2.00           2.00           1.0          0.50
205          1.00         4.00           1.00           1.0          0.25
206          2.00         1.00           1.00           0.0          1.00
207          0.50         1.00           1.00           1.0          1.00
208          2.00         2.00           0.50           1.0          1.00
209          0.50         1.00           1.00           1.0          1.00
210          0.50         1.00           1.00           1.0          1.00
211          0.50         0.50           1.00           1.0          1.00
212          1.00         4.00           1.00           1.0          0.25
213          1.00         1.00           1.00           1.0          1.00
214          0.50         2.00           4.00           1.0          0.50
215          4.00         2.00           1.00           0.5          1.00
216          2.00         1.00           1.00           0.0          1.00
217          2.00         1.00           1.00           0.0          1.00
218          1.00         0.50           1.00           1.0          0.50
219          2.00         0.25           0.50           1.0          1.00
220          2.00         2.00           1.00           1.0          2.00
221          2.00         2.00           1.00           1.0          2.00
222          2.00         0.25           0.50           1.0          4.00
223          1.00         0.50           1.00           1.0          2.00
224          1.00         0.50           1.00           1.0          2.00
225          1.00         2.00           1.00           1.0          0.50
226          0.50         0.50           1.00           1.0          1.00
227          1.00         2.00           0.50           1.0          0.25
228          2.00         0.50           1.00           0.5          0.50
229          2.00         0.50           1.00           0.5          0.50
230          1.00         0.25           1.00           1.0          1.00
231          1.00         1.00           1.00           1.0          2.00
232          1.00         1.00           1.00           1.0          2.00
233          2.00         1.00           1.00           0.0          1.00
234          2.00         1.00           1.00           0.0          1.00
235          2.00         1.00           1.00           0.0          1.00
236          1.00         1.00           2.00           1.0          1.00
237          1.00         1.00           2.00           1.0          1.00
238          1.00         2.00           1.00           2.0          1.00
239          1.00         1.00           0.50           1.0          1.00
240          1.00         0.50           1.00           1.0          0.50
241          2.00         1.00           1.00           0.0          1.00
242          2.00         1.00           1.00           0.0          1.00
243          1.00         1.00           0.50           1.0          1.00
244          1.00         0.50           1.00           1.0          0.50
245          1.00         0.50           1.00           1.0          2.00
246          2.00         0.50           0.50           1.0          4.00
247          2.00         0.50           0.50           1.0          4.00
248          4.00         0.50           0.50           0.5          2.00
249          0.25         1.00           1.00           2.0          0.50
250          0.50         0.50           1.00           1.0          0.25
251          0.50         2.00           2.00           2.0          0.50
252          1.00         2.00           2.00           1.0          0.50
253          1.00         2.00           2.00           1.0          0.50
254          1.00         2.00           2.00           1.0          0.50
255          1.00         0.50           1.00           1.0          0.50
256          1.00         0.50           2.00           1.0          0.50
257          1.00         0.50           2.00           1.0          0.50
258          1.00         0.50           1.00           1.0          2.00
259          1.00         0.50           1.00           1.0          4.00
260          1.00         0.50           1.00           1.0          4.00
261          2.00         1.00           1.00           0.5          1.00
262          2.00         1.00           1.00           0.5          1.00
263          2.00         1.00           1.00           0.0          1.00
264          2.00         1.00           1.00           0.0          1.00
265          0.50         2.00           2.00           1.0          0.50
266          0.50         2.00           2.00           1.0          0.50
267          0.25         2.00           2.00           1.0          0.25
268          0.50         2.00           2.00           1.0          0.50
269          0.25         2.00           2.00           1.0          0.25
270          1.00         1.00           2.00           1.0          1.00
271          1.00         1.00           2.00           1.0          1.00
272          1.00         1.00           2.00           1.0          1.00
273          1.00         2.00           2.00           1.0          0.50
274          2.00         2.00           2.00           0.5          0.50
275          2.00         2.00           2.00           0.5          0.50
276          1.00         1.00           1.00           0.0          0.50
277          1.00         1.00           1.00           0.0          0.50
278          0.50         0.50           1.00           1.0          1.00
279          0.50         0.50           1.00           1.0          1.00
280          0.25         1.00           1.00           2.0          1.00
281          0.25         1.00           1.00           2.0          1.00
282          0.25         1.00           1.00           2.0          1.00
283          0.50         1.00           2.00           1.0          1.00
284          0.25         2.00           2.00           1.0          0.25
285          1.00         2.00           2.00           1.0          0.50
286          1.00         2.00           4.00           1.0          0.50
287          2.00         1.00           1.00           0.0          1.00
288          2.00         1.00           1.00           0.0          1.00
289          2.00         1.00           1.00           0.0          1.00
290          0.50         2.00           2.00           1.0          1.00
291          0.25         2.00           2.00           1.0          0.25
292          0.00         2.00           2.00           2.0          0.50
293          2.00         1.00           1.00           0.0          1.00
294          2.00         1.00           1.00           0.0          1.00
295          2.00         1.00           1.00           0.0          1.00
296          1.00         1.00           2.00           1.0          1.00
297          1.00         1.00           2.00           1.0          1.00
298          1.00         1.00           1.00           0.0          1.00
299          2.00         0.50           0.50           1.0          2.00
300          2.00         1.00           1.00           0.0          1.00
301          2.00         1.00           1.00           0.0          1.00
302          0.00         1.00           1.00           1.0          1.00
303          1.00         2.00           0.50           1.0          0.50
304          4.00         1.00           0.25           1.0          1.00
305          4.00         1.00           0.25           1.0          1.00
306          4.00         1.00           0.25           1.0          1.00
307          0.50         1.00           2.00           2.0          1.00
308          0.50         1.00           2.00           2.0          1.00
309          1.00         1.00           0.50           1.0          1.00
310          1.00         1.00           0.50           1.0          1.00
311          1.00         1.00           0.50           1.0          1.00
312          1.00         1.00           0.50           1.0          1.00
313          0.50         2.00           2.00           1.0          0.50
314          0.50         2.00           2.00           1.0          0.50
315          0.50         2.00           2.00           1.0          0.25
316          0.50         1.00           1.00           1.0          0.50
317          0.50         1.00           1.00           1.0          0.50
318          2.00         0.50           1.00           0.5          2.00
319          2.00         0.50           1.00           0.5          2.00
320          1.00         0.50           1.00           1.0          2.00
321          1.00         0.50           1.00           1.0          2.00
322          1.00         0.50           1.00           1.0          1.00
323          1.00         0.50           1.00           1.0          1.00
324          1.00         0.50           1.00           1.0          0.50
325          0.50         1.00           1.00           2.0          1.00
326          0.50         1.00           1.00           2.0          1.00
327          2.00         1.00           1.00           0.0          1.00
328          1.00         1.00           1.00           1.0          2.00
329          1.00         0.50           1.00           1.0          1.00
330          1.00         0.50           1.00           1.0          1.00
331          1.00         2.00           2.00           1.0          0.50
332          2.00         2.00           2.00           0.5          0.50
333          1.00         1.00           1.00           0.0          0.50
334          0.50         0.50           1.00           1.0          0.25
335          2.00         1.00           1.00           0.0          1.00
336          0.50         1.00           1.00           1.0          0.50
337          1.00         0.50           0.50           2.0          2.00
338          1.00         0.50           0.50           2.0          2.00
339          1.00         0.50           1.00           1.0          4.00
340          1.00         0.50           1.00           1.0          4.00
341          1.00         0.50           1.00           1.0          2.00
342          2.00         0.50           1.00           0.5          2.00
343          0.50         1.00           1.00           2.0          2.00
344          0.50         1.00           1.00           2.0          2.00
345          2.00         1.00           1.00           1.0          1.00
346          2.00         1.00           1.00           1.0          1.00
347          1.00         1.00           1.00           1.0          1.00
348          1.00         1.00           1.00           1.0          1.00
349          1.00         0.50           1.00           1.0          2.00
350          1.00         0.50           1.00           1.0          2.00
351          2.00         1.00           1.00           0.0          1.00
352          2.00         1.00           1.00           0.0          1.00
353          0.00         1.00           1.00           2.0          1.00
354          0.00         1.00           1.00           2.0          1.00
355          0.00         1.00           1.00           2.0          1.00
356          0.00         1.00           1.00           2.0          1.00
357          0.50         2.00           2.00           1.0          0.25
358          0.50         1.00           1.00           2.0          1.00
359          2.00         1.00           1.00           0.5          1.00
360          0.50         1.00           1.00           2.0          1.00
361          2.00         2.00           1.00           1.0          1.00
362          2.00         2.00           1.00           1.0          1.00
363          2.00         1.00           1.00           1.0          2.00
364          2.00         1.00           1.00           1.0          2.00
365          2.00         1.00           1.00           1.0          2.00
366          1.00         0.50           1.00           1.0          2.00
367          1.00         0.50           1.00           1.0          2.00
368          1.00         0.50           1.00           1.0          2.00
369          2.00         0.25           0.50           1.0          4.00
370          1.00         0.50           1.00           1.0          2.00
371          1.00         0.50           1.00           1.0          0.50
372          1.00         0.50           1.00           1.0          0.50
373          0.50         0.50           1.00           1.0          0.25
374          1.00         2.00           0.50           2.0          0.50
375          1.00         2.00           0.50           2.0          0.50
376          1.00         2.00           0.50           2.0          0.50
377          2.00         0.50           0.50           1.0          2.00
378          2.00         2.00           1.00           1.0          1.00
379          2.00         2.00           0.50           1.0          0.50
380          0.50         0.50           1.00           2.0          0.50
381          0.50         0.50           1.00           2.0          0.50
382          1.00         0.50           1.00           1.0          2.00
383          1.00         1.00           1.00           1.0          2.00
384          0.50         0.50           1.00           1.0          0.25
385          1.00         2.00           0.50           2.0          0.50
386          0.50         1.00           1.00           2.0          1.00
387          1.00         2.00           2.00           1.0          0.50
388          1.00         2.00           2.00           1.0          0.50
389          1.00         2.00           2.00           1.0          1.00
390          1.00         0.50           1.00           1.0          0.50
391          1.00         0.50           2.00           1.0          0.50
392          1.00         0.50           2.00           1.0          0.50
393          1.00         0.50           1.00           1.0          2.00
394          1.00         0.50           1.00           1.0          2.00
395          2.00         1.00           0.50           1.0          1.00
396          1.00         1.00           1.00           0.0          0.50
397          1.00         1.00           1.00           0.0          0.50
398          1.00         1.00           1.00           0.0          0.50
399          2.00         1.00           1.00           0.0          1.00
400          2.00         0.50           1.00           0.0          2.00
401          0.50         2.00           2.00           1.0          0.50
402          0.50         2.00           2.00           1.0          0.50
403          1.00         1.00           0.50           1.0          1.00
404          1.00         1.00           0.50           1.0          1.00
405          1.00         1.00           0.50           1.0          1.00
406          0.50         2.00           2.00           1.0          0.25
407          0.50         2.00           2.00           1.0          0.25
408          2.00         0.50           0.50           1.0          2.00
409          2.00         0.50           0.50           1.0          2.00
410          4.00         1.00           0.25           1.0          1.00
411          4.00         1.00           0.25           1.0          1.00
412          0.50         2.00           2.00           1.0          0.50
413          0.50         4.00           4.00           1.0          0.25
414          0.25         2.00           2.00           1.0          0.25
415          0.25         2.00           2.00           1.0          0.25
416          0.25         2.00           2.00           1.0          0.25
417          1.00         1.00           0.50           1.0          1.00
418          1.00         0.50           1.00           1.0          2.00
419          1.00         0.50           1.00           1.0          2.00
420          1.00         2.00           2.00           1.0          0.50
421          1.00         2.00           2.00           1.0          0.50
422          1.00         0.50           1.00           1.0          2.00
423          1.00         0.50           1.00           1.0          4.00
424          2.00         1.00           1.00           0.0          1.00
425          0.00         1.00           1.00           2.0          0.50
426          0.00         1.00           1.00           2.0          0.50
427          2.00         1.00           1.00           0.0          1.00
428          2.00         1.00           1.00           0.0          1.00
429          0.00         1.00           1.00           2.0          1.00
430          1.00         1.00           1.00           0.5          0.50
431          2.00         1.00           1.00           0.0          1.00
432          2.00         1.00           1.00           0.0          1.00
433          0.50         1.00           1.00           2.0          1.00
434          1.00         1.00           1.00           0.5          0.50
435          1.00         1.00           1.00           0.5          0.50
436          1.00         2.00           0.50           2.0          0.50
437          1.00         2.00           0.50           2.0          0.50
438          2.00         0.50           0.50           1.0          2.00
439          0.25         1.00           1.00           2.0          1.00
440          2.00         1.00           1.00           0.0          1.00
441          1.00         1.00           1.00           0.0          0.50
442          0.00         1.00           1.00           1.0          1.00
443          1.00         0.50           1.00           1.0          1.00
444          1.00         0.50           1.00           1.0          1.00
445          1.00         0.50           1.00           1.0          1.00
446          2.00         1.00           1.00           0.0          1.00
447          1.00         1.00           2.00           1.0          1.00
448          2.00         2.00           1.00           1.0          0.50
449          1.00         1.00           1.00           1.0          2.00
450          1.00         1.00           1.00           1.0          2.00
451          0.25         2.00           2.00           1.0          0.25
452          1.00         1.00           1.00           0.5          0.50
453          0.50         1.00           2.00           1.0          0.50
454          0.50         1.00           2.00           1.0          0.50
455          1.00         2.00           2.00           1.0          0.50
456          1.00         0.50           1.00           1.0          2.00
457          1.00         0.50           1.00           1.0          2.00
458          0.50         0.50           1.00           1.0          1.00
459          2.00         4.00           2.00           1.0          0.50
460          2.00         4.00           2.00           1.0          0.50
461          4.00         2.00           1.00           0.5          1.00
462          2.00         2.00           0.25           1.0          0.50
463          2.00         1.00           1.00           0.0          1.00
464          2.00         0.50           0.50           1.0          4.00
465          1.00         2.00           2.00           1.0          0.50
466          1.00         1.00           0.50           1.0          1.00
467          1.00         0.50           1.00           1.0          0.50
468          0.25         1.00           1.00           1.0          0.50
469          0.25         2.00           2.00           1.0          0.25
470          1.00         2.00           2.00           1.0          0.50
471          2.00         2.00           1.00           1.0          1.00
472          0.50         1.00           1.00           1.0          1.00
473          2.00         2.00           1.00           1.0          2.00
474          2.00         1.00           1.00           0.0          1.00
475          0.50         1.00           2.00           2.0          1.00
476          4.00         1.00           0.25           1.0          1.00
477          0.00         1.00           1.00           2.0          1.00
478          0.00         2.00           1.00           2.0          1.00
479          0.00         1.00           0.50           2.0          1.00
480          0.50         1.00           1.00           2.0          1.00
481          0.50         1.00           1.00           2.0          1.00
482          0.50         1.00           1.00           2.0          1.00
483          2.00         1.00           0.50           1.0          0.25
484          1.00         0.25           1.00           1.0          1.00
485          2.00         1.00           0.50           1.0          0.25
486          2.00         1.00           1.00           0.0          1.00
487          0.00         0.50           1.00           2.0          0.50
488          0.50         1.00           1.00           2.0          1.00
489          1.00         0.50           1.00           1.0          2.00
490          1.00         0.50           1.00           1.0          2.00
491          2.00         1.00           1.00           0.5          1.00
492          1.00         2.00           2.00           1.0          0.50
493          2.00         1.00           1.00           0.0          1.00
494          0.50         0.50           1.00           2.0          0.50
495          1.00         2.00           2.00           1.0          0.50
496          1.00         2.00           2.00           1.0          0.50
497          1.00         2.00           2.00           1.0          0.50
498          1.00         0.50           1.00           1.0          0.50
499          1.00         0.50           2.00           1.0          0.50
500          1.00         0.50           2.00           1.0          0.50
501          1.00         0.50           1.00           1.0          2.00
502          1.00         0.50           1.00           1.0          2.00
503          1.00         0.50           1.00           1.0          2.00
504          2.00         1.00           1.00           0.0          1.00
505          2.00         1.00           1.00           0.0          1.00
506          2.00         1.00           1.00           0.0          1.00
507          2.00         1.00           1.00           0.0          1.00
508          2.00         1.00           1.00           0.0          1.00
509          2.00         1.00           1.00           0.5          1.00
510          2.00         1.00           1.00           0.5          1.00
511          1.00         2.00           2.00           1.0          0.50
512          1.00         2.00           2.00           1.0          0.50
513          1.00         0.50           1.00           1.0          0.50
514          1.00         0.50           1.00           1.0          0.50
515          1.00         0.50           1.00           1.0          2.00
516          1.00         0.50           1.00           1.0          2.00
517          0.50         1.00           1.00           2.0          1.00
518          0.50         1.00           1.00           2.0          1.00
519          1.00         1.00           1.00           0.0          0.50
520          1.00         1.00           1.00           0.0          0.50
521          1.00         1.00           1.00           0.0          0.50
522          1.00         1.00           0.50           1.0          1.00
523          1.00         1.00           0.50           1.0          1.00
524          2.00         0.50           0.50           1.0          2.00
525          2.00         0.50           0.50           1.0          2.00
526          2.00         0.50           0.50           1.0          2.00
527          0.25         1.00           1.00           2.0          0.50
528          0.25         1.00           1.00           2.0          0.50
529          1.00         1.00           1.00           1.0          2.00
530          2.00         2.00           0.50           1.0          1.00
531          2.00         1.00           1.00           0.0          1.00
532          1.00         1.00           2.00           1.0          1.00
533          1.00         1.00           2.00           1.0          1.00
534          1.00         1.00           2.00           1.0          1.00
535          1.00         0.50           1.00           1.0          2.00
536          1.00         0.50           1.00           1.0          4.00
537          1.00         0.50           1.00           1.0          4.00
538          1.00         1.00           2.00           1.0          1.00
539          1.00         1.00           2.00           1.0          1.00
540          0.50         4.00           4.00           1.0          0.25
541          0.50         4.00           4.00           1.0          0.25
542          0.50         4.00           4.00           1.0          0.25
543          0.25         2.00           2.00           1.0          0.25
544          0.25         2.00           2.00           1.0          0.25
545          0.25         2.00           2.00           1.0          0.25
546          0.50         2.00           2.00           1.0          0.50
547          0.50         2.00           2.00           1.0          0.50
548          1.00         2.00           2.00           1.0          0.50
549          1.00         2.00           2.00           1.0          0.50
550          1.00         0.50           1.00           1.0          2.00
551          2.00         1.00           1.00           0.5          2.00
552          2.00         1.00           1.00           0.5          2.00
553          2.00         1.00           1.00           0.5          2.00
554          1.00         0.50           1.00           1.0          0.50
555          1.00         0.50           1.00           1.0          0.50
556          1.00         2.00           2.00           1.0          0.50
557          1.00         1.00           1.00           1.0          1.00
558          1.00         1.00           1.00           1.0          1.00
559          2.00         1.00           2.00           0.5          1.00
560          2.00         1.00           2.00           0.5          1.00
561          0.25         1.00           1.00           2.0          0.50
562          0.00         1.00           1.00           2.0          1.00
563          0.00         1.00           1.00           2.0          1.00
564          2.00         0.25           0.50           1.0          4.00
565          2.00         0.25           0.50           1.0          4.00
566          1.00         0.50           0.50           1.0          1.00
567          1.00         0.50           0.50           1.0          1.00
568          0.50         1.00           1.00           1.0          0.50
569          0.50         1.00           1.00           1.0          0.50
570          2.00         1.00           1.00           0.5          1.00
571          2.00         1.00           1.00           0.5          1.00
572          2.00         1.00           1.00           0.0          1.00
573          2.00         1.00           1.00           0.0          1.00
574          0.50         1.00           1.00           2.0          1.00
575          0.50         1.00           1.00           2.0          1.00
576          0.50         1.00           1.00           2.0          1.00
577          0.50         1.00           1.00           2.0          1.00
578          0.50         1.00           1.00           2.0          1.00
579          0.50         1.00           1.00           2.0          1.00
580          0.50         0.50           1.00           1.0          1.00
581          0.50         0.50           1.00           1.0          1.00
582          2.00         2.00           1.00           1.0          1.00
583          2.00         2.00           1.00           1.0          1.00
584          2.00         2.00           1.00           1.0          1.00
585          2.00         2.00           2.00           0.0          0.50
586          2.00         2.00           2.00           0.0          0.50
587          0.50         1.00           0.50           1.0          0.50
588          0.50         2.00           2.00           1.0          0.50
589          1.00         4.00           1.00           1.0          0.25
590          0.50         2.00           2.00           1.0          0.25
591          0.50         2.00           2.00           1.0          0.25
592          0.00         0.50           1.00           2.0          2.00
593          0.00         0.50           1.00           2.0          2.00
594          1.00         0.50           1.00           1.0          2.00
595          0.50         2.00           1.00           1.0          0.50
596          0.50         2.00           1.00           1.0          0.50
597          2.00         4.00           1.00           1.0          0.25
598          2.00         4.00           1.00           1.0          0.25
599          2.00         2.00           0.50           1.0          0.50
600          2.00         2.00           0.50           1.0          0.50
601          2.00         2.00           0.50           1.0          0.50
602          1.00         1.00           0.50           1.0          1.00
603          1.00         1.00           0.50           1.0          1.00
604          1.00         1.00           0.50           1.0          1.00
605          0.50         1.00           1.00           2.0          1.00
606          0.50         1.00           1.00           2.0          1.00
607          0.00         0.50           1.00           2.0          0.50
608          0.00         0.50           1.00           2.0          0.50
609          0.00         0.50           1.00           2.0          0.50
610          1.00         0.50           1.00           1.0          0.50
611          1.00         0.50           1.00           1.0          0.50
612          1.00         0.50           1.00           1.0          0.50
613          2.00         2.00           1.00           1.0          1.00
614          2.00         2.00           1.00           1.0          1.00
615          2.00         2.00           1.00           1.0          1.00
616          0.50         2.00           2.00           1.0          0.50
617          0.50         2.00           2.00           1.0          0.50
618          1.00         1.00           0.50           1.0          2.00
619          1.00         1.00           2.00           1.0          1.00
620          1.00         1.00           2.00           1.0          1.00
621          1.00         0.50           1.00           1.0          0.50
622          0.00         1.00           1.00           2.0          2.00
623          0.00         1.00           1.00           2.0          2.00
624          4.00         2.00           0.50           0.5          0.50
625          4.00         2.00           0.50           0.5          0.50
626          2.00         1.00           1.00           0.0          1.00
627          1.00         1.00           1.00           0.0          0.50
628          1.00         1.00           1.00           0.0          0.50
629          1.00         1.00           1.00           0.5          0.50
630          1.00         1.00           1.00           0.5          0.50
631          1.00         0.50           1.00           1.0          0.50
632          1.00         4.00           1.00           1.0          0.25
633          2.00         0.50           1.00           0.5          0.50
634          2.00         0.50           1.00           0.5          0.50
635          2.00         0.50           1.00           0.5          0.50
636          0.50         1.00           2.00           1.0          0.25
637          0.50         1.00           2.00           1.0          0.25
638          2.00         2.00           1.00           1.0          0.50
639          2.00         0.50           1.00           1.0          2.00
640          1.00         2.00           4.00           1.0          0.50
641          0.50         1.00           1.00           1.0          0.50
642          0.50         1.00           0.50           1.0          0.50
643          1.00         0.25           1.00           1.0          0.25
644          1.00         0.50           0.50           1.0          0.50
645          0.50         1.00           1.00           1.0          1.00
646          2.00         1.00           1.00           1.0          0.50
647          1.00         0.50           2.00           1.0          2.00
648          1.00         1.00           1.00           0.0          1.00
649          1.00         4.00           1.00           1.0          0.25
650          1.00         2.00           2.00           1.0          0.50
651          1.00         2.00           2.00           1.0          0.50
652          1.00         2.00           4.00           1.0          0.50
653          1.00         0.50           1.00           1.0          0.50
654          1.00         0.50           1.00           1.0          0.50
655          0.50         0.50           1.00           2.0          0.50
656          1.00         0.50           1.00           1.0          2.00
657          1.00         0.50           1.00           1.0          2.00
658          2.00         0.50           1.00           0.5          2.00
659          2.00         1.00           1.00           0.0          1.00
660          2.00         1.00           1.00           0.0          2.00
661          1.00         1.00           1.00           0.0          0.50
662          0.50         0.50           1.00           1.0          0.25
663          0.50         0.50           1.00           1.0          0.25
664          0.50         2.00           2.00           1.0          0.50
665          0.50         2.00           2.00           1.0          0.50
666          0.25         2.00           2.00           1.0          0.25
667          2.00         0.50           1.00           0.0          0.50
668          2.00         0.50           1.00           0.0          0.50
669          0.50         1.00           1.00           1.0          1.00
670          0.50         1.00           1.00           1.0          1.00
671          0.50         1.00           1.00           1.0          1.00
672          1.00         2.00           2.00           1.0          0.50
673          1.00         2.00           2.00           1.0          0.50
674          1.00         1.00           2.00           1.0          1.00
675          2.00         1.00           2.00           0.5          1.00
676          2.00         1.00           1.00           0.0          1.00
677          0.50         1.00           1.00           2.0          1.00
678          0.50         1.00           1.00           2.0          1.00
679          0.00         2.00           0.50           2.0          0.50
680          0.00         2.00           0.50           2.0          0.50
681          0.00         2.00           0.50           2.0          0.50
682          0.50         1.00           1.00           1.0          1.00
683          0.50         1.00           1.00           1.0          1.00
684          0.50         1.00           1.00           1.0          1.00
685          0.50         1.00           1.00           1.0          1.00
686          1.00         1.00           1.00           1.0          1.00
687          1.00         1.00           1.00           1.0          1.00
688          2.00         0.25           0.50           1.0          4.00
689          2.00         0.25           0.50           1.0          4.00
690          0.50         0.50           1.00           1.0          1.00
691          0.50         0.50           1.00           1.0          0.25
692          1.00         0.50           1.00           1.0          2.00
693          1.00         0.50           1.00           1.0          2.00
694          2.00         1.00           0.50           0.0          1.00
695          2.00         1.00           0.50           0.0          1.00
696          2.00         0.25           0.50           1.0          1.00
697          2.00         0.25           0.50           1.0          1.00
698          4.00         1.00           0.50           1.0          2.00
699          4.00         1.00           0.50           1.0          2.00
700          0.50         1.00           1.00           1.0          1.00
701          0.50         1.00           2.00           1.0          0.50
702          0.50         1.00           0.50           1.0          1.00
703          1.00         0.50           0.50           1.0          2.00
704          1.00         0.50           1.00           1.0          0.50
705          1.00         0.50           1.00           1.0          0.50
706          1.00         0.50           1.00           1.0          0.50
707          1.00         2.00           0.50           1.0          0.50
708          0.00         2.00           2.00           2.0          0.50
709          0.00         2.00           2.00           2.0          0.50
710          0.00         2.00           2.00           2.0          0.50
711          0.00         2.00           2.00           2.0          0.50
712          2.00         2.00           1.00           1.0          1.00
713          2.00         2.00           1.00           1.0          1.00
714          0.50         0.50           1.00           1.0          0.25
715          0.50         0.50           1.00           1.0          0.25
716          0.50         1.00           1.00           1.0          1.00
717          1.00         1.00           1.00           0.5          0.50
718          1.00         0.50           1.00           1.0          1.00
719          1.00         0.50           0.50           1.0          2.00
720          0.00         1.00           1.00           4.0          1.00
721          1.00         0.25           1.00           1.0          1.00
722          0.50         2.00           2.00           1.0          0.25
723          0.50         2.00           2.00           1.0          0.25
724          0.00         2.00           2.00           2.0          0.50
725          1.00         0.50           1.00           1.0          0.50
726          1.00         0.50           1.00           1.0          0.50
727          2.00         0.50           1.00           0.5          0.50
728          1.00         0.50           1.00           1.0          2.00
729          1.00         0.50           1.00           1.0          2.00
730          0.50         0.50           1.00           1.0          2.00
731          1.00         1.00           1.00           0.0          0.50
732          1.00         1.00           1.00           0.0          0.50
733          1.00         1.00           1.00           0.0          0.50
734          2.00         1.00           1.00           0.0          1.00
735          2.00         1.00           1.00           0.0          1.00
736          0.50         2.00           2.00           1.0          0.50
737          0.50         2.00           1.00           1.0          0.50
738          0.50         2.00           1.00           1.0          0.50
739          1.00         1.00           2.00           1.0          1.00
740          2.00         2.00           2.00           1.0          1.00
741          0.50         0.50           1.00           1.0          0.25
742          0.25         2.00           2.00           1.0          0.50
743          0.25         2.00           2.00           1.0          0.50
744          2.00         0.50           0.50           1.0          2.00
745          2.00         0.50           0.50           1.0          2.00
746          1.00         0.50           1.00           1.0          2.00
747          0.50         0.50           1.00           1.0          1.00
748          0.50         0.50           1.00           1.0          1.00
749          1.00         1.00           1.00           1.0          2.00
750          1.00         1.00           1.00           1.0          2.00
751          0.50         1.00           2.00           1.0          1.00
752          0.50         1.00           2.00           1.0          1.00
753          1.00         2.00           2.00           1.0          0.50
754          1.00         2.00           2.00           1.0          0.50
755          0.50         2.00           2.00           1.0          0.50
756          0.50         2.00           2.00           1.0          0.50
757          0.50         0.50           1.00           1.0          0.25
758          0.50         0.50           1.00           1.0          0.25
759          2.00         1.00           2.00           0.0          1.00
760          2.00         1.00           2.00           0.0          1.00
761          1.00         2.00           2.00           1.0          0.50
762          1.00         2.00           2.00           1.0          0.50
763          1.00         2.00           2.00           1.0          0.50
764          0.50         1.00           1.00           1.0          1.00
765          1.00         1.00           1.00           0.0          1.00
766          1.00         1.00           2.00           1.0          1.00
767          0.50         1.00           2.00           1.0          1.00
768          0.50         1.00           2.00           1.0          1.00
769          0.00         1.00           1.00           2.0          2.00
770          0.00         1.00           1.00           2.0          2.00
771          1.00         0.50           1.00           1.0          2.00
772          2.00         1.00           1.00           0.0          1.00
773          2.00         1.00           1.00           0.0          1.00
774          1.00         0.50           0.50           1.0          1.00
775          2.00         1.00           1.00           0.0          1.00
776          1.00         0.25           1.00           1.0          0.25
777          2.00         2.00           0.25           1.0          0.50
778          0.00         1.00           1.00           2.0          1.00
779          0.50         0.50           1.00           2.0          2.00
780          2.00         0.50           1.00           0.0          0.50
781          0.00         2.00           2.00           2.0          0.50
782          1.00         0.50           1.00           1.0          0.50
783          1.00         0.50           2.00           1.0          0.50
784          1.00         0.50           2.00           1.0          0.50
785          0.50         1.00           0.50           1.0          1.00
786          0.25         1.00           1.00           2.0          1.00
787          0.50         2.00           2.00           1.0          0.50
788          0.50         0.50           1.00           1.0          2.00
789          0.50         1.00           1.00           2.0          1.00
790          0.50         1.00           1.00           2.0          1.00
791          1.00         2.00           0.50           2.0          0.50
792          0.00         1.00           1.00           4.0          1.00
793          1.00         0.50           0.50           1.0          1.00
794          0.50         2.00           4.00           1.0          0.50
795          0.50         2.00           4.00           1.0          0.50
796          1.00         1.00           0.50           1.0          1.00
797          1.00         2.00           0.50           1.0          0.25
798          2.00         4.00           1.00           1.0          0.25
799          2.00         0.50           1.00           0.5          0.50
800          0.50         1.00           1.00           2.0          1.00
801          1.00         2.00           0.50           1.0          0.50
    against_ground against_ice against_normal against_poison against_psychic
1             1.00        2.00           1.00           1.00            2.00
2             1.00        2.00           1.00           1.00            2.00
3             1.00        2.00           1.00           1.00            2.00
4             2.00        0.50           1.00           1.00            1.00
5             2.00        0.50           1.00           1.00            1.00
6             0.00        1.00           1.00           1.00            1.00
7             1.00        0.50           1.00           1.00            1.00
8             1.00        0.50           1.00           1.00            1.00
9             1.00        0.50           1.00           1.00            1.00
10            0.50        1.00           1.00           1.00            1.00
11            0.50        1.00           1.00           1.00            1.00
12            0.00        2.00           1.00           1.00            1.00
13            1.00        1.00           1.00           0.50            2.00
14            1.00        1.00           1.00           0.50            2.00
15            1.00        1.00           1.00           0.50            2.00
16            0.00        2.00           1.00           1.00            1.00
17            0.00        2.00           1.00           1.00            1.00
18            0.00        2.00           1.00           1.00            1.00
19            1.00        1.00           1.00           1.00            1.00
20            1.00        1.00           1.00           1.00            1.00
21            0.00        2.00           1.00           1.00            1.00
22            0.00        2.00           1.00           1.00            1.00
23            2.00        1.00           1.00           0.50            2.00
24            2.00        1.00           1.00           0.50            2.00
25            2.00        1.00           1.00           1.00            1.00
26            2.00        1.00           1.00           1.00            1.00
27            1.00        2.00           1.00           0.50            1.00
28            1.00        2.00           1.00           0.50            1.00
29            2.00        1.00           1.00           0.50            2.00
30            2.00        1.00           1.00           0.50            2.00
31            2.00        2.00           1.00           0.25            2.00
32            2.00        1.00           1.00           0.50            2.00
33            2.00        1.00           1.00           0.50            2.00
34            2.00        2.00           1.00           0.25            2.00
35            1.00        1.00           1.00           2.00            1.00
36            1.00        1.00           1.00           2.00            1.00
37            2.00        0.50           1.00           1.00            1.00
38            2.00        0.50           1.00           1.00            1.00
39            1.00        1.00           1.00           2.00            1.00
40            1.00        1.00           1.00           2.00            1.00
41            0.00        2.00           1.00           0.50            2.00
42            0.00        2.00           1.00           0.50            2.00
43            1.00        2.00           1.00           1.00            2.00
44            1.00        2.00           1.00           1.00            2.00
45            1.00        2.00           1.00           1.00            2.00
46            0.25        2.00           1.00           2.00            1.00
47            0.25        2.00           1.00           2.00            1.00
48            1.00        1.00           1.00           0.50            2.00
49            1.00        1.00           1.00           0.50            2.00
50            1.00        2.00           1.00           0.50            1.00
51            1.00        2.00           1.00           0.50            1.00
52            1.00        1.00           1.00           1.00            1.00
53            1.00        1.00           1.00           1.00            1.00
54            1.00        0.50           1.00           1.00            1.00
55            1.00        0.50           1.00           1.00            1.00
56            1.00        1.00           1.00           1.00            2.00
57            1.00        1.00           1.00           1.00            2.00
58            2.00        0.50           1.00           1.00            1.00
59            2.00        0.50           1.00           1.00            1.00
60            1.00        0.50           1.00           1.00            1.00
61            1.00        0.50           1.00           1.00            1.00
62            1.00        0.50           1.00           1.00            2.00
63            1.00        1.00           1.00           1.00            0.50
64            1.00        1.00           1.00           1.00            0.50
65            1.00        1.00           1.00           1.00            0.50
66            1.00        1.00           1.00           1.00            2.00
67            1.00        1.00           1.00           1.00            2.00
68            1.00        1.00           1.00           1.00            2.00
69            1.00        2.00           1.00           1.00            2.00
70            1.00        2.00           1.00           1.00            2.00
71            1.00        2.00           1.00           1.00            2.00
72            2.00        0.50           1.00           0.50            2.00
73            2.00        0.50           1.00           0.50            2.00
74            2.00        2.00           0.50           0.25            1.00
75            2.00        2.00           0.50           0.25            1.00
76            2.00        2.00           0.50           0.25            1.00
77            2.00        0.50           1.00           1.00            1.00
78            2.00        0.50           1.00           1.00            1.00
79            1.00        0.50           1.00           1.00            0.50
80            1.00        0.50           1.00           1.00            0.50
81            4.00        0.50           0.50           0.00            0.50
82            4.00        0.50           0.50           0.00            0.50
83            0.00        2.00           1.00           1.00            1.00
84            0.00        2.00           1.00           1.00            1.00
85            0.00        2.00           1.00           1.00            1.00
86            1.00        0.50           1.00           1.00            1.00
87            1.00        0.25           1.00           1.00            1.00
88            2.00        1.00           1.00           0.50            2.00
89            2.00        1.00           1.00           0.50            2.00
90            1.00        0.50           1.00           1.00            1.00
91            1.00        0.25           1.00           1.00            1.00
92            2.00        1.00           0.00           0.25            2.00
93            2.00        1.00           0.00           0.25            2.00
94            2.00        1.00           0.00           0.25            2.00
95            2.00        2.00           0.50           0.25            1.00
96            1.00        1.00           1.00           1.00            0.50
97            1.00        1.00           1.00           1.00            0.50
98            1.00        0.50           1.00           1.00            1.00
99            1.00        0.50           1.00           1.00            1.00
100           2.00        1.00           1.00           1.00            1.00
101           2.00        1.00           1.00           1.00            1.00
102           0.50        2.00           1.00           2.00            0.50
103           0.50        2.00           1.00           2.00            0.50
104           1.00        2.00           1.00           0.50            1.00
105           1.00        2.00           1.00           0.50            1.00
106           1.00        1.00           1.00           1.00            2.00
107           1.00        1.00           1.00           1.00            2.00
108           1.00        1.00           1.00           1.00            1.00
109           2.00        1.00           1.00           0.50            2.00
110           2.00        1.00           1.00           0.50            2.00
111           2.00        2.00           0.50           0.25            1.00
112           2.00        2.00           0.50           0.25            1.00
113           1.00        1.00           1.00           1.00            1.00
114           0.50        2.00           1.00           2.00            1.00
115           1.00        1.00           1.00           1.00            1.00
116           1.00        0.50           1.00           1.00            1.00
117           1.00        0.50           1.00           1.00            1.00
118           1.00        0.50           1.00           1.00            1.00
119           1.00        0.50           1.00           1.00            1.00
120           1.00        0.50           1.00           1.00            1.00
121           1.00        0.50           1.00           1.00            0.50
122           1.00        1.00           1.00           2.00            0.50
123           0.00        2.00           1.00           1.00            1.00
124           1.00        0.50           1.00           1.00            0.50
125           2.00        1.00           1.00           1.00            1.00
126           2.00        0.50           1.00           1.00            1.00
127           0.50        1.00           1.00           1.00            1.00
128           1.00        1.00           1.00           1.00            1.00
129           1.00        0.50           1.00           1.00            1.00
130           0.00        1.00           1.00           1.00            1.00
131           1.00        0.25           1.00           1.00            1.00
132           1.00        1.00           1.00           1.00            1.00
133           1.00        1.00           1.00           1.00            1.00
134           1.00        0.50           1.00           1.00            1.00
135           2.00        1.00           1.00           1.00            1.00
136           2.00        0.50           1.00           1.00            1.00
137           1.00        1.00           1.00           1.00            1.00
138           2.00        0.50           0.50           0.50            1.00
139           2.00        0.50           0.50           0.50            1.00
140           2.00        0.50           0.50           0.50            1.00
141           2.00        0.50           0.50           0.50            1.00
142           0.00        2.00           0.50           0.50            1.00
143           1.00        1.00           1.00           1.00            1.00
144           0.00        1.00           1.00           1.00            1.00
145           0.00        2.00           1.00           1.00            1.00
146           0.00        1.00           1.00           1.00            1.00
147           1.00        2.00           1.00           1.00            1.00
148           1.00        2.00           1.00           1.00            1.00
149           0.00        4.00           1.00           1.00            1.00
150           1.00        1.00           1.00           1.00            0.50
151           1.00        1.00           1.00           1.00            0.50
152           0.50        2.00           1.00           2.00            1.00
153           0.50        2.00           1.00           2.00            1.00
154           0.50        2.00           1.00           2.00            1.00
155           2.00        0.50           1.00           1.00            1.00
156           2.00        0.50           1.00           1.00            1.00
157           2.00        0.50           1.00           1.00            1.00
158           1.00        0.50           1.00           1.00            1.00
159           1.00        0.50           1.00           1.00            1.00
160           1.00        0.50           1.00           1.00            1.00
161           1.00        1.00           1.00           1.00            1.00
162           1.00        1.00           1.00           1.00            1.00
163           0.00        2.00           1.00           1.00            1.00
164           0.00        2.00           1.00           1.00            1.00
165           0.00        2.00           1.00           1.00            1.00
166           0.00        2.00           1.00           1.00            1.00
167           1.00        1.00           1.00           0.50            2.00
168           1.00        1.00           1.00           0.50            2.00
169           0.00        2.00           1.00           0.50            2.00
170           2.00        0.50           1.00           1.00            1.00
171           2.00        0.50           1.00           1.00            1.00
172           2.00        1.00           1.00           1.00            1.00
173           1.00        1.00           1.00           2.00            1.00
174           1.00        1.00           1.00           2.00            1.00
175           1.00        1.00           1.00           2.00            1.00
176           0.00        2.00           1.00           2.00            1.00
177           0.00        2.00           1.00           1.00            0.50
178           0.00        2.00           1.00           1.00            0.50
179           2.00        1.00           1.00           1.00            1.00
180           2.00        1.00           1.00           1.00            1.00
181           2.00        1.00           1.00           1.00            1.00
182           0.50        2.00           1.00           2.00            1.00
183           1.00        0.50           1.00           2.00            1.00
184           1.00        0.50           1.00           2.00            1.00
185           2.00        1.00           0.50           0.50            1.00
186           1.00        0.50           1.00           1.00            1.00
187           0.00        4.00           1.00           2.00            1.00
188           0.00        4.00           1.00           2.00            1.00
189           0.00        4.00           1.00           2.00            1.00
190           1.00        1.00           1.00           1.00            1.00
191           0.50        2.00           1.00           2.00            1.00
192           0.50        2.00           1.00           2.00            1.00
193           0.00        2.00           1.00           1.00            1.00
194           1.00        1.00           1.00           0.50            1.00
195           1.00        1.00           1.00           0.50            1.00
196           1.00        1.00           1.00           1.00            0.50
197           1.00        1.00           1.00           1.00            0.00
198           0.00        2.00           1.00           1.00            0.00
199           1.00        0.50           1.00           1.00            0.50
200           1.00        1.00           0.00           0.50            1.00
201           1.00        1.00           1.00           1.00            0.50
202           1.00        1.00           1.00           1.00            0.50
203           1.00        1.00           1.00           1.00            0.50
204           0.50        1.00           1.00           1.00            1.00
205           1.00        0.50           0.50           0.00            0.50
206           1.00        1.00           1.00           1.00            1.00
207           0.00        4.00           1.00           0.50            1.00
208           2.00        1.00           0.50           0.00            0.50
209           1.00        1.00           1.00           2.00            1.00
210           1.00        1.00           1.00           2.00            1.00
211           2.00        0.50           1.00           0.50            2.00
212           1.00        0.50           0.50           0.00            0.50
213           1.00        1.00           0.50           0.50            1.00
214           0.50        1.00           1.00           1.00            2.00
215           1.00        0.50           1.00           1.00            0.00
216           1.00        1.00           1.00           1.00            1.00
217           1.00        1.00           1.00           1.00            1.00
218           2.00        0.50           1.00           1.00            1.00
219           4.00        0.50           0.50           0.50            1.00
220           1.00        1.00           1.00           0.50            1.00
221           1.00        1.00           1.00           0.50            1.00
222           2.00        0.50           0.50           0.50            1.00
223           1.00        0.50           1.00           1.00            1.00
224           1.00        0.50           1.00           1.00            1.00
225           0.00        1.00           1.00           1.00            1.00
226           0.00        1.00           1.00           1.00            1.00
227           0.00        1.00           0.50           0.00            0.50
228           2.00        0.50           1.00           1.00            0.00
229           2.00        0.50           1.00           1.00            0.00
230           1.00        1.00           1.00           1.00            1.00
231           1.00        2.00           1.00           0.50            1.00
232           1.00        2.00           1.00           0.50            1.00
233           1.00        1.00           1.00           1.00            1.00
234           1.00        1.00           1.00           1.00            1.00
235           1.00        1.00           1.00           1.00            1.00
236           1.00        1.00           1.00           1.00            2.00
237           1.00        1.00           1.00           1.00            2.00
238           1.00        0.50           1.00           1.00            0.50
239           2.00        1.00           1.00           1.00            1.00
240           2.00        0.50           1.00           1.00            1.00
241           1.00        1.00           1.00           1.00            1.00
242           1.00        1.00           1.00           1.00            1.00
243           2.00        1.00           1.00           1.00            1.00
244           2.00        0.50           1.00           1.00            1.00
245           1.00        0.50           1.00           1.00            1.00
246           2.00        2.00           0.50           0.25            1.00
247           2.00        2.00           0.50           0.25            1.00
248           2.00        1.00           0.50           0.50            0.00
249           0.00        2.00           1.00           1.00            0.50
250           0.00        1.00           1.00           1.00            1.00
251           0.50        2.00           1.00           2.00            0.50
252           0.50        2.00           1.00           2.00            1.00
253           0.50        2.00           1.00           2.00            1.00
254           0.50        2.00           1.00           2.00            1.00
255           2.00        0.50           1.00           1.00            1.00
256           2.00        0.50           1.00           1.00            2.00
257           2.00        0.50           1.00           1.00            2.00
258           1.00        0.50           1.00           1.00            1.00
259           1.00        1.00           1.00           0.50            1.00
260           1.00        1.00           1.00           0.50            1.00
261           1.00        1.00           1.00           1.00            0.00
262           1.00        1.00           1.00           1.00            0.00
263           1.00        1.00           1.00           1.00            1.00
264           1.00        1.00           1.00           1.00            1.00
265           0.50        1.00           1.00           1.00            1.00
266           0.50        1.00           1.00           1.00            1.00
267           0.00        2.00           1.00           1.00            1.00
268           0.50        1.00           1.00           1.00            1.00
269           1.00        1.00           1.00           0.50            2.00
270           0.50        1.00           1.00           2.00            1.00
271           0.50        1.00           1.00           2.00            1.00
272           0.50        1.00           1.00           2.00            1.00
273           0.50        2.00           1.00           2.00            1.00
274           0.50        2.00           1.00           2.00            0.00
275           0.50        2.00           1.00           2.00            0.00
276           0.00        2.00           1.00           1.00            1.00
277           0.00        2.00           1.00           1.00            1.00
278           0.00        1.00           1.00           1.00            1.00
279           0.00        1.00           1.00           1.00            1.00
280           1.00        1.00           1.00           2.00            0.50
281           1.00        1.00           1.00           2.00            0.50
282           1.00        1.00           1.00           2.00            0.50
283           0.50        0.50           1.00           1.00            1.00
284           0.00        2.00           1.00           1.00            1.00
285           0.50        2.00           1.00           2.00            1.00
286           0.50        2.00           1.00           2.00            2.00
287           1.00        1.00           1.00           1.00            1.00
288           1.00        1.00           1.00           1.00            1.00
289           1.00        1.00           1.00           1.00            1.00
290           0.50        2.00           1.00           0.50            1.00
291           0.00        2.00           1.00           1.00            1.00
292           0.50        1.00           0.00           0.50            1.00
293           1.00        1.00           1.00           1.00            1.00
294           1.00        1.00           1.00           1.00            1.00
295           1.00        1.00           1.00           1.00            1.00
296           1.00        1.00           1.00           1.00            2.00
297           1.00        1.00           1.00           1.00            2.00
298           1.00        1.00           1.00           2.00            1.00
299           2.00        1.00           0.50           0.50            1.00
300           1.00        1.00           1.00           1.00            1.00
301           1.00        1.00           1.00           1.00            1.00
302           1.00        1.00           0.00           0.50            0.00
303           2.00        0.50           0.50           0.00            0.50
304           4.00        0.50           0.25           0.00            0.50
305           4.00        0.50           0.25           0.00            0.50
306           4.00        0.50           0.25           0.00            0.50
307           1.00        1.00           1.00           1.00            1.00
308           1.00        1.00           1.00           1.00            1.00
309           2.00        1.00           1.00           1.00            1.00
310           2.00        1.00           1.00           1.00            1.00
311           2.00        1.00           1.00           1.00            1.00
312           2.00        1.00           1.00           1.00            1.00
313           0.50        1.00           1.00           1.00            1.00
314           0.50        1.00           1.00           1.00            1.00
315           1.00        2.00           1.00           1.00            2.00
316           2.00        1.00           1.00           0.50            2.00
317           2.00        1.00           1.00           0.50            2.00
318           1.00        0.50           1.00           1.00            0.00
319           1.00        0.50           1.00           1.00            0.00
320           1.00        0.50           1.00           1.00            1.00
321           1.00        0.50           1.00           1.00            1.00
322           2.00        1.00           1.00           0.50            1.00
323           2.00        1.00           1.00           0.50            1.00
324           2.00        0.50           1.00           1.00            1.00
325           1.00        1.00           1.00           1.00            0.50
326           1.00        1.00           1.00           1.00            0.50
327           1.00        1.00           1.00           1.00            1.00
328           1.00        2.00           1.00           0.50            1.00
329           1.00        4.00           1.00           0.50            1.00
330           1.00        4.00           1.00           0.50            1.00
331           0.50        2.00           1.00           2.00            1.00
332           0.50        2.00           1.00           2.00            0.00
333           0.00        2.00           1.00           1.00            1.00
334           0.00        4.00           1.00           1.00            1.00
335           1.00        1.00           1.00           1.00            1.00
336           2.00        1.00           1.00           0.50            2.00
337           2.00        1.00           0.50           0.50            0.50
338           2.00        1.00           0.50           0.50            0.50
339           1.00        1.00           1.00           0.50            1.00
340           1.00        1.00           1.00           0.50            1.00
341           1.00        0.50           1.00           1.00            1.00
342           1.00        0.50           1.00           1.00            0.00
343           1.00        2.00           1.00           0.50            0.50
344           1.00        2.00           1.00           0.50            0.50
345           1.00        2.00           0.50           1.00            1.00
346           1.00        2.00           0.50           1.00            1.00
347           1.00        1.00           0.50           0.50            1.00
348           1.00        1.00           0.50           0.50            1.00
349           1.00        0.50           1.00           1.00            1.00
350           1.00        0.50           1.00           1.00            1.00
351           1.00        1.00           1.00           1.00            1.00
352           1.00        1.00           1.00           1.00            1.00
353           1.00        1.00           0.00           0.50            1.00
354           1.00        1.00           0.00           0.50            1.00
355           1.00        1.00           0.00           0.50            1.00
356           1.00        1.00           0.00           0.50            1.00
357           0.00        4.00           1.00           2.00            1.00
358           1.00        1.00           1.00           1.00            0.50
359           1.00        1.00           1.00           1.00            0.00
360           1.00        1.00           1.00           1.00            0.50
361           1.00        0.50           1.00           1.00            1.00
362           1.00        0.50           1.00           1.00            1.00
363           1.00        0.25           1.00           1.00            1.00
364           1.00        0.25           1.00           1.00            1.00
365           1.00        0.25           1.00           1.00            1.00
366           1.00        0.50           1.00           1.00            1.00
367           1.00        0.50           1.00           1.00            1.00
368           1.00        0.50           1.00           1.00            1.00
369           2.00        0.50           0.50           0.50            1.00
370           1.00        0.50           1.00           1.00            1.00
371           1.00        2.00           1.00           1.00            1.00
372           1.00        2.00           1.00           1.00            1.00
373           0.00        4.00           1.00           1.00            1.00
374           2.00        0.50           0.50           0.00            0.25
375           2.00        0.50           0.50           0.00            0.25
376           2.00        0.50           0.50           0.00            0.25
377           2.00        1.00           0.50           0.50            1.00
378           1.00        0.50           1.00           1.00            1.00
379           2.00        0.50           0.50           0.00            0.50
380           1.00        2.00           1.00           1.00            0.50
381           1.00        2.00           1.00           1.00            0.50
382           1.00        0.50           1.00           1.00            1.00
383           1.00        2.00           1.00           0.50            1.00
384           0.00        4.00           1.00           1.00            1.00
385           2.00        0.50           0.50           0.00            0.25
386           1.00        1.00           1.00           1.00            0.50
387           0.50        2.00           1.00           2.00            1.00
388           0.50        2.00           1.00           2.00            1.00
389           0.50        4.00           1.00           1.00            1.00
390           2.00        0.50           1.00           1.00            1.00
391           2.00        0.50           1.00           1.00            2.00
392           2.00        0.50           1.00           1.00            2.00
393           1.00        0.50           1.00           1.00            1.00
394           1.00        0.50           1.00           1.00            1.00
395           2.00        0.25           0.50           0.00            0.50
396           0.00        2.00           1.00           1.00            1.00
397           0.00        2.00           1.00           1.00            1.00
398           0.00        2.00           1.00           1.00            1.00
399           1.00        1.00           1.00           1.00            1.00
400           1.00        0.50           1.00           1.00            1.00
401           0.50        1.00           1.00           1.00            1.00
402           0.50        1.00           1.00           1.00            1.00
403           2.00        1.00           1.00           1.00            1.00
404           2.00        1.00           1.00           1.00            1.00
405           2.00        1.00           1.00           1.00            1.00
406           1.00        2.00           1.00           1.00            2.00
407           1.00        2.00           1.00           1.00            2.00
408           2.00        1.00           0.50           0.50            1.00
409           2.00        1.00           0.50           0.50            1.00
410           4.00        0.50           0.25           0.00            0.50
411           4.00        0.50           0.25           0.00            0.50
412           0.50        1.00           1.00           1.00            1.00
413           0.25        2.00           1.00           2.00            1.00
414           0.00        2.00           1.00           1.00            1.00
415           0.00        2.00           1.00           1.00            1.00
416           0.00        2.00           1.00           1.00            1.00
417           2.00        1.00           1.00           1.00            1.00
418           1.00        0.50           1.00           1.00            1.00
419           1.00        0.50           1.00           1.00            1.00
420           0.50        2.00           1.00           2.00            1.00
421           0.50        2.00           1.00           2.00            1.00
422           1.00        0.50           1.00           1.00            1.00
423           1.00        1.00           1.00           0.50            1.00
424           1.00        1.00           1.00           1.00            1.00
425           0.00        2.00           0.00           0.50            1.00
426           0.00        2.00           0.00           0.50            1.00
427           1.00        1.00           1.00           1.00            1.00
428           1.00        1.00           1.00           1.00            1.00
429           1.00        1.00           0.00           0.50            1.00
430           0.00        2.00           1.00           1.00            0.00
431           1.00        1.00           1.00           1.00            1.00
432           1.00        1.00           1.00           1.00            1.00
433           1.00        1.00           1.00           1.00            0.50
434           2.00        1.00           1.00           0.50            0.00
435           2.00        1.00           1.00           0.50            0.00
436           2.00        0.50           0.50           0.00            0.25
437           2.00        0.50           0.50           0.00            0.25
438           2.00        1.00           0.50           0.50            1.00
439           1.00        1.00           1.00           2.00            0.50
440           1.00        1.00           1.00           1.00            1.00
441           0.00        2.00           1.00           1.00            1.00
442           1.00        1.00           0.00           0.50            0.00
443           1.00        4.00           1.00           0.50            1.00
444           1.00        4.00           1.00           0.50            1.00
445           1.00        4.00           1.00           0.50            1.00
446           1.00        1.00           1.00           1.00            1.00
447           1.00        1.00           1.00           1.00            2.00
448           2.00        0.50           0.50           0.00            1.00
449           1.00        2.00           1.00           0.50            1.00
450           1.00        2.00           1.00           0.50            1.00
451           1.00        1.00           1.00           0.50            2.00
452           2.00        1.00           1.00           0.50            0.00
453           2.00        1.00           1.00           0.50            4.00
454           2.00        1.00           1.00           0.50            4.00
455           0.50        2.00           1.00           2.00            1.00
456           1.00        0.50           1.00           1.00            1.00
457           1.00        0.50           1.00           1.00            1.00
458           0.00        1.00           1.00           1.00            1.00
459           0.50        1.00           1.00           2.00            1.00
460           0.50        1.00           1.00           2.00            1.00
461           1.00        0.50           1.00           1.00            0.00
462           4.00        0.50           0.50           0.00            0.50
463           1.00        1.00           1.00           1.00            1.00
464           2.00        2.00           0.50           0.25            1.00
465           0.50        2.00           1.00           2.00            1.00
466           2.00        1.00           1.00           1.00            1.00
467           2.00        0.50           1.00           1.00            1.00
468           0.00        2.00           1.00           2.00            1.00
469           0.00        2.00           1.00           1.00            1.00
470           0.50        2.00           1.00           2.00            1.00
471           1.00        0.50           1.00           1.00            1.00
472           0.00        4.00           1.00           0.50            1.00
473           1.00        1.00           1.00           0.50            1.00
474           1.00        1.00           1.00           1.00            1.00
475           1.00        1.00           1.00           1.00            1.00
476           4.00        0.50           0.25           0.00            0.50
477           1.00        1.00           0.00           0.50            1.00
478           1.00        0.50           0.00           0.50            1.00
479           2.00        1.00           0.00           0.50            1.00
480           1.00        1.00           1.00           1.00            0.50
481           1.00        1.00           1.00           1.00            0.50
482           1.00        1.00           1.00           1.00            0.50
483           2.00        1.00           0.50           0.00            0.50
484           1.00        1.00           1.00           1.00            1.00
485           4.00        0.25           0.50           0.00            0.50
486           1.00        1.00           1.00           1.00            1.00
487           1.00        2.00           0.00           0.50            1.00
488           1.00        1.00           1.00           1.00            0.50
489           1.00        0.50           1.00           1.00            1.00
490           1.00        0.50           1.00           1.00            1.00
491           1.00        1.00           1.00           1.00            0.00
492           0.50        2.00           1.00           2.00            1.00
493           1.00        1.00           1.00           1.00            1.00
494           2.00        0.50           1.00           1.00            0.50
495           0.50        2.00           1.00           2.00            1.00
496           0.50        2.00           1.00           2.00            1.00
497           0.50        2.00           1.00           2.00            1.00
498           2.00        0.50           1.00           1.00            1.00
499           2.00        0.50           1.00           1.00            2.00
500           2.00        0.50           1.00           1.00            2.00
501           1.00        0.50           1.00           1.00            1.00
502           1.00        0.50           1.00           1.00            1.00
503           1.00        0.50           1.00           1.00            1.00
504           1.00        1.00           1.00           1.00            1.00
505           1.00        1.00           1.00           1.00            1.00
506           1.00        1.00           1.00           1.00            1.00
507           1.00        1.00           1.00           1.00            1.00
508           1.00        1.00           1.00           1.00            1.00
509           1.00        1.00           1.00           1.00            0.00
510           1.00        1.00           1.00           1.00            0.00
511           0.50        2.00           1.00           2.00            1.00
512           0.50        2.00           1.00           2.00            1.00
513           2.00        0.50           1.00           1.00            1.00
514           2.00        0.50           1.00           1.00            1.00
515           1.00        0.50           1.00           1.00            1.00
516           1.00        0.50           1.00           1.00            1.00
517           1.00        1.00           1.00           1.00            0.50
518           1.00        1.00           1.00           1.00            0.50
519           0.00        2.00           1.00           1.00            1.00
520           0.00        2.00           1.00           1.00            1.00
521           0.00        2.00           1.00           1.00            1.00
522           2.00        1.00           1.00           1.00            1.00
523           2.00        1.00           1.00           1.00            1.00
524           2.00        1.00           0.50           0.50            1.00
525           2.00        1.00           0.50           0.50            1.00
526           2.00        1.00           0.50           0.50            1.00
527           0.00        2.00           1.00           1.00            0.50
528           0.00        2.00           1.00           1.00            0.50
529           1.00        2.00           1.00           0.50            1.00
530           2.00        1.00           0.50           0.00            0.50
531           1.00        1.00           1.00           1.00            1.00
532           1.00        1.00           1.00           1.00            2.00
533           1.00        1.00           1.00           1.00            2.00
534           1.00        1.00           1.00           1.00            2.00
535           1.00        0.50           1.00           1.00            1.00
536           1.00        1.00           1.00           0.50            1.00
537           1.00        1.00           1.00           0.50            1.00
538           1.00        1.00           1.00           1.00            2.00
539           1.00        1.00           1.00           1.00            2.00
540           0.25        2.00           1.00           2.00            1.00
541           0.25        2.00           1.00           2.00            1.00
542           0.25        2.00           1.00           2.00            1.00
543           1.00        1.00           1.00           0.50            2.00
544           1.00        1.00           1.00           0.50            2.00
545           1.00        1.00           1.00           0.50            2.00
546           0.50        2.00           1.00           4.00            1.00
547           0.50        2.00           1.00           4.00            1.00
548           0.50        2.00           1.00           2.00            1.00
549           0.50        2.00           1.00           2.00            1.00
550           1.00        0.50           1.00           1.00            1.00
551           1.00        2.00           1.00           0.50            0.00
552           1.00        2.00           1.00           0.50            0.00
553           1.00        2.00           1.00           0.50            0.00
554           2.00        0.50           1.00           1.00            1.00
555           2.00        0.50           1.00           1.00            1.00
556           0.50        2.00           1.00           2.00            1.00
557           1.00        1.00           0.50           0.50            1.00
558           1.00        1.00           0.50           0.50            1.00
559           1.00        1.00           1.00           1.00            0.00
560           1.00        1.00           1.00           1.00            0.00
561           0.00        2.00           1.00           1.00            0.50
562           1.00        1.00           0.00           0.50            1.00
563           1.00        1.00           0.00           0.50            1.00
564           2.00        0.50           0.50           0.50            1.00
565           2.00        0.50           0.50           0.50            1.00
566           0.00        2.00           0.50           0.50            1.00
567           0.00        2.00           0.50           0.50            1.00
568           2.00        1.00           1.00           0.50            2.00
569           2.00        1.00           1.00           0.50            2.00
570           1.00        1.00           1.00           1.00            0.00
571           1.00        1.00           1.00           1.00            0.00
572           1.00        1.00           1.00           1.00            1.00
573           1.00        1.00           1.00           1.00            1.00
574           1.00        1.00           1.00           1.00            0.50
575           1.00        1.00           1.00           1.00            0.50
576           1.00        1.00           1.00           1.00            0.50
577           1.00        1.00           1.00           1.00            0.50
578           1.00        1.00           1.00           1.00            0.50
579           1.00        1.00           1.00           1.00            0.50
580           0.00        1.00           1.00           1.00            1.00
581           0.00        1.00           1.00           1.00            1.00
582           1.00        0.50           1.00           1.00            1.00
583           1.00        0.50           1.00           1.00            1.00
584           1.00        0.50           1.00           1.00            1.00
585           0.50        2.00           1.00           2.00            1.00
586           0.50        2.00           1.00           2.00            1.00
587           0.00        2.00           1.00           1.00            1.00
588           0.50        1.00           1.00           1.00            1.00
589           1.00        0.50           0.50           0.00            0.50
590           1.00        2.00           1.00           1.00            2.00
591           1.00        2.00           1.00           1.00            2.00
592           1.00        0.50           0.00           0.50            1.00
593           1.00        0.50           0.00           0.50            1.00
594           1.00        0.50           1.00           1.00            1.00
595           1.00        1.00           1.00           1.00            1.00
596           1.00        1.00           1.00           1.00            1.00
597           1.00        1.00           0.50           0.00            0.50
598           1.00        1.00           0.50           0.00            0.50
599           2.00        0.50           0.50           0.00            0.50
600           2.00        0.50           0.50           0.00            0.50
601           2.00        0.50           0.50           0.00            0.50
602           2.00        1.00           1.00           1.00            1.00
603           2.00        1.00           1.00           1.00            1.00
604           2.00        1.00           1.00           1.00            1.00
605           1.00        1.00           1.00           1.00            0.50
606           1.00        1.00           1.00           1.00            0.50
607           2.00        0.50           0.00           0.50            1.00
608           2.00        0.50           0.00           0.50            1.00
609           2.00        0.50           0.00           0.50            1.00
610           1.00        2.00           1.00           1.00            1.00
611           1.00        2.00           1.00           1.00            1.00
612           1.00        2.00           1.00           1.00            1.00
613           1.00        0.50           1.00           1.00            1.00
614           1.00        0.50           1.00           1.00            1.00
615           1.00        0.50           1.00           1.00            1.00
616           0.50        1.00           1.00           1.00            1.00
617           0.50        1.00           1.00           1.00            1.00
618           2.00        2.00           1.00           0.50            1.00
619           1.00        1.00           1.00           1.00            2.00
620           1.00        1.00           1.00           1.00            2.00
621           1.00        2.00           1.00           1.00            1.00
622           1.00        2.00           0.00           0.25            1.00
623           1.00        2.00           0.00           0.25            1.00
624           2.00        0.50           0.50           0.00            0.00
625           2.00        0.50           0.50           0.00            0.00
626           1.00        1.00           1.00           1.00            1.00
627           0.00        2.00           1.00           1.00            1.00
628           0.00        2.00           1.00           1.00            1.00
629           0.00        2.00           1.00           1.00            0.00
630           0.00        2.00           1.00           1.00            0.00
631           2.00        0.50           1.00           1.00            1.00
632           1.00        0.50           0.50           0.00            0.50
633           1.00        2.00           1.00           1.00            0.00
634           1.00        2.00           1.00           1.00            0.00
635           1.00        2.00           1.00           1.00            0.00
636           1.00        0.50           1.00           1.00            1.00
637           1.00        0.50           1.00           1.00            1.00
638           2.00        0.50           0.50           0.00            1.00
639           2.00        1.00           0.50           0.50            2.00
640           0.50        2.00           1.00           2.00            2.00
641           0.00        2.00           1.00           1.00            1.00
642           0.00        2.00           1.00           1.00            1.00
643           2.00        1.00           1.00           1.00            1.00
644           2.00        2.00           1.00           1.00            1.00
645           0.00        4.00           1.00           0.50            1.00
646           1.00        1.00           1.00           1.00            1.00
647           1.00        0.50           1.00           1.00            2.00
648           1.00        1.00           1.00           1.00            0.50
649           1.00        0.50           0.50           0.00            0.50
650           0.50        2.00           1.00           2.00            1.00
651           0.50        2.00           1.00           2.00            1.00
652           0.50        2.00           1.00           2.00            2.00
653           2.00        0.50           1.00           1.00            1.00
654           2.00        0.50           1.00           1.00            1.00
655           2.00        0.50           1.00           1.00            0.50
656           1.00        0.50           1.00           1.00            1.00
657           1.00        0.50           1.00           1.00            1.00
658           1.00        0.50           1.00           1.00            0.00
659           1.00        1.00           1.00           1.00            1.00
660           1.00        2.00           1.00           0.50            1.00
661           0.00        2.00           1.00           1.00            1.00
662           0.00        1.00           1.00           1.00            1.00
663           0.00        1.00           1.00           1.00            1.00
664           0.50        1.00           1.00           1.00            1.00
665           0.50        1.00           1.00           1.00            1.00
666           0.00        2.00           1.00           1.00            1.00
667           2.00        0.50           1.00           1.00            1.00
668           2.00        0.50           1.00           1.00            1.00
669           1.00        1.00           1.00           2.00            1.00
670           1.00        1.00           1.00           2.00            1.00
671           1.00        1.00           1.00           2.00            1.00
672           0.50        2.00           1.00           2.00            1.00
673           0.50        2.00           1.00           2.00            1.00
674           1.00        1.00           1.00           1.00            2.00
675           1.00        1.00           1.00           1.00            0.00
676           1.00        1.00           1.00           1.00            1.00
677           1.00        1.00           1.00           1.00            0.50
678           1.00        1.00           1.00           1.00            0.50
679           2.00        0.50           0.00           0.00            0.50
680           2.00        0.50           0.00           0.00            0.50
681           2.00        0.50           0.00           0.00            0.50
682           1.00        1.00           1.00           2.00            1.00
683           1.00        1.00           1.00           2.00            1.00
684           1.00        1.00           1.00           2.00            1.00
685           1.00        1.00           1.00           2.00            1.00
686           1.00        1.00           1.00           1.00            0.00
687           1.00        1.00           1.00           1.00            0.00
688           2.00        0.50           0.50           0.50            1.00
689           2.00        0.50           0.50           0.50            1.00
690           2.00        0.50           1.00           0.50            2.00
691           2.00        2.00           1.00           0.50            2.00
692           1.00        0.50           1.00           1.00            1.00
693           1.00        0.50           1.00           1.00            1.00
694           2.00        1.00           1.00           1.00            1.00
695           2.00        1.00           1.00           1.00            1.00
696           2.00        2.00           0.50           0.50            1.00
697           2.00        2.00           0.50           0.50            1.00
698           2.00        0.50           0.50           0.50            1.00
699           2.00        0.50           0.50           0.50            1.00
700           1.00        1.00           1.00           2.00            1.00
701           0.00        2.00           1.00           1.00            2.00
702           2.00        1.00           1.00           2.00            1.00
703           2.00        1.00           0.50           1.00            1.00
704           1.00        2.00           1.00           1.00            1.00
705           1.00        2.00           1.00           1.00            1.00
706           1.00        2.00           1.00           1.00            1.00
707           2.00        0.50           0.50           0.00            0.50
708           0.50        2.00           0.00           1.00            1.00
709           0.50        2.00           0.00           1.00            1.00
710           0.50        2.00           0.00           1.00            1.00
711           0.50        2.00           0.00           1.00            1.00
712           1.00        0.50           1.00           1.00            1.00
713           1.00        0.50           1.00           1.00            1.00
714           0.00        4.00           1.00           1.00            1.00
715           0.00        4.00           1.00           1.00            1.00
716           1.00        1.00           1.00           2.00            1.00
717           0.00        2.00           1.00           1.00            0.00
718           1.00        4.00           1.00           0.50            1.00
719           2.00        1.00           0.50           1.00            1.00
720           1.00        1.00           0.00           0.50            0.50
721           2.00        0.25           1.00           1.00            1.00
722           0.00        4.00           1.00           2.00            1.00
723           0.00        4.00           1.00           2.00            1.00
724           0.50        2.00           0.00           1.00            1.00
725           2.00        0.50           1.00           1.00            1.00
726           2.00        0.50           1.00           1.00            1.00
727           2.00        0.50           1.00           1.00            0.00
728           1.00        0.50           1.00           1.00            1.00
729           1.00        0.50           1.00           1.00            1.00
730           1.00        0.50           1.00           2.00            1.00
731           0.00        2.00           1.00           1.00            1.00
732           0.00        2.00           1.00           1.00            1.00
733           0.00        2.00           1.00           1.00            1.00
734           1.00        1.00           1.00           1.00            1.00
735           1.00        1.00           1.00           1.00            1.00
736           0.50        1.00           1.00           1.00            1.00
737           1.00        1.00           1.00           1.00            1.00
738           1.00        1.00           1.00           1.00            1.00
739           1.00        1.00           1.00           1.00            2.00
740           1.00        0.50           1.00           1.00            2.00
741           0.00        1.00           1.00           1.00            1.00
742           0.50        1.00           1.00           2.00            1.00
743           0.50        1.00           1.00           2.00            1.00
744           2.00        1.00           0.50           0.50            1.00
745           2.00        1.00           0.50           0.50            1.00
746           1.00        0.50           1.00           1.00            1.00
747           2.00        0.50           1.00           0.50            2.00
748           2.00        0.50           1.00           0.50            2.00
749           1.00        2.00           1.00           0.50            1.00
750           1.00        2.00           1.00           0.50            1.00
751           0.50        0.50           1.00           1.00            1.00
752           0.50        0.50           1.00           1.00            1.00
753           0.50        2.00           1.00           2.00            1.00
754           0.50        2.00           1.00           2.00            1.00
755           0.50        2.00           1.00           4.00            1.00
756           0.50        2.00           1.00           4.00            1.00
757           4.00        0.50           1.00           0.50            2.00
758           4.00        0.50           1.00           0.50            2.00
759           1.00        1.00           1.00           1.00            2.00
760           1.00        1.00           1.00           1.00            2.00
761           0.50        2.00           1.00           2.00            1.00
762           0.50        2.00           1.00           2.00            1.00
763           0.50        2.00           1.00           2.00            1.00
764           1.00        1.00           1.00           2.00            1.00
765           1.00        1.00           1.00           1.00            0.50
766           1.00        1.00           1.00           1.00            2.00
767           0.50        0.50           1.00           1.00            1.00
768           0.50        0.50           1.00           1.00            1.00
769           1.00        2.00           0.00           0.25            1.00
770           1.00        2.00           0.00           0.25            1.00
771           1.00        0.50           1.00           1.00            1.00
772           1.00        1.00           1.00           1.00            1.00
773           1.00        1.00           1.00           1.00            1.00
774           0.00        2.00           0.50           0.50            1.00
775           1.00        1.00           1.00           1.00            1.00
776           2.00        1.00           1.00           1.00            1.00
777           4.00        0.50           0.50           0.00            0.50
778           1.00        1.00           0.00           1.00            1.00
779           1.00        0.50           1.00           1.00            0.50
780           1.00        2.00           1.00           1.00            1.00
781           0.50        2.00           0.00           1.00            1.00
782           1.00        2.00           1.00           1.00            1.00
783           1.00        2.00           1.00           1.00            2.00
784           1.00        2.00           1.00           1.00            2.00
785           2.00        1.00           1.00           2.00            1.00
786           1.00        1.00           1.00           2.00            0.50
787           0.50        2.00           1.00           4.00            1.00
788           1.00        0.50           1.00           2.00            1.00
789           1.00        1.00           1.00           1.00            0.50
790           1.00        1.00           1.00           1.00            0.50
791           2.00        0.50           0.50           0.00            0.25
792           1.00        1.00           0.00           0.50            0.50
793           4.00        1.00           0.50           0.25            2.00
794           0.50        1.00           1.00           1.00            2.00
795           0.50        1.00           1.00           1.00            2.00
796           2.00        1.00           1.00           1.00            1.00
797           0.00        1.00           0.50           0.00            0.50
798           1.00        1.00           0.50           0.00            0.50
799           1.00        2.00           1.00           1.00            0.00
800           1.00        1.00           1.00           1.00            0.50
801           2.00        0.50           0.50           0.00            0.50
    against_rock against_steel against_water attack base_egg_steps
1           1.00          1.00          0.50     49           5120
2           1.00          1.00          0.50     62           5120
3           1.00          1.00          0.50    100           5120
4           2.00          0.50          2.00     52           5120
5           2.00          0.50          2.00     64           5120
6           4.00          0.50          2.00    104           5120
7           1.00          0.50          0.50     48           5120
8           1.00          0.50          0.50     63           5120
9           1.00          0.50          0.50    103           5120
10          2.00          1.00          1.00     30           3840
11          2.00          1.00          1.00     20           3840
12          4.00          1.00          1.00     45           3840
13          2.00          1.00          1.00     35           3840
14          2.00          1.00          1.00     25           3840
15          2.00          1.00          1.00    150           3840
16          2.00          1.00          1.00     45           3840
17          2.00          1.00          1.00     60           3840
18          2.00          1.00          1.00     80           3840
19          1.00          1.00          1.00     56           3840
20          1.00          1.00          1.00     71           3840
21          2.00          1.00          1.00     60           3840
22          2.00          1.00          1.00     90           3840
23          1.00          1.00          1.00     60           5120
24          1.00          1.00          1.00     95           5120
25          1.00          0.50          1.00     55           2560
26          1.00          0.50          1.00     85           2560
27          0.50          1.00          2.00     75           5120
28          0.50          1.00          2.00    100           5120
29          1.00          1.00          1.00     47           5120
30          1.00          1.00          1.00     62           5120
31          0.50          1.00          2.00     92           5120
32          1.00          1.00          1.00     57           5120
33          1.00          1.00          1.00     72           5120
34          0.50          1.00          2.00    102           5120
35          1.00          2.00          1.00     45           2560
36          1.00          2.00          1.00     70           2560
37          2.00          0.50          2.00     41           5120
38          2.00          0.50          2.00     67           5120
39          1.00          2.00          1.00     45           2560
40          1.00          2.00          1.00     70           2560
41          2.00          1.00          1.00     45           3840
42          2.00          1.00          1.00     80           3840
43          1.00          1.00          0.50     50           5120
44          1.00          1.00          0.50     65           5120
45          1.00          1.00          0.50     80           5120
46          2.00          1.00          0.50     70           5120
47          2.00          1.00          0.50     95           5120
48          2.00          1.00          1.00     55           5120
49          2.00          1.00          1.00     65           5120
50          0.50          1.00          2.00     55           5120
51          0.50          1.00          2.00    100           5120
52          1.00          1.00          1.00     35           5120
53          1.00          1.00          1.00     60           5120
54          1.00          0.50          0.50     52           5120
55          1.00          0.50          0.50     82           5120
56          0.50          1.00          1.00     80           5120
57          0.50          1.00          1.00    105           5120
58          2.00          0.50          2.00     70           5120
59          2.00          0.50          2.00    110           5120
60          1.00          0.50          0.50     50           5120
61          1.00          0.50          0.50     65           5120
62          0.50          0.50          0.50     95           5120
63          1.00          1.00          1.00     20           5120
64          1.00          1.00          1.00     35           5120
65          1.00          1.00          1.00     50           5120
66          0.50          1.00          1.00     80           5120
67          0.50          1.00          1.00    100           5120
68          0.50          1.00          1.00    130           5120
69          1.00          1.00          0.50     75           5120
70          1.00          1.00          0.50     90           5120
71          1.00          1.00          0.50    105           5120
72          1.00          0.50          0.50     40           5120
73          1.00          0.50          0.50     70           5120
74          0.50          2.00          4.00     80           3840
75          0.50          2.00          4.00     95           3840
76          0.50          2.00          4.00    120           3840
77          2.00          0.50          2.00     85           5120
78          2.00          0.50          2.00    100           5120
79          1.00          0.50          0.50     65           5120
80          1.00          0.50          0.50     75           5120
81          0.50          0.25          1.00     35           5120
82          0.50          0.25          1.00     60           5120
83          2.00          1.00          1.00     90           5120
84          2.00          1.00          1.00     85           5120
85          2.00          1.00          1.00    110           5120
86          1.00          0.50          0.50     45           5120
87          2.00          1.00          0.50     70           5120
88          1.00          1.00          1.00     80           5120
89          1.00          1.00          1.00    105           5120
90          1.00          0.50          0.50     65           5120
91          2.00          1.00          0.50     95           5120
92          1.00          1.00          1.00     35           5120
93          1.00          1.00          1.00     50           5120
94          1.00          1.00          1.00     65           5120
95          0.50          2.00          4.00     45           6400
96          1.00          1.00          1.00     48           5120
97          1.00          1.00          1.00     73           5120
98          1.00          0.50          0.50    105           5120
99          1.00          0.50          0.50    130           5120
100         1.00          0.50          1.00     30           5120
101         1.00          0.50          1.00     50           5120
102         1.00          1.00          0.50     40           5120
103         1.00          1.00          0.50    105           5120
104         0.50          1.00          2.00     50           5120
105         0.50          1.00          2.00     80           5120
106         0.50          1.00          1.00    120           6400
107         0.50          1.00          1.00    105           6400
108         1.00          1.00          1.00     55           5120
109         1.00          1.00          1.00     65           5120
110         1.00          1.00          1.00     90           5120
111         0.50          2.00          4.00     85           5120
112         0.50          2.00          4.00    130           5120
113         1.00          1.00          1.00      5          10240
114         1.00          1.00          0.50     55           5120
115         1.00          1.00          1.00    125           5120
116         1.00          0.50          0.50     40           5120
117         1.00          0.50          0.50     65           5120
118         1.00          0.50          0.50     67           5120
119         1.00          0.50          0.50     92           5120
120         1.00          0.50          0.50     45           5120
121         1.00          0.50          0.50     75           5120
122         1.00          2.00          1.00     45           6400
123         4.00          1.00          1.00    110           6400
124         2.00          2.00          1.00     50           6400
125         1.00          0.50          1.00     83           6400
126         2.00          0.50          2.00     95           6400
127         2.00          1.00          1.00    155           6400
128         1.00          1.00          1.00    100           5120
129         1.00          0.50          0.50     10           1280
130         2.00          0.50          0.50    155           1280
131         2.00          1.00          0.50     85          10240
132         1.00          1.00          1.00     48           5120
133         1.00          1.00          1.00     55           8960
134         1.00          0.50          0.50     65           8960
135         1.00          0.50          1.00     65           8960
136         2.00          0.50          2.00    130           8960
137         1.00          1.00          1.00     60           5120
138         1.00          1.00          1.00     40           7680
139         1.00          1.00          1.00     60           7680
140         1.00          1.00          1.00     80           7680
141         1.00          1.00          1.00    115           7680
142         2.00          2.00          2.00    135           8960
143         1.00          1.00          1.00    110          10240
144         4.00          2.00          1.00     85          20480
145         2.00          0.50          1.00     90          20480
146         4.00          0.50          2.00    100          20480
147         1.00          1.00          0.50     64          10240
148         1.00          1.00          0.50     84          10240
149         2.00          1.00          0.50    134          10240
150         1.00          1.00          1.00    150          30720
151         1.00          1.00          1.00    100          30720
152         1.00          1.00          0.50     49           5120
153         1.00          1.00          0.50     62           5120
154         1.00          1.00          0.50     82           5120
155         2.00          0.50          2.00     52           5120
156         2.00          0.50          2.00     64           5120
157         2.00          0.50          2.00     84           5120
158         1.00          0.50          0.50     65           5120
159         1.00          0.50          0.50     80           5120
160         1.00          0.50          0.50    105           5120
161         1.00          1.00          1.00     46           3840
162         1.00          1.00          1.00     76           3840
163         2.00          1.00          1.00     30           3840
164         2.00          1.00          1.00     50           3840
165         4.00          1.00          1.00     20           3840
166         4.00          1.00          1.00     35           3840
167         2.00          1.00          1.00     60           3840
168         2.00          1.00          1.00     90           3840
169         2.00          1.00          1.00     90           3840
170         1.00          0.25          0.50     38           5120
171         1.00          0.25          0.50     58           5120
172         1.00          0.50          1.00     40           2560
173         1.00          2.00          1.00     25           2560
174         1.00          2.00          1.00     30           2560
175         1.00          2.00          1.00     20           2560
176         2.00          2.00          1.00     40           2560
177         2.00          1.00          1.00     50           5120
178         2.00          1.00          1.00     75           5120
179         1.00          0.50          1.00     40           5120
180         1.00          0.50          1.00     55           5120
181         1.00          0.50          1.00     95           5120
182         1.00          1.00          0.50     80           5120
183         1.00          1.00          0.50     20           2560
184         1.00          1.00          0.50     50           2560
185         1.00          2.00          2.00    100           5120
186         1.00          0.50          0.50     75           5120
187         2.00          1.00          0.50     35           5120
188         2.00          1.00          0.50     45           5120
189         2.00          1.00          0.50     55           5120
190         1.00          1.00          1.00     70           5120
191         1.00          1.00          0.50     30           5120
192         1.00          1.00          0.50     75           5120
193         4.00          1.00          1.00     65           5120
194         0.50          0.50          1.00     45           5120
195         0.50          0.50          1.00     85           5120
196         1.00          1.00          1.00     65           8960
197         1.00          1.00          1.00     65           8960
198         2.00          1.00          1.00     85           5120
199         1.00          0.50          0.50     75           5120
200         1.00          1.00          1.00     60           6400
201         1.00          1.00          1.00     72          10240
202         1.00          1.00          1.00     33           5120
203         1.00          1.00          1.00     80           5120
204         2.00          1.00          1.00     65           5120
205         1.00          0.50          1.00     90           5120
206         1.00          1.00          1.00     70           5120
207         1.00          1.00          2.00     75           5120
208         0.25          0.50          2.00    125           6400
209         1.00          2.00          1.00     80           5120
210         1.00          2.00          1.00    120           5120
211         1.00          0.50          0.50     95           5120
212         1.00          0.50          1.00    150           6400
213         2.00          2.00          2.00     10           5120
214         1.00          1.00          1.00    185           6400
215         2.00          2.00          1.00     95           5120
216         1.00          1.00          1.00     80           5120
217         1.00          1.00          1.00    130           5120
218         2.00          0.50          2.00     40           5120
219         2.00          1.00          4.00     50           5120
220         1.00          2.00          2.00     50           5120
221         1.00          2.00          2.00    100           5120
222         1.00          1.00          1.00     55           5120
223         1.00          0.50          0.50     65           5120
224         1.00          0.50          0.50    105           5120
225         4.00          2.00          1.00     55           5120
226         2.00          0.50          0.50     40           6400
227         1.00          0.50          1.00     80           6400
228         2.00          0.50          2.00     60           5120
229         2.00          0.50          2.00     90           5120
230         1.00          0.50          0.25     95           5120
231         0.50          1.00          2.00     60           5120
232         0.50          1.00          2.00    120           5120
233         1.00          1.00          1.00     80           5120
234         1.00          1.00          1.00     95           5120
235         1.00          1.00          1.00     20           5120
236         0.50          1.00          1.00     35           6400
237         0.50          1.00          1.00     95           6400
238         2.00          2.00          1.00     30           6400
239         1.00          0.50          1.00     63           6400
240         2.00          0.50          2.00     75           6400
241         1.00          1.00          1.00     80           5120
242         1.00          1.00          1.00     10          10240
243         1.00          0.50          1.00     85          20480
244         2.00          0.50          2.00    115          20480
245         1.00          0.50          0.50     75          20480
246         0.50          2.00          4.00     64          10240
247         0.50          2.00          4.00     84          10240
248         1.00          2.00          2.00    164          10240
249         2.00          1.00          1.00     90          30720
250         4.00          0.50          2.00    130          30720
251         1.00          1.00          0.50    100          30720
252         1.00          1.00          0.50     45           5120
253         1.00          1.00          0.50     65           5120
254         1.00          1.00          0.50    110           5120
255         2.00          0.50          2.00     60           5120
256         1.00          0.50          2.00     85           5120
257         1.00          0.50          2.00    160           5120
258         1.00          0.50          0.50     70           5120
259         0.50          0.50          1.00     85           5120
260         0.50          0.50          1.00    150           5120
261         1.00          1.00          1.00     55           3840
262         1.00          1.00          1.00     90           3840
263         1.00          1.00          1.00     30           3840
264         1.00          1.00          1.00     70           3840
265         2.00          1.00          1.00     45           3840
266         2.00          1.00          1.00     35           3840
267         4.00          1.00          1.00     70           3840
268         2.00          1.00          1.00     35           3840
269         2.00          1.00          1.00     50           3840
270         1.00          0.50          0.25     30           3840
271         1.00          0.50          0.25     50           3840
272         1.00          0.50          0.25     70           3840
273         1.00          1.00          0.50     40           3840
274         1.00          1.00          0.50     70           3840
275         1.00          1.00          0.50    100           3840
276         2.00          1.00          1.00     55           3840
277         2.00          1.00          1.00     85           3840
278         2.00          0.50          0.50     30           5120
279         2.00          0.50          0.50     50           5120
280         1.00          2.00          1.00     25           5120
281         1.00          2.00          1.00     35           5120
282         1.00          2.00          1.00     85           5120
283         2.00          0.50          0.50     30           3840
284         4.00          1.00          1.00     60           3840
285         1.00          1.00          0.50     40           3840
286         0.50          1.00          0.50    130           3840
287         1.00          1.00          1.00     60           3840
288         1.00          1.00          1.00     80           3840
289         1.00          1.00          1.00    160           3840
290         1.00          1.00          2.00     45           3840
291         4.00          1.00          1.00     90           3840
292         2.00          1.00          1.00     90           3840
293         1.00          1.00          1.00     51           5120
294         1.00          1.00          1.00     71           5120
295         1.00          1.00          1.00     91           5120
296         0.50          1.00          1.00     60           5120
297         0.50          1.00          1.00    120           5120
298         1.00          2.00          1.00     20           2560
299         1.00          2.00          2.00     45           5120
300         1.00          1.00          1.00     45           3840
301         1.00          1.00          1.00     65           3840
302         1.00          1.00          1.00     85           6400
303         0.50          1.00          1.00    105           5120
304         0.50          1.00          2.00     70           8960
305         0.50          1.00          2.00     90           8960
306         0.50          1.00          2.00    140           8960
307         0.50          1.00          1.00     40           5120
308         0.50          1.00          1.00    100           5120
309         1.00          0.50          1.00     45           5120
310         1.00          0.50          1.00     75           5120
311         1.00          0.50          1.00     50           5120
312         1.00          0.50          1.00     40           5120
313         2.00          1.00          1.00     73           3840
314         2.00          1.00          1.00     47           3840
315         1.00          1.00          0.50     60           5120
316         1.00          1.00          1.00     43           5120
317         1.00          1.00          1.00     73           5120
318         1.00          0.50          0.50     90           5120
319         1.00          0.50          0.50    140           5120
320         1.00          0.50          0.50     70          10240
321         1.00          0.50          0.50     90          10240
322         1.00          0.50          4.00     60           5120
323         1.00          0.50          4.00    120           5120
324         2.00          0.50          2.00     85           5120
325         1.00          1.00          1.00     25           5120
326         1.00          1.00          1.00     45           5120
327         1.00          1.00          1.00     60           3840
328         0.50          1.00          2.00    100           5120
329         0.50          1.00          1.00     70           5120
330         0.50          1.00          1.00    100           5120
331         1.00          1.00          0.50     85           5120
332         1.00          1.00          0.50    115           5120
333         2.00          1.00          1.00     40           5120
334         2.00          1.00          0.50    110           5120
335         1.00          1.00          1.00    115           5120
336         1.00          1.00          1.00    100           5120
337         1.00          2.00          2.00     55           6400
338         1.00          2.00          2.00     95           6400
339         0.50          0.50          1.00     48           5120
340         0.50          0.50          1.00     78           5120
341         1.00          0.50          0.50     80           3840
342         1.00          0.50          0.50    120           3840
343         0.50          1.00          2.00     40           5120
344         0.50          1.00          2.00     70           5120
345         1.00          2.00          1.00     41           7680
346         1.00          2.00          1.00     81           7680
347         2.00          2.00          2.00     95           7680
348         2.00          2.00          2.00    125           7680
349         1.00          0.50          0.50     15           5120
350         1.00          0.50          0.50     60           5120
351         1.00          1.00          1.00     70           6400
352         1.00          1.00          1.00     90           5120
353         1.00          1.00          1.00     75           6400
354         1.00          1.00          1.00    165           6400
355         1.00          1.00          1.00     40           6400
356         1.00          1.00          1.00     70           6400
357         2.00          1.00          0.50     68           6400
358         1.00          1.00          1.00     50           6400
359         1.00          1.00          1.00    150           6400
360         1.00          1.00          1.00     23           5120
361         2.00          2.00          1.00     50           5120
362         2.00          2.00          1.00    120           5120
363         2.00          1.00          0.50     40           5120
364         2.00          1.00          0.50     60           5120
365         2.00          1.00          0.50     80           5120
366         1.00          0.50          0.50     64           5120
367         1.00          0.50          0.50    104           5120
368         1.00          0.50          0.50     84           5120
369         1.00          1.00          1.00     90          10240
370         1.00          0.50          0.50     30           5120
371         1.00          1.00          0.50     75          10240
372         1.00          1.00          0.50     95          10240
373         2.00          1.00          0.50    145          10240
374         0.50          0.50          1.00     55          10240
375         0.50          0.50          1.00     75          10240
376         0.50          0.50          1.00    145          10240
377         1.00          2.00          2.00    100          20480
378         2.00          2.00          1.00     50          20480
379         0.50          0.50          1.00     75          20480
380         1.00          1.00          0.50    100          30720
381         1.00          1.00          0.50    130          30720
382         1.00          0.50          0.50    150          30720
383         0.50          1.00          2.00    180          30720
384         2.00          1.00          0.50    180          30720
385         0.50          0.50          1.00    100          30720
386         1.00          1.00          1.00     95          30720
387         1.00          1.00          0.50     68           5120
388         1.00          1.00          0.50     89           5120
389         0.50          1.00          1.00    109           5120
390         2.00          0.50          2.00     58           5120
391         1.00          0.50          2.00     78           5120
392         1.00          0.50          2.00    104           5120
393         1.00          0.50          0.50     51           5120
394         1.00          0.50          0.50     66           5120
395         0.50          0.25          0.50     86           5120
396         2.00          1.00          1.00     55           3840
397         2.00          1.00          1.00     75           3840
398         2.00          1.00          1.00    120           3840
399         1.00          1.00          1.00     45           3840
400         1.00          0.50          0.50     85           3840
401         2.00          1.00          1.00     25           3840
402         2.00          1.00          1.00     85           3840
403         1.00          0.50          1.00     65           5120
404         1.00          0.50          1.00     85           5120
405         1.00          0.50          1.00    120           5120
406         1.00          1.00          0.50     30           5120
407         1.00          1.00          0.50     70           5120
408         1.00          2.00          2.00    125           7680
409         1.00          2.00          2.00    165           7680
410         0.50          1.00          2.00     42           7680
411         0.50          1.00          2.00     52           7680
412         2.00          1.00          1.00     29           3840
413         2.00          1.00          0.50     69           3840
414         4.00          1.00          1.00     94           3840
415         4.00          1.00          1.00     30           3840
416         4.00          1.00          1.00     80           3840
417         1.00          0.50          1.00     45           2560
418         1.00          0.50          0.50     65           5120
419         1.00          0.50          0.50    105           5120
420         1.00          1.00          0.50     35           5120
421         1.00          1.00          0.50     60           5120
422         1.00          0.50          0.50     48           5120
423         0.50          0.50          1.00     83           5120
424         1.00          1.00          1.00    100           5120
425         2.00          1.00          1.00     50           7680
426         2.00          1.00          1.00     80           7680
427         1.00          1.00          1.00     66           5120
428         1.00          1.00          1.00    136           5120
429         1.00          1.00          1.00     60           6400
430         2.00          1.00          1.00    125           5120
431         1.00          1.00          1.00     55           5120
432         1.00          1.00          1.00     82           5120
433         1.00          1.00          1.00     30           6400
434         1.00          1.00          1.00     63           5120
435         1.00          1.00          1.00     93           5120
436         0.50          0.50          1.00     24           5120
437         0.50          0.50          1.00     89           5120
438         1.00          2.00          2.00     80           5120
439         1.00          2.00          1.00     25           6400
440         1.00          1.00          1.00      5          10240
441         2.00          1.00          1.00     65           5120
442         1.00          1.00          1.00     92           7680
443         0.50          1.00          1.00     70          10240
444         0.50          1.00          1.00     90          10240
445         0.50          1.00          1.00    170          10240
446         1.00          1.00          1.00     85          10240
447         0.50          1.00          1.00     70           6400
448         0.25          0.50          1.00    145           6400
449         0.50          1.00          2.00     72           7680
450         0.50          1.00          2.00    112           7680
451         2.00          1.00          1.00     50           5120
452         1.00          1.00          1.00     90           5120
453         0.50          1.00          1.00     61           2560
454         0.50          1.00          1.00    106           5120
455         1.00          1.00          0.50    100           6400
456         1.00          0.50          0.50     49           5120
457         1.00          0.50          0.50     69           5120
458         2.00          0.50          0.50     20           6400
459         2.00          2.00          0.50     62           5120
460         2.00          2.00          0.50    132           5120
461         2.00          2.00          1.00    120           5120
462         0.50          0.25          1.00     70           5120
463         1.00          1.00          1.00     85           5120
464         0.50          2.00          4.00    140           5120
465         1.00          1.00          0.50    100           5120
466         1.00          0.50          1.00    123           6400
467         2.00          0.50          2.00     95           6400
468         2.00          2.00          1.00     50           2560
469         4.00          1.00          1.00     76           5120
470         1.00          1.00          0.50    110           8960
471         2.00          2.00          1.00     60           8960
472         1.00          1.00          2.00     95           5120
473         1.00          2.00          2.00    130           5120
474         1.00          1.00          1.00     80           5120
475         0.50          1.00          1.00    165           5120
476         0.50          1.00          2.00     55           5120
477         1.00          1.00          1.00    100           6400
478         2.00          2.00          1.00     80           5120
479         1.00          0.50          1.00     65           5120
480         1.00          1.00          1.00     75          20480
481         1.00          1.00          1.00    105          20480
482         1.00          1.00          1.00    125          20480
483         0.50          0.50          0.50    120          30720
484         1.00          0.50          0.25    120          30720
485         1.00          0.25          2.00     90           2560
486         1.00          1.00          1.00    160          30720
487         1.00          1.00          0.50    120          30720
488         1.00          1.00          1.00     70          30720
489         1.00          0.50          0.50     80          10240
490         1.00          0.50          0.50    100           2560
491         1.00          1.00          1.00     90          30720
492         1.00          1.00          0.50    103          30720
493         1.00          1.00          1.00    120          30720
494         2.00          0.50          2.00    100          30720
495         1.00          1.00          0.50     45           5120
496         1.00          1.00          0.50     60           5120
497         1.00          1.00          0.50     75           5120
498         2.00          0.50          2.00     63           5120
499         1.00          0.50          2.00     93           5120
500         1.00          0.50          2.00    123           5120
501         1.00          0.50          0.50     55           5120
502         1.00          0.50          0.50     75           5120
503         1.00          0.50          0.50    100           5120
504         1.00          1.00          1.00     55           3840
505         1.00          1.00          1.00     85           5120
506         1.00          1.00          1.00     60           3840
507         1.00          1.00          1.00     80           3840
508         1.00          1.00          1.00    110           3840
509         1.00          1.00          1.00     50           5120
510         1.00          1.00          1.00     88           5120
511         1.00          1.00          0.50     53           5120
512         1.00          1.00          0.50     98           5120
513         2.00          0.50          2.00     53           5120
514         2.00          0.50          2.00     98           5120
515         1.00          0.50          0.50     53           5120
516         1.00          0.50          0.50     98           5120
517         1.00          1.00          1.00     25           2560
518         1.00          1.00          1.00     55           2560
519         2.00          1.00          1.00     55           3840
520         2.00          1.00          1.00     77           3840
521         2.00          1.00          1.00    115           3840
522         1.00          0.50          1.00     60           5120
523         1.00          0.50          1.00    100           5120
524         1.00          2.00          2.00     75           3840
525         1.00          2.00          2.00    105           3840
526         1.00          2.00          2.00    135           3840
527         2.00          1.00          1.00     45           3840
528         2.00          1.00          1.00     57           3840
529         0.50          1.00          2.00     85           5120
530         0.25          0.50          2.00    135           5120
531         1.00          1.00          1.00     60           5120
532         0.50          1.00          1.00     80           5120
533         0.50          1.00          1.00    105           5120
534         0.50          1.00          1.00    140           5120
535         1.00          0.50          0.50     50           5120
536         0.50          0.50          1.00     65           5120
537         0.50          0.50          1.00     95           5120
538         0.50          1.00          1.00    100           5120
539         0.50          1.00          1.00    125           5120
540         2.00          1.00          0.50     53           3840
541         2.00          1.00          0.50     63           3840
542         2.00          1.00          0.50    103           3840
543         2.00          1.00          1.00     45           3840
544         2.00          1.00          1.00     55           3840
545         2.00          1.00          1.00    100           5120
546         1.00          2.00          0.50     27           5120
547         1.00          2.00          0.50     67           5120
548         1.00          1.00          0.50     35           5120
549         1.00          1.00          0.50     60           5120
550         1.00          0.50          0.50     92          10240
551         0.50          1.00          2.00     72           5120
552         0.50          1.00          2.00     82           5120
553         0.50          1.00          2.00    117           5120
554         2.00          0.50          2.00     90           5120
555         2.00          0.50          2.00     30           5120
556         1.00          1.00          0.50     86           5120
557         2.00          2.00          2.00     65           5120
558         2.00          2.00          2.00    105           5120
559         0.50          1.00          1.00     75           3840
560         0.50          1.00          1.00     90           3840
561         2.00          1.00          1.00     58           5120
562         1.00          1.00          1.00     30           6400
563         1.00          1.00          1.00     50           6400
564         1.00          1.00          1.00     78           7680
565         1.00          1.00          1.00    108           7680
566         2.00          2.00          2.00    112           7680
567         2.00          2.00          2.00    140           7680
568         1.00          1.00          1.00     50           5120
569         1.00          1.00          1.00     95           5120
570         1.00          1.00          1.00     65           6400
571         1.00          1.00          1.00    105           5120
572         1.00          1.00          1.00     50           3840
573         1.00          1.00          1.00     95           3840
574         1.00          1.00          1.00     30           5120
575         1.00          1.00          1.00     45           5120
576         1.00          1.00          1.00     55           5120
577         1.00          1.00          1.00     30           5120
578         1.00          1.00          1.00     40           5120
579         1.00          1.00          1.00     65           5120
580         2.00          0.50          0.50     44           5120
581         2.00          0.50          0.50     87           5120
582         2.00          2.00          1.00     50           5120
583         2.00          2.00          1.00     65           5120
584         2.00          2.00          1.00     95           5120
585         1.00          1.00          0.50     60           5120
586         1.00          1.00          0.50    100           5120
587         2.00          0.50          1.00     75           5120
588         2.00          1.00          1.00     75           3840
589         1.00          0.50          1.00    135           3840
590         1.00          1.00          0.50     55           5120
591         1.00          1.00          0.50     85           5120
592         1.00          0.50          0.50     40           5120
593         1.00          0.50          0.50     60           5120
594         1.00          0.50          0.50     75          10240
595         2.00          0.50          1.00     47           5120
596         2.00          0.50          1.00     77           5120
597         0.50          0.50          0.50     50           5120
598         0.50          0.50          0.50     94           5120
599         0.50          0.50          1.00     55           5120
600         0.50          0.50          1.00     80           5120
601         0.50          0.50          1.00    100           5120
602         1.00          0.50          1.00     55           5120
603         1.00          0.50          1.00     85           5120
604         1.00          0.50          1.00    115           5120
605         1.00          1.00          1.00     55           5120
606         1.00          1.00          1.00     75           5120
607         2.00          0.50          2.00     30           5120
608         2.00          0.50          2.00     40           5120
609         2.00          0.50          2.00     55           5120
610         1.00          1.00          0.50     87          10240
611         1.00          1.00          0.50    117          10240
612         1.00          1.00          0.50    147          10240
613         2.00          2.00          1.00     70           5120
614         2.00          2.00          1.00    130           5120
615         2.00          2.00          1.00     50           6400
616         2.00          1.00          1.00     40           3840
617         2.00          1.00          1.00     70           3840
618         0.50          0.50          2.00     66           5120
619         0.50          1.00          1.00     85           6400
620         0.50          1.00          1.00    125           6400
621         1.00          1.00          0.50    120           7680
622         0.50          1.00          2.00     74           6400
623         0.50          1.00          2.00    124           6400
624         0.50          0.50          1.00     85           5120
625         0.50          0.50          1.00    125           5120
626         1.00          1.00          1.00    110           5120
627         2.00          1.00          1.00     83           5120
628         2.00          1.00          1.00    123           5120
629         2.00          1.00          1.00     55           5120
630         2.00          1.00          1.00     65           5120
631         2.00          0.50          2.00     97           5120
632         1.00          0.50          1.00    109           5120
633         1.00          1.00          0.50     65          10240
634         1.00          1.00          0.50     85          10240
635         1.00          1.00          0.50    105          10240
636         4.00          0.50          2.00     85          10240
637         4.00          0.50          2.00     60          10240
638         0.25          0.50          1.00     90          20480
639         0.50          2.00          2.00    129          20480
640         0.50          1.00          0.50     90          20480
641         2.00          1.00          1.00    100          30720
642         2.00          0.50          1.00    105          30720
643         2.00          0.50          1.00    120          30720
644         1.00          0.50          0.50    150          30720
645         1.00          1.00          2.00    145          30720
646         2.00          2.00          0.50    120          30720
647         0.50          0.50          0.50     72          20480
648         1.00          1.00          1.00    128          30720
649         1.00          0.50          1.00    120          30720
650         1.00          1.00          0.50     61           5120
651         1.00          1.00          0.50     78           5120
652         0.50          1.00          0.50    107           5120
653         2.00          0.50          2.00     45           5120
654         2.00          0.50          2.00     59           5120
655         2.00          0.50          2.00     69           5120
656         1.00          0.50          0.50     56           5120
657         1.00          0.50          0.50     63           5120
658         1.00          0.50          0.50    145           5120
659         1.00          1.00          1.00     36           3840
660         0.50          1.00          2.00     56           3840
661         2.00          1.00          1.00     50           3840
662         4.00          0.50          2.00     73           3840
663         4.00          0.50          2.00     81           3840
664         2.00          1.00          1.00     35           3840
665         2.00          1.00          1.00     22           3840
666         4.00          1.00          1.00     52           3840
667         2.00          0.50          2.00     50           5120
668         2.00          0.50          2.00     68           5120
669         1.00          2.00          1.00     38           5120
670         1.00          2.00          1.00     65           5120
671         1.00          2.00          1.00     65           5120
672         1.00          1.00          0.50     65           5120
673         1.00          1.00          0.50    100           5120
674         0.50          1.00          1.00     82           6400
675         0.50          1.00          1.00    124           6400
676         1.00          1.00          1.00     80           5120
677         1.00          1.00          1.00     48           5120
678         1.00          1.00          1.00     48           5120
679         0.50          0.50          1.00     80           5120
680         0.50          0.50          1.00    110           5120
681         0.50          0.50          1.00    150           5120
682         1.00          2.00          1.00     52           5120
683         1.00          2.00          1.00     72           5120
684         1.00          2.00          1.00     48           5120
685         1.00          2.00          1.00     80           5120
686         1.00          1.00          1.00     54           5120
687         1.00          1.00          1.00     92           5120
688         1.00          1.00          1.00     52           5120
689         1.00          1.00          1.00    105           5120
690         1.00          0.50          0.50     60           5120
691         1.00          1.00          0.50     75           5120
692         1.00          0.50          0.50     53           3840
693         1.00          0.50          0.50     73           3840
694         1.00          0.50          1.00     38           5120
695         1.00          0.50          1.00     55           5120
696         1.00          2.00          1.00     89           7680
697         1.00          2.00          1.00    121           7680
698         2.00          4.00          2.00     59           7680
699         2.00          4.00          2.00     77           7680
700         1.00          2.00          1.00     65           8960
701         1.00          1.00          1.00     92           5120
702         1.00          1.00          1.00     58           5120
703         1.00          4.00          2.00     50           6400
704         1.00          1.00          0.50     50          10240
705         1.00          1.00          0.50     75          10240
706         1.00          1.00          0.50    100          10240
707         0.50          1.00          1.00     80           5120
708         1.00          1.00          0.50     70           5120
709         1.00          1.00          0.50    110           5120
710         1.00          1.00          0.50     66           5120
711         1.00          1.00          0.50    100           5120
712         2.00          2.00          1.00     69           5120
713         2.00          2.00          1.00    117           5120
714         2.00          1.00          0.50     30           5120
715         2.00          1.00          0.50     70           5120
716         1.00          2.00          1.00    131          30720
717         2.00          1.00          1.00    131          30720
718         0.50          1.00          1.00    100          30720
719         1.00          4.00          2.00    160           6400
720         1.00          1.00          1.00    160          30720
721         2.00          0.25          1.00    110          30720
722         2.00          1.00          0.50     55           3840
723         2.00          1.00          0.50     75           3840
724         1.00          1.00          0.50    107           3840
725         2.00          0.50          2.00     65           3840
726         2.00          0.50          2.00     85           3840
727         2.00          0.50          2.00    115           3840
728         1.00          0.50          0.50     54           3840
729         1.00          0.50          0.50     69           3840
730         1.00          1.00          0.50     74           3840
731         2.00          1.00          1.00     75           3840
732         2.00          1.00          1.00     85           3840
733         2.00          1.00          1.00    120           3840
734         1.00          1.00          1.00     70           3840
735         1.00          1.00          1.00    110           3840
736         2.00          1.00          1.00     62           3840
737         2.00          0.50          1.00     82           3840
738         2.00          0.50          1.00     70           3840
739         0.50          1.00          1.00     82           5120
740         1.00          2.00          1.00    132           5120
741         4.00          0.50          2.00     70           5120
742         2.00          2.00          1.00     45           5120
743         2.00          2.00          1.00     55           5120
744         1.00          2.00          2.00     65           3840
745         1.00          2.00          2.00    115           3840
746         1.00          0.50          0.50    140           3840
747         1.00          0.50          0.50     53           5120
748         1.00          0.50          0.50     63           5120
749         0.50          1.00          2.00    100           5120
750         0.50          1.00          2.00    125           5120
751         2.00          0.50          0.50     40           3840
752         2.00          0.50          0.50     70           3840
753         1.00          1.00          0.50     55           5120
754         1.00          1.00          0.50    105           5120
755         1.00          2.00          0.50     35           5120
756         1.00          2.00          0.50     45           5120
757         2.00          0.50          2.00     44           5120
758         2.00          0.50          2.00     64           5120
759         0.50          1.00          1.00     75           3840
760         0.50          1.00          1.00    125           3840
761         1.00          1.00          0.50     30           5120
762         1.00          1.00          0.50     40           5120
763         1.00          1.00          0.50    120           5120
764         1.00          2.00          1.00     52           5120
765         1.00          1.00          1.00     60           5120
766         0.50          1.00          1.00    120           5120
767         2.00          0.50          0.50     35           5120
768         2.00          0.50          0.50    125           5120
769         0.50          1.00          2.00     55           3840
770         0.50          1.00          2.00     75           3840
771         1.00          0.50          0.50     60           3840
772         1.00          1.00          1.00     95          30720
773         1.00          1.00          1.00     95          30720
774         2.00          2.00          2.00    100           6400
775         1.00          1.00          1.00    115           5120
776         2.00          0.50          1.00     78           5120
777         0.50          0.25          1.00     98           2560
778         1.00          2.00          1.00     90           5120
779         1.00          0.50          0.50    105           3840
780         1.00          1.00          0.50     60           5120
781         1.00          1.00          0.50    131           6400
782         1.00          1.00          0.50     55          10240
783         0.50          1.00          0.50     75          10240
784         0.50          1.00          0.50    110          10240
785         1.00          1.00          1.00    115           3840
786         1.00          2.00          1.00     85           3840
787         1.00          2.00          0.50    130           3840
788         1.00          1.00          0.50     75           3840
789         1.00          1.00          1.00     29          30720
790         1.00          1.00          1.00     29          30720
791         0.50          0.50          1.00    137          30720
792         1.00          1.00          1.00    113          30720
793         1.00          2.00          2.00     53          30720
794         1.00          1.00          1.00    139          30720
795         1.00          1.00          1.00    137          30720
796         1.00          0.50          1.00     89          30720
797         1.00          0.50          1.00    101          30720
798         0.50          0.50          0.50    181          30720
799         1.00          1.00          0.50    101          30720
800         1.00          1.00          1.00    107          30720
801         0.50          1.00          1.00     95          30720
    base_happiness base_total             capture_rate
1               70        318                       45
2               70        405                       45
3               70        625                       45
4               70        309                       45
5               70        405                       45
6               70        634                       45
7               70        314                       45
8               70        405                       45
9               70        630                       45
10              70        195                      255
11              70        205                      120
12              70        395                       45
13              70        195                      255
14              70        205                      120
15              70        495                       45
16              70        251                      255
17              70        349                      120
18              70        579                       45
19              70        253                      255
20              70        413                      127
21              70        262                      255
22              70        442                       90
23              70        288                      255
24              70        448                       90
25              70        320                      190
26              70        485                       75
27              70        300                      255
28              70        450                       90
29              70        275                      235
30              70        365                      120
31              70        505                       45
32              70        273                      235
33              70        365                      120
34              70        505                       45
35             140        323                      150
36             140        483                       25
37              70        299                      190
38              70        505                       75
39              70        270                      170
40              70        435                       50
41              70        245                      255
42              70        455                       90
43              70        320                      255
44              70        395                      120
45              70        490                       45
46              70        285                      190
47              70        405                       75
48              70        305                      190
49              70        450                       75
50              70        265                      255
51              70        425                       50
52              70        290                      255
53              70        440                       90
54              70        320                      190
55              70        500                       75
56              70        305                      190
57              70        455                       75
58              70        350                      190
59              70        555                       75
60              70        300                      255
61              70        385                      120
62              70        510                       45
63              70        310                      200
64              70        400                      100
65              70        600                       50
66              70        305                      180
67              70        405                       90
68              70        505                       45
69              70        300                      255
70              70        390                      120
71              70        490                       45
72              70        335                      190
73              70        515                       60
74              70        300                      255
75              70        390                      120
76              70        495                       45
77              70        410                      190
78              70        500                       60
79              70        315                      190
80              70        590                       75
81              70        325                      190
82              70        465                       60
83              70        377                       45
84              70        310                      190
85              70        470                       45
86              70        325                      190
87              70        475                       75
88              70        325                      190
89              70        500                       75
90              70        305                      190
91              70        525                       60
92              70        310                      190
93              70        405                       90
94              70        600                       45
95              70        385                       45
96              70        328                      190
97              70        483                       75
98              70        325                      225
99              70        475                       60
100             70        330                      190
101             70        490                       60
102             70        325                       90
103             70        530                       45
104             70        320                      190
105             70        425                       75
106             70        455                       45
107             70        455                       45
108             70        385                       45
109             70        340                      190
110             70        490                       60
111             70        345                      120
112             70        485                       60
113            140        450                       30
114             70        435                       45
115             70        590                       45
116             70        295                      225
117             70        440                       75
118             70        320                      225
119             70        450                       60
120             70        340                      225
121             70        520                       60
122             70        460                       45
123             70        500                       45
124             70        455                       45
125             70        490                       45
126             70        495                       45
127             70        600                       45
128             70        490                       45
129             70        200                      255
130             70        640                       45
131             70        535                       45
132             70        288                       35
133             70        325                       45
134             70        525                       45
135             70        525                       45
136             70        525                       45
137             70        395                       45
138             70        355                       45
139             70        495                       45
140             70        355                       45
141             70        495                       45
142             70        615                       45
143             70        540                       25
144             35        580                        3
145             35        580                        3
146             35        580                        3
147             35        300                       45
148             35        420                       45
149             35        600                       45
150              0        780                        3
151            100        600                       45
152             70        318                       45
153             70        405                       45
154             70        525                       45
155             70        309                       45
156             70        405                       45
157             70        534                       45
158             70        314                       45
159             70        405                       45
160             70        530                       45
161             70        215                      255
162             70        415                       90
163             70        262                      255
164             70        452                       90
165             70        265                      255
166             70        390                       90
167             70        250                      255
168             70        400                       90
169             70        535                       90
170             70        330                      190
171             70        460                       75
172             70        205                      190
173            140        218                      150
174             70        210                      170
175             70        245                      190
176             70        405                       75
177             70        320                      190
178             70        470                       75
179             70        280                      235
180             70        365                      120
181             70        610                       45
182             70        490                       45
183             70        250                      190
184             70        420                       75
185             70        410                       65
186             70        500                       45
187             70        250                      255
188             70        340                      120
189             70        460                       45
190             70        360                       45
191             70        180                      235
192             70        425                      120
193             70        390                       75
194             70        210                      255
195             70        430                       90
196             70        525                       45
197             35        525                       45
198             35        405                       30
199             70        490                       70
200             35        435                       45
201             70        336                      225
202             70        405                       45
203             70        455                       60
204             70        290                      190
205             70        465                       75
206             70        415                      190
207             70        430                       60
208             70        610                       25
209             70        300                      190
210             70        450                       75
211             70        440                       45
212             70        600                       25
213             70        505                      190
214             70        600                       45
215             35        430                       60
216             70        330                      120
217             70        500                       60
218             70        250                      190
219             70        430                       75
220             70        250                      225
221             70        450                       75
222             70        410                       60
223             70        300                      190
224             70        480                       75
225             70        330                       45
226             70        485                       25
227             70        465                       25
228             35        330                      120
229             35        600                       45
230             70        540                       45
231             70        330                      120
232             70        500                       60
233             70        515                       45
234             70        465                       45
235             70        250                       45
236             70        210                       75
237             70        455                       45
238             70        305                       45
239             70        360                       45
240             70        365                       45
241             70        490                       45
242            140        540                       30
243             35        580                        3
244             35        580                        3
245             35        580                        3
246             35        300                       45
247             35        410                       45
248             35        700                       45
249              0        680                        3
250              0        680                        3
251            100        600                       45
252             70        310                       45
253             70        405                       45
254             70        630                       45
255             70        310                       45
256             70        405                       45
257             70        630                       45
258             70        310                       45
259             70        405                       45
260             70        635                       45
261             70        220                      255
262             70        420                      127
263             70        240                      255
264             70        420                       90
265             70        195                      255
266             70        205                      120
267             70        395                       45
268             70        205                      120
269             70        385                       45
270             70        220                      255
271             70        340                      120
272             70        480                       45
273             70        220                      255
274             70        340                      120
275             70        480                       45
276             70        270                      200
277             70        455                       45
278             70        270                      190
279             70        440                       45
280             35        198                      235
281             35        278                      120
282             35        618                       45
283             70        269                      200
284             70        454                       75
285             70        295                      255
286             70        460                       90
287             70        280                      255
288             70        440                      120
289             70        670                       45
290             70        266                      255
291             70        456                      120
292             70        236                       45
293             70        240                      190
294             70        360                      120
295             70        490                       45
296             70        237                      180
297             70        474                      200
298             70        190                      150
299             70        375                      255
300             70        260                      255
301             70        400                       60
302             35        480                       45
303             70        480                       45
304             35        330                      180
305             35        430                       90
306             35        630                       45
307             70        280                      180
308             70        510                       90
309             70        295                      120
310             70        575                       45
311             70        405                      200
312             70        405                      200
313             70        430                      150
314             70        430                      150
315             70        400                      150
316             70        302                      225
317             70        467                       75
318             35        305                      225
319             35        560                       60
320             70        400                      125
321             70        500                       60
322             70        305                      255
323             70        560                      150
324             70        470                       90
325             70        330                      255
326             70        470                       60
327             70        360                      255
328             70        290                      255
329             70        340                      120
330             70        520                       45
331             35        335                      190
332             35        475                       60
333             70        310                      255
334             70        590                       45
335             70        458                       90
336             70        458                       90
337             70        460                       45
338             70        460                       45
339             70        288                      190
340             70        468                       75
341             70        308                      205
342             70        468                      155
343             70        300                      255
344             70        500                       90
345             70        355                       45
346             70        495                       45
347             70        355                       45
348             70        495                       45
349             70        200                      255
350             70        540                       60
351             70        420                       45
352             70        440                      200
353             35        295                      225
354             35        555                       45
355             35        295                      190
356             35        455                       90
357             70        460                      200
358             70        455                       45
359             35        565                       30
360             70        260                      125
361             70        300                      190
362             70        580                       75
363             70        290                      255
364             70        410                      120
365             70        530                       45
366             70        345                      255
367             70        485                       60
368             70        485                       60
369             70        485                       25
370             70        330                      225
371             35        300                       45
372             35        420                       45
373             35        700                       45
374             35        300                        3
375             35        420                        3
376             35        700                        3
377             35        580                        3
378             35        580                        3
379             35        580                        3
380             90        700                        3
381             90        700                        3
382              0        770                        3
383              0        770                        3
384              0        780                       45
385            100        600                        3
386              0        600                        3
387             70        318                       45
388             70        405                       45
389             70        525                       45
390             70        309                       45
391             70        405                       45
392             70        534                       45
393             70        314                       45
394             70        405                       45
395             70        530                       45
396             70        245                      255
397             70        340                      120
398             70        485                       45
399             70        250                      255
400             70        410                      127
401             70        194                      255
402             70        384                       45
403             70        263                      235
404            100        363                      120
405             70        523                       45
406             70        280                      255
407             70        515                       75
408             70        350                       45
409             70        495                       45
410             70        350                       45
411             70        495                       45
412             70        224                      120
413             70        424                       45
414             70        424                       45
415             70        244                      120
416             70        474                       45
417            100        405                      200
418             70        330                      190
419             70        495                       75
420             70        275                      190
421             70        450                       75
422             70        325                      190
423             70        475                       75
424            100        482                       45
425             70        348                      125
426             70        498                       60
427              0        350                      190
428            140        580                       60
429             35        495                       45
430             35        505                       30
431             70        310                      190
432             70        452                       75
433             70        285                      120
434             70        329                      225
435             70        479                       60
436             70        300                      255
437             70        500                       90
438             70        290                      255
439             70        310                      145
440            140        220                      130
441             35        411                       30
442             70        485                      100
443             70        300                       45
444             70        410                       45
445             70        700                       45
446             70        390                       50
447             70        285                       75
448             70        625                       45
449             70        330                      140
450             70        525                       60
451             70        330                      120
452             70        500                       45
453            100        300                      140
454             70        490                       75
455             70        454                      200
456             70        330                      190
457             70        460                       75
458             70        345                       25
459             70        334                      120
460             70        594                       60
461             35        510                       45
462             70        535                       30
463             70        515                       30
464             70        535                       30
465             70        535                       30
466             70        540                       30
467             70        540                       30
468             70        545                       30
469             70        515                       30
470             35        525                       45
471             35        525                       45
472             70        510                       30
473             70        530                       50
474             70        535                       30
475             35        618                       45
476             70        525                       60
477             35        525                       45
478             70        480                       75
479             70        520                       45
480            140        580                        3
481            140        580                        3
482            140        580                        3
483              0        680                        3
484              0        680                        3
485            100        600                        3
486              0        670                        3
487              0        680                        3
488            100        600                        3
489             70        480                       30
490             70        600                        3
491              0        600                        3
492            100        600                       45
493              0        720                        3
494            100        600                        3
495             70        308                       45
496             70        413                       45
497             70        528                       45
498             70        308                       45
499             70        418                       45
500             70        528                       45
501             70        308                       45
502             70        413                       45
503             70        528                       45
504             70        255                      255
505             70        420                      255
506             70        275                      255
507             70        370                      120
508             70        500                       45
509             70        281                      255
510             70        446                       90
511             70        316                      190
512             70        498                       75
513             70        316                      190
514             70        498                       75
515             70        316                      190
516             70        498                       75
517             70        292                      190
518             70        487                       75
519             70        264                      255
520             70        358                      120
521             70        488                       45
522             70        295                      190
523             70        497                       75
524             70        280                      255
525             70        390                      120
526             70        515                       45
527             70        323                      190
528             70        425                       45
529             70        328                      120
530             70        508                       60
531             70        545                      255
532             70        305                      180
533             70        405                       90
534             70        505                       45
535             70        294                      255
536             70        384                      120
537             70        509                       45
538             70        465                       45
539             70        465                       45
540             70        310                      255
541             70        380                      120
542             70        500                       45
543             70        260                      255
544             70        360                      120
545             70        485                       45
546             70        280                      190
547             70        480                       75
548             70        280                      190
549             70        480                       75
550             70        460                       25
551             70        292                      180
552             70        351                       90
553             70        519                       45
554             70        315                      120
555             70        540                       60
556             70        461                      255
557             70        325                      190
558             70        485                       75
559             35        348                      180
560             70        488                       90
561             70        490                       45
562             70        303                      190
563             70        483                       90
564             70        355                       45
565             70        495                       45
566             70        401                       45
567             70        567                       45
568             70        329                      190
569             70        474                       60
570             70        330                       75
571             70        510                       45
572             70        300                      255
573             70        470                       60
574             70        290                      200
575             70        390                      100
576             70        490                       50
577             70        290                      200
578             70        370                      100
579             70        490                       50
580             70        305                      190
581             70        473                       45
582             70        305                      255
583             70        395                      120
584             70        535                       45
585             70        335                      190
586             70        475                       75
587             70        428                      200
588             70        315                      200
589             70        495                       75
590             70        294                      190
591             70        464                       75
592             70        335                      190
593             70        480                       60
594             70        470                       75
595             70        319                      190
596             70        472                       75
597             70        305                      255
598             70        489                       90
599             70        300                      130
600             70        440                       60
601             70        520                       30
602             70        275                      190
603             70        405                       60
604             70        515                       30
605             70        335                      255
606             70        485                       90
607             70        275                      190
608             70        370                       90
609             70        520                       45
610             35        320                       75
611             35        410                       60
612             35        540                       45
613             70        305                      120
614             70        505                       60
615             70        515                       25
616             70        305                      200
617             70        495                       75
618             70        471                       75
619             70        350                      180
620             70        510                       45
621             70        485                       45
622             70        303                      190
623             70        483                       90
624             35        340                      120
625             35        490                       45
626             70        490                       45
627             70        350                      190
628             70        510                       60
629             35        370                      190
630             35        510                       60
631             70        484                       90
632             70        484                       90
633             35        300                       45
634             35        420                       45
635             35        600                       45
636             70        360                       45
637             70        550                       15
638             35        580                        3
639             35        580                        3
640             35        580                        3
641             90        580                        3
642             90        580                        3
643              0        680                        3
644              0        680                        3
645             90        600                        3
646              0        700                        3
647             35        580                        3
648            100        600                        3
649              0        600                        3
650             70        313                       45
651             70        405                       45
652             70        530                       45
653             70        307                       45
654             70        409                       45
655             70        534                       45
656             70        314                       45
657             70        405                       45
658             70        640                       45
659             70        237                      255
660             70        423                      127
661             70        278                      255
662             70        382                      120
663             70        499                       45
664             70        200                      255
665             70        213                      120
666             70        411                       45
667             70        369                      220
668             70        507                       65
669             70        303                      225
670             70        551                      120
671             70        552                       45
672             70        350                      200
673             70        531                       45
674             70        348                      220
675             70        495                       65
676             70        472                      160
677             70        355                      190
678             70        466                       75
679             70        325                      180
680             70        448                       90
681             70        520                       45
682             70        341                      200
683             70        462                      140
684             70        341                      200
685             70        480                      140
686             70        288                      190
687             70        482                       80
688             70        306                      120
689             70        500                       45
690             70        320                      225
691             70        494                       55
692             70        330                      225
693             70        500                       55
694             70        289                      190
695             70        481                       75
696             70        362                       45
697             70        521                       45
698             70        362                       45
699             70        521                       45
700             70        525                       45
701             70        500                      100
702             70        431                      180
703             70        500                       60
704             35        300                       45
705             35        452                       45
706             35        600                       45
707             70        470                       75
708             70        309                      120
709             70        474                       60
710             70        335                      120
711             70        494                       60
712             70        304                      190
713             70        514                       55
714             70        245                      190
715             70        535                       45
716              0        680                       45
717              0        680                       45
718              0        708                        3
719             70        700                        3
720            100        680                        3
721            100        600                        3
722             70        320                       45
723             70        420                       45
724             70        530                       45
725             70        320                       45
726             70        420                       45
727             70        530                       45
728             70        320                       45
729             70        420                       45
730             70        530                       45
731             70        265                      255
732             70        355                      120
733             70        485                       45
734             70        253                      255
735             70        418                      127
736             70        300                      255
737             70        400                      120
738             70        500                       45
739             70        338                      225
740             70        478                       60
741             70        476                       45
742             70        304                      190
743             70        464                       75
744             70        280                      190
745             70        487                       90
746             70        620                       60
747             70        305                      190
748             70        495                       75
749             70        385                      190
750             70        500                       60
751             70        269                      200
752             70        454                      100
753             70        250                      190
754             70        480                       75
755             70        285                      190
756             70        405                       75
757             70        320                      120
758             70        480                       45
759             70        340                      140
760             70        500                       70
761             70        210                      235
762             70        290                      120
763             70        510                       45
764             70        485                       60
765             70        490                       45
766             70        490                       45
767             70        230                       90
768             70        530                       45
769             70        320                      140
770             70        480                       60
771             70        410                       60
772              0        534                        3
773              0        570                        3
774             70        500 30 (Meteorite)255 (Core)
775             70        480                       45
776             70        485                       70
777             70        435                      180
778             70        476                       45
779             70        475                       80
780             70        485                       70
781             70        517                       25
782             70        300                       45
783             70        420                       45
784             70        600                       45
785             70        570                        3
786             70        570                        3
787             70        570                        3
788             70        570                        3
789              0        200                       45
790              0        400                       45
791              0        680                       45
792              0        680                       45
793              0        570                       45
794              0        570                       25
795              0        570                      255
796              0        570                       30
797              0        570                       25
798              0        570                      255
799              0        570                       15
800              0        600                        3
801              0        600                        3
                                            classfication defense
1                                           Seed Pok??mon      49
2                                           Seed Pok??mon      63
3                                           Seed Pok??mon     123
4                                         Lizard Pok??mon      43
5                                          Flame Pok??mon      58
6                                          Flame Pok??mon      78
7                                    Tiny Turtle Pok??mon      65
8                                         Turtle Pok??mon      80
9                                      Shellfish Pok??mon     120
10                                          Worm Pok??mon      35
11                                        Cocoon Pok??mon      55
12                                     Butterfly Pok??mon      50
13                                         Hairy Pok??mon      30
14                                        Cocoon Pok??mon      50
15                                    Poison Bee Pok??mon      40
16                                     Tiny Bird Pok??mon      40
17                                          Bird Pok??mon      55
18                                          Bird Pok??mon      80
19                                         Mouse Pok??mon      35
20                                         Mouse Pok??mon      70
21                                     Tiny Bird Pok??mon      30
22                                          Beak Pok??mon      65
23                                         Snake Pok??mon      44
24                                         Cobra Pok??mon      69
25                                         Mouse Pok??mon      40
26                                         Mouse Pok??mon      50
27                                         Mouse Pok??mon      90
28                                         Mouse Pok??mon     120
29                                    Poison Pin Pok??mon      52
30                                    Poison Pin Pok??mon      67
31                                         Drill Pok??mon      87
32                                    Poison Pin Pok??mon      40
33                                    Poison Pin Pok??mon      57
34                                         Drill Pok??mon      77
35                                         Fairy Pok??mon      48
36                                         Fairy Pok??mon      73
37                                           Fox Pok??mon      40
38                                           Fox Pok??mon      75
39                                       Balloon Pok??mon      20
40                                       Balloon Pok??mon      45
41                                           Bat Pok??mon      35
42                                           Bat Pok??mon      70
43                                          Weed Pok??mon      55
44                                          Weed Pok??mon      70
45                                        Flower Pok??mon      85
46                                      Mushroom Pok??mon      55
47                                      Mushroom Pok??mon      80
48                                        Insect Pok??mon      50
49                                   Poison Moth Pok??mon      60
50                                          Mole Pok??mon      30
51                                          Mole Pok??mon      60
52                                   Scratch Cat Pok??mon      35
53                                    Classy Cat Pok??mon      60
54                                          Duck Pok??mon      48
55                                          Duck Pok??mon      78
56                                    Pig Monkey Pok??mon      35
57                                    Pig Monkey Pok??mon      60
58                                         Puppy Pok??mon      45
59                                     Legendary Pok??mon      80
60                                       Tadpole Pok??mon      40
61                                       Tadpole Pok??mon      65
62                                       Tadpole Pok??mon      95
63                                           Psi Pok??mon      15
64                                           Psi Pok??mon      30
65                                           Psi Pok??mon      65
66                                    Superpower Pok??mon      50
67                                    Superpower Pok??mon      70
68                                    Superpower Pok??mon      80
69                                        Flower Pok??mon      35
70                                    Flycatcher Pok??mon      50
71                                    Flycatcher Pok??mon      65
72                                     Jellyfish Pok??mon      35
73                                     Jellyfish Pok??mon      65
74                                          Rock Pok??mon     100
75                                          Rock Pok??mon     115
76                                       Megaton Pok??mon     130
77                                    Fire Horse Pok??mon      55
78                                    Fire Horse Pok??mon      70
79                                         Dopey Pok??mon      65
80                                   Hermit Crab Pok??mon     180
81                                        Magnet Pok??mon      70
82                                        Magnet Pok??mon      95
83                                     Wild Duck Pok??mon      55
84                                     Twin Bird Pok??mon      45
85                                   Triple Bird Pok??mon      70
86                                      Sea Lion Pok??mon      55
87                                      Sea Lion Pok??mon      80
88                                        Sludge Pok??mon      50
89                                        Sludge Pok??mon      75
90                                       Bivalve Pok??mon     100
91                                       Bivalve Pok??mon     180
92                                           Gas Pok??mon      30
93                                           Gas Pok??mon      45
94                                        Shadow Pok??mon      80
95                                    Rock Snake Pok??mon     160
96                                      Hypnosis Pok??mon      45
97                                      Hypnosis Pok??mon      70
98                                    River Crab Pok??mon      90
99                                        Pincer Pok??mon     115
100                                         Ball Pok??mon      50
101                                         Ball Pok??mon      70
102                                          Egg Pok??mon      80
103                                      Coconut Pok??mon      85
104                                       Lonely Pok??mon      95
105                                  Bone Keeper Pok??mon     110
106                                      Kicking Pok??mon      53
107                                     Punching Pok??mon      79
108                                      Licking Pok??mon      75
109                                   Poison Gas Pok??mon      95
110                                   Poison Gas Pok??mon     120
111                                       Spikes Pok??mon      95
112                                        Drill Pok??mon     120
113                                          Egg Pok??mon       5
114                                         Vine Pok??mon     115
115                                       Parent Pok??mon     100
116                                       Dragon Pok??mon      70
117                                       Dragon Pok??mon      95
118                                     Goldfish Pok??mon      60
119                                     Goldfish Pok??mon      65
120                                    Starshape Pok??mon      55
121                                   Mysterious Pok??mon      85
122                                      Barrier Pok??mon      65
123                                       Mantis Pok??mon      80
124                                   Humanshape Pok??mon      35
125                                     Electric Pok??mon      57
126                                     Spitfire Pok??mon      57
127                                   Stagbeetle Pok??mon     120
128                                    Wild Bull Pok??mon      95
129                                         Fish Pok??mon      55
130                                    Atrocious Pok??mon     109
131                                    Transport Pok??mon      80
132                                    Transform Pok??mon      48
133                                    Evolution Pok??mon      50
134                                   Bubble Jet Pok??mon      60
135                                    Lightning Pok??mon      60
136                                        Flame Pok??mon      60
137                                      Virtual Pok??mon      70
138                                       Spiral Pok??mon     100
139                                       Spiral Pok??mon     125
140                                    Shellfish Pok??mon      90
141                                    Shellfish Pok??mon     105
142                                       Fossil Pok??mon      85
143                                     Sleeping Pok??mon      65
144                                       Freeze Pok??mon     100
145                                     Electric Pok??mon      85
146                                        Flame Pok??mon      90
147                                       Dragon Pok??mon      45
148                                       Dragon Pok??mon      65
149                                       Dragon Pok??mon      95
150                                      Genetic Pok??mon      70
151                                  New Species Pok??mon     100
152                                         Leaf Pok??mon      65
153                                         Leaf Pok??mon      80
154                                         Herb Pok??mon     100
155                                   Fire Mouse Pok??mon      43
156                                      Volcano Pok??mon      58
157                                      Volcano Pok??mon      78
158                                      Big Jaw Pok??mon      64
159                                      Big Jaw Pok??mon      80
160                                      Big Jaw Pok??mon     100
161                                        Scout Pok??mon      34
162                                    Long Body Pok??mon      64
163                                          Owl Pok??mon      30
164                                          Owl Pok??mon      50
165                                    Five Star Pok??mon      30
166                                    Five Star Pok??mon      50
167                                  String Spit Pok??mon      40
168                                     Long Leg Pok??mon      70
169                                          Bat Pok??mon      80
170                                       Angler Pok??mon      38
171                                        Light Pok??mon      58
172                                   Tiny Mouse Pok??mon      15
173                                   Star Shape Pok??mon      28
174                                      Balloon Pok??mon      15
175                                   Spike Ball Pok??mon      65
176                                    Happiness Pok??mon      85
177                                  Little Bird Pok??mon      45
178                                       Mystic Pok??mon      70
179                                         Wool Pok??mon      40
180                                         Wool Pok??mon      55
181                                        Light Pok??mon     105
182                                       Flower Pok??mon      95
183                                    Aquamouse Pok??mon      50
184                                   Aquarabbit Pok??mon      80
185                                    Imitation Pok??mon     115
186                                         Frog Pok??mon      75
187                                   Cottonweed Pok??mon      40
188                                   Cottonweed Pok??mon      50
189                                   Cottonweed Pok??mon      70
190                                    Long Tail Pok??mon      55
191                                         Seed Pok??mon      30
192                                          Sun Pok??mon      55
193                                   Clear Wing Pok??mon      45
194                                   Water Fish Pok??mon      45
195                                   Water Fish Pok??mon      85
196                                          Sun Pok??mon      60
197                                    Moonlight Pok??mon     110
198                                     Darkness Pok??mon      42
199                                        Royal Pok??mon      80
200                                      Screech Pok??mon      60
201                                       Symbol Pok??mon      48
202                                      Patient Pok??mon      58
203                                    Long Neck Pok??mon      65
204                                      Bagworm Pok??mon      90
205                                      Bagworm Pok??mon     140
206                                   Land Snake Pok??mon      70
207                                  Flyscorpion Pok??mon     105
208                                   Iron Snake Pok??mon     230
209                                        Fairy Pok??mon      50
210                                        Fairy Pok??mon      75
211                                      Balloon Pok??mon      85
212                                       Pincer Pok??mon     140
213                                         Mold Pok??mon     230
214                                   Singlehorn Pok??mon     115
215                                   Sharp Claw Pok??mon      55
216                                  Little Bear Pok??mon      50
217                                   Hibernator Pok??mon      75
218                                         Lava Pok??mon      40
219                                         Lava Pok??mon     120
220                                          Pig Pok??mon      40
221                                        Swine Pok??mon      80
222                                        Coral Pok??mon      95
223                                          Jet Pok??mon      35
224                                          Jet Pok??mon      75
225                                     Delivery Pok??mon      45
226                                         Kite Pok??mon      70
227                                   Armor Bird Pok??mon     140
228                                         Dark Pok??mon      30
229                                         Dark Pok??mon      90
230                                       Dragon Pok??mon      95
231                                    Long Nose Pok??mon      60
232                                        Armor Pok??mon     120
233                                      Virtual Pok??mon      90
234                                     Big Horn Pok??mon      62
235                                      Painter Pok??mon      35
236                                      Scuffle Pok??mon      35
237                                    Handstand Pok??mon      95
238                                         Kiss Pok??mon      15
239                                     Electric Pok??mon      37
240                                    Live Coal Pok??mon      37
241                                     Milk Cow Pok??mon     105
242                                    Happiness Pok??mon      10
243                                      Thunder Pok??mon      75
244                                      Volcano Pok??mon      85
245                                       Aurora Pok??mon     115
246                                    Rock Skin Pok??mon      50
247                                   Hard Shell Pok??mon      70
248                                        Armor Pok??mon     150
249                                       Diving Pok??mon     130
250                                      Rainbow Pok??mon      90
251                                  Time Travel Pok??mon     100
252                                   Wood Gecko Pok??mon      35
253                                   Wood Gecko Pok??mon      45
254                                       Forest Pok??mon      75
255                                        Chick Pok??mon      40
256                                   Young Fowl Pok??mon      60
257                                        Blaze Pok??mon      80
258                                     Mud Fish Pok??mon      50
259                                     Mud Fish Pok??mon      70
260                                     Mud Fish Pok??mon     110
261                                         Bite Pok??mon      35
262                                         Bite Pok??mon      70
263                                  Tiny Racoon Pok??mon      41
264                                         Rush Pok??mon      61
265                                         Worm Pok??mon      35
266                                       Cocoon Pok??mon      55
267                                    Butterfly Pok??mon      50
268                                       Cocoon Pok??mon      55
269                                  Poison Moth Pok??mon      70
270                                   Water Weed Pok??mon      30
271                                        Jolly Pok??mon      50
272                                     Carefree Pok??mon      70
273                                        Acorn Pok??mon      50
274                                         Wily Pok??mon      40
275                                       Wickid Pok??mon      60
276                                  TinySwallow Pok??mon      30
277                                      Swallow Pok??mon      60
278                                      Seagull Pok??mon      30
279                                   Water Bird Pok??mon     100
280                                      Feeling Pok??mon      25
281                                      Emotion Pok??mon      35
282                                      Embrace Pok??mon      65
283                                  Pond Skater Pok??mon      32
284                                      Eyeball Pok??mon      62
285                                     Mushroom Pok??mon      60
286                                     Mushroom Pok??mon      80
287                                      Slacker Pok??mon      60
288                                  Wild Monkey Pok??mon      80
289                                         Lazy Pok??mon     100
290                                      Trainee Pok??mon      90
291                                        Ninja Pok??mon      45
292                                         Shed Pok??mon      45
293                                      Whisper Pok??mon      23
294                                    Big Voice Pok??mon      43
295                                   Loud Noise Pok??mon      63
296                                         Guts Pok??mon      30
297                                   Arm Thrust Pok??mon      60
298                                    Polka Dot Pok??mon      40
299                                      Compass Pok??mon     135
300                                       Kitten Pok??mon      45
301                                         Prim Pok??mon      65
302                                     Darkness Pok??mon     125
303                                     Deceiver Pok??mon     125
304                                   Iron Armor Pok??mon     100
305                                   Iron Armor Pok??mon     140
306                                   Iron Armor Pok??mon     230
307                                     Meditate Pok??mon      55
308                                     Meditate Pok??mon      85
309                                    Lightning Pok??mon      40
310                                    Discharge Pok??mon      80
311                                     Cheering Pok??mon      40
312                                     Cheering Pok??mon      50
313                                      Firefly Pok??mon      75
314                                      Firefly Pok??mon      75
315                                        Thorn Pok??mon      45
316                                      Stomach Pok??mon      53
317                                   Poison Bag Pok??mon      83
318                                       Savage Pok??mon      20
319                                       Brutal Pok??mon      70
320                                   Ball Whale Pok??mon      35
321                                  Float Whale Pok??mon      45
322                                         Numb Pok??mon      40
323                                     Eruption Pok??mon     100
324                                         Coal Pok??mon     140
325                                       Bounce Pok??mon      35
326                                   Manipulate Pok??mon      65
327                                   Spot Panda Pok??mon      60
328                                      Ant Pit Pok??mon      45
329                                    Vibration Pok??mon      50
330                                       Mystic Pok??mon      80
331                                       Cactus Pok??mon      40
332                                    Scarecrow Pok??mon      60
333                                  Cotton Bird Pok??mon      60
334                                      Humming Pok??mon     110
335                                   Cat Ferret Pok??mon      60
336                                   Fang Snake Pok??mon      60
337                                    Meteorite Pok??mon      65
338                                    Meteorite Pok??mon      85
339                                     Whiskers Pok??mon      43
340                                     Whiskers Pok??mon      73
341                                      Ruffian Pok??mon      65
342                                        Rogue Pok??mon      85
343                                    Clay Doll Pok??mon      55
344                                    Clay Doll Pok??mon     105
345                                     Sea Lily Pok??mon      77
346                                     Barnacle Pok??mon      97
347                                   Old Shrimp Pok??mon      50
348                                        Plate Pok??mon     100
349                                         Fish Pok??mon      20
350                                       Tender Pok??mon      79
351                                      Weather Pok??mon      70
352                                   Color Swap Pok??mon      70
353                                       Puppet Pok??mon      35
354                                   Marionette Pok??mon      75
355                                      Requiem Pok??mon      90
356                                       Beckon Pok??mon     130
357                                        Fruit Pok??mon      83
358                                   Wind Chime Pok??mon      80
359                                     Disaster Pok??mon      60
360                                       Bright Pok??mon      48
361                                     Snow Hat Pok??mon      50
362                                         Face Pok??mon      80
363                                         Clap Pok??mon      50
364                                    Ball Roll Pok??mon      70
365                                    Ice Break Pok??mon      90
366                                      Bivalve Pok??mon      85
367                                     Deep Sea Pok??mon     105
368                                    South Sea Pok??mon     105
369                                    Longevity Pok??mon     130
370                                   Rendezvous Pok??mon      55
371                                    Rock Head Pok??mon      60
372                                    Endurance Pok??mon     100
373                                       Dragon Pok??mon     130
374                                    Iron Ball Pok??mon      80
375                                    Iron Claw Pok??mon     100
376                                     Iron Leg Pok??mon     150
377                                    Rock Peak Pok??mon     200
378                                      Iceberg Pok??mon     100
379                                         Iron Pok??mon     150
380                                          Eon Pok??mon     120
381                                          Eon Pok??mon     100
382                                    Sea Basin Pok??mon      90
383                                    Continent Pok??mon     160
384                                     Sky High Pok??mon     100
385                                         Wish Pok??mon     100
386                                          DNA Pok??mon      90
387                                    Tiny Leaf Pok??mon      64
388                                        Grove Pok??mon      85
389                                    Continent Pok??mon     105
390                                        Chimp Pok??mon      44
391                                      Playful Pok??mon      52
392                                        Flame Pok??mon      71
393                                      Penguin Pok??mon      53
394                                      Penguin Pok??mon      68
395                                      Emperor Pok??mon      88
396                                     Starling Pok??mon      30
397                                     Starling Pok??mon      50
398                                     Predator Pok??mon      70
399                                  Plump Mouse Pok??mon      40
400                                       Beaver Pok??mon      60
401                                      Cricket Pok??mon      41
402                                      Cricket Pok??mon      51
403                                        Flash Pok??mon      34
404                                        Spark Pok??mon      49
405                                   Gleam Eyes Pok??mon      79
406                                          Bud Pok??mon      35
407                                      Bouquet Pok??mon      65
408                                    Head Butt Pok??mon      40
409                                    Head Butt Pok??mon      60
410                                       Shield Pok??mon     118
411                                       Shield Pok??mon     168
412                                      Bagworm Pok??mon      45
413                                      Bagworm Pok??mon      95
414                                         Moth Pok??mon      50
415                                     Tiny Bee Pok??mon      42
416                                      Beehive Pok??mon     102
417                                  EleSquirrel Pok??mon      70
418                                   Sea Weasel Pok??mon      35
419                                   Sea Weasel Pok??mon      55
420                                       Cherry Pok??mon      45
421                                      Blossom Pok??mon      70
422                                     Sea Slug Pok??mon      48
423                                     Sea Slug Pok??mon      68
424                                    Long Tail Pok??mon      66
425                                      Balloon Pok??mon      34
426                                        Blimp Pok??mon      44
427                                       Rabbit Pok??mon      44
428                                       Rabbit Pok??mon      94
429                                      Magical Pok??mon      60
430                                     Big Boss Pok??mon      52
431                                        Catty Pok??mon      42
432                                    Tiger Cat Pok??mon      64
433                                         Bell Pok??mon      50
434                                        Skunk Pok??mon      47
435                                        Skunk Pok??mon      67
436                                       Bronze Pok??mon      86
437                                  Bronze Bell Pok??mon     116
438                                       Bonsai Pok??mon      95
439                                         Mime Pok??mon      45
440                                    Playhouse Pok??mon       5
441                                   Music Note Pok??mon      45
442                                    Forbidden Pok??mon     108
443                                   Land Shark Pok??mon      45
444                                         Cave Pok??mon      65
445                                         Mach Pok??mon     115
446                                    Big Eater Pok??mon      40
447                                    Emanation Pok??mon      40
448                                         Aura Pok??mon      88
449                                        Hippo Pok??mon      78
450                                  Heavyweight Pok??mon     118
451                                     Scorpion Pok??mon      90
452                                   Ogre Scorp Pok??mon     110
453                                  Toxic Mouth Pok??mon      40
454                                  Toxic Mouth Pok??mon      65
455                                  Bug Catcher Pok??mon      72
456                                    Wing Fish Pok??mon      56
457                                         Neon Pok??mon      76
458                                         Kite Pok??mon      50
459                                 Frosted Tree Pok??mon      50
460                                 Frosted Tree Pok??mon     105
461                                   Sharp Claw Pok??mon      65
462                                  Magnet Area Pok??mon     115
463                                      Licking Pok??mon      95
464                                        Drill Pok??mon     130
465                                         Vine Pok??mon     125
466                                  Thunderbolt Pok??mon      67
467                                        Blast Pok??mon      67
468                                      Jubilee Pok??mon      95
469                                  Ogre Darner Pok??mon      86
470                                      Verdant Pok??mon     130
471                                   Fresh Snow Pok??mon     110
472                                   Fang Scorp Pok??mon     125
473                                    Twin Tusk Pok??mon      80
474                                      Virtual Pok??mon      70
475                                        Blade Pok??mon      95
476                                      Compass Pok??mon     145
477                                      Gripper Pok??mon     135
478                                    Snow Land Pok??mon      70
479                                       Plasma Pok??mon     107
480                                    Knowledge Pok??mon     130
481                                      Emotion Pok??mon     105
482                                    Willpower Pok??mon      70
483                                     Temporal Pok??mon     120
484                                      Spatial Pok??mon     100
485                                    Lava Dome Pok??mon     106
486                                     Colossal Pok??mon     110
487                                     Renegade Pok??mon     100
488                                        Lunar Pok??mon     120
489                                  Sea Drifter Pok??mon      80
490                                    Seafaring Pok??mon     100
491                                  Pitch-Black Pok??mon      90
492                                    Gratitude Pok??mon      75
493                                        Alpha Pok??mon     120
494                                      Victory Pok??mon     100
495                                  Grass Snake Pok??mon      55
496                                  Grass Snake Pok??mon      75
497                                        Regal Pok??mon      95
498                                     Fire Pig Pok??mon      45
499                                     Fire Pig Pok??mon      55
500                                Mega Fire Pig Pok??mon      65
501                                    Sea Otter Pok??mon      45
502                                   Discipline Pok??mon      60
503                                   Formidable Pok??mon      85
504                                        Scout Pok??mon      39
505                                      Lookout Pok??mon      69
506                                        Puppy Pok??mon      45
507                                    Loyal Dog Pok??mon      65
508                                  Big-Hearted Pok??mon      90
509                                      Devious Pok??mon      37
510                                        Cruel Pok??mon      50
511                                 Grass Monkey Pok??mon      48
512                                 Thorn Monkey Pok??mon      63
513                                    High Temp Pok??mon      48
514                                        Ember Pok??mon      63
515                                        Spray Pok??mon      48
516                                       Geyser Pok??mon      63
517                                  Dream Eater Pok??mon      45
518                                     Drowsing Pok??mon      85
519                                  Tiny Pigeon Pok??mon      50
520                                  Wild Pigeon Pok??mon      62
521                                        Proud Pok??mon      80
522                                  Electrified Pok??mon      32
523                                  Thunderbolt Pok??mon      63
524                                       Mantle Pok??mon      85
525                                          Ore Pok??mon     105
526                                   Compressed Pok??mon     130
527                                          Bat Pok??mon      43
528                                     Courting Pok??mon      55
529                                         Mole Pok??mon      40
530                                   Subterrene Pok??mon      60
531                                      Hearing Pok??mon     126
532                                     Muscular Pok??mon      55
533                                     Muscular Pok??mon      85
534                                     Muscular Pok??mon      95
535                                      Tadpole Pok??mon      40
536                                    Vibration Pok??mon      55
537                                    Vibration Pok??mon      75
538                                         Judo Pok??mon      85
539                                       Karate Pok??mon      75
540                                       Sewing Pok??mon      70
541                                 Leaf-Wrapped Pok??mon      90
542                                    Nurturing Pok??mon      80
543                                    Centipede Pok??mon      59
544                                    Curlipede Pok??mon      99
545                                     Megapede Pok??mon      89
546                                  Cotton Puff Pok??mon      60
547                                   Windveiled Pok??mon      85
548                                         Bulb Pok??mon      50
549                                    Flowering Pok??mon      75
550                                      Hostile Pok??mon      65
551                                  Desert Croc Pok??mon      35
552                                  Desert Croc Pok??mon      45
553                                 Intimidation Pok??mon      80
554                                    Zen Charm Pok??mon      45
555                                      Blazing Pok??mon     105
556                                       Cactus Pok??mon      67
557                                     Rock Inn Pok??mon      85
558                                   Stone Home Pok??mon     125
559                                     Shedding Pok??mon      70
560                                      Hoodlum Pok??mon     115
561                                     Avianoid Pok??mon      80
562                                       Spirit Pok??mon      85
563                                       Coffin Pok??mon     145
564                                  Prototurtle Pok??mon     103
565                                  Prototurtle Pok??mon     133
566                                   First Bird Pok??mon      45
567                                   First Bird Pok??mon      65
568                                    Trash Bag Pok??mon      62
569                                   Trash Heap Pok??mon      82
570                                   Tricky Fox Pok??mon      40
571                                 Illusion Fox Pok??mon      60
572                                   Chinchilla Pok??mon      40
573                                        Scarf Pok??mon      60
574                                     Fixation Pok??mon      50
575                                   Manipulate Pok??mon      70
576                                  Astral Body Pok??mon      95
577                                         Cell Pok??mon      40
578                                      Mitosis Pok??mon      50
579                                  Multiplying Pok??mon      75
580                                   Water Bird Pok??mon      50
581                                   White Bird Pok??mon      63
582                                   Fresh Snow Pok??mon      50
583                                     Icy Snow Pok??mon      65
584                                    Snowstorm Pok??mon      85
585                                       Season Pok??mon      50
586                                       Season Pok??mon      70
587                                 Sky Squirrel Pok??mon      60
588                                     Clamping Pok??mon      45
589                                      Cavalry Pok??mon     105
590                                     Mushroom Pok??mon      45
591                                     Mushroom Pok??mon      70
592                                     Floating Pok??mon      50
593                                     Floating Pok??mon      70
594                                       Caring Pok??mon      80
595                                    Attaching Pok??mon      50
596                                    EleSpider Pok??mon      60
597                                   Thorn Seed Pok??mon      91
598                                    Thorn Pod Pok??mon     131
599                                         Gear Pok??mon      70
600                                         Gear Pok??mon      95
601                                         Gear Pok??mon     115
602                                      EleFish Pok??mon      40
603                                      EleFish Pok??mon      70
604                                      EleFish Pok??mon      80
605                                     Cerebral Pok??mon      55
606                                     Cerebral Pok??mon      75
607                                       Candle Pok??mon      55
608                                         Lamp Pok??mon      60
609                                       Luring Pok??mon      90
610                                         Tusk Pok??mon      60
611                                      Axe Jaw Pok??mon      70
612                                      Axe Jaw Pok??mon      90
613                                        Chill Pok??mon      40
614                                     Freezing Pok??mon      80
615                                Crystallizing Pok??mon      50
616                                        Snail Pok??mon      85
617                                    Shell Out Pok??mon      40
618                                         Trap Pok??mon      84
619                                 Martial Arts Pok??mon      50
620                                 Martial Arts Pok??mon      60
621                                         Cave Pok??mon      90
622                                    Automaton Pok??mon      50
623                                    Automaton Pok??mon      80
624                                  Sharp Blade Pok??mon      70
625                                  Sword Blade Pok??mon     100
626                                 Bash Buffalo Pok??mon      95
627                                       Eaglet Pok??mon      50
628                                      Valiant Pok??mon      75
629                                     Diapered Pok??mon      75
630                                 Bone Vulture Pok??mon     105
631                                     Anteater Pok??mon      66
632                                     Iron Ant Pok??mon     112
633                                        Irate Pok??mon      50
634                                      Hostile Pok??mon      70
635                                       Brutal Pok??mon      90
636                                        Torch Pok??mon      55
637                                          Sun Pok??mon      65
638                                    Iron Will Pok??mon     129
639                                       Cavern Pok??mon      90
640                                    Grassland Pok??mon      72
641                                      Cyclone Pok??mon      80
642                                  Bolt Strike Pok??mon      70
643                                   Vast White Pok??mon     100
644                                   Deep Black Pok??mon     120
645                                    Abundance Pok??mon      90
646                                     Boundary Pok??mon      90
647                                         Colt Pok??mon      90
648                                       Melody Pok??mon      90
649                                    Paleozoic Pok??mon      95
650                                    Spiky Nut Pok??mon      65
651                                  Spiny Armor Pok??mon      95
652                                  Spiny Armor Pok??mon     122
653                                          Fox Pok??mon      40
654                                          Fox Pok??mon      58
655                                          Fox Pok??mon      72
656                                  Bubble Frog Pok??mon      40
657                                  Bubble Frog Pok??mon      52
658                                        Ninja Pok??mon      67
659                                      Digging Pok??mon      38
660                                      Digging Pok??mon      77
661                                   Tiny Robin Pok??mon      43
662                                        Ember Pok??mon      55
663                                    Scorching Pok??mon      71
664                                  Scatterdust Pok??mon      40
665                                  Scatterdust Pok??mon      60
666                                        Scale Pok??mon      50
667                                     Lion Cub Pok??mon      58
668                                        Royal Pok??mon      72
669                                 Single Bloom Pok??mon      39
670                                        Fairy Pok??mon      67
671                                       Garden Pok??mon      68
672                                        Mount Pok??mon      48
673                                        Mount Pok??mon      62
674                                      Playful Pok??mon      62
675                                     Daunting Pok??mon      78
676                                       Poodle Pok??mon      60
677                                    Restraint Pok??mon      54
678                                   Constraint Pok??mon      76
679                                        Sword Pok??mon     100
680                                        Sword Pok??mon     150
681                                  Royal Sword Pok??mon      50
682                                      Perfume Pok??mon      60
683                                    Fragrance Pok??mon      72
684                                 Cotton Candy Pok??mon      66
685                                     Meringue Pok??mon      86
686                                    Revolving Pok??mon      53
687                                  Overturning Pok??mon      88
688                                   Two-Handed Pok??mon      67
689                                   Collective Pok??mon     115
690                                    Mock Kelp Pok??mon      60
691                                    Mock Kelp Pok??mon      90
692                                    Water Gun Pok??mon      62
693                                     Howitzer Pok??mon      88
694                                    Generator Pok??mon      33
695                                    Generator Pok??mon      52
696                                   Royal Heir Pok??mon      77
697                                       Despot Pok??mon     119
698                                       Tundra Pok??mon      50
699                                       Tundra Pok??mon      72
700                                 Intertwining Pok??mon      65
701                                    Wrestling Pok??mon      75
702                                      Antenna Pok??mon      57
703                                        Jewel Pok??mon     150
704                                  Soft Tissue Pok??mon      35
705                                  Soft Tissue Pok??mon      53
706                                       Dragon Pok??mon      70
707                                     Key Ring Pok??mon      91
708                                        Stump Pok??mon      48
709                                   Elder Tree Pok??mon      76
710                                      Pumpkin Pok??mon      70
711                                      Pumpkin Pok??mon     122
712                                    Ice Chunk Pok??mon      85
713                                      Iceberg Pok??mon     184
714                                   Sound Wave Pok??mon      35
715                                   Sound Wave Pok??mon      80
716                                         Life Pok??mon      95
717                                  Destruction Pok??mon      95
718                                        Order Pok??mon     121
719                                        Jewel Pok??mon     110
720 Mischief Pok??mon (Confined)Djinn Pok??monn (Unbound)      60
721                                        Steam Pok??mon     120
722                                  Grass Quill Pok??mon      55
723                                  Blade Quill Pok??mon      75
724                                  Arrow Quill Pok??mon      75
725                                     Fire Cat Pok??mon      40
726                                     Fire Cat Pok??mon      50
727                                         Heel Pok??mon      90
728                                     Sea Lion Pok??mon      54
729                                     Pop Star Pok??mon      69
730                                      Soloist Pok??mon      74
731                                   Woodpecker Pok??mon      30
732                                   Bugle Beak Pok??mon      50
733                                       Cannon Pok??mon      75
734                                    Loitering Pok??mon      30
735                                     Stakeout Pok??mon      60
736                                        Larva Pok??mon      45
737                                      Battery Pok??mon      95
738                                  Stag Beetle Pok??mon      90
739                                       Boxing Pok??mon      57
740                                  Woolly Crab Pok??mon      77
741                                      Dancing Pok??mon      70
742                                      Bee Fly Pok??mon      40
743                                      Bee Fly Pok??mon      60
744                                        Puppy Pok??mon      40
745                                         Wolf Pok??mon      75
746                                    Small Fry Pok??mon     130
747                                  Brutal Star Pok??mon      62
748                                  Brutal Star Pok??mon     152
749                                       Donkey Pok??mon      70
750                                  Draft Horse Pok??mon     100
751                                 Water Bubble Pok??mon      52
752                                 Water Bubble Pok??mon      92
753                                 Sickle Grass Pok??mon      35
754                                 Bloom Sickle Pok??mon      90
755                                 Illuminating Pok??mon      55
756                                 Illuminating Pok??mon      80
757                                 Toxic Lizard Pok??mon      40
758                                 Toxic Lizard Pok??mon      60
759                                     Flailing Pok??mon      50
760                                   Strong Arm Pok??mon      80
761                                        Fruit Pok??mon      38
762                                        Fruit Pok??mon      48
763                                        Fruit Pok??mon      98
764                                  Posy Picker Pok??mon      90
765                                         Sage Pok??mon      80
766                                     Teamwork Pok??mon      90
767                                    Turn Tail Pok??mon      40
768                                   Hard Scale Pok??mon     140
769                                    Sand Heap Pok??mon      80
770                                  Sand Castle Pok??mon     110
771                                 Sea Cucumber Pok??mon     130
772                                    Synthetic Pok??mon      95
773                                    Synthetic Pok??mon      95
774                                       Meteor Pok??mon      60
775                                     Drowsing Pok??mon      65
776                                 Blast Turtle Pok??mon     135
777                                    Roly-Poly Pok??mon      63
778                                     Disguise Pok??mon      80
779                                  Gnash Teeth Pok??mon      70
780                                       Placid Pok??mon      85
781                                  Sea Creeper Pok??mon     100
782                                        Scaly Pok??mon      65
783                                        Scaly Pok??mon      90
784                                        Scaly Pok??mon     125
785                                  Land Spirit Pok??mon      85
786                                  Land Spirit Pok??mon      75
787                                  Land Spirit Pok??mon     115
788                                  Land Spirit Pok??mon     115
789                                       Nebula Pok??mon      31
790                                    Protostar Pok??mon     131
791                                        Sunne Pok??mon     107
792                                        Moone Pok??mon      89
793                                     Parasite Pok??mon      47
794                                      Swollen Pok??mon     139
795                                      Lissome Pok??mon      37
796                                      Glowing Pok??mon      71
797                                       Launch Pok??mon     103
798                                  Drawn Sword Pok??mon     131
799                                    Junkivore Pok??mon      53
800                                        Prism Pok??mon     101
801                                   Artificial Pok??mon     115
    experience_growth height_m  hp                                japanese_name
1             1059860      0.7  45                Fushigidane???????????\x80???
2             1059860      1.0  60                    Fushigisou???????????????
3             1059860      2.0  80                   Fushigibana???????????????
4             1059860      0.6  39                         Hitokage????????????
5             1059860      1.1  58                          Lizardo????????????
6             1059860      1.7  78                      Lizardon???????????????
7             1059860      0.5  44                         Zenigame????????????
8             1059860      1.0  59                           Kameil????????????
9             1059860      1.6  79                         Kamex???????????????
10            1000000      0.3  45                      Caterpie???????????????
11            1000000      0.7  50                       Transel???????????????
12            1000000      1.1  60                    Butterfree???????????????
13            1000000      0.3  40                           Beedle????????????
14            1000000      0.6  45                           Cocoon????????????
15            1000000      1.0  65                            Spear????????????
16            1059860      0.3  40                               Poppo?????????
17            1059860      1.1  63                           Pigeon????????????
18            1059860      1.5  83                        Pigeot???????????????
19            1000000       NA  30                          Koratta????????????
20            1000000       NA  75                               Ratta?????????
21            1000000      0.3  40                     Onisuzume???????????????
22            1000000      1.2  65                      Onidrill???????????????
23            1000000      2.0  35                                Arbo?????????
24            1000000      3.5  60                         Arbok???????????????
25            1000000      0.4  35                       Pikachu???????????????
26            1000000       NA  60                        Raichu???????????????
27            1000000       NA  50                                Sand?????????
28            1000000       NA  75                       Sandpan???????????????
29            1059860      0.4  55                   Nidoran???????????????\x80
30            1059860      0.8  70                      Nidorina???????????????
31            1059860      1.3  90                     Nidoqueen???????????????
32            1059860      0.5  46                      Nidoran????????????????
33            1059860      0.9  61                      Nidorino???????????????
34            1059860      1.4  81                      Nidoking???????????????
35             800000      0.6  70                               Pippi?????????
36             800000      1.3  95                             Pixy????????????
37            1000000       NA  38                               Rokon?????????
38            1000000       NA  73                        Kyukon???????????????
39             800000      0.5 115                               Purin?????????
40             800000      1.0 140                          Pukurin????????????
41            1000000      0.8  40                            Zubat????????????
42            1000000      1.6  75                        Golbat???????????????
43            1059860      0.5  45                    Nazonokusa???????????????
44            1059860      0.8  60                     Kusaihana???????????????
45            1059860      1.2  75                     Ruffresia???????????????
46            1000000      0.3  35                               Paras?????????
47            1000000      1.0  60                      Parasect???????????????
48            1000000      1.0  60                         Kongpang????????????
49            1000000      1.5  70                       Morphon???????????????
50            1000000       NA  10                         Digda???????????\x80
51            1000000       NA  35                    Dugtrio??\x80????????????
52            1000000       NA  40                           Nyarth????????????
53            1000000       NA  65                       Persian???????????????
54            1000000      0.8  50                        Koduck?????\x80??????
55            1000000      1.7  80                    Golduck????????\x80??????
56            1000000      0.5  40                           Mankey????????????
57            1000000      1.0  65                     Okorizaru???????????????
58            1250000      0.7  55                           Gardie????????????
59            1250000      1.9  90                        Windie???????????????
60            1059860      0.6  40                          Nyoromo????????????
61            1059860      1.0  65                          Nyorozo????????????
62            1059860      1.3  90                      Nyorobon???????????????
63            1059860      0.9  25                            Casey????????????
64            1059860      1.3  40                      Yungerer???????????????
65            1059860      1.5  55                        Foodin???????????????
66            1059860      0.8  70                       Wanriky???????????????
67            1059860      1.5  80                        Goriky???????????????
68            1059860      1.6  90                       Kairiky???????????????
69            1059860      0.7  50                Madatsubomi?????\x80?????????
70            1059860      1.0  65                          Utsudon????????????
71            1059860      1.7  80                       Utsubot???????????????
72            1250000      0.9  40                    Menokurage???????????????
73            1250000      1.6  80                    Dokukurage???????????????
74            1059860       NA  40                    Isitsubute???????????????
75            1059860       NA  55                           Golone????????????
76            1059860       NA  80                       Golonya???????????????
77            1000000      1.0  50                           Ponyta????????????
78            1000000      1.7  65                        Gallop???????????????
79            1000000      1.2  90                               Yadon?????????
80            1000000      1.6  95                          Yadoran????????????
81            1000000      0.3  25                                Coil?????????
82            1000000      1.0  50                      Rarecoil???????????????
83            1000000      0.8  52                         Kamonegi????????????
84            1000000      1.4  35                             Dodo????????????
85            1000000      1.8  60                       Dodorio???????????????
86            1000000      1.1  65                            Pawou????????????
87            1000000      1.7  90                            Jugon????????????
88            1000000       NA  80                      Betbeter???????????????
89            1000000       NA 105                      Betbeton???????????????
90            1250000      0.3  30                   Shellder???????????\x80???
91            1250000      1.5  50                       Parshen???????????????
92            1059860      1.3  30                                Ghos?????????
93            1059860      1.6  45                            Ghost????????????
94            1059860      1.5  60                           Gangar????????????
95            1000000      8.8  35                            Iwark????????????
96            1000000      1.0  60                           Sleepe????????????
97            1000000      1.6  85                       Sleeper???????????????
98            1000000      0.4  30                                Crab?????????
99            1000000      1.3  55                       Kingler???????????????
100           1000000      0.5  40                 Biriridama???????????\x80???
101           1000000      1.2  60                      Marumine???????????????
102           1250000      0.4  60                         Tamatama????????????
103           1250000       NA  95                            Nassy????????????
104           1000000      0.4  50                         Karakara????????????
105           1000000       NA  60                         Garagara????????????
106           1000000      1.5  50                     Sawamular???????????????
107           1000000      1.4  50                      Ebiwalar???????????????
108           1000000      1.2  90                     Beroringa???????????????
109           1000000      0.6  40                           Dogars????????????
110           1000000      1.2  65                     Matadogas???????????????
111           1250000      1.0  80                        Sihorn???????????????
112           1250000      1.9 105                            Sidon????????????
113            800000      1.1 250                            Lucky????????????
114           1000000      1.0  65                       Monjara???????????????
115           1000000      2.2 105                           Garura????????????
116           1000000      0.4  30                            Tattu????????????
117           1000000      1.2  55                           Seadra????????????
118           1000000      0.6  45                     Tosakinto???????????????
119           1000000      1.3  80                        Azumao???????????????
120           1250000      0.8  30                     Hitodeman???????????????
121           1250000      1.1  60                       Starmie???????????????
122           1000000      1.3  40                      Barrierd???????????????
123           1000000      1.5  70                        Strike???????????????
124           1000000      1.4  65                       Rougela???????????????
125           1000000      1.1  65                           Eleboo????????????
126           1000000      1.3  65                           Boober????????????
127           1250000      1.5  65                          Kailios????????????
128           1250000      1.4  75                     Kentauros???????????????
129           1250000      0.9  20                       Koiking???????????????
130           1250000      6.5  95                      Gyarados???????????????
131           1250000      2.5 130                          Laplace????????????
132           1000000      0.3  48                          Metamon????????????
133           1000000      0.3  55                           Eievui????????????
134           1000000      1.0 130                       Showers???????????????
135           1000000      0.8  65                   Thunders????????\x80??????
136           1000000      0.9  65                       Booster???????????????
137           1000000      0.8  65                          Porygon????????????
138           1000000      0.4  35                        Omnite???????????????
139           1000000      1.0  70                        Omstar???????????????
140           1000000      0.5  30                              Kabuto?????????
141           1000000      1.3  60                      Kabutops???????????????
142           1250000      1.8  80                               Ptera?????????
143           1250000      2.1 160                          Kabigon????????????
144           1250000      1.7  90                       Freezer???????????????
145           1250000      1.6  90                       Thunder????????\x80???
146           1250000      2.0  90                          Fire???????????????
147           1250000      1.8  41                       Miniryu???????????????
148           1250000      4.0  61                       Hakuryu???????????????
149           1250000      2.2  91                        Kairyu???????????????
150           1250000      2.0 106                        Mewtwo???????????????
151           1059860      0.4 100                                 Mew?????????
152           1059860      0.9  45                     Chicorita???????????????
153           1059860      1.2  60                       Bayleaf???????????????
154           1059860      1.8  80                      Meganium???????????????
155           1059860      0.5  39                    Hinoarashi???????????????
156           1059860      0.9  58                    Magmarashi???????????????
157           1059860      1.7  78                      Bakphoon???????????????
158           1059860      0.6  50                         Waninoko????????????
159           1059860      1.1  65                     Alligates???????????????
160           1059860      2.3  85                     Ordile????????\x80??????
161           1000000      0.8  35                              Otachi?????????
162           1000000      1.8  85                          Ootachi????????????
163           1000000      0.7  60                             Hoho????????????
164           1000000      1.6 100                    Yorunozuku???????????????
165            800000      1.0  40                           Rediba????????????
166            800000      1.4  55                        Redian???????????????
167            800000      0.5  40                          Itomaru????????????
168            800000      1.1  70                       Ariados???????????????
169           1000000      1.8  85                        Crobat???????????????
170           1250000      0.5  75                      Chonchie???????????????
171           1250000      1.2 125                       Lantern???????????????
172           1000000      0.3  20                            Pichu????????????
173            800000      0.3  50                                     Py??????
174            800000      0.3  90                          Pupurin????????????
175            800000      0.3  35                           Togepy????????????
176            800000      0.6  55                     Togechick???????????????
177           1000000      0.2  40                             Naty????????????
178           1000000      1.5  65                         Natio???????????????
179           1059860      0.6  55                          Merriep????????????
180           1059860      0.8  70                              Mokoko?????????
181           1059860      1.4  90                        Denryu???????????????
182           1059860      0.4  75                     Kireihana???????????????
183            800000      0.4  70                               Maril?????????
184            800000      0.8 100                          Marilli????????????
185           1000000      1.2  70                       Usokkie???????????????
186           1059860      1.1  90                     Nyorotono???????????????
187           1059860      0.4  35                          Hanecco????????????
188           1059860      0.6  55                          Popocco????????????
189           1059860      0.8  75                          Watacco????????????
190            800000      0.8  55                            Eipam????????????
191           1059860      0.3  30                      Himanuts???????????????
192           1059860      0.8  75                         Kimawari????????????
193           1000000      1.2  65                      Yanyanma???????????????
194           1000000      0.4  55                                Upah?????????
195           1000000      1.4  95                                Nuoh?????????
196           1000000      0.9  65                            Eifie????????????
197           1000000      1.0  95                        Blacky???????????????
198           1059860      0.5  60                    Yamikarasu???????????????
199           1000000      2.0  95                      Yadoking???????????????
200            800000      0.7  60                                Muma?????????
201           1000000      0.5  48                       Unknown???????????????
202           1000000      1.3 190                        Sonans???????????????
203           1000000      1.5  70                     Kirinriki???????????????
204           1000000      0.6  50                 Kunugidama???????????\x80???
205           1000000      1.2  75                       Foretos???????????????
206           1000000      1.5 100                         Nokocchi????????????
207           1059860      1.1  65                        Gliger???????????????
208           1000000      9.2  75                      Haganeil???????????????
209            800000      0.6  60                                Bulu?????????
210            800000      1.4  90                      Granbulu???????????????
211           1000000      0.5  65                       Harysen???????????????
212           1000000      1.8  70                           Hassam????????????
213           1059860      0.6  20                       Tsubotsubo????????????
214           1250000      1.5  80                      Heracros???????????????
215           1059860      0.9  55                            Nyula????????????
216           1000000      0.6  60                         Himeguma????????????
217           1000000      1.8  90                          Ringuma????????????
218           1000000      0.7  40                        Magmag???????????????
219           1000000      0.8  60                     Magcargot???????????????
220           1250000      0.4  50                           Urimoo????????????
221           1250000      1.1 100                           Inomoo????????????
222            800000      0.6  65                          Sunnygo????????????
223           1000000      0.6  35                       Teppouo???????????????
224           1000000      0.9  75                          Okutank????????????
225            800000      0.9  45                      Delibird???????????????
226           1250000      2.1  85                       Mantain???????????????
227           1250000      1.7  65                         Airmd???????????????
228           1250000      0.6  45                           Delvil????????????
229           1250000      1.4  75                          Hellgar????????????
230           1000000      1.8  75                       Kingdra???????????????
231           1000000      0.5  90                          Gomazou????????????
232           1000000      1.1  90                        Donfan???????????????
233           1000000      0.6  85                      Porygon2???????????????
234           1250000      1.4  73                        Odoshishi????????????
235            800000      1.2  55                            Doble????????????
236           1000000      0.7  35                           Balkie????????????
237           1000000      1.4  50                      Kapoerer???????????????
238           1000000      0.4  45                        Muchul???????????????
239           1000000      0.6  45                        Elekid???????????????
240           1000000      0.7  45                                Buby?????????
241           1250000      1.2  95                       Miltank???????????????
242            800000      1.5 255                         Happinas????????????
243           1250000      1.9  90                           Raikou????????????
244           1250000      2.1 115                            Entei????????????
245           1250000      2.0 100                          Suicune????????????
246           1250000      0.6  50                       Yogiras???????????????
247           1250000      1.2  70                     Sanagiras???????????????
248           1250000      2.0 100                      Bangiras???????????????
249           1250000      5.2 106                               Lugia?????????
250           1250000      3.8 106                            Houou????????????
251           1059860      0.6 100                           Celebi????????????
252           1059860      0.5  40                              Kimori?????????
253           1059860      0.9  50                       Juptile???????????????
254           1059860      1.7  70                        Jukain???????????????
255           1059860      0.4  45                           Achamo????????????
256           1059860      0.9  60                     Wakasyamo???????????????
257           1059860      1.9  80                      Bursyamo???????????????
258           1059860      0.4  50                     Mizugorou???????????????
259           1059860      0.7  70                      Numacraw???????????????
260           1059860      1.5 100                      Laglarge???????????????
261           1000000      0.5  35                         Pochiena????????????
262           1000000      1.0  70                           Graena????????????
263           1000000      0.4  38                    Jiguzaguma???????????????
264           1000000      0.5  78                     Massuguma???????????????
265           1000000      0.3  45                          Kemusso????????????
266           1000000      0.6  50                     Karasalis???????????????
267           1000000      1.0  60                       Agehunt???????????????
268           1000000      0.7  50                           Mayuld????????????
269           1000000      1.2  60                      Dokucale???????????????
270           1059860      0.5  40                          Hassboh????????????
271           1059860      1.2  60                     Hasubrero???????????????
272           1059860      1.5  80                      Runpappa???????????????
273           1059860      0.5  40                          Taneboh????????????
274           1059860      1.0  70                         Konohana????????????
275           1059860      1.3  90                    Dirteng??\x80????????????
276           1059860      0.3  40                              Subame?????????
277           1059860      0.7  60                      Ohsubame???????????????
278           1000000      0.6  40                           Camome????????????
279           1000000      1.2  60                      Pelipper???????????????
280           1250000      0.4  28                            Ralts????????????
281           1250000      0.8  38                           Kirlia????????????
282           1250000      1.6  68                      Sirnight???????????????
283           1000000      0.5  40                          Ametama????????????
284           1000000      0.8  70                       Amemoth???????????????
285           1640000      0.4  60                         Kinococo????????????
286           1640000      1.2  60                     Kinogassa???????????????
287           1250000      0.8  60                         Namakero????????????
288           1250000      1.4  80                    Yarukimono???????????????
289           1250000      2.0 150                       Kekking???????????????
290            600000      0.5  31                          Tutinin????????????
291            600000      0.8  61                      Tekkanin???????????????
292            600000      0.8   1                          Nukenin????????????
293           1059860      0.6  64                      Gonyonyo???????????????
294           1059860      1.0  84                          Dogohmb????????????
295           1059860      1.5 104                       Bakuong???????????????
296           1640000      1.0  72                   Makunoshita???????????????
297           1640000      2.3 144                    Hariteyama???????????????
298            800000      0.2  50                              Ruriri?????????
299           1000000      1.0  30                         Nosepass????????????
300            800000      0.6  50                               Eneco?????????
301            800000      1.1  70                     Enekororo???????????????
302           1059860      0.5  50                         Yamirami????????????
303            800000      0.6  50                          Kucheat????????????
304           1250000      0.4  50                         Cokodora????????????
305           1250000      0.9  60                              Kodora?????????
306           1250000      2.1  70                    Bossgodora???????????????
307           1000000      0.6  30                           Asanan????????????
308           1000000      1.3  60                        Charem???????????????
309           1250000      0.6  40                          Rakurai????????????
310           1250000      1.5  70                        Livolt???????????????
311           1000000      0.4  60                           Prasle????????????
312           1000000      0.4  60                            Minun????????????
313            600000      0.7  65                      Barubeat???????????????
314           1640000      0.6  65                      Illumise???????????????
315           1059860      0.3  50                          Roselia????????????
316           1640000      0.4  70                          Gokulin????????????
317           1640000      1.7 100                      Marunoom???????????????
318           1250000      0.8  45                          Kibanha????????????
319           1250000      1.8  70                  Samehader???????????\x80???
320           1640000      2.0 130                          Hoeruko????????????
321           1640000     14.5 170                        Whaloh???????????????
322           1000000      0.7  60                           Donmel????????????
323           1000000      1.9  70                       Bakuuda???????????\x80
324           1000000      0.5  70                          Cotoise????????????
325            800000      0.7  60                          Baneboo????????????
326            800000      0.9  80                        Boopig???????????????
327            800000      1.1  60                      Patcheel???????????????
328           1059860      0.7  45                       Nuckrar???????????????
329           1059860      1.1  50                       Vibrava???????????????
330           1059860      2.0  80                        Flygon???????????????
331           1059860      0.4  50                          Sabonea????????????
332           1059860      1.3  70                           Noctus????????????
333            600000      0.4  45                           Tyltto????????????
334            600000      1.1  75                      Tyltalis???????????????
335            600000      1.3  73                      Zangoose???????????????
336           1640000      2.7  73                      Habunake???????????????
337            800000      1.0  90                      Lunatone???????????????
338            800000      1.2  90                       Solrock???????????????
339           1000000      0.4  50                       Dojoach???????????????
340           1000000      0.9 110                          Namazun????????????
341           1640000      0.6  43                          Heigani????????????
342           1640000      1.1  63                    Shizariger???????????????
343           1000000      0.5  40                          Yajilon????????????
344           1000000      1.5  60                       Nendoll???????????????
345            600000      1.0  66                           Lilyla????????????
346            600000      1.5  86                       Yuradle???????????????
347            600000      0.7  45                           Anopth????????????
348            600000      1.5  75                       Armaldo???????????????
349            600000      0.6  20                          Hinbass????????????
350            600000      6.2  95                    Milokaross???????????????
351           1000000      0.3  70                          Powalen????????????
352           1059860      1.0  60                      Kakureon???????????????
353            800000      0.6  44                     Kagebouzu???????????????
354            800000      1.1  64                       Juppeta???????????????
355            800000      0.8  20                         Yomawaru????????????
356            800000      1.6  40                     Samayouru???????????????
357           1250000      2.0  99                       Tropius???????????????
358            800000      0.6  75                          Chirean????????????
359           1059860      1.2  65                            Absol????????????
360           1000000      0.6  95                          Sohnano????????????
361           1000000      0.7  50                   Yukiwarashi???????????????
362           1000000      1.5  80                      Onigohri???????????????
363           1059860      0.8  70                   Tamazarashi???????????????
364           1059860      1.1  90                     Todoggler???????????????
365           1059860      1.4 110                    Todoseruga???????????????
366            600000      0.4  35                         Pearlulu????????????
367            600000      1.7  55                       Huntail???????????????
368            600000      1.8  55                    Sakurabyss???????????????
369           1250000      1.0 100                        Glanth???????????????
370            800000      0.6  43                          Lovecus????????????
371           1250000      0.6  45                         Tatsubay????????????
372           1250000      1.1  65                          Komoruu????????????
373           1250000      1.5  95                  Bohmander??????????????\x80
374           1250000      0.6  40                       Dumbber??\x80?????????
375           1250000      1.2  60                           Metang????????????
376           1250000      1.6  80                     Metagross???????????????
377           1250000      1.7  80                      Regirock???????????????
378           1250000      1.8  80                        Regice???????????????
379           1250000      1.9  80                     Registeel???????????????
380           1250000      1.4  80                        Latias???????????????
381           1250000      2.0  80                        Latios???????????????
382           1250000      4.5 100                        Kyogre???????????????
383           1250000      3.5 100                       Groudon???????????????
384           1250000      7.0 105                      Rayquaza???????????????
385           1250000      0.3 100                          Jirachi????????????
386           1250000      1.7  50                        Deoxys???????????????
387           1059860      0.4  55                           Naetle????????????
388           1059860      1.1  75                   Hayashigame???????????????
389           1059860      2.2  95                  Dodaitose?????\x80?????????
390           1059860      0.5  44                         Hikozaru????????????
391           1059860      0.9  64                     Moukazaru???????????????
392           1059860      1.2  76                     Goukazaru???????????????
393           1059860      0.4  53                       Pochama???????????????
394           1059860      0.8  64                     Pottaishi???????????????
395           1059860      1.7  84                       Emperte???????????????
396           1059860      0.3  40                          Mukkuru????????????
397           1059860      0.6  55                      Mukubird???????????????
398           1059860      1.2  85                      Mukuhawk???????????????
399           1000000      0.5  59                               Bippa?????????
400           1000000      1.0  79                       Beadaru????????\x80???
401           1059860      0.3  37                    Korobohshi???????????????
402           1059860      1.0  77                      Korotock???????????????
403           1059860      0.5  45                           Kolink????????????
404           1059860      0.9  60                            Luxio????????????
405           1059860      1.4  80                      Rentorar???????????????
406           1059860      0.2  40                          Subomie????????????
407           1059860      0.9  60                      Roserade???????????????
408            600000      0.9  67                      Zugaidos???????????????
409            600000      1.6  97                       Rampald???????????????
410            600000      0.5  30                      Tatetops???????????????
411            600000      1.3  60                      Torideps???????????????
412           1000000      0.2  40                    Minomucchi???????????????
413           1000000      0.5  60 Minomadam (kusaki No Mino)???????????\x80???
414           1000000      0.9  70                        Gamale???????????????
415           1059860      0.3  30                    Mitsuhoney???????????????
416           1059860      1.2  70                       Beequen???????????????
417           1000000      0.4  60                        Pachirisu????????????
418           1000000      0.7  55                          Buoysel????????????
419           1000000      1.1  85                       Floazel???????????????
420           1000000      0.4  45                      Cherinbo???????????????
421           1000000      0.5  70                          Cherrim????????????
422           1000000      0.3  76                   Karanakushi???????????????
423           1000000      0.9 111                      Tritodon???????????????
424            800000      1.2  75                       Eteboth???????????????
425           1640000      0.4  90                          Fuwante????????????
426           1640000      1.2 150                      Fuwaride???????????????
427           1000000      0.4  55                          Mimirol????????????
428           1000000      1.2  65                       Mimilop???????????????
429            800000      0.9  60                       Mumargi???????????????
430           1059860      0.9 100                    Dongkarasu???????????????
431            800000      0.5  49                       Nyarmar???????????????
432            800000      1.0  71                      Bunyatto???????????????
433            800000      0.2  45                        Lisyan???????????????
434           1000000      0.4  63                       Skunpuu???????????????
435           1000000      1.0 103                       Skutank???????????????
436           1000000      0.5  57                     Dohmirror???????????????
437           1000000      1.3  67                      Dohtakun???????????????
438           1000000      0.5  50                         Usohachi????????????
439           1000000      0.6  20                              Manene?????????
440            800000      0.6 100                          Pinpuku????????????
441           1059860      0.5  76                            Perap????????????
442           1000000      1.0  50                         Mikaruge????????????
443           1250000      0.7  58                         Fukamaru????????????
444           1250000      1.4  68                           Gabite????????????
445           1250000      1.9 108                      Gaburias???????????????
446           1250000      0.6 135                               Gonbe?????????
447           1059860      0.7  40                               Riolu?????????
448           1059860      1.2  70                          Lucario????????????
449           1250000      0.8  68                    Hippopotas???????????????
450           1250000      2.0 108                      Kabaldon???????????????
451           1250000      0.8  40                          Scorupi????????????
452           1250000      1.3  70                      Dorapion???????????????
453           1000000      0.7  48                      Gureggru???????????????
454           1000000      1.3  83                       Dokurog???????????????
455           1250000      1.4  74                      Muskippa???????????????
456            600000      0.4  49                       Keikouo???????????????
457            600000      1.2  69                       Neolant???????????????
458           1250000      1.0  45                          Tamanta????????????
459           1250000      1.0  60                    Yukikaburi???????????????
460           1250000      2.2  90                      Yukinooh???????????????
461           1059860      1.1  70                       Manyula???????????????
462           1000000      1.2  70                      Jibacoil???????????????
463           1000000      1.7 110                      Berobelt???????????????
464           1250000      2.4 115                       Dosidon???????????????
465           1000000      2.0 100                       Mojumbo???????????????
466           1000000      1.8  75                      Elekible???????????????
467           1000000      1.6  75                       Booburn???????????????
468            800000      1.5  85                      Togekiss???????????????
469           1000000      1.9  86                     Megayanma???????????????
470           1000000      1.0  65                        Leafia???????????????
471           1000000      0.8  65                        Glacia???????????????
472           1059860      2.0  75                         Glion???????????????
473           1250000      2.5 110                           Mammoo????????????
474           1000000      0.9  85                     Porygon-z???????????????
475           1250000      1.6  68                      Erureido???????????????
476           1000000      1.4  60                    Dainose??\x80????????????
477            800000      2.2  45                        Yonoir???????????????
478           1000000      1.3  70                    Yukimenoko???????????????
479           1000000      0.3  50                               Rotom?????????
480           1250000      0.3  75                            Yuxie????????????
481           1250000      0.3  80                         Emrit???????????????
482           1250000      0.3  75                           Agnome????????????
483           1250000      5.4 100                        Dialga???????????????
484           1250000      4.2  90                           Palkia????????????
485           1250000      1.7  91                       Heatran???????????????
486           1250000      3.7 110                     Regigigas???????????????
487           1250000      4.5 150      Giratina (another Forme)???????????????
488           1250000      1.5 120                     Cresselia???????????????
489           1250000      0.4  80                           Phione????????????
490           1250000      0.3 100                          Manaphy????????????
491           1250000      1.5  70                    Darkrai??\x80????????????
492           1059860      0.2 100              Shaymin (sky Forme)????????????
493           1250000      3.2 120                        Arceus???????????????
494           1250000      0.4 100                       Victini???????????????
495           1059860      0.6  45                      Tsutarja???????????????
496           1059860      0.8  60                        Janovy???????????????
497           1059860      3.3  75                    Jalorda??????????????\x80
498           1059860      0.5  65                              Pokabu?????????
499           1059860      1.0  90                       Chaoboo???????????????
500           1059860      1.6 110                        Enbuoh???????????????
501           1059860      0.5  55                      Mijumaru???????????????
502           1059860      0.8  75                   Futachimaru???????????????
503           1059860      1.5  95                   Daikenki??\x80????????????
504           1000000      0.5  45                         Minezumi????????????
505           1000000      1.1  60                       Miruhog???????????????
506           1059860      0.4  45                     Yorterrie???????????????
507           1059860      0.9  65                     Herderrie???????????????
508           1059860      1.2  85                       Mooland???????????????
509           1000000      0.4  41                     Choroneko???????????????
510           1000000      1.1  64                   Lepardas???????????\x80???
511           1000000      0.6  50                          Yanappu????????????
512           1000000      1.1  75                      Yanakkie???????????????
513           1000000      0.6  50                           Baoppu????????????
514           1000000      1.0  75                       Baokkie???????????????
515           1000000      0.6  50                          Hiyappu????????????
516           1000000      1.0  75                      Hiyakkie???????????????
517            800000      0.6  76                               Munna?????????
518            800000      1.1 116                      Musharna???????????????
519           1059860      0.3  50                         Mamepato????????????
520           1059860      0.6  62                       Hatoboh???????????????
521           1059860      1.2  80                     Kenhallow???????????????
522           1000000      0.8  45                             Shimama?????????
523           1000000      1.6  75                      Zebraika???????????????
524           1059860      0.4  55                       Dangoro??\x80?????????
525           1059860      0.9  70                           Gantle????????????
526           1059860      1.7  85                      Gigaiath???????????????
527           1000000      0.4  65                         Koromori????????????
528           1000000      0.9  67                    Kokoromori???????????????
529           1000000      0.3  60                       Mogurew???????????????
530           1000000      0.7 110                       Doryuzu???????????????
531            800000      1.1 103                          Tabunne????????????
532           1059860      0.6  75                      Dokkorer???????????????
533           1059860      1.2  85                    Dotekkotsu???????????????
534           1059860      1.4 105                     Roubushin???????????????
535           1059860      0.5  50                          Otamaro????????????
536           1059860      0.8  75                         Gamagaru????????????
537           1059860      1.5 105                    Gamageroge???????????????
538           1000000      1.3 120                              Nageki?????????
539           1000000      1.4  75                           Dageki??\x80??????
540           1059860      0.3  45                         Kurumiru????????????
541           1059860      0.5  55                         Kurumayu????????????
542           1059860      1.2  75                    Hahakomori???????????????
543           1059860      0.4  30                             Fushide?????????
544           1059860      1.2  40                           Wheega????????????
545           1059860      2.5  60                       Pendror???????????????
546           1000000      0.3  40                           Monmen????????????
547           1000000      0.7  60                        Elfuun???????????????
548           1000000      0.5  45                          Churine????????????
549           1000000      1.1  70                       Dredear???????????????
550           1000000      1.0  70                          Bassrao????????????
551           1059860      0.7  50                         Meguroco????????????
552           1059860      1.0  60                         Waruvile????????????
553           1059860      1.5  95                      Waruvial???????????????
554           1059860      0.6  70                  Darumakka??\x80????????????
555           1059860      1.3 105                 Hihidaruma????????\x80??????
556           1000000      1.0  75                    Maracacchi???????????????
557           1000000      0.3  50                     Ishizumai???????????????
558           1000000      1.4  70                     Iwapalace???????????????
559           1000000      0.6  50                          Zuruggu????????????
560           1000000      1.1  65                     Zuruzukin???????????????
561           1000000      1.4  72                      Symboler???????????????
562           1000000      0.5  38                         Desumasu????????????
563           1000000      1.7  58                      Desukarn???????????????
564           1000000      0.7  54                       Protoga???????????????
565           1000000      1.2  74                      Abagoura???????????????
566           1000000      0.5  55                           Archen????????????
567           1000000      1.4  75                       Archeos???????????????
568           1000000      0.6  50                     Yabukuron???????????????
569           1000000      1.9  80                 Dustdas??\x80????????\x80???
570           1059860      0.7  40                               Zorua?????????
571           1059860      1.6  60                       Zoroark???????????????
572            800000      0.4  55                     Chillarmy???????????????
573            800000      0.5  75                   Chillaccino???????????????
574           1059860      0.4  45                             Gothimu?????????
575           1059860      0.7  60                        Gothimiru????????????
576           1059860      1.5  70                  Gothiruselle???????????????
577           1059860      0.3  45                           Uniran????????????
578           1059860      0.6  65                       Doublan??\x80?????????
579           1059860      1.0 110                      Lanculus???????????????
580           1000000      0.5  62                      Koaruhie???????????????
581           1000000      1.3  75                           Swanna????????????
582           1250000      0.4  36                      Vanipeti???????????????
583           1250000      1.1  51                      Vanirich???????????????
584           1250000      1.3  71                    Baivanilla???????????????
585           1000000      0.6  60                        Shikijika????????????
586           1000000      1.9  80                    Mebukijika???????????????
587           1000000      0.4  55                           Emonga????????????
588           1000000      0.5  50                         Kaburumo????????????
589           1000000      1.0  70                      Chevargo???????????????
590           1000000      0.2  69                    Tamagetake???????????????
591           1000000      0.6 114                    Morobareru???????????????
592           1000000      1.2  55                         Pururill????????????
593           1000000      2.2 100                      Burungel???????????????
594            800000      1.2 165                      Mamanbou???????????????
595           1000000      0.1  50                          Bachuru????????????
596           1000000      0.8  70                       Dentula???????????????
597           1000000      0.6  44                       Tesseed???????????????
598           1000000      1.0  74                        Nutrey???????????????
599           1059860      0.3  40                               Giaru?????????
600           1059860      0.6  60                          Gigiaru????????????
601           1059860      0.6  60                     Gigigiaru???????????????
602           1250000      0.2  35                  Shibishirasu???????????????
603           1250000      1.2  65                     Shibibeel???????????????
604           1250000      2.1  85                    Shibirudon???????????????
605           1000000      0.5  55                           Ligray????????????
606           1000000      1.0  75                            Ohbem????????????
607           1059860      0.3  50                        Hitomoshi????????????
608           1059860      0.6  60                       Lampler???????????????
609           1059860      1.0  60                      Chandela???????????????
610           1250000      0.6  46                              Kibago?????????
611           1250000      1.0  66                           Onondo????????????
612           1250000      1.8  76                      Ononokus???????????????
613           1000000      0.5  55                      Kumasyun???????????????
614           1000000      2.6  95                       Tunbear???????????????
615           1000000      1.1  80                       Freegeo???????????????
616           1000000      0.4  50                     Chobomaki???????????????
617           1000000      0.8  80                    Agilder???????????\x80???
618           1000000      0.7 109                           Maggyo????????????
619           1059860      0.9  45                        Kojofu???????????????
620           1059860      1.4  65                       Kojondo???????????????
621           1000000      1.6  77                       Crimgan???????????????
622           1000000      1.0  59                            Gobit????????????
623           1000000      2.8  89                           Goloog????????????
624           1000000      0.5  45                         Komatana????????????
625           1000000      1.6  65                     Kirikizan???????????????
626           1000000      1.6  95                       Buffron???????????????
627           1250000      0.5  70                         Washibon????????????
628           1250000      1.5 100                       Warrgle???????????????
629           1250000      0.5  70                       Valchai???????????????
630           1250000      1.2 110                       Vulgina???????????????
631           1000000      1.4  85                      Kuitaran???????????????
632           1000000      0.3  58                         Aiant???????????????
633           1250000      0.8  52                              Monozu?????????
634           1250000      1.4  72                           Dihead????????????
635           1250000      1.8  92                     Sazandora???????????????
636           1250000      1.1  55                         Merlarva????????????
637           1250000      1.6  85                      Ulgamoth???????????????
638           1250000      2.1  91                       Cobalon???????????????
639           1250000      1.9  91                     Terrakion???????????????
640           1250000      2.0  91                      Virizion???????????????
641           1250000      1.5  79       Tornelos (keshin Forme)???????????????
642           1250000      1.5  79       Voltolos (keshin Forme)???????????????
643           1250000      3.2 100                         Reshiram????????????
644           1250000      2.9 100                           Zekrom????????????
645           1250000      1.5  89        Landlos (keshin Forme)???????????????
646           1250000      3.0 125                           Kyurem????????????
647           1250000      1.4  91     Keldeo (itsumo No Sugata)???????????????
648           1250000      0.6 100         Meloetta (step Forme)???????????????
649           1250000      1.5  71                      Genesect???????????????
650           1059860      0.4  56                     Harimaron???????????????
651           1059860      0.7  61                      Hariborg???????????????
652           1059860      1.6  88                     Brigarron???????????????
653           1059860      0.4  40                            Fokko????????????
654           1059860      1.0  59                      Tairenar???????????????
655           1059860      1.5  75                     Mahoxy??????????????????
656           1059860      0.3  41                        Keromatsu????????????
657           1059860      0.6  54                   Gekogashira???????????????
658           1059860      1.5  72                      Gekkouga???????????????
659           1000000      0.4  38                          Horubee????????????
660           1000000      1.0  85                           Horudo????????????
661           1059860      0.3  45                         Yayakoma????????????
662           1059860      0.7  62                    Hinoyakoma???????????????
663           1059860      1.2  78                    Fiarrow??????????????????
664           1000000      0.3  38                   Kofukimushi???????????????
665           1000000      0.3  45                      Kofuurai???????????????
666           1000000      1.2  80                          Viviyon????????????
667           1059860      0.6  62                            Shishiko?????????
668           1059860      1.5  86                     Kaenjishi???????????????
669           1000000      0.1  44                          Flabebe????????????
670           1000000      0.2  74                       Floette???????????????
671           1000000      1.1  78                    Florges??????????????????
672           1000000      0.9  66                        Meecle???????????????
673           1000000      1.7 123                        Gogoat???????????????
674           1000000      0.6  67                       Yancham???????????????
675           1000000      2.1  95                       Goronda???????????\x80
676           1000000      1.2  75                      Trimmien???????????????
677           1000000      0.3  62                       Nyasper???????????????
678           1000000      0.6  74                    Nyaonix??????????????????
679           1000000      0.8  45                        Hitotsuki????????????
680           1000000      0.8  59                  Nidangill?????\x80?????????
681           1000000      1.7  60                      Gillgard???????????????
682           1000000      0.2  78                      Shushupu???????????????
683           1000000      0.8 101                      Frefuwan???????????????
684           1000000      0.4  62                     Peroppafu???????????????
685           1000000      0.8  82                      Peroream???????????????
686           1000000      0.4  53                       Maaiika???????????????
687           1000000      1.5  86                    Calamanero???????????????
688           1000000      0.5  42                         Kametete????????????
689           1000000      1.3  72                     Gamenodes???????????????
690           1000000      0.5  50                           Kuzumo????????????
691           1000000      1.8  65                     Dramidoro???????????????
692           1250000      0.5  50                       Udeppou???????????????
693           1250000      1.3  71                       Bloster???????????????
694           1000000      0.5  44                     Erikiteru???????????????
695           1000000      1.0  62                       Elezard???????????????
696           1000000      0.8  58                         Chigoras????????????
697           1000000      2.5  82                    Gachigoras???????????????
698           1000000      1.3  77                           Amarus????????????
699           1000000      2.7 123                     Amaruruga???????????????
700           1000000      1.0  95                       Nymphia???????????????
701           1000000      0.8  78                     Luchabull???????????????
702           1000000      0.2  67                          Dedenne????????????
703           1250000      0.3  50                          Melecie????????????
704           1250000      0.3  45                              Numera?????????
705           1250000      0.8  68                           Numeil????????????
706           1250000      2.0  90                      Numelgon???????????????
707            800000      0.2  57                        Cleffy???????????????
708           1000000      0.4  43                          Bokurei????????????
709           1000000      1.5  85                         Ohrot???????????????
710           1000000      0.8  59                      Bakeccha???????????????
711           1000000      1.7  85                       Pumpjin???????????????
712           1000000      1.0  55                    Kachikohru???????????????
713           1000000      2.0  95                       Crebase???????????????
714           1000000      0.5  40                         Onbat???????????????
715           1000000      1.5  85                        Onvern???????????????
716           1250000      3.0 126                       Xerneas???????????????
717           1250000      5.8 126                       Yveltal???????????????
718           1250000      5.0 216              Zygarde (10% Forme)????????????
719           1250000      0.7  50                    Diancie??????????????????
720           1250000       NA  80       Hoopa (imashimerareshi Hoopa)?????????
721           1250000      1.7  80                  Volcanion??????????????????
722           1059860      0.3  68                          Mokuroh????????????
723           1059860      0.7  78                     Fukuthrow???????????????
724           1059860      1.6  78                   Junaiper??????????????????
725           1059860      0.4  45                           Nyabby????????????
726           1059860      0.7  65                       Nyaheat???????????????
727           1059860      1.8  95                       Gaogaen???????????????
728           1059860      0.4  50                         Ashimari????????????
729           1059860      0.6  60                      Osyamari???????????????
730           1059860      1.8  80                      Ashirene???????????????
731           1000000      0.3  35                       Tsutsukera????????????
732           1000000      0.6  55                     Kerarappa???????????????
733           1000000      1.1  80                   Dodekabashi???????????????
734           1000000      0.4  48                     Youngoose???????????????
735           1000000      0.7  88                     Dekagoose???????????????
736           1000000      0.4  47                    Agojimushi???????????????
737           1000000      0.5  57                    Dendimushi???????????????
738           1000000      1.5  77                    Kuwagannon???????????????
739           1000000      0.6  47                     Makenkani???????????????
740           1000000      1.7  97                     Kekenkani???????????????
741           1000000      0.6  75  Odoridori (pachipachi Style)???????????????
742           1000000      0.1  40                            Abuly????????????
743           1000000      0.2  60                     Aburibbon???????????????
744           1000000      0.5  45                           Iwanko????????????
745           1000000       NA  85  Lugarugan (mahiru No Sugata)???????????????
746            800000      0.2  45         Yowashi (tandoku No Sugata)?????????
747           1000000      0.4  50                          Hidoide????????????
748           1000000      0.7  50                     Dohidoide???????????????
749           1000000      1.0  70                     Dorobanko???????????????
750           1000000      2.5 100                     Banbadoro???????????????
751           1000000      0.3  38                        Shizukumo????????????
752           1000000      1.8  68               Onishizukumo??????????????????
753           1000000      0.3  40                         Karikiri????????????
754           1000000      0.9  70                      Lalantes???????????????
755           1000000      0.2  40                          Nemasyu????????????
756           1000000      1.0  60                       Mashade???????????????
757           1000000      0.6  48                     Yatoumori???????????????
758           1000000      1.2  68                     Ennewt??????????????????
759           1000000      0.5  70                     Nuikoguma???????????????
760           1000000      2.1 120                    Kiteruguma???????????????
761           1059860      0.3  42                          Amakaji????????????
762           1059860      0.7  52                      Amamaiko???????????????
763           1059860      1.2  72                         Amajo???????????????
764            800000      0.1  51                        Cuwawa???????????????
765           1250000      1.5  90                 Yareyuutan??????????????????
766           1250000      2.0 100               Nagetukesaru??????????????????
767           1000000      0.5  25                   Kosokumushi???????????????
768           1000000      2.0  75                Gusokumusha??????????????????
769           1000000      0.5  55                           Sunaba????????????
770           1000000      1.3  85                    Sirodethna???????????????
771            800000      0.3  55                   Namakobushi???????????????
772           1250000      1.9  95                 Type: Null??????????????????
773           1250000      2.3  95                    Silvady??????????????????
774           1059860      0.3  60                              Meteno?????????
775           1250000      0.4  65                      Nekkoara???????????????
776           1000000      2.0  60                     Bakugames???????????????
777           1000000      0.3  65                    Togedemaru???????????????
778           1000000      0.2  55                      Mimikkyu???????????????
779           1000000      0.9  68                   Hagigishiri???????????????
780           1000000      3.0  78                      Jijilong???????????????
781           1000000      3.9  70                    Dadarin??\x80??\x80??????
782           1250000      0.6  45                          Jyarako????????????
783           1250000      1.2  55                      Jyarango???????????????
784           1250000      1.6  75                 Jyararanga??????????????????
785           1250000      1.8  70                Kapu-kokeko??????????????????
786           1250000      1.2  70                Kapu-tetefu??????????????????
787           1250000      1.9  70                 Kapu-bulul??????????????????
788           1250000      1.3  70                Kapu-rehire??????????????????
789           1250000      0.2  43                        Cosmog???????????????
790           1250000      0.1  43                      Cosmovum???????????????
791           1250000      3.4 137                      Solgaleo???????????????
792           1250000      4.0 137                        Lunala???????????????
793           1250000      1.2 109                       Uturoid???????????????
794           1250000      2.4 107                  Massivoon??????????????????
795           1250000      1.8  71                  Pheroache??????????????????
796           1250000      3.8  83                 Denjyumoku??????????????????
797           1250000      9.2  97                     Tekkaguya???????????????
798           1250000      0.3  59                    Kamiturugi???????????????
799           1250000      5.5 223                  Akuziking??????????????????
800           1250000      2.4  97                      Necrozma???????????????
801           1250000      1.0  80                         Magearna????????????
             name percentage_male pokedex_number sp_attack sp_defense speed
1       Bulbasaur            88.1              1        65         65    45
2         Ivysaur            88.1              2        80         80    60
3        Venusaur            88.1              3       122        120    80
4      Charmander            88.1              4        60         50    65
5      Charmeleon            88.1              5        80         65    80
6       Charizard            88.1              6       159        115   100
7        Squirtle            88.1              7        50         64    43
8       Wartortle            88.1              8        65         80    58
9       Blastoise            88.1              9       135        115    78
10       Caterpie            50.0             10        20         20    45
11        Metapod            50.0             11        25         25    30
12     Butterfree            50.0             12        90         80    70
13         Weedle            50.0             13        20         20    50
14         Kakuna            50.0             14        25         25    35
15       Beedrill            50.0             15        15         80   145
16         Pidgey            50.0             16        35         35    56
17      Pidgeotto            50.0             17        50         50    71
18        Pidgeot            50.0             18       135         80   121
19        Rattata            50.0             19        25         35    72
20       Raticate            50.0             20        40         80    77
21        Spearow            50.0             21        31         31    70
22         Fearow            50.0             22        61         61   100
23          Ekans            50.0             23        40         54    55
24          Arbok            50.0             24        65         79    80
25        Pikachu            50.0             25        50         50    90
26         Raichu            50.0             26        95         85   110
27      Sandshrew            50.0             27        10         35    40
28      Sandslash            50.0             28        25         65    65
29  Nidoran??\x80             0.0             29        40         40    41
30       Nidorina             0.0             30        55         55    56
31      Nidoqueen             0.0             31        75         85    76
32     Nidoran???           100.0             32        40         40    50
33       Nidorino           100.0             33        55         55    65
34       Nidoking           100.0             34        85         75    85
35       Clefairy            24.6             35        60         65    35
36       Clefable            24.6             36        95         90    60
37         Vulpix            24.6             37        50         65    65
38      Ninetales            24.6             38        81        100   109
39     Jigglypuff            24.6             39        45         25    20
40     Wigglytuff            24.6             40        85         50    45
41          Zubat            50.0             41        30         40    55
42         Golbat            50.0             42        65         75    90
43         Oddish            50.0             43        75         65    30
44          Gloom            50.0             44        85         75    40
45      Vileplume            50.0             45       110         90    50
46          Paras            50.0             46        45         55    25
47       Parasect            50.0             47        60         80    30
48        Venonat            50.0             48        40         55    45
49       Venomoth            50.0             49        90         75    90
50        Diglett            50.0             50        35         45    90
51        Dugtrio            50.0             51        50         70   110
52         Meowth            50.0             52        50         40    90
53        Persian            50.0             53        75         65   115
54        Psyduck            50.0             54        65         50    55
55        Golduck            50.0             55        95         80    85
56         Mankey            50.0             56        35         45    70
57       Primeape            50.0             57        60         70    95
58      Growlithe            75.4             58        70         50    60
59       Arcanine            75.4             59       100         80    95
60        Poliwag            50.0             60        40         40    90
61      Poliwhirl            50.0             61        50         50    90
62      Poliwrath            50.0             62        70         90    70
63           Abra            75.4             63       105         55    90
64        Kadabra            75.4             64       120         70   105
65       Alakazam            75.4             65       175        105   150
66         Machop            75.4             66        35         35    35
67        Machoke            75.4             67        50         60    45
68        Machamp            75.4             68        65         85    55
69     Bellsprout            50.0             69        70         30    40
70     Weepinbell            50.0             70        85         45    55
71     Victreebel            50.0             71       100         70    70
72      Tentacool            50.0             72        50        100    70
73     Tentacruel            50.0             73        80        120   100
74        Geodude            50.0             74        30         30    20
75       Graveler            50.0             75        45         45    35
76          Golem            50.0             76        55         65    45
77         Ponyta            50.0             77        65         65    90
78       Rapidash            50.0             78        80         80   105
79       Slowpoke            50.0             79        40         40    15
80        Slowbro            50.0             80       130         80    30
81      Magnemite              NA             81        95         55    45
82       Magneton              NA             82       120         70    70
83     Farfetch'd            50.0             83        58         62    60
84          Doduo            50.0             84        35         35    75
85         Dodrio            50.0             85        60         60   110
86           Seel            50.0             86        45         70    45
87        Dewgong            50.0             87        70         95    70
88         Grimer            50.0             88        40         50    25
89            Muk            50.0             89        65        100    50
90       Shellder            50.0             90        45         25    40
91       Cloyster            50.0             91        85         45    70
92         Gastly            50.0             92       100         35    80
93        Haunter            50.0             93       115         55    95
94         Gengar            50.0             94       170         95   130
95           Onix            50.0             95        30         45    70
96        Drowzee            50.0             96        43         90    42
97          Hypno            50.0             97        73        115    67
98         Krabby            50.0             98        25         25    50
99        Kingler            50.0             99        50         50    75
100       Voltorb              NA            100        55         55   100
101     Electrode              NA            101        80         80   150
102     Exeggcute            50.0            102        60         45    40
103     Exeggutor            50.0            103       125         75    45
104        Cubone            50.0            104        40         50    35
105       Marowak            50.0            105        50         80    45
106     Hitmonlee           100.0            106        35        110    87
107    Hitmonchan           100.0            107        35        110    76
108     Lickitung            50.0            108        60         75    30
109       Koffing            50.0            109        60         45    35
110       Weezing            50.0            110        85         70    60
111       Rhyhorn            50.0            111        30         30    25
112        Rhydon            50.0            112        45         45    40
113       Chansey             0.0            113        35        105    50
114       Tangela            50.0            114       100         40    60
115    Kangaskhan             0.0            115        60        100   100
116        Horsea            50.0            116        70         25    60
117        Seadra            50.0            117        95         45    85
118       Goldeen            50.0            118        35         50    63
119       Seaking            50.0            119        65         80    68
120        Staryu              NA            120        70         55    85
121       Starmie              NA            121       100         85   115
122      Mr. Mime            50.0            122       100        120    90
123       Scyther            50.0            123        55         80   105
124          Jynx             0.0            124       115         95    95
125    Electabuzz            75.4            125        95         85   105
126        Magmar            75.4            126       100         85    93
127        Pinsir            50.0            127        65         90   105
128        Tauros           100.0            128        40         70   110
129      Magikarp            50.0            129        15         20    80
130      Gyarados            50.0            130        70        130    81
131        Lapras            50.0            131        85         95    60
132         Ditto              NA            132        48         48    48
133         Eevee            88.1            133        45         65    55
134      Vaporeon            88.1            134       110         95    65
135       Jolteon            88.1            135       110         95   130
136       Flareon            88.1            136        95        110    65
137       Porygon              NA            137        85         75    40
138       Omanyte            88.1            138        90         55    35
139       Omastar            88.1            139       115         70    55
140        Kabuto            88.1            140        55         45    55
141      Kabutops            88.1            141        65         70    80
142    Aerodactyl            88.1            142        70         95   150
143       Snorlax            88.1            143        65        110    30
144      Articuno              NA            144        95        125    85
145        Zapdos              NA            145       125         90   100
146       Moltres              NA            146       125         85    90
147       Dratini            50.0            147        50         50    50
148     Dragonair            50.0            148        70         70    70
149     Dragonite            50.0            149       100        100    80
150        Mewtwo              NA            150       194        120   140
151           Mew              NA            151       100        100   100
152     Chikorita            88.1            152        49         65    45
153       Bayleef            88.1            153        63         80    60
154      Meganium            88.1            154        83        100    80
155     Cyndaquil            88.1            155        60         50    65
156       Quilava            88.1            156        80         65    80
157    Typhlosion            88.1            157       109         85   100
158      Totodile            88.1            158        44         48    43
159      Croconaw            88.1            159        59         63    58
160    Feraligatr            88.1            160        79         83    78
161       Sentret            50.0            161        35         45    20
162        Furret            50.0            162        45         55    90
163      Hoothoot            50.0            163        36         56    50
164       Noctowl            50.0            164        86         96    70
165        Ledyba            50.0            165        40         80    55
166        Ledian            50.0            166        55        110    85
167      Spinarak            50.0            167        40         40    30
168       Ariados            50.0            168        60         70    40
169        Crobat            50.0            169        70         80   130
170      Chinchou            50.0            170        56         56    67
171       Lanturn            50.0            171        76         76    67
172         Pichu            50.0            172        35         35    60
173        Cleffa            24.6            173        45         55    15
174     Igglybuff            24.6            174        40         20    15
175        Togepi            88.1            175        40         65    20
176       Togetic            88.1            176        80        105    40
177          Natu            50.0            177        70         45    70
178          Xatu            50.0            178        95         70    95
179        Mareep            50.0            179        65         45    35
180       Flaaffy            50.0            180        80         60    45
181      Ampharos            50.0            181       165        110    45
182     Bellossom            50.0            182        90        100    50
183        Marill            50.0            183        20         50    40
184     Azumarill            50.0            184        60         80    50
185     Sudowoodo            50.0            185        30         65    30
186      Politoed            50.0            186        90        100    70
187        Hoppip            50.0            187        35         55    50
188      Skiploom            50.0            188        45         65    80
189      Jumpluff            50.0            189        55         95   110
190         Aipom            50.0            190        40         55    85
191       Sunkern            50.0            191        30         30    30
192      Sunflora            50.0            192       105         85    30
193         Yanma            50.0            193        75         45    95
194        Wooper            50.0            194        25         25    15
195      Quagsire            50.0            195        65         65    35
196        Espeon            88.1            196       130         95   110
197       Umbreon            88.1            197        60        130    65
198       Murkrow            50.0            198        85         42    91
199      Slowking            50.0            199       100        110    30
200    Misdreavus            50.0            200        85         85    85
201         Unown              NA            201        72         48    48
202     Wobbuffet            50.0            202        33         58    33
203     Girafarig            50.0            203        90         65    85
204        Pineco            50.0            204        35         35    15
205    Forretress            50.0            205        60         60    40
206     Dunsparce            50.0            206        65         65    45
207        Gligar            50.0            207        35         65    85
208       Steelix            50.0            208        55         95    30
209      Snubbull            24.6            209        40         40    30
210      Granbull            24.6            210        60         60    45
211      Qwilfish            50.0            211        55         55    85
212        Scizor            50.0            212        65        100    75
213       Shuckle            50.0            213        10        230     5
214     Heracross            50.0            214        40        105    75
215       Sneasel            50.0            215        35         75   115
216     Teddiursa            50.0            216        50         50    40
217      Ursaring            50.0            217        75         75    55
218        Slugma            50.0            218        70         40    20
219      Magcargo            50.0            219        90         80    30
220        Swinub            50.0            220        30         30    50
221     Piloswine            50.0            221        60         60    50
222       Corsola            24.6            222        65         95    35
223      Remoraid            50.0            223        65         35    65
224     Octillery            50.0            224       105         75    45
225      Delibird            50.0            225        65         45    75
226       Mantine            50.0            226        80        140    70
227      Skarmory            50.0            227        40         70    70
228      Houndour            50.0            228        80         50    65
229      Houndoom            50.0            229       140         90   115
230       Kingdra            50.0            230        95         95    85
231        Phanpy            50.0            231        40         40    40
232       Donphan            50.0            232        60         60    50
233      Porygon2              NA            233       105         95    60
234      Stantler            50.0            234        85         65    85
235      Smeargle            50.0            235        20         45    75
236       Tyrogue           100.0            236        35         35    35
237     Hitmontop           100.0            237        35        110    70
238      Smoochum             0.0            238        85         65    65
239        Elekid            75.4            239        65         55    95
240         Magby            75.4            240        70         55    83
241       Miltank             0.0            241        40         70   100
242       Blissey             0.0            242        75        135    55
243        Raikou              NA            243       115        100   115
244         Entei              NA            244        90         75   100
245       Suicune              NA            245        90        115    85
246      Larvitar            50.0            246        45         50    41
247       Pupitar            50.0            247        65         70    51
248     Tyranitar            50.0            248        95        120    71
249         Lugia              NA            249        90        154   110
250         Ho-Oh              NA            250       110        154    90
251        Celebi              NA            251       100        100   100
252       Treecko            88.1            252        65         55    70
253       Grovyle            88.1            253        85         65    95
254      Sceptile            88.1            254       145         85   145
255       Torchic            88.1            255        70         50    45
256     Combusken            88.1            256        85         60    55
257      Blaziken            88.1            257       130         80   100
258        Mudkip            88.1            258        50         50    40
259     Marshtomp            88.1            259        60         70    50
260      Swampert            88.1            260        95        110    70
261     Poochyena            50.0            261        30         30    35
262     Mightyena            50.0            262        60         60    70
263     Zigzagoon            50.0            263        30         41    60
264       Linoone            50.0            264        50         61   100
265       Wurmple            50.0            265        20         30    20
266       Silcoon            50.0            266        25         25    15
267     Beautifly            50.0            267       100         50    65
268       Cascoon            50.0            268        25         25    15
269        Dustox            50.0            269        50         90    65
270         Lotad            50.0            270        40         50    30
271        Lombre            50.0            271        60         70    50
272      Ludicolo            50.0            272        90        100    70
273        Seedot            50.0            273        30         30    30
274       Nuzleaf            50.0            274        60         40    60
275       Shiftry            50.0            275        90         60    80
276       Taillow            50.0            276        30         30    85
277       Swellow            50.0            277        75         50   125
278       Wingull            50.0            278        55         30    85
279      Pelipper            50.0            279        95         70    65
280         Ralts            50.0            280        45         35    40
281        Kirlia            50.0            281        65         55    50
282     Gardevoir            50.0            282       165        135   100
283       Surskit            50.0            283        50         52    65
284    Masquerain            50.0            284       100         82    80
285     Shroomish            50.0            285        40         60    35
286       Breloom            50.0            286        60         60    70
287       Slakoth            50.0            287        35         35    30
288      Vigoroth            50.0            288        55         55    90
289       Slaking            50.0            289        95         65   100
290       Nincada            50.0            290        30         30    40
291       Ninjask            50.0            291        50         50   160
292      Shedinja              NA            292        30         30    40
293       Whismur            50.0            293        51         23    28
294       Loudred            50.0            294        71         43    48
295       Exploud            50.0            295        91         73    68
296      Makuhita            75.4            296        20         30    25
297      Hariyama            75.4            297        40         60    50
298       Azurill            24.6            298        20         40    20
299      Nosepass            50.0            299        45         90    30
300        Skitty            24.6            300        35         35    50
301      Delcatty            24.6            301        55         55    90
302       Sableye            50.0            302        85        115    20
303        Mawile            50.0            303        55         95    50
304          Aron            50.0            304        40         40    30
305        Lairon            50.0            305        50         50    40
306        Aggron            50.0            306        60         80    50
307      Meditite            50.0            307        40         55    60
308      Medicham            50.0            308        80         85   100
309     Electrike            50.0            309        65         40    65
310     Manectric            50.0            310       135         80   135
311        Plusle            50.0            311        85         75    95
312         Minun            50.0            312        75         85    95
313       Volbeat           100.0            313        47         85    85
314      Illumise             0.0            314        73         85    85
315       Roselia            50.0            315       100         80    65
316        Gulpin            50.0            316        43         53    40
317        Swalot            50.0            317        73         83    55
318      Carvanha            50.0            318        65         20    65
319      Sharpedo            50.0            319       110         65   105
320       Wailmer            50.0            320        70         35    60
321       Wailord            50.0            321        90         45    60
322         Numel            50.0            322        65         45    35
323      Camerupt            50.0            323       145        105    20
324       Torkoal            50.0            324        85         70    20
325        Spoink            50.0            325        70         80    60
326       Grumpig            50.0            326        90        110    80
327        Spinda            50.0            327        60         60    60
328      Trapinch            50.0            328        45         45    10
329       Vibrava            50.0            329        50         50    70
330        Flygon            50.0            330        80         80   100
331        Cacnea            50.0            331        85         40    35
332      Cacturne            50.0            332       115         60    55
333        Swablu            50.0            333        40         75    50
334       Altaria            50.0            334       110        105    80
335      Zangoose            50.0            335        60         60    90
336       Seviper            50.0            336       100         60    65
337      Lunatone              NA            337        95         85    70
338       Solrock              NA            338        55         65    70
339      Barboach            50.0            339        46         41    60
340      Whiscash            50.0            340        76         71    60
341      Corphish            50.0            341        50         35    35
342     Crawdaunt            50.0            342        90         55    55
343        Baltoy              NA            343        40         70    55
344       Claydol              NA            344        70        120    75
345        Lileep            88.1            345        61         87    23
346       Cradily            88.1            346        81        107    43
347       Anorith            88.1            347        40         50    75
348       Armaldo            88.1            348        70         80    45
349        Feebas            50.0            349        10         55    80
350       Milotic            50.0            350       100        125    81
351      Castform            50.0            351        70         70    70
352       Kecleon            50.0            352        60        120    40
353       Shuppet            50.0            353        63         33    45
354       Banette            50.0            354        93         83    75
355       Duskull            50.0            355        30         90    25
356      Dusclops            50.0            356        60        130    25
357       Tropius            50.0            357        72         87    51
358      Chimecho            50.0            358        95         90    65
359         Absol            50.0            359       115         60   115
360        Wynaut            50.0            360        23         48    23
361       Snorunt            50.0            361        50         50    50
362        Glalie            50.0            362       120         80   100
363        Spheal            50.0            363        55         50    25
364        Sealeo            50.0            364        75         70    45
365       Walrein            50.0            365        95         90    65
366      Clamperl            50.0            366        74         55    32
367       Huntail            50.0            367        94         75    52
368      Gorebyss            50.0            368       114         75    52
369     Relicanth            88.1            369        45         65    55
370       Luvdisc            24.6            370        40         65    97
371         Bagon            50.0            371        40         30    50
372       Shelgon            50.0            372        60         50    50
373     Salamence            50.0            373       120         90   120
374        Beldum              NA            374        35         60    30
375        Metang              NA            375        55         80    50
376     Metagross              NA            376       105        110   110
377      Regirock              NA            377        50        100    50
378        Regice              NA            378       100        200    50
379     Registeel              NA            379        75        150    50
380        Latias             0.0            380       140        150   110
381        Latios           100.0            381       160        120   110
382        Kyogre              NA            382       180        160    90
383       Groudon              NA            383       150         90    90
384      Rayquaza              NA            384       180        100   115
385       Jirachi              NA            385       100        100   100
386        Deoxys              NA            386        95         90   180
387       Turtwig            88.1            387        45         55    31
388        Grotle            88.1            388        55         65    36
389      Torterra            88.1            389        75         85    56
390      Chimchar            88.1            390        58         44    61
391      Monferno            88.1            391        78         52    81
392     Infernape            88.1            392       104         71   108
393        Piplup            88.1            393        61         56    40
394      Prinplup            88.1            394        81         76    50
395      Empoleon            88.1            395       111        101    60
396        Starly            50.0            396        30         30    60
397      Staravia            50.0            397        40         40    80
398     Staraptor            50.0            398        50         60   100
399        Bidoof            50.0            399        35         40    31
400       Bibarel            50.0            400        55         60    71
401     Kricketot            50.0            401        25         41    25
402    Kricketune            50.0            402        55         51    65
403         Shinx            50.0            403        40         34    45
404         Luxio            50.0            404        60         49    60
405        Luxray            50.0            405        95         79    70
406         Budew            50.0            406        50         70    55
407      Roserade            50.0            407       125        105    90
408      Cranidos            88.1            408        30         30    58
409     Rampardos            88.1            409        65         50    58
410      Shieldon            88.1            410        42         88    30
411     Bastiodon            88.1            411        47        138    30
412         Burmy            50.0            412        29         45    36
413      Wormadam             0.0            413        69         95    36
414        Mothim           100.0            414        94         50    66
415        Combee            88.1            415        30         42    70
416     Vespiquen             0.0            416        80        102    40
417     Pachirisu            50.0            417        45         90    95
418        Buizel            50.0            418        60         30    85
419      Floatzel            50.0            419        85         50   115
420       Cherubi            50.0            420        62         53    35
421       Cherrim            50.0            421        87         78    85
422       Shellos            50.0            422        57         62    34
423     Gastrodon            50.0            423        92         82    39
424       Ambipom            50.0            424        60         66   115
425      Drifloon            50.0            425        60         44    70
426      Drifblim            50.0            426        90         54    80
427       Buneary            50.0            427        44         56    85
428       Lopunny            50.0            428        54         96   135
429     Mismagius            50.0            429       105        105   105
430     Honchkrow            50.0            430       105         52    71
431       Glameow            24.6            431        42         37    85
432       Purugly            24.6            432        64         59   112
433     Chingling            50.0            433        65         50    45
434        Stunky            50.0            434        41         41    74
435      Skuntank            50.0            435        71         61    84
436       Bronzor              NA            436        24         86    23
437      Bronzong              NA            437        79        116    33
438        Bonsly            50.0            438        10         45    10
439      Mime Jr.            50.0            439        70         90    60
440       Happiny             0.0            440        15         65    30
441        Chatot            50.0            441        92         42    91
442     Spiritomb            50.0            442        92        108    35
443         Gible            50.0            443        40         45    42
444        Gabite            50.0            444        50         55    82
445      Garchomp            50.0            445       120         95    92
446      Munchlax            88.1            446        40         85     5
447         Riolu            88.1            447        35         40    60
448       Lucario            88.1            448       140         70   112
449    Hippopotas            50.0            449        38         42    32
450     Hippowdon            50.0            450        68         72    47
451       Skorupi            50.0            451        30         55    65
452       Drapion            50.0            452        60         75    95
453      Croagunk            50.0            453        61         40    50
454     Toxicroak            50.0            454        86         65    85
455     Carnivine            50.0            455        90         72    46
456       Finneon            50.0            456        49         61    66
457      Lumineon            50.0            457        69         86    91
458       Mantyke            50.0            458        60        120    50
459        Snover            50.0            459        62         60    40
460     Abomasnow            50.0            460       132        105    30
461       Weavile            50.0            461        45         85   125
462     Magnezone              NA            462       130         90    60
463    Lickilicky            50.0            463        80         95    50
464     Rhyperior            50.0            464        55         55    40
465     Tangrowth            50.0            465       110         50    50
466    Electivire            75.4            466        95         85    95
467     Magmortar            75.4            467       125         95    83
468      Togekiss            88.1            468       120        115    80
469       Yanmega            50.0            469       116         56    95
470       Leafeon            88.1            470        60         65    95
471       Glaceon            88.1            471       130         95    65
472       Gliscor            50.0            472        45         75    95
473     Mamoswine            50.0            473        70         60    80
474     Porygon-Z              NA            474       135         75    90
475       Gallade           100.0            475        65        115   110
476     Probopass            50.0            476        75        150    40
477      Dusknoir            50.0            477        65        135    45
478      Froslass             0.0            478        80         70   110
479         Rotom              NA            479       105        107    86
480          Uxie              NA            480        75        130    95
481       Mesprit              NA            481       105        105    80
482         Azelf              NA            482       125         70   115
483        Dialga              NA            483       150        100    90
484        Palkia              NA            484       150        120   100
485       Heatran            50.0            485       130        106    77
486     Regigigas              NA            486        80        110   100
487      Giratina              NA            487       120        100    90
488     Cresselia             0.0            488        75        130    85
489        Phione              NA            489        80         80    80
490       Manaphy              NA            490       100        100   100
491       Darkrai              NA            491       135         90   125
492       Shaymin              NA            492       120         75   127
493        Arceus              NA            493       120        120   120
494       Victini              NA            494       100        100   100
495         Snivy            88.1            495        45         55    63
496       Servine            88.1            496        60         75    83
497     Serperior            88.1            497        75         95   113
498         Tepig            88.1            498        45         45    45
499       Pignite            88.1            499        70         55    55
500        Emboar            88.1            500       100         65    65
501      Oshawott            88.1            501        63         45    45
502        Dewott            88.1            502        83         60    60
503      Samurott            88.1            503       108         70    70
504        Patrat            50.0            504        35         39    42
505       Watchog            50.0            505        60         69    77
506      Lillipup            50.0            506        25         45    55
507       Herdier            50.0            507        35         65    60
508     Stoutland            50.0            508        45         90    80
509      Purrloin            50.0            509        50         37    66
510       Liepard            50.0            510        88         50   106
511       Pansage            88.1            511        53         48    64
512      Simisage            88.1            512        98         63   101
513       Pansear            88.1            513        53         48    64
514      Simisear            88.1            514        98         63   101
515       Panpour            88.1            515        53         48    64
516      Simipour            88.1            516        98         63   101
517         Munna            50.0            517        67         55    24
518      Musharna            50.0            518       107         95    29
519        Pidove            50.0            519        36         30    43
520     Tranquill            50.0            520        50         42    65
521      Unfezant            50.0            521        65         55    93
522       Blitzle            50.0            522        50         32    76
523     Zebstrika            50.0            523        80         63   116
524    Roggenrola            50.0            524        25         25    15
525       Boldore            50.0            525        50         40    20
526      Gigalith            50.0            526        60         80    25
527        Woobat            50.0            527        55         43    72
528       Swoobat            50.0            528        77         55   114
529       Drilbur            50.0            529        30         45    68
530     Excadrill            50.0            530        50         65    88
531        Audino            50.0            531        80        126    50
532       Timburr            75.4            532        25         35    35
533       Gurdurr            75.4            533        40         50    40
534    Conkeldurr            75.4            534        55         65    45
535       Tympole            50.0            535        50         40    64
536     Palpitoad            50.0            536        65         55    69
537    Seismitoad            50.0            537        85         75    74
538         Throh           100.0            538        30         85    45
539          Sawk           100.0            539        30         75    85
540      Sewaddle            50.0            540        40         60    42
541      Swadloon            50.0            541        50         80    42
542      Leavanny            50.0            542        70         80    92
543      Venipede            50.0            543        30         39    57
544    Whirlipede            50.0            544        40         79    47
545     Scolipede            50.0            545        55         69   112
546      Cottonee            50.0            546        37         50    66
547    Whimsicott            50.0            547        77         75   116
548       Petilil             0.0            548        70         50    30
549     Lilligant             0.0            549       110         75    90
550      Basculin            50.0            550        80         55    98
551       Sandile            50.0            551        35         35    65
552      Krokorok            50.0            552        45         45    74
553    Krookodile            50.0            553        65         70    92
554      Darumaka            50.0            554        15         45    50
555    Darmanitan            50.0            555       140        105    55
556      Maractus            50.0            556       106         67    60
557       Dwebble            50.0            557        35         35    55
558       Crustle            50.0            558        65         75    45
559       Scraggy            50.0            559        35         70    48
560       Scrafty            50.0            560        45        115    58
561      Sigilyph            50.0            561       103         80    97
562        Yamask            50.0            562        55         65    30
563    Cofagrigus            50.0            563        95        105    30
564      Tirtouga            88.1            564        53         45    22
565    Carracosta            88.1            565        83         65    32
566        Archen            88.1            566        74         45    70
567      Archeops            88.1            567       112         65   110
568      Trubbish            50.0            568        40         62    65
569      Garbodor            50.0            569        60         82    75
570         Zorua            88.1            570        80         40    65
571       Zoroark            88.1            571       120         60   105
572      Minccino            24.6            572        40         40    75
573      Cinccino            24.6            573        65         60   115
574       Gothita            24.6            574        55         65    45
575     Gothorita            24.6            575        75         85    55
576    Gothitelle            24.6            576        95        110    65
577       Solosis            50.0            577       105         50    20
578       Duosion            50.0            578       125         60    30
579     Reuniclus            50.0            579       125         85    30
580      Ducklett            50.0            580        44         50    55
581        Swanna            50.0            581        87         63    98
582     Vanillite            50.0            582        65         60    44
583     Vanillish            50.0            583        80         75    59
584     Vanilluxe            50.0            584       110         95    79
585      Deerling            50.0            585        40         50    75
586      Sawsbuck            50.0            586        60         70    95
587        Emolga            50.0            587        75         60   103
588    Karrablast            50.0            588        40         45    60
589    Escavalier            50.0            589        60        105    20
590       Foongus            50.0            590        55         55    15
591     Amoonguss            50.0            591        85         80    30
592      Frillish            50.0            592        65         85    40
593     Jellicent            50.0            593        85        105    60
594     Alomomola            50.0            594        40         45    65
595        Joltik            50.0            595        57         50    65
596    Galvantula            50.0            596        97         60   108
597     Ferroseed            50.0            597        24         86    10
598    Ferrothorn            50.0            598        54        116    20
599         Klink              NA            599        45         60    30
600         Klang              NA            600        70         85    50
601     Klinklang              NA            601        70         85    90
602        Tynamo            50.0            602        45         40    60
603     Eelektrik            50.0            603        75         70    40
604    Eelektross            50.0            604       105         80    50
605        Elgyem            50.0            605        85         55    30
606      Beheeyem            50.0            606       125         95    40
607       Litwick            50.0            607        65         55    20
608       Lampent            50.0            608        95         60    55
609    Chandelure            50.0            609       145         90    80
610          Axew            50.0            610        30         40    57
611       Fraxure            50.0            611        40         50    67
612       Haxorus            50.0            612        60         70    97
613       Cubchoo            50.0            613        60         40    40
614       Beartic            50.0            614        70         80    50
615     Cryogonal              NA            615        95        135   105
616       Shelmet            50.0            616        40         65    25
617      Accelgor            50.0            617       100         60   145
618      Stunfisk            50.0            618        81         99    32
619       Mienfoo            50.0            619        55         50    65
620      Mienshao            50.0            620        95         60   105
621     Druddigon            50.0            621        60         90    48
622        Golett              NA            622        35         50    35
623        Golurk              NA            623        55         80    55
624      Pawniard            50.0            624        40         40    60
625       Bisharp            50.0            625        60         70    70
626    Bouffalant            50.0            626        40         95    55
627       Rufflet           100.0            627        37         50    60
628      Braviary           100.0            628        57         75    80
629       Vullaby             0.0            629        45         65    60
630     Mandibuzz             0.0            630        55         95    80
631       Heatmor            50.0            631       105         66    65
632        Durant            50.0            632        48         48   109
633         Deino            50.0            633        45         50    38
634      Zweilous            50.0            634        65         70    58
635     Hydreigon            50.0            635       125         90    98
636      Larvesta            50.0            636        50         55    60
637     Volcarona            50.0            637       135        105   100
638      Cobalion              NA            638        90         72   108
639     Terrakion              NA            639        72         90   108
640      Virizion              NA            640        90        129   108
641      Tornadus           100.0            641       110         90   121
642     Thundurus           100.0            642       145         80   101
643      Reshiram              NA            643       150        120    90
644        Zekrom              NA            644       120        100    90
645      Landorus           100.0            645       105         80    91
646        Kyurem              NA            646       170        100    95
647        Keldeo              NA            647       129         90   108
648      Meloetta              NA            648        77         77   128
649      Genesect              NA            649       120         95    99
650       Chespin            88.1            650        48         45    38
651     Quilladin            88.1            651        56         58    57
652    Chesnaught            88.1            652        74         75    64
653      Fennekin            88.1            653        62         60    60
654       Braixen            88.1            654        90         70    73
655       Delphox            88.1            655       114        100   104
656       Froakie            88.1            656        62         44    71
657     Frogadier            88.1            657        83         56    97
658      Greninja            88.1            658       153         71   132
659      Bunnelby            50.0            659        32         36    57
660     Diggersby            50.0            660        50         77    78
661    Fletchling            50.0            661        40         38    62
662   Fletchinder            50.0            662        56         52    84
663    Talonflame            50.0            663        74         69   126
664    Scatterbug            50.0            664        27         25    35
665        Spewpa            50.0            665        27         30    29
666      Vivillon            50.0            666        90         50    89
667        Litleo            11.2            667        73         54    72
668        Pyroar            11.2            668       109         66   106
669     Flab??b??             0.0            669        61         79    42
670       Floette             0.0            670       125        128    92
671       Florges             0.0            671       112        154    75
672        Skiddo            50.0            672        62         57    52
673        Gogoat            50.0            673        97         81    68
674       Pancham            50.0            674        46         48    43
675       Pangoro            50.0            675        69         71    58
676       Furfrou            50.0            676        65         90   102
677        Espurr            50.0            677        63         60    68
678      Meowstic            50.0            678        83         81   104
679       Honedge            50.0            679        35         37    28
680      Doublade            50.0            680        45         49    35
681     Aegislash            50.0            681       150         50    60
682      Spritzee            50.0            682        63         65    23
683    Aromatisse            50.0            683        99         89    29
684       Swirlix            50.0            684        59         57    49
685      Slurpuff            50.0            685        85         75    72
686         Inkay            50.0            686        37         46    45
687       Malamar            50.0            687        68         75    73
688       Binacle            50.0            688        39         56    50
689    Barbaracle            50.0            689        54         86    68
690        Skrelp            50.0            690        60         60    30
691      Dragalge            50.0            691        97        123    44
692     Clauncher            50.0            692        58         63    44
693     Clawitzer            50.0            693       120         89    59
694    Helioptile            50.0            694        61         43    70
695     Heliolisk            50.0            695       109         94   109
696        Tyrunt            88.1            696        45         45    48
697     Tyrantrum            88.1            697        69         59    71
698        Amaura            88.1            698        67         63    46
699       Aurorus            88.1            699        99         92    58
700       Sylveon            88.1            700       110        130    60
701      Hawlucha            50.0            701        74         63   118
702       Dedenne            50.0            702        81         67   101
703       Carbink              NA            703        50        150    50
704         Goomy            50.0            704        55         75    40
705       Sliggoo            50.0            705        83        113    60
706        Goodra            50.0            706       110        150    80
707        Klefki            50.0            707        80         87    75
708      Phantump            50.0            708        50         60    38
709     Trevenant            50.0            709        65         82    56
710     Pumpkaboo            50.0            710        44         55    41
711     Gourgeist            50.0            711        58         75    54
712      Bergmite            50.0            712        32         35    28
713       Avalugg            50.0            713        44         46    28
714        Noibat            50.0            714        45         40    55
715       Noivern            50.0            715        97         80   123
716       Xerneas              NA            716       131         98    99
717       Yveltal              NA            717       131         98    99
718       Zygarde              NA            718        91         95    85
719       Diancie              NA            719       160        110   110
720         Hoopa              NA            720       170        130    80
721     Volcanion              NA            721       130         90    70
722        Rowlet            88.1            722        50         50    42
723       Dartrix            88.1            723        70         70    52
724     Decidueye            88.1            724       100        100    70
725        Litten            88.1            725        60         40    70
726      Torracat            88.1            726        80         50    90
727    Incineroar            88.1            727        80         90    60
728       Popplio            88.1            728        66         56    40
729       Brionne            88.1            729        91         81    50
730     Primarina            88.1            730       126        116    60
731       Pikipek            50.0            731        30         30    65
732      Trumbeak            50.0            732        40         50    75
733     Toucannon            50.0            733        75         75    60
734       Yungoos            50.0            734        30         30    45
735      Gumshoos            50.0            735        55         60    45
736       Grubbin            50.0            736        55         45    46
737     Charjabug            50.0            737        55         75    36
738      Vikavolt            50.0            738       145         75    43
739    Crabrawler            50.0            739        42         47    63
740  Crabominable            50.0            740        62         67    43
741      Oricorio            24.6            741        98         70    93
742      Cutiefly            50.0            742        55         40    84
743      Ribombee            50.0            743        95         70   124
744      Rockruff            50.0            744        30         40    60
745      Lycanroc            50.0            745        55         75    82
746    Wishiwashi            50.0            746       140        135    30
747      Mareanie            50.0            747        43         52    45
748       Toxapex            50.0            748        53        142    35
749       Mudbray            50.0            749        45         55    45
750      Mudsdale            50.0            750        55         85    35
751      Dewpider            50.0            751        40         72    27
752     Araquanid            50.0            752        50        132    42
753      Fomantis            50.0            753        50         35    35
754      Lurantis            50.0            754        80         90    45
755      Morelull            50.0            755        65         75    15
756     Shiinotic            50.0            756        90        100    30
757      Salandit            88.1            757        71         40    77
758      Salazzle             0.0            758       111         60   117
759       Stufful            50.0            759        45         50    50
760        Bewear            50.0            760        55         60    60
761     Bounsweet             0.0            761        30         38    32
762       Steenee             0.0            762        40         48    62
763      Tsareena             0.0            763        50         98    72
764        Comfey            24.6            764        82        110   100
765      Oranguru            50.0            765        90        110    60
766     Passimian            50.0            766        40         60    80
767        Wimpod            50.0            767        20         30    80
768     Golisopod            50.0            768        60         90    40
769     Sandygast            50.0            769        70         45    15
770     Palossand            50.0            770       100         75    35
771     Pyukumuku            50.0            771        30        130     5
772    Type: Null              NA            772        95         95    59
773      Silvally              NA            773        95         95    95
774        Minior              NA            774       100         60   120
775        Komala            50.0            775        75         95    65
776    Turtonator            50.0            776        91         85    36
777    Togedemaru            50.0            777        40         73    96
778       Mimikyu            50.0            778        50        105    96
779       Bruxish            50.0            779        70         70    92
780        Drampa            50.0            780       135         91    36
781      Dhelmise              NA            781        86         90    40
782      Jangmo-o            50.0            782        45         45    45
783      Hakamo-o            50.0            783        65         70    65
784       Kommo-o            50.0            784       100        105    85
785     Tapu Koko              NA            785        95         75   130
786     Tapu Lele              NA            786       130        115    95
787     Tapu Bulu              NA            787        85         95    75
788     Tapu Fini              NA            788        95        130    85
789        Cosmog              NA            789        29         31    37
790       Cosmoem              NA            790        29        131    37
791      Solgaleo              NA            791       113         89    97
792        Lunala              NA            792       137        107    97
793      Nihilego              NA            793       127        131   103
794      Buzzwole              NA            794        53         53    79
795     Pheromosa              NA            795       137         37   151
796     Xurkitree              NA            796       173         71    83
797    Celesteela              NA            797       107        101    61
798       Kartana              NA            798        59         31   109
799      Guzzlord              NA            799        97         53    43
800      Necrozma              NA            800       127         89    79
801      Magearna              NA            801       130        115    65
       type1    type2 weight_kg generation is_legendary
1      grass   poison       6.9          1            0
2      grass   poison      13.0          1            0
3      grass   poison     100.0          1            0
4       fire                8.5          1            0
5       fire               19.0          1            0
6       fire   flying      90.5          1            0
7      water                9.0          1            0
8      water               22.5          1            0
9      water               85.5          1            0
10       bug                2.9          1            0
11       bug                9.9          1            0
12       bug   flying      32.0          1            0
13       bug   poison       3.2          1            0
14       bug   poison      10.0          1            0
15       bug   poison      29.5          1            0
16    normal   flying       1.8          1            0
17    normal   flying      30.0          1            0
18    normal   flying      39.5          1            0
19    normal     dark        NA          1            0
20    normal     dark        NA          1            0
21    normal   flying       2.0          1            0
22    normal   flying      38.0          1            0
23    poison                6.9          1            0
24    poison               65.0          1            0
25  electric                6.0          1            0
26  electric electric        NA          1            0
27    ground      ice        NA          1            0
28    ground      ice        NA          1            0
29    poison                7.0          1            0
30    poison               20.0          1            0
31    poison   ground      60.0          1            0
32    poison                9.0          1            0
33    poison               19.5          1            0
34    poison   ground      62.0          1            0
35     fairy                7.5          1            0
36     fairy               40.0          1            0
37      fire      ice        NA          1            0
38      fire      ice        NA          1            0
39    normal    fairy       5.5          1            0
40    normal    fairy      12.0          1            0
41    poison   flying       7.5          1            0
42    poison   flying      55.0          1            0
43     grass   poison       5.4          1            0
44     grass   poison       8.6          1            0
45     grass   poison      18.6          1            0
46       bug    grass       5.4          1            0
47       bug    grass      29.5          1            0
48       bug   poison      30.0          1            0
49       bug   poison      12.5          1            0
50    ground   ground        NA          1            0
51    ground   ground        NA          1            0
52    normal     dark        NA          1            0
53    normal     dark        NA          1            0
54     water               19.6          1            0
55     water               76.6          1            0
56  fighting               28.0          1            0
57  fighting               32.0          1            0
58      fire               19.0          1            0
59      fire              155.0          1            0
60     water               12.4          1            0
61     water               20.0          1            0
62     water fighting      54.0          1            0
63   psychic               19.5          1            0
64   psychic               56.5          1            0
65   psychic               48.0          1            0
66  fighting               19.5          1            0
67  fighting               70.5          1            0
68  fighting              130.0          1            0
69     grass   poison       4.0          1            0
70     grass   poison       6.4          1            0
71     grass   poison      15.5          1            0
72     water   poison      45.5          1            0
73     water   poison      55.0          1            0
74      rock   ground        NA          1            0
75      rock   ground        NA          1            0
76      rock   ground        NA          1            0
77      fire               30.0          1            0
78      fire               95.0          1            0
79     water  psychic      36.0          1            0
80     water  psychic      78.5          1            0
81  electric    steel       6.0          1            0
82  electric    steel      60.0          1            0
83    normal   flying      15.0          1            0
84    normal   flying      39.2          1            0
85    normal   flying      85.2          1            0
86     water               90.0          1            0
87     water      ice     120.0          1            0
88    poison   poison        NA          1            0
89    poison   poison        NA          1            0
90     water                4.0          1            0
91     water      ice     132.5          1            0
92     ghost   poison       0.1          1            0
93     ghost   poison       0.1          1            0
94     ghost   poison      40.5          1            0
95      rock   ground     210.0          1            0
96   psychic               32.4          1            0
97   psychic               75.6          1            0
98     water                6.5          1            0
99     water               60.0          1            0
100 electric               10.4          1            0
101 electric               66.6          1            0
102    grass  psychic       2.5          1            0
103    grass  psychic        NA          1            0
104   ground                6.5          1            0
105   ground     fire        NA          1            0
106 fighting               49.8          1            0
107 fighting               50.2          1            0
108   normal               65.5          1            0
109   poison                1.0          1            0
110   poison                9.5          1            0
111   ground     rock     115.0          1            0
112   ground     rock     120.0          1            0
113   normal               34.6          1            0
114    grass               35.0          1            0
115   normal               80.0          1            0
116    water                8.0          1            0
117    water               25.0          1            0
118    water               15.0          1            0
119    water               39.0          1            0
120    water               34.5          1            0
121    water  psychic      80.0          1            0
122  psychic    fairy      54.5          1            0
123      bug   flying      56.0          1            0
124      ice  psychic      40.6          1            0
125 electric               30.0          1            0
126     fire               44.5          1            0
127      bug               55.0          1            0
128   normal               88.4          1            0
129    water               10.0          1            0
130    water   flying     235.0          1            0
131    water      ice     220.0          1            0
132   normal                4.0          1            0
133   normal                6.5          1            0
134    water               29.0          1            0
135 electric               24.5          1            0
136     fire               25.0          1            0
137   normal               36.5          1            0
138     rock    water       7.5          1            0
139     rock    water      35.0          1            0
140     rock    water      11.5          1            0
141     rock    water      40.5          1            0
142     rock   flying      59.0          1            0
143   normal              460.0          1            0
144      ice   flying      55.4          1            1
145 electric   flying      52.6          1            1
146     fire   flying      60.0          1            1
147   dragon                3.3          1            0
148   dragon               16.5          1            0
149   dragon   flying     210.0          1            0
150  psychic              122.0          1            1
151  psychic                4.0          1            1
152    grass                6.4          2            0
153    grass               15.8          2            0
154    grass              100.5          2            0
155     fire                7.9          2            0
156     fire               19.0          2            0
157     fire               79.5          2            0
158    water                9.5          2            0
159    water               25.0          2            0
160    water               88.8          2            0
161   normal                6.0          2            0
162   normal               32.5          2            0
163   normal   flying      21.2          2            0
164   normal   flying      40.8          2            0
165      bug   flying      10.8          2            0
166      bug   flying      35.6          2            0
167      bug   poison       8.5          2            0
168      bug   poison      33.5          2            0
169   poison   flying      75.0          2            0
170    water electric      12.0          2            0
171    water electric      22.5          2            0
172 electric                2.0          2            0
173    fairy                3.0          2            0
174   normal    fairy       1.0          2            0
175    fairy                1.5          2            0
176    fairy   flying       3.2          2            0
177  psychic   flying       2.0          2            0
178  psychic   flying      15.0          2            0
179 electric                7.8          2            0
180 electric               13.3          2            0
181 electric               61.5          2            0
182    grass                5.8          2            0
183    water    fairy       8.5          2            0
184    water    fairy      28.5          2            0
185     rock               38.0          2            0
186    water               33.9          2            0
187    grass   flying       0.5          2            0
188    grass   flying       1.0          2            0
189    grass   flying       3.0          2            0
190   normal               11.5          2            0
191    grass                1.8          2            0
192    grass                8.5          2            0
193      bug   flying      38.0          2            0
194    water   ground       8.5          2            0
195    water   ground      75.0          2            0
196  psychic               26.5          2            0
197     dark               27.0          2            0
198     dark   flying       2.1          2            0
199    water  psychic      79.5          2            0
200    ghost                1.0          2            0
201  psychic                5.0          2            0
202  psychic               28.5          2            0
203   normal  psychic      41.5          2            0
204      bug                7.2          2            0
205      bug    steel     125.8          2            0
206   normal               14.0          2            0
207   ground   flying      64.8          2            0
208    steel   ground     400.0          2            0
209    fairy                7.8          2            0
210    fairy               48.7          2            0
211    water   poison       3.9          2            0
212      bug    steel     118.0          2            0
213      bug     rock      20.5          2            0
214      bug fighting      54.0          2            0
215     dark      ice      28.0          2            0
216   normal                8.8          2            0
217   normal              125.8          2            0
218     fire               35.0          2            0
219     fire     rock      55.0          2            0
220      ice   ground       6.5          2            0
221      ice   ground      55.8          2            0
222    water     rock       5.0          2            0
223    water               12.0          2            0
224    water               28.5          2            0
225      ice   flying      16.0          2            0
226    water   flying     220.0          2            0
227    steel   flying      50.5          2            0
228     dark     fire      10.8          2            0
229     dark     fire      35.0          2            0
230    water   dragon     152.0          2            0
231   ground               33.5          2            0
232   ground              120.0          2            0
233   normal               32.5          2            0
234   normal               71.2          2            0
235   normal               58.0          2            0
236 fighting               21.0          2            0
237 fighting               48.0          2            0
238      ice  psychic       6.0          2            0
239 electric               23.5          2            0
240     fire               21.4          2            0
241   normal               75.5          2            0
242   normal               46.8          2            0
243 electric              178.0          2            1
244     fire              198.0          2            1
245    water              187.0          2            1
246     rock   ground      72.0          2            0
247     rock   ground     152.0          2            0
248     rock     dark     202.0          2            0
249  psychic   flying     216.0          2            1
250     fire   flying     199.0          2            1
251  psychic    grass       5.0          2            1
252    grass                5.0          3            0
253    grass               21.6          3            0
254    grass               52.2          3            0
255     fire                2.5          3            0
256     fire fighting      19.5          3            0
257     fire fighting      52.0          3            0
258    water                7.6          3            0
259    water   ground      28.0          3            0
260    water   ground      81.9          3            0
261     dark               13.6          3            0
262     dark               37.0          3            0
263   normal               17.5          3            0
264   normal               32.5          3            0
265      bug                3.6          3            0
266      bug               10.0          3            0
267      bug   flying      28.4          3            0
268      bug               11.5          3            0
269      bug   poison      31.6          3            0
270    water    grass       2.6          3            0
271    water    grass      32.5          3            0
272    water    grass      55.0          3            0
273    grass                4.0          3            0
274    grass     dark      28.0          3            0
275    grass     dark      59.6          3            0
276   normal   flying       2.3          3            0
277   normal   flying      19.8          3            0
278    water   flying       9.5          3            0
279    water   flying      28.0          3            0
280  psychic    fairy       6.6          3            0
281  psychic    fairy      20.2          3            0
282  psychic    fairy      48.4          3            0
283      bug    water       1.7          3            0
284      bug   flying       3.6          3            0
285    grass                4.5          3            0
286    grass fighting      39.2          3            0
287   normal               24.0          3            0
288   normal               46.5          3            0
289   normal              130.5          3            0
290      bug   ground       5.5          3            0
291      bug   flying      12.0          3            0
292      bug    ghost       1.2          3            0
293   normal               16.3          3            0
294   normal               40.5          3            0
295   normal               84.0          3            0
296 fighting               86.4          3            0
297 fighting              253.8          3            0
298   normal    fairy       2.0          3            0
299     rock               97.0          3            0
300   normal               11.0          3            0
301   normal               32.6          3            0
302     dark    ghost      11.0          3            0
303    steel    fairy      11.5          3            0
304    steel     rock      60.0          3            0
305    steel     rock     120.0          3            0
306    steel     rock     360.0          3            0
307 fighting  psychic      11.2          3            0
308 fighting  psychic      31.5          3            0
309 electric               15.2          3            0
310 electric               40.2          3            0
311 electric                4.2          3            0
312 electric                4.2          3            0
313      bug               17.7          3            0
314      bug               17.7          3            0
315    grass   poison       2.0          3            0
316   poison               10.3          3            0
317   poison               80.0          3            0
318    water     dark      20.8          3            0
319    water     dark      88.8          3            0
320    water              130.0          3            0
321    water              398.0          3            0
322     fire   ground      24.0          3            0
323     fire   ground     220.0          3            0
324     fire               80.4          3            0
325  psychic               30.6          3            0
326  psychic               71.5          3            0
327   normal                5.0          3            0
328   ground               15.0          3            0
329   ground   dragon      15.3          3            0
330   ground   dragon      82.0          3            0
331    grass               51.3          3            0
332    grass     dark      77.4          3            0
333   normal   flying       1.2          3            0
334   dragon   flying      20.6          3            0
335   normal               40.3          3            0
336   poison               52.5          3            0
337     rock  psychic     168.0          3            0
338     rock  psychic     154.0          3            0
339    water   ground       1.9          3            0
340    water   ground      23.6          3            0
341    water               11.5          3            0
342    water     dark      32.8          3            0
343   ground  psychic      21.5          3            0
344   ground  psychic     108.0          3            0
345     rock    grass      23.8          3            0
346     rock    grass      60.4          3            0
347     rock      bug      12.5          3            0
348     rock      bug      68.2          3            0
349    water                7.4          3            0
350    water              162.0          3            0
351   normal                0.8          3            0
352   normal               22.0          3            0
353    ghost                2.3          3            0
354    ghost               12.5          3            0
355    ghost               15.0          3            0
356    ghost               30.6          3            0
357    grass   flying     100.0          3            0
358  psychic                1.0          3            0
359     dark               47.0          3            0
360  psychic               14.0          3            0
361      ice               16.8          3            0
362      ice              256.5          3            0
363      ice    water      39.5          3            0
364      ice    water      87.6          3            0
365      ice    water     150.6          3            0
366    water               52.5          3            0
367    water               27.0          3            0
368    water               22.6          3            0
369    water     rock      23.4          3            0
370    water                8.7          3            0
371   dragon               42.1          3            0
372   dragon              110.5          3            0
373   dragon   flying     102.6          3            0
374    steel  psychic      95.2          3            0
375    steel  psychic     202.5          3            0
376    steel  psychic     550.0          3            0
377     rock              230.0          3            1
378      ice              175.0          3            1
379    steel              205.0          3            1
380   dragon  psychic      40.0          3            1
381   dragon  psychic      60.0          3            1
382    water              352.0          3            1
383   ground              950.0          3            1
384   dragon   flying     206.5          3            1
385    steel  psychic       1.1          3            1
386  psychic               60.8          3            1
387    grass               10.2          4            0
388    grass               97.0          4            0
389    grass   ground     310.0          4            0
390     fire                6.2          4            0
391     fire fighting      22.0          4            0
392     fire fighting      55.0          4            0
393    water                5.2          4            0
394    water               23.0          4            0
395    water    steel      84.5          4            0
396   normal   flying       2.0          4            0
397   normal   flying      15.5          4            0
398   normal   flying      24.9          4            0
399   normal               20.0          4            0
400   normal    water      31.5          4            0
401      bug                2.2          4            0
402      bug               25.5          4            0
403 electric                9.5          4            0
404 electric               30.5          4            0
405 electric               42.0          4            0
406    grass   poison       1.2          4            0
407    grass   poison      14.5          4            0
408     rock               31.5          4            0
409     rock              102.5          4            0
410     rock    steel      57.0          4            0
411     rock    steel     149.5          4            0
412      bug                3.4          4            0
413      bug    grass       6.5          4            0
414      bug   flying      23.3          4            0
415      bug   flying       5.5          4            0
416      bug   flying      38.5          4            0
417 electric                3.9          4            0
418    water               29.5          4            0
419    water               33.5          4            0
420    grass                3.3          4            0
421    grass                9.3          4            0
422    water                6.3          4            0
423    water   ground      29.9          4            0
424   normal               20.3          4            0
425    ghost   flying       1.2          4            0
426    ghost   flying      15.0          4            0
427   normal                5.5          4            0
428   normal               33.3          4            0
429    ghost                4.4          4            0
430     dark   flying      27.3          4            0
431   normal                3.9          4            0
432   normal               43.8          4            0
433  psychic                0.6          4            0
434   poison     dark      19.2          4            0
435   poison     dark      38.0          4            0
436    steel  psychic      60.5          4            0
437    steel  psychic     187.0          4            0
438     rock               15.0          4            0
439  psychic    fairy      13.0          4            0
440   normal               24.4          4            0
441   normal   flying       1.9          4            0
442    ghost     dark     108.0          4            0
443   dragon   ground      20.5          4            0
444   dragon   ground      56.0          4            0
445   dragon   ground      95.0          4            0
446   normal              105.0          4            0
447 fighting               20.2          4            0
448 fighting    steel      54.0          4            0
449   ground               49.5          4            0
450   ground              300.0          4            0
451   poison      bug      12.0          4            0
452   poison     dark      61.5          4            0
453   poison fighting      23.0          4            0
454   poison fighting      44.4          4            0
455    grass               27.0          4            0
456    water                7.0          4            0
457    water               24.0          4            0
458    water   flying      65.0          4            0
459    grass      ice      50.5          4            0
460    grass      ice     135.5          4            0
461     dark      ice      34.0          4            0
462 electric    steel     180.0          4            0
463   normal              140.0          4            0
464   ground     rock     282.8          4            0
465    grass              128.6          4            0
466 electric              138.6          4            0
467     fire               68.0          4            0
468    fairy   flying      38.0          4            0
469      bug   flying      51.5          4            0
470    grass               25.5          4            0
471      ice               25.9          4            0
472   ground   flying      42.5          4            0
473      ice   ground     291.0          4            0
474   normal               34.0          4            0
475  psychic fighting      52.0          4            0
476     rock    steel     340.0          4            0
477    ghost              106.6          4            0
478      ice    ghost      26.6          4            0
479 electric    ghost       0.3          4            0
480  psychic                0.3          4            1
481  psychic                0.3          4            1
482  psychic                0.3          4            1
483    steel   dragon     683.0          4            1
484    water   dragon     336.0          4            1
485     fire    steel     430.0          4            1
486   normal              420.0          4            1
487    ghost   dragon     750.0          4            1
488  psychic               85.6          4            1
489    water                3.1          4            0
490    water                1.4          4            1
491     dark               50.5          4            1
492    grass    grass       2.1          4            1
493   normal              320.0          4            1
494  psychic     fire       4.0          5            1
495    grass                8.1          5            0
496    grass               16.0          5            0
497    grass               63.0          5            0
498     fire                9.9          5            0
499     fire fighting      55.5          5            0
500     fire fighting     150.0          5            0
501    water                5.9          5            0
502    water               24.5          5            0
503    water               94.6          5            0
504   normal               11.6          5            0
505   normal               27.0          5            0
506   normal                4.1          5            0
507   normal               14.7          5            0
508   normal               61.0          5            0
509     dark               10.1          5            0
510     dark               37.5          5            0
511    grass               10.5          5            0
512    grass               30.5          5            0
513     fire               11.0          5            0
514     fire               28.0          5            0
515    water               13.5          5            0
516    water               29.0          5            0
517  psychic               23.3          5            0
518  psychic               60.5          5            0
519   normal   flying       2.1          5            0
520   normal   flying      15.0          5            0
521   normal   flying      29.0          5            0
522 electric               29.8          5            0
523 electric               79.5          5            0
524     rock               18.0          5            0
525     rock              102.0          5            0
526     rock              260.0          5            0
527  psychic   flying       2.1          5            0
528  psychic   flying      10.5          5            0
529   ground                8.5          5            0
530   ground    steel      40.4          5            0
531   normal               31.0          5            0
532 fighting               12.5          5            0
533 fighting               40.0          5            0
534 fighting               87.0          5            0
535    water                4.5          5            0
536    water   ground      17.0          5            0
537    water   ground      62.0          5            0
538 fighting               55.5          5            0
539 fighting               51.0          5            0
540      bug    grass       2.5          5            0
541      bug    grass       7.3          5            0
542      bug    grass      20.5          5            0
543      bug   poison       5.3          5            0
544      bug   poison      58.5          5            0
545      bug   poison     200.5          5            0
546    grass    fairy       0.6          5            0
547    grass    fairy       6.6          5            0
548    grass                6.6          5            0
549    grass               16.3          5            0
550    water               18.0          5            0
551   ground     dark      15.2          5            0
552   ground     dark      33.4          5            0
553   ground     dark      96.3          5            0
554     fire               37.5          5            0
555     fire     fire      92.9          5            0
556    grass               28.0          5            0
557      bug     rock      14.5          5            0
558      bug     rock     200.0          5            0
559     dark fighting      11.8          5            0
560     dark fighting      30.0          5            0
561  psychic   flying      14.0          5            0
562    ghost                1.5          5            0
563    ghost               76.5          5            0
564    water     rock      16.5          5            0
565    water     rock      81.0          5            0
566     rock   flying       9.5          5            0
567     rock   flying      32.0          5            0
568   poison               31.0          5            0
569   poison              107.3          5            0
570     dark               12.5          5            0
571     dark               81.1          5            0
572   normal                5.8          5            0
573   normal                7.5          5            0
574  psychic                5.8          5            0
575  psychic               18.0          5            0
576  psychic               44.0          5            0
577  psychic                1.0          5            0
578  psychic                8.0          5            0
579  psychic               20.1          5            0
580    water   flying       5.5          5            0
581    water   flying      24.2          5            0
582      ice                5.7          5            0
583      ice               41.0          5            0
584      ice               57.5          5            0
585   normal    grass      19.5          5            0
586   normal    grass      92.5          5            0
587 electric   flying       5.0          5            0
588      bug                5.9          5            0
589      bug    steel      33.0          5            0
590    grass   poison       1.0          5            0
591    grass   poison      10.5          5            0
592    water    ghost      33.0          5            0
593    water    ghost     135.0          5            0
594    water               31.6          5            0
595      bug electric       0.6          5            0
596      bug electric      14.3          5            0
597    grass    steel      18.8          5            0
598    grass    steel     110.0          5            0
599    steel               21.0          5            0
600    steel               51.0          5            0
601    steel               81.0          5            0
602 electric                0.3          5            0
603 electric               22.0          5            0
604 electric               80.5          5            0
605  psychic                9.0          5            0
606  psychic               34.5          5            0
607    ghost     fire       3.1          5            0
608    ghost     fire      13.0          5            0
609    ghost     fire      34.3          5            0
610   dragon               18.0          5            0
611   dragon               36.0          5            0
612   dragon              105.5          5            0
613      ice                8.5          5            0
614      ice              260.0          5            0
615      ice              148.0          5            0
616      bug                7.7          5            0
617      bug               25.3          5            0
618   ground electric      11.0          5            0
619 fighting               20.0          5            0
620 fighting               35.5          5            0
621   dragon              139.0          5            0
622   ground    ghost      92.0          5            0
623   ground    ghost     330.0          5            0
624     dark    steel      10.2          5            0
625     dark    steel      70.0          5            0
626   normal               94.6          5            0
627   normal   flying      10.5          5            0
628   normal   flying      41.0          5            0
629     dark   flying       9.0          5            0
630     dark   flying      39.5          5            0
631     fire               58.0          5            0
632      bug    steel      33.0          5            0
633     dark   dragon      17.3          5            0
634     dark   dragon      50.0          5            0
635     dark   dragon     160.0          5            0
636      bug     fire      28.8          5            0
637      bug     fire      46.0          5            0
638    steel fighting     250.0          5            1
639     rock fighting     260.0          5            1
640    grass fighting     200.0          5            1
641   flying               63.0          5            1
642 electric   flying      61.0          5            1
643   dragon     fire     330.0          5            1
644   dragon electric     345.0          5            1
645   ground   flying      68.0          5            1
646   dragon      ice     325.0          5            1
647    water fighting      48.5          5            1
648   normal  psychic       6.5          5            1
649      bug    steel      82.5          5            1
650    grass                9.0          6            0
651    grass               29.0          6            0
652    grass fighting      90.0          6            0
653     fire                9.4          6            0
654     fire               14.5          6            0
655     fire  psychic      39.0          6            0
656    water                7.0          6            0
657    water               10.9          6            0
658    water     dark      40.0          6            0
659   normal                5.0          6            0
660   normal   ground      42.4          6            0
661   normal   flying       1.7          6            0
662     fire   flying      16.0          6            0
663     fire   flying      24.5          6            0
664      bug                2.5          6            0
665      bug                8.4          6            0
666      bug   flying      17.0          6            0
667     fire   normal      13.5          6            0
668     fire   normal      81.5          6            0
669    fairy                0.1          6            0
670    fairy                0.9          6            0
671    fairy               10.0          6            0
672    grass               31.0          6            0
673    grass               91.0          6            0
674 fighting                8.0          6            0
675 fighting     dark     136.0          6            0
676   normal               28.0          6            0
677  psychic                3.5          6            0
678  psychic                8.5          6            0
679    steel    ghost       2.0          6            0
680    steel    ghost       4.5          6            0
681    steel    ghost      53.0          6            0
682    fairy                0.5          6            0
683    fairy               15.5          6            0
684    fairy                3.5          6            0
685    fairy                5.0          6            0
686     dark  psychic       3.5          6            0
687     dark  psychic      47.0          6            0
688     rock    water      31.0          6            0
689     rock    water      96.0          6            0
690   poison    water       7.3          6            0
691   poison   dragon      81.5          6            0
692    water                8.3          6            0
693    water               35.3          6            0
694 electric   normal       6.0          6            0
695 electric   normal      21.0          6            0
696     rock   dragon      26.0          6            0
697     rock   dragon     270.0          6            0
698     rock      ice      25.2          6            0
699     rock      ice     225.0          6            0
700    fairy               23.5          6            0
701 fighting   flying      21.5          6            0
702 electric    fairy       2.2          6            0
703     rock    fairy       5.7          6            0
704   dragon                2.8          6            0
705   dragon               17.5          6            0
706   dragon              150.5          6            0
707    steel    fairy       3.0          6            0
708    ghost    grass       7.0          6            0
709    ghost    grass      71.0          6            0
710    ghost    grass      15.0          6            0
711    ghost    grass      39.0          6            0
712      ice               99.5          6            0
713      ice              505.0          6            0
714   flying   dragon       8.0          6            0
715   flying   dragon      85.0          6            0
716    fairy              215.0          6            1
717     dark   flying     203.0          6            1
718   dragon   ground     284.6          6            1
719     rock    fairy       8.8          6            1
720  psychic    ghost        NA          6            1
721     fire    water     195.0          6            1
722    grass   flying       1.5          7            0
723    grass   flying      16.0          7            0
724    grass    ghost      36.6          7            0
725     fire                4.3          7            0
726     fire               25.0          7            0
727     fire     dark      83.0          7            0
728    water                7.5          7            0
729    water               17.5          7            0
730    water    fairy      44.0          7            0
731   normal   flying       1.2          7            0
732   normal   flying      14.8          7            0
733   normal   flying      26.0          7            0
734   normal                6.0          7            0
735   normal               14.2          7            0
736      bug                4.4          7            0
737      bug electric      10.5          7            0
738      bug electric      45.0          7            0
739 fighting                7.0          7            0
740 fighting      ice     180.0          7            0
741     fire   flying       3.4          7            0
742      bug    fairy       0.2          7            0
743      bug    fairy       0.5          7            0
744     rock                9.2          7            0
745     rock                 NA          7            0
746    water                0.3          7            0
747   poison    water       8.0          7            0
748   poison    water      14.5          7            0
749   ground              110.0          7            0
750   ground              920.0          7            0
751    water      bug       4.0          7            0
752    water      bug      82.0          7            0
753    grass                1.5          7            0
754    grass               18.5          7            0
755    grass    fairy       1.5          7            0
756    grass    fairy      11.5          7            0
757   poison     fire       4.8          7            0
758   poison     fire      22.2          7            0
759   normal fighting       6.8          7            0
760   normal fighting     135.0          7            0
761    grass                3.2          7            0
762    grass                8.2          7            0
763    grass               21.4          7            0
764    fairy                0.3          7            0
765   normal  psychic      76.0          7            0
766 fighting               82.8          7            0
767      bug    water      12.0          7            0
768      bug    water     108.0          7            0
769    ghost   ground      70.0          7            0
770    ghost   ground     250.0          7            0
771    water                1.2          7            0
772   normal              120.5          7            0
773   normal              100.5          7            0
774     rock   flying      40.0          7            0
775   normal               19.9          7            0
776     fire   dragon     212.0          7            0
777 electric    steel       3.3          7            0
778    ghost    fairy       0.7          7            0
779    water  psychic      19.0          7            0
780   normal   dragon     185.0          7            0
781    ghost    grass     210.0          7            0
782   dragon               29.7          7            0
783   dragon fighting      47.0          7            0
784   dragon fighting      78.2          7            0
785 electric    fairy      20.5          7            1
786  psychic    fairy      18.6          7            1
787    grass    fairy      45.5          7            1
788    water    fairy      21.2          7            1
789  psychic                0.1          7            1
790  psychic              999.9          7            1
791  psychic    steel     230.0          7            1
792  psychic    ghost     120.0          7            1
793     rock   poison      55.5          7            1
794      bug fighting     333.6          7            1
795      bug fighting      25.0          7            1
796 electric              100.0          7            1
797    steel   flying     999.9          7            1
798    grass    steel       0.1          7            1
799     dark   dragon     888.0          7            1
800  psychic              230.0          7            1
801    steel    fairy      80.5          7            1
dim(pokemon) #dataset dimensions
[1] 801  41
# non-numeric inputs detected
pokemon$capture_rate[is.na(as.numeric(pokemon$capture_rate))]
Warning: NAs introduced by coercion
[1] "30 (Meteorite)255 (Core)"
# modified dataset for compatibility
pokemod <- read.csv("C:/Users/nicol/Downloads/pokemon_mod.csv")
pokemod
                                                                                    abilities
1                                                                 ['Overgrow', 'Chlorophyll']
2                                                                 ['Overgrow', 'Chlorophyll']
3                                                                 ['Overgrow', 'Chlorophyll']
4                                                                    ['Blaze', 'Solar Power']
5                                                                    ['Blaze', 'Solar Power']
6                                                                    ['Blaze', 'Solar Power']
7                                                                    ['Torrent', 'Rain Dish']
8                                                                    ['Torrent', 'Rain Dish']
9                                                                    ['Torrent', 'Rain Dish']
10                                                                ['Shield Dust', 'Run Away']
11                                                                              ['Shed Skin']
12                                                            ['Compoundeyes', 'Tinted Lens']
13                                                                ['Shield Dust', 'Run Away']
14                                                                              ['Shed Skin']
15                                                                        ['Swarm', 'Sniper']
16                                                  ['Keen Eye', 'Tangled Feet', 'Big Pecks']
17                                                  ['Keen Eye', 'Tangled Feet', 'Big Pecks']
18                                                  ['Keen Eye', 'Tangled Feet', 'Big Pecks']
19                          ['Run Away', 'Guts', 'Hustle', 'Gluttony', 'Hustle', 'Thick Fat']
20                          ['Run Away', 'Guts', 'Hustle', 'Gluttony', 'Hustle', 'Thick Fat']
21                                                                     ['Keen Eye', 'Sniper']
22                                                                     ['Keen Eye', 'Sniper']
23                                                     ['Intimidate', 'Shed Skin', 'Unnerve']
24                                                     ['Intimidate', 'Shed Skin', 'Unnerve']
25                                                                 ['Static', 'Lightningrod']
26                                                 ['Static', 'Lightningrod', 'Surge Surfer']
27                                     ['Sand Veil', 'Sand Rush', 'Snow Cloak', 'Slush Rush']
28                                     ['Sand Veil', 'Sand Rush', 'Snow Cloak', 'Slush Rush']
29                                                      ['Poison Point', 'Rivalry', 'Hustle']
30                                                      ['Poison Point', 'Rivalry', 'Hustle']
31                                                 ['Poison Point', 'Rivalry', 'Sheer Force']
32                                                      ['Poison Point', 'Rivalry', 'Hustle']
33                                                      ['Poison Point', 'Rivalry', 'Hustle']
34                                                 ['Poison Point', 'Rivalry', 'Sheer Force']
35                                              ['Cute Charm', 'Magic Guard', 'Friend Guard']
36                                                   ['Cute Charm', 'Magic Guard', 'Unaware']
37                                    ['Flash Fire', 'Drought', 'Snow Cloak', 'Snow Warning']
38                                    ['Flash Fire', 'Drought', 'Snow Cloak', 'Snow Warning']
39                                              ['Cute Charm', 'Competitive', 'Friend Guard']
40                                                     ['Cute Charm', 'Competitive', 'Frisk']
41                                                             ['Inner Focus', 'Infiltrator']
42                                                             ['Inner Focus', 'Infiltrator']
43                                                                ['Chlorophyll', 'Run Away']
44                                                                  ['Chlorophyll', 'Stench']
45                                                            ['Chlorophyll', 'Effect Spore']
46                                                       ['Effect Spore', 'Dry Skin', 'Damp']
47                                                       ['Effect Spore', 'Dry Skin', 'Damp']
48                                                ['Compoundeyes', 'Tinted Lens', 'Run Away']
49                                             ['Shield Dust', 'Tinted Lens', 'Wonder Skin ']
50      ['Sand Veil', 'Arena Trap', 'Sand Force', 'Sand Veil', 'Tangling Hair', 'Sand Force']
51      ['Sand Veil', 'Arena Trap', 'Sand Force', 'Sand Veil', 'Tangling Hair', 'Sand Force']
52                     ['Pickup', 'Technician', 'Unnerve', 'Pickup', 'Technician', 'Rattled']
53                   ['Limber', 'Technician', 'Unnerve', 'Fur Coat', 'Technician', 'Rattled']
54                                                       ['Damp', 'Cloud Nine', 'Swift Swim']
55                                                       ['Damp', 'Cloud Nine', 'Swift Swim']
56                                                 ['Vital Spirit', 'Anger Point', 'Defiant']
57                                                 ['Vital Spirit', 'Anger Point', 'Defiant']
58                                                  ['Intimidate', 'Flash Fire', 'Justified']
59                                                  ['Intimidate', 'Flash Fire', 'Justified']
60                                                     ['Water Absorb', 'Damp', 'Swift Swim']
61                                                     ['Water Absorb', 'Damp', 'Swift Swim']
62                                                     ['Water Absorb', 'Damp', 'Swift Swim']
63                                              ['Synchronize', 'Inner Focus', 'Magic Guard']
64                                              ['Synchronize', 'Inner Focus', 'Magic Guard']
65                                              ['Synchronize', 'Inner Focus', 'Magic Guard']
66                                                          ['Guts', 'No Guard', 'Steadfast']
67                                                          ['Guts', 'No Guard', 'Steadfast']
68                                                          ['Guts', 'No Guard', 'Steadfast']
69                                                                ['Chlorophyll', 'Gluttony']
70                                                                ['Chlorophyll', 'Gluttony']
71                                                                ['Chlorophyll', 'Gluttony']
72                                                 ['Clear Body', 'Liquid Ooze', 'Rain Dish']
73                                                 ['Clear Body', 'Liquid Ooze', 'Rain Dish']
74                 ['Rock Head', 'Sturdy', 'Sand Veil', 'Magnet Pull', 'Sturdy', 'Galvanize']
75                 ['Rock Head', 'Sturdy', 'Sand Veil', 'Magnet Pull', 'Sturdy', 'Galvanize']
76                 ['Rock Head', 'Sturdy', 'Sand Veil', 'Magnet Pull', 'Sturdy', 'Galvanize']
77                                                   ['Run Away', 'Flash Fire', 'Flame Body']
78                                                   ['Run Away', 'Flash Fire', 'Flame Body']
79                                                  ['Oblivious', 'Own Tempo', 'Regenerator']
80                                                  ['Oblivious', 'Own Tempo', 'Regenerator']
81                                                      ['Magnet Pull', 'Sturdy', 'Analytic']
82                                                      ['Magnet Pull', 'Sturdy', 'Analytic']
83                                                     ['Keen Eye', 'Inner Focus', 'Defiant']
84                                                 ['Run Away', 'Early Bird', 'Tangled Feet']
85                                                 ['Run Away', 'Early Bird', 'Tangled Feet']
86                                                     ['Thick Fat', 'Hydration', 'Ice Body']
87                                                     ['Thick Fat', 'Hydration', 'Ice Body']
88  ['Stench', 'Sticky Hold', 'Poison Touch', 'Poison Touch', 'Gluttony', 'Power of Alchemy']
89  ['Stench', 'Sticky Hold', 'Poison Touch', 'Poison Touch', 'Gluttony', 'Power of Alchemy']
90                                                  ['Shell Armor', 'Skill Link', 'Overcoat']
91                                                  ['Shell Armor', 'Skill Link', 'Overcoat']
92                                                                               ['Levitate']
93                                                                               ['Levitate']
94                                                                            ['Cursed Body']
95                                                      ['Rock Head', 'Sturdy', 'Weak Armor']
96                                                    ['Insomnia', 'Forewarn', 'Inner Focus']
97                                                    ['Insomnia', 'Forewarn', 'Inner Focus']
98                                             ['Hyper Cutter', 'Shell Armor', 'Sheer Force']
99                                             ['Hyper Cutter', 'Shell Armor', 'Sheer Force']
100                                                     ['Soundproof', 'Static', 'Aftermath']
101                                                     ['Soundproof', 'Static', 'Aftermath']
102                                                                ['Chlorophyll', 'Harvest']
103                                            ['Chlorophyll', 'Harvest', 'Frisk', 'Harvest']
104                                             ['Rock Head', 'Lightningrod', 'Battle Armor']
105 ['Rock Head', 'Lightningrod', 'Battle Armor', 'Cursed Body', 'Lightningrod', 'Rock Head']
106                                                        ['Limber', 'Reckless', 'Unburden']
107                                                  ['Keen Eye', 'Iron Fist', 'Inner Focus']
108                                                  ['Own Tempo', 'Oblivious', 'Cloud Nine']
109                                                                              ['Levitate']
110                                                                              ['Levitate']
111                                                 ['Lightningrod', 'Rock Head', 'Reckless']
112                                                 ['Lightningrod', 'Rock Head', 'Reckless']
113                                                ['Natural Cure', 'Serene Grace', 'Healer']
114                                              ['Chlorophyll', 'Leaf Guard', 'Regenerator']
115                                                  ['Early Bird', 'Scrappy', 'Inner Focus']
116                                                          ['Swift Swim', 'Sniper', 'Damp']
117                                                        ['Poison Point', 'Sniper', 'Damp']
118                                              ['Swift Swim', 'Water Veil', 'Lightningrod']
119                                              ['Swift Swim', 'Water Veil', 'Lightningrod']
120                                                ['Illuminate', 'Natural Cure', 'Analytic']
121                                                ['Illuminate', 'Natural Cure', 'Analytic']
122                                                    ['Soundproof', 'Filter', 'Technician']
123                                                      ['Swarm', 'Technician', 'Steadfast']
124                                                     ['Oblivious', 'Forewarn', 'Dry Skin']
125                                                                ['Static', 'Vital Spirit']
126                                                            ['Flame Body', 'Vital Spirit']
127                                                 ['Hyper Cutter', 'Mold Breaker', 'Moxie']
128                                              ['Intimidate', 'Anger Point', 'Sheer Force']
129                                                                 ['Swift Swim', 'Rattled']
130                                                                   ['Intimidate', 'Moxie']
131                                              ['Water Absorb', 'Shell Armor', 'Hydration']
132                                                                    ['Limber', 'Imposter']
133                                              ['Run Away', 'Adaptability', 'Anticipation']
134                                                             ['Water Absorb', 'Hydration']
135                                                             ['Volt Absorb', 'Quick Feet']
136                                                                    ['Flash Fire', 'Guts']
137                                                         ['Trace', 'Download', 'Analytic']
138                                               ['Swift Swim', 'Shell Armor', 'Weak Armor']
139                                               ['Swift Swim', 'Shell Armor', 'Weak Armor']
140                                              ['Swift Swim', 'Battle Armor', 'Weak Armor']
141                                              ['Swift Swim', 'Battle Armor', 'Weak Armor']
142                                                      ['Rock Head', 'Pressure', 'Unnerve']
143                                                     ['Immunity', 'Thick Fat', 'Gluttony']
144                                                                ['Pressure', 'Snow Cloak']
145                                                                    ['Pressure', 'Static']
146                                                                ['Pressure', 'Flame Body']
147                                                             ['Shed Skin', 'Marvel Scale']
148                                                             ['Shed Skin', 'Marvel Scale']
149                                                             ['Inner Focus', 'Multiscale']
150                                                                   ['Pressure', 'Unnerve']
151                                                                           ['Synchronize']
152                                                                ['Overgrow', 'Leaf Guard']
153                                                                ['Overgrow', 'Leaf Guard']
154                                                                ['Overgrow', 'Leaf Guard']
155                                                                   ['Blaze', 'Flash Fire']
156                                                                   ['Blaze', 'Flash Fire']
157                                                                   ['Blaze', 'Flash Fire']
158                                                                ['Torrent', 'Sheer Force']
159                                                                ['Torrent', 'Sheer Force']
160                                                                ['Torrent', 'Sheer Force']
161                                                         ['Run Away', 'Keen Eye', 'Frisk']
162                                                         ['Run Away', 'Keen Eye', 'Frisk']
163                                                   ['Insomnia', 'Keen Eye', 'Tinted Lens']
164                                                   ['Insomnia', 'Keen Eye', 'Tinted Lens']
165                                                        ['Swarm', 'Early Bird', 'Rattled']
166                                                      ['Swarm', 'Early Bird', 'Iron Fist']
167                                                           ['Swarm', 'Insomnia', 'Sniper']
168                                                           ['Swarm', 'Insomnia', 'Sniper']
169                                                            ['Inner Focus', 'Infiltrator']
170                                             ['Volt Absorb', 'Illuminate', 'Water Absorb']
171                                             ['Volt Absorb', 'Illuminate', 'Water Absorb']
172                                                                ['Static', 'Lightningrod']
173                                             ['Cute Charm', 'Magic Guard', 'Friend Guard']
174                                             ['Cute Charm', 'Competitive', 'Friend Guard']
175                                                  ['Hustle', 'Serene Grace', 'Super Luck']
176                                                  ['Hustle', 'Serene Grace', 'Super Luck']
177                                             ['Synchronize', 'Early Bird', 'Magic Bounce']
178                                             ['Synchronize', 'Early Bird', 'Magic Bounce']
179                                                                        ['Static', 'Plus']
180                                                                        ['Static', 'Plus']
181                                                                        ['Static', 'Plus']
182                                                                 ['Chlorophyll', 'Healer']
183                                                 ['Thick Fat', 'Huge Power', 'Sap Sipper']
184                                                 ['Thick Fat', 'Huge Power', 'Sap Sipper']
185                                                        ['Sturdy', 'Rock Head', 'Rattled']
186                                                       ['Water Absorb', 'Damp', 'Drizzle']
187                                              ['Chlorophyll', 'Leaf Guard', 'Infiltrator']
188                                              ['Chlorophyll', 'Leaf Guard', 'Infiltrator']
189                                              ['Chlorophyll', 'Leaf Guard', 'Infiltrator']
190                                                      ['Run Away', 'Pickup', 'Skill Link']
191                                              ['Chlorophyll', 'Solar Power', 'Early Bird']
192                                              ['Chlorophyll', 'Solar Power', 'Early Bird']
193                                                  ['Speed Boost', 'Compoundeyes', 'Frisk']
194                                                       ['Damp', 'Water Absorb', 'Unaware']
195                                                       ['Damp', 'Water Absorb', 'Unaware']
196                                                           ['Synchronize', 'Magic Bounce']
197                                                            ['Synchronize', 'Inner Focus']
198                                                   ['Insomnia', 'Super Luck', 'Prankster']
199                                                 ['Oblivious', 'Own Tempo', 'Regenerator']
200                                                                              ['Levitate']
201                                                                              ['Levitate']
202                                                               ['Shadow Tag', 'Telepathy']
203                                               ['Inner Focus', 'Early Bird', 'Sap Sipper']
204                                                                    ['Sturdy', 'Overcoat']
205                                                                    ['Sturdy', 'Overcoat']
206                                                   ['Serene Grace', 'Run Away', 'Rattled']
207                                                 ['Hyper Cutter', 'Sand Veil', 'Immunity']
208                                                    ['Rock Head', 'Sturdy', 'Sheer Force']
209                                                     ['Intimidate', 'Run Away', 'Rattled']
210                                                   ['Intimidate', 'Quick Feet', 'Rattled']
211                                              ['Poison Point', 'Swift Swim', 'Intimidate']
212                                                    ['Swarm', 'Technician', 'Light Metal']
213                                                        ['Sturdy', 'Gluttony', 'Contrary']
214                                                                ['Swarm', 'Guts', 'Moxie']
215                                                 ['Inner Focus', 'Keen Eye', 'Pickpocket']
216                                                  ['Pickup', 'Quick Feet', 'Honey Gather']
217                                                         ['Guts', 'Quick Feet', 'Unnerve']
218                                               ['Magma Armor', 'Flame Body', 'Weak Armor']
219                                               ['Magma Armor', 'Flame Body', 'Weak Armor']
220                                                  ['Oblivious', 'Snow Cloak', 'Thick Fat']
221                                                  ['Oblivious', 'Snow Cloak', 'Thick Fat']
222                                                 ['Hustle', 'Natural Cure', 'Regenerator']
223                                                             ['Hustle', 'Sniper', 'Moody']
224                                                       ['Suction Cups', 'Sniper', 'Moody']
225                                                    ['Vital Spirit', 'Hustle', 'Insomnia']
226                                              ['Swift Swim', 'Water Absorb', 'Water Veil']
227                                                      ['Keen Eye', 'Sturdy', 'Weak Armor']
228                                                   ['Early Bird', 'Flash Fire', 'Unnerve']
229                                                   ['Early Bird', 'Flash Fire', 'Unnerve']
230                                                          ['Swift Swim', 'Sniper', 'Damp']
231                                                                   ['Pickup', 'Sand Veil']
232                                                                   ['Sturdy', 'Sand Veil']
233                                                         ['Trace', 'Download', 'Analytic']
234                                                     ['Intimidate', 'Frisk', 'Sap Sipper']
235                                                      ['Own Tempo', 'Technician', 'Moody']
236                                                     ['Guts', 'Steadfast', 'Vital Spirit']
237                                                 ['Intimidate', 'Technician', 'Steadfast']
238                                                    ['Oblivious', 'Forewarn', 'Hydration']
239                                                                ['Static', 'Vital Spirit']
240                                                            ['Flame Body', 'Vital Spirit']
241                                                    ['Thick Fat', 'Scrappy', 'Sap Sipper']
242                                                ['Natural Cure', 'Serene Grace', 'Healer']
243                                                               ['Pressure', 'Inner Focus']
244                                                               ['Pressure', 'Inner Focus']
245                                                               ['Pressure', 'Inner Focus']
246                                                                     ['Guts', 'Sand Veil']
247                                                                             ['Shed Skin']
248                                                                ['Sand Stream', 'Unnerve']
249                                                                ['Pressure', 'Multiscale']
250                                                               ['Pressure', 'Regenerator']
251                                                                          ['Natural Cure']
252                                                                  ['Overgrow', 'Unburden']
253                                                                  ['Overgrow', 'Unburden']
254                                                                  ['Overgrow', 'Unburden']
255                                                                  ['Blaze', 'Speed Boost']
256                                                                  ['Blaze', 'Speed Boost']
257                                                                  ['Blaze', 'Speed Boost']
258                                                                       ['Torrent', 'Damp']
259                                                                       ['Torrent', 'Damp']
260                                                                       ['Torrent', 'Damp']
261                                                     ['Run Away', 'Quick Feet', 'Rattled']
262                                                     ['Intimidate', 'Quick Feet', 'Moxie']
263                                                      ['Pickup', 'Gluttony', 'Quick Feet']
264                                                      ['Pickup', 'Gluttony', 'Quick Feet']
265                                                               ['Shield Dust', 'Run Away']
266                                                                             ['Shed Skin']
267                                                                      ['Swarm', 'Rivalry']
268                                                                             ['Shed Skin']
269                                                           ['Shield Dust', 'Compoundeyes']
270                                                  ['Swift Swim', 'Rain Dish', 'Own Tempo']
271                                                  ['Swift Swim', 'Rain Dish', 'Own Tempo']
272                                                  ['Swift Swim', 'Rain Dish', 'Own Tempo']
273                                               ['Chlorophyll', 'Early Bird', 'Pickpocket']
274                                               ['Chlorophyll', 'Early Bird', 'Pickpocket']
275                                               ['Chlorophyll', 'Early Bird', 'Pickpocket']
276                                                                       ['Guts', 'Scrappy']
277                                                                       ['Guts', 'Scrappy']
278                                                    ['Keen Eye', 'Hydration', 'Rain Dish']
279                                                      ['Keen Eye', 'Drizzle', 'Rain Dish']
280                                                     ['Synchronize', 'Trace', 'Telepathy']
281                                                     ['Synchronize', 'Trace', 'Telepathy']
282                                                     ['Synchronize', 'Trace', 'Telepathy']
283                                                               ['Swift Swim', 'Rain Dish']
284                                                                 ['Intimidate', 'Unnerve']
285                                             ['Effect Spore', 'Poison Heal', 'Quick Feet']
286                                             ['Effect Spore', 'Poison Heal', 'Technician']
287                                                                                ['Truant']
288                                                                          ['Vital Spirit']
289                                                                                ['Truant']
290                                                              ['Compoundeyes', 'Run Away']
291                                                            ['Speed Boost', 'Infiltrator']
292                                                                          ['Wonder Guard']
293                                                                 ['Soundproof', 'Rattled']
294                                                                 ['Soundproof', 'Scrappy']
295                                                                 ['Soundproof', 'Scrappy']
296                                                      ['Thick Fat', 'Guts', 'Sheer Force']
297                                                      ['Thick Fat', 'Guts', 'Sheer Force']
298                                                 ['Thick Fat', 'Huge Power', 'Sap Sipper']
299                                                   ['Sturdy', 'Magnet Pull', 'Sand Force']
300                                               ['Cute Charm', 'Normalize', 'Wonder Skin ']
301                                               ['Cute Charm', 'Normalize', 'Wonder Skin ']
302                                                        ['Keen Eye', 'Stall', 'Prankster']
303                                             ['Hyper Cutter', 'Intimidate', 'Sheer Force']
304                                                    ['Sturdy', 'Rock Head', 'Heavy Metal']
305                                                    ['Sturdy', 'Rock Head', 'Heavy Metal']
306                                                    ['Sturdy', 'Rock Head', 'Heavy Metal']
307                                                               ['Pure Power', 'Telepathy']
308                                                               ['Pure Power', 'Telepathy']
309                                                       ['Static', 'Lightningrod', 'Minus']
310                                                       ['Static', 'Lightningrod', 'Minus']
311                                                                  ['Plus', 'Lightningrod']
312                                                                  ['Minus', 'Volt Absorb']
313                                                      ['Illuminate', 'Swarm', 'Prankster']
314                                                 ['Oblivious', 'Tinted Lens', 'Prankster']
315                                            ['Natural Cure', 'Poison Point', 'Leaf Guard']
316                                                ['Liquid Ooze', 'Sticky Hold', 'Gluttony']
317                                                ['Liquid Ooze', 'Sticky Hold', 'Gluttony']
318                                                             ['Rough Skin', 'Speed Boost']
319                                                             ['Rough Skin', 'Speed Boost']
320                                                   ['Water Veil', 'Oblivious', 'Pressure']
321                                                   ['Water Veil', 'Oblivious', 'Pressure']
322                                                      ['Oblivious', 'Simple', 'Own Tempo']
323                                              ['Magma Armor', 'Solid Rock', 'Anger Point']
324                                                 ['White Smoke', 'Drought', 'Shell Armor']
325                                                    ['Thick Fat', 'Own Tempo', 'Gluttony']
326                                                    ['Thick Fat', 'Own Tempo', 'Gluttony']
327                                                 ['Own Tempo', 'Tangled Feet', 'Contrary']
328                                             ['Hyper Cutter', 'Arena Trap', 'Sheer Force']
329                                                                              ['Levitate']
330                                                                              ['Levitate']
331                                                             ['Sand Veil', 'Water Absorb']
332                                                             ['Sand Veil', 'Water Absorb']
333                                                            ['Natural Cure', 'Cloud Nine']
334                                                            ['Natural Cure', 'Cloud Nine']
335                                                               ['Immunity', 'Toxic Boost']
336                                                              ['Shed Skin', 'Infiltrator']
337                                                                              ['Levitate']
338                                                                              ['Levitate']
339                                                ['Oblivious', 'Anticipation', 'Hydration']
340                                                ['Oblivious', 'Anticipation', 'Hydration']
341                                           ['Hyper Cutter', 'Shell Armor', 'Adaptability']
342                                           ['Hyper Cutter', 'Shell Armor', 'Adaptability']
343                                                                              ['Levitate']
344                                                                              ['Levitate']
345                                                           ['Suction Cups', 'Storm Drain']
346                                                           ['Suction Cups', 'Storm Drain']
347                                                            ['Battle Armor', 'Swift Swim']
348                                                            ['Battle Armor', 'Swift Swim']
349                                               ['Swift Swim', 'Oblivious', 'Adaptability']
350                                             ['Marvel Scale', 'Competitive', 'Cute Charm']
351                                                                              ['Forecast']
352                                                               ['Color Change', 'Protean']
353                                                      ['Insomnia', 'Frisk', 'Cursed Body']
354                                                      ['Insomnia', 'Frisk', 'Cursed Body']
355                                                                     ['Levitate', 'Frisk']
356                                                                     ['Pressure', 'Frisk']
357                                                 ['Chlorophyll', 'Solar Power', 'Harvest']
358                                                                              ['Levitate']
359                                                   ['Pressure', 'Super Luck', 'Justified']
360                                                               ['Shadow Tag', 'Telepathy']
361                                                      ['Inner Focus', 'Ice Body', 'Moody']
362                                                      ['Inner Focus', 'Ice Body', 'Moody']
363                                                    ['Thick Fat', 'Ice Body', 'Oblivious']
364                                                    ['Thick Fat', 'Ice Body', 'Oblivious']
365                                                    ['Thick Fat', 'Ice Body', 'Oblivious']
366                                                                ['Shell Armor', 'Rattled']
367                                                              ['Swift Swim', 'Water Veil']
368                                                               ['Swift Swim', 'Hydration']
369                                                     ['Swift Swim', 'Rock Head', 'Sturdy']
370                                                               ['Swift Swim', 'Hydration']
371                                                              ['Rock Head', 'Sheer Force']
372                                                                 ['Rock Head', 'Overcoat']
373                                                                   ['Intimidate', 'Moxie']
374                                                             ['Clear Body', 'Light Metal']
375                                                             ['Clear Body', 'Light Metal']
376                                                             ['Clear Body', 'Light Metal']
377                                                                  ['Clear Body', 'Sturdy']
378                                                                ['Clear Body', 'Ice Body']
379                                                             ['Clear Body', 'Light Metal']
380                                                                              ['Levitate']
381                                                                              ['Levitate']
382                                                                               ['Drizzle']
383                                                                               ['Drought']
384                                                                              ['Air Lock']
385                                                                          ['Serene Grace']
386                                                                              ['Pressure']
387                                                               ['Overgrow', 'Shell Armor']
388                                                               ['Overgrow', 'Shell Armor']
389                                                               ['Overgrow', 'Shell Armor']
390                                                                    ['Blaze', 'Iron Fist']
391                                                                    ['Blaze', 'Iron Fist']
392                                                                    ['Blaze', 'Iron Fist']
393                                                                    ['Torrent', 'Defiant']
394                                                                    ['Torrent', 'Defiant']
395                                                                    ['Torrent', 'Defiant']
396                                                                  ['Keen Eye', 'Reckless']
397                                                                ['Intimidate', 'Reckless']
398                                                                ['Intimidate', 'Reckless']
399                                                            ['Simple', 'Unaware', 'Moody']
400                                                            ['Simple', 'Unaware', 'Moody']
401                                                                 ['Shed Skin', 'Run Away']
402                                                                   ['Swarm', 'Technician']
403                                                         ['Rivalry', 'Intimidate', 'Guts']
404                                                         ['Rivalry', 'Intimidate', 'Guts']
405                                                         ['Rivalry', 'Intimidate', 'Guts']
406                                            ['Natural Cure', 'Poison Point', 'Leaf Guard']
407                                            ['Natural Cure', 'Poison Point', 'Technician']
408                                                           ['Mold Breaker', 'Sheer Force']
409                                                           ['Mold Breaker', 'Sheer Force']
410                                                                  ['Sturdy', 'Soundproof']
411                                                                  ['Sturdy', 'Soundproof']
412                                                                 ['Shed Skin', 'Overcoat']
413                                                              ['Anticipation', 'Overcoat']
414                                                                  ['Swarm', 'Tinted Lens']
415                                                                ['Honey Gather', 'Hustle']
416                                                                   ['Pressure', 'Unnerve']
417                                                     ['Run Away', 'Pickup', 'Volt Absorb']
418                                                              ['Swift Swim', 'Water Veil']
419                                                              ['Swift Swim', 'Water Veil']
420                                                                           ['Chlorophyll']
421                                                                           ['Flower Gift']
422                                              ['Sticky Hold', 'Storm Drain', 'Sand Force']
423                                              ['Sticky Hold', 'Storm Drain', 'Sand Force']
424                                                    ['Technician', 'Pickup', 'Skill Link']
425                                                  ['Aftermath', 'Unburden', 'Flare Boost']
426                                                  ['Aftermath', 'Unburden', 'Flare Boost']
427                                                           ['Run Away', 'Klutz', 'Limber']
428                                                         ['Cute Charm', 'Klutz', 'Limber']
429                                                                              ['Levitate']
430                                                       ['Insomnia', 'Super Luck', 'Moxie']
431                                                       ['Limber', 'Own Tempo', 'Keen Eye']
432                                                     ['Thick Fat', 'Own Tempo', 'Defiant']
433                                                                              ['Levitate']
434                                                       ['Stench', 'Aftermath', 'Keen Eye']
435                                                       ['Stench', 'Aftermath', 'Keen Eye']
436                                                  ['Levitate', 'Heatproof', 'Heavy Metal']
437                                                  ['Levitate', 'Heatproof', 'Heavy Metal']
438                                                        ['Sturdy', 'Rock Head', 'Rattled']
439                                                    ['Soundproof', 'Filter', 'Technician']
440                                          ['Natural Cure', 'Serene Grace', 'Friend Guard']
441                                                 ['Keen Eye', 'Tangled Feet', 'Big Pecks']
442                                                               ['Pressure', 'Infiltrator']
443                                                               ['Sand Veil', 'Rough Skin']
444                                                               ['Sand Veil', 'Rough Skin']
445                                                               ['Sand Veil', 'Rough Skin']
446                                                       ['Pickup', 'Thick Fat', 'Gluttony']
447                                                 ['Steadfast', 'Inner Focus', 'Prankster']
448                                                 ['Steadfast', 'Inner Focus', 'Justified']
449                                                             ['Sand Stream', 'Sand Force']
450                                                             ['Sand Stream', 'Sand Force']
451                                                    ['Battle Armor', 'Sniper', 'Keen Eye']
452                                                    ['Battle Armor', 'Sniper', 'Keen Eye']
453                                              ['Anticipation', 'Dry Skin', 'Poison Touch']
454                                              ['Anticipation', 'Dry Skin', 'Poison Touch']
455                                                                              ['Levitate']
456                                               ['Swift Swim', 'Storm Drain', 'Water Veil']
457                                               ['Swift Swim', 'Storm Drain', 'Water Veil']
458                                              ['Swift Swim', 'Water Absorb', 'Water Veil']
459                                                            ['Snow Warning', 'Soundproof']
460                                                            ['Snow Warning', 'Soundproof']
461                                                                ['Pressure', 'Pickpocket']
462                                                     ['Magnet Pull', 'Sturdy', 'Analytic']
463                                                  ['Own Tempo', 'Oblivious', 'Cloud Nine']
464                                                ['Lightningrod', 'Solid Rock', 'Reckless']
465                                              ['Chlorophyll', 'Leaf Guard', 'Regenerator']
466                                                           ['Motor Drive', 'Vital Spirit']
467                                                            ['Flame Body', 'Vital Spirit']
468                                                  ['Hustle', 'Serene Grace', 'Super Luck']
469                                                   ['Speed Boost', 'Tinted Lens', 'Frisk']
470                                                             ['Leaf Guard', 'Chlorophyll']
471                                                                ['Snow Cloak', 'Ice Body']
472                                              ['Hyper Cutter', 'Sand Veil', 'Poison Heal']
473                                                  ['Oblivious', 'Snow Cloak', 'Thick Fat']
474                                                  ['Adaptability', 'Download', 'Analytic']
475                                                                ['Steadfast', 'Justified']
476                                                   ['Sturdy', 'Magnet Pull', 'Sand Force']
477                                                                     ['Pressure', 'Frisk']
478                                                             ['Snow Cloak', 'Cursed Body']
479                                                                              ['Levitate']
480                                                                              ['Levitate']
481                                                                              ['Levitate']
482                                                                              ['Levitate']
483                                                                 ['Pressure', 'Telepathy']
484                                                                 ['Pressure', 'Telepathy']
485                                                              ['Flash Fire', 'Flame Body']
486                                                                            ['Slow Start']
487                                                     ['Pressure', 'Telepathy', 'Levitate']
488                                                                              ['Levitate']
489                                                                             ['Hydration']
490                                                                             ['Hydration']
491                                                                            ['Bad Dreams']
492                                                          ['Natural Cure', 'Serene Grace']
493                                                                             ['Multitype']
494                                                                          ['Victory Star']
495                                                                  ['Overgrow', 'Contrary']
496                                                                  ['Overgrow', 'Contrary']
497                                                                  ['Overgrow', 'Contrary']
498                                                                    ['Blaze', 'Thick Fat']
499                                                                    ['Blaze', 'Thick Fat']
500                                                                     ['Blaze', 'Reckless']
501                                                                ['Torrent', 'Shell Armor']
502                                                                ['Torrent', 'Shell Armor']
503                                                                ['Torrent', 'Shell Armor']
504                                                      ['Run Away', 'Keen Eye', 'Analytic']
505                                                    ['Illuminate', 'Keen Eye', 'Analytic']
506                                                    ['Vital Spirit', 'Pickup', 'Run Away']
507                                                    ['Intimidate', 'Sand Rush', 'Scrappy']
508                                                    ['Intimidate', 'Sand Rush', 'Scrappy']
509                                                       ['Limber', 'Unburden', 'Prankster']
510                                                       ['Limber', 'Unburden', 'Prankster']
511                                                                  ['Gluttony', 'Overgrow']
512                                                                  ['Gluttony', 'Overgrow']
513                                                                     ['Gluttony', 'Blaze']
514                                                                     ['Gluttony', 'Blaze']
515                                                                   ['Gluttony', 'Torrent']
516                                                                   ['Gluttony', 'Torrent']
517                                                  ['Forewarn', 'Synchronize', 'Telepathy']
518                                                  ['Forewarn', 'Synchronize', 'Telepathy']
519                                                    ['Big Pecks', 'Super Luck', 'Rivalry']
520                                                    ['Big Pecks', 'Super Luck', 'Rivalry']
521                                                    ['Big Pecks', 'Super Luck', 'Rivalry']
522                                             ['Lightningrod', 'Motor Drive', 'Sap Sipper']
523                                             ['Lightningrod', 'Motor Drive', 'Sap Sipper']
524                                                    ['Sturdy', 'Weak Armor', 'Sand Force']
525                                                    ['Sturdy', 'Weak Armor', 'Sand Force']
526                                                   ['Sturdy', 'Sand Stream', 'Sand Force']
527                                                            ['Unaware', 'Klutz', 'Simple']
528                                                            ['Unaware', 'Klutz', 'Simple']
529                                               ['Sand Rush', 'Sand Force', 'Mold Breaker']
530                                               ['Sand Rush', 'Sand Force', 'Mold Breaker']
531                                                        ['Healer', 'Regenerator', 'Klutz']
532                                                      ['Guts', 'Sheer Force', 'Iron Fist']
533                                                      ['Guts', 'Sheer Force', 'Iron Fist']
534                                                      ['Guts', 'Sheer Force', 'Iron Fist']
535                                               ['Swift Swim', 'Hydration', 'Water Absorb']
536                                               ['Swift Swim', 'Hydration', 'Water Absorb']
537                                            ['Swift Swim', 'Poison Touch', 'Water Absorb']
538                                                   ['Guts', 'Inner Focus', 'Mold Breaker']
539                                                 ['Sturdy', 'Inner Focus', 'Mold Breaker']
540                                                      ['Swarm', 'Chlorophyll', 'Overcoat']
541                                                 ['Leaf Guard', 'Chlorophyll', 'Overcoat']
542                                                      ['Swarm', 'Chlorophyll', 'Overcoat']
543                                                  ['Poison Point', 'Swarm', 'Speed Boost']
544                                                  ['Poison Point', 'Swarm', 'Speed Boost']
545                                                  ['Poison Point', 'Swarm', 'Speed Boost']
546                                               ['Prankster', 'Infiltrator', 'Chlorophyll']
547                                               ['Prankster', 'Infiltrator', 'Chlorophyll']
548                                                ['Chlorophyll', 'Own Tempo', 'Leaf Guard']
549                                                ['Chlorophyll', 'Own Tempo', 'Leaf Guard']
550                                 ['Reckless', 'Rock Head', 'Adaptability', 'Mold Breaker']
551                                                    ['Intimidate', 'Moxie', 'Anger Point']
552                                                    ['Intimidate', 'Moxie', 'Anger Point']
553                                                    ['Intimidate', 'Moxie', 'Anger Point']
554                                                                 ['Hustle', 'Inner Focus']
555                                                               ['Sheer Force', 'Zen Mode']
556                                            ['Water Absorb', 'Chlorophyll', 'Storm Drain']
557                                                   ['Sturdy', 'Shell Armor', 'Weak Armor']
558                                                   ['Sturdy', 'Shell Armor', 'Weak Armor']
559                                                      ['Shed Skin', 'Moxie', 'Intimidate']
560                                                      ['Shed Skin', 'Moxie', 'Intimidate']
561                                            ['Wonder Skin ', 'Magic Guard', 'Tinted Lens']
562                                                                                 ['Mummy']
563                                                                                 ['Mummy']
564                                                    ['Solid Rock', 'Sturdy', 'Swift Swim']
565                                                    ['Solid Rock', 'Sturdy', 'Swift Swim']
566                                                                             ['Defeatist']
567                                                                             ['Defeatist']
568                                                    ['Stench', 'Sticky Hold', 'Aftermath']
569                                                     ['Stench', 'Weak Armor', 'Aftermath']
570                                                                              ['Illusion']
571                                                                              ['Illusion']
572                                                ['Cute Charm', 'Technician', 'Skill Link']
573                                                ['Cute Charm', 'Technician', 'Skill Link']
574                                                    ['Frisk', 'Competitive', 'Shadow Tag']
575                                                    ['Frisk', 'Competitive', 'Shadow Tag']
576                                                    ['Frisk', 'Competitive', 'Shadow Tag']
577                                                ['Overcoat', 'Magic Guard', 'Regenerator']
578                                                ['Overcoat', 'Magic Guard', 'Regenerator']
579                                                ['Overcoat', 'Magic Guard', 'Regenerator']
580                                                    ['Keen Eye', 'Big Pecks', 'Hydration']
581                                                    ['Keen Eye', 'Big Pecks', 'Hydration']
582                                                  ['Ice Body', 'Snow Cloak', 'Weak Armor']
583                                                  ['Ice Body', 'Snow Cloak', 'Weak Armor']
584                                                ['Ice Body', 'Snow Warning', 'Weak Armor']
585                                             ['Chlorophyll', 'Sap Sipper', 'Serene Grace']
586                                             ['Chlorophyll', 'Sap Sipper', 'Serene Grace']
587                                                                 ['Static', 'Motor Drive']
588                                                        ['Swarm', 'Shed Skin', 'No Guard']
589                                                      ['Swarm', 'Shell Armor', 'Overcoat']
590                                                           ['Effect Spore', 'Regenerator']
591                                                           ['Effect Spore', 'Regenerator']
592                                                   ['Water Absorb', 'Cursed Body', 'Damp']
593                                                   ['Water Absorb', 'Cursed Body', 'Damp']
594                                                    ['Healer', 'Hydration', 'Regenerator']
595                                                      ['Compoundeyes', 'Unnerve', 'Swarm']
596                                                      ['Compoundeyes', 'Unnerve', 'Swarm']
597                                                                            ['Iron Barbs']
598                                                            ['Iron Barbs', 'Anticipation']
599                                                           ['Plus', 'Minus', 'Clear Body']
600                                                           ['Plus', 'Minus', 'Clear Body']
601                                                           ['Plus', 'Minus', 'Clear Body']
602                                                                              ['Levitate']
603                                                                              ['Levitate']
604                                                                              ['Levitate']
605                                                  ['Telepathy', 'Synchronize', 'Analytic']
606                                                  ['Telepathy', 'Synchronize', 'Analytic']
607                                               ['Flash Fire', 'Flame Body', 'Infiltrator']
608                                               ['Flash Fire', 'Flame Body', 'Infiltrator']
609                                               ['Flash Fire', 'Flame Body', 'Infiltrator']
610                                                    ['Rivalry', 'Mold Breaker', 'Unnerve']
611                                                    ['Rivalry', 'Mold Breaker', 'Unnerve']
612                                                    ['Rivalry', 'Mold Breaker', 'Unnerve']
613                                                   ['Snow Cloak', 'Slush Rush', 'Rattled']
614                                                ['Snow Cloak', 'Slush Rush', 'Swift Swim']
615                                                                              ['Levitate']
616                                                  ['Hydration', 'Shell Armor', 'Overcoat']
617                                                  ['Hydration', 'Sticky Hold', 'Unburden']
618                                                         ['Static', 'Limber', 'Sand Veil']
619                                                ['Inner Focus', 'Regenerator', 'Reckless']
620                                                ['Inner Focus', 'Regenerator', 'Reckless']
621                                             ['Rough Skin', 'Sheer Force', 'Mold Breaker']
622                                                        ['Iron Fist', 'Klutz', 'No Guard']
623                                                        ['Iron Fist', 'Klutz', 'No Guard']
624                                                    ['Defiant', 'Inner Focus', 'Pressure']
625                                                    ['Defiant', 'Inner Focus', 'Pressure']
626                                                  ['Reckless', 'Sap Sipper', 'Soundproof']
627                                                     ['Keen Eye', 'Sheer Force', 'Hustle']
628                                                    ['Keen Eye', 'Sheer Force', 'Defiant']
629                                                   ['Big Pecks', 'Overcoat', 'Weak Armor']
630                                                   ['Big Pecks', 'Overcoat', 'Weak Armor']
631                                                 ['Gluttony', 'Flash Fire', 'White Smoke']
632                                                             ['Swarm', 'Hustle', 'Truant']
633                                                                                ['Hustle']
634                                                                                ['Hustle']
635                                                                              ['Levitate']
636                                                                   ['Flame Body', 'Swarm']
637                                                                   ['Flame Body', 'Swarm']
638                                                                             ['Justified']
639                                                                             ['Justified']
640                                                                             ['Justified']
641                                                   ['Prankster', 'Defiant', 'Regenerator']
642                                                   ['Prankster', 'Defiant', 'Volt Absorb']
643                                                                            ['Turboblaze']
644                                                                              ['Teravolt']
645                                               ['Sand Force', 'Sheer Force', 'Intimidate']
646                                                    ['Pressure', 'Teravolt', 'Turboblaze']
647                                                                             ['Justified']
648                                                                          ['Serene Grace']
649                                                                              ['Download']
650                                                               ['Overgrow', 'Bulletproof']
651                                                               ['Overgrow', 'Bulletproof']
652                                                               ['Overgrow', 'Bulletproof']
653                                                                     ['Blaze', 'Magician']
654                                                                     ['Blaze', 'Magician']
655                                                                     ['Blaze', 'Magician']
656                                                                    ['Torrent', 'Protean']
657                                                                    ['Torrent', 'Protean']
658                                                     ['Torrent', 'Protean', 'Battle Bond']
659                                                   ['Pickup', 'Cheek Pouch', 'Huge Power']
660                                                   ['Pickup', 'Cheek Pouch', 'Huge Power']
661                                                               ['Big Pecks', 'Gale Wings']
662                                                              ['Flame Body', 'Gale Wings']
663                                                              ['Flame Body', 'Gale Wings']
664                                           ['Shield Dust', 'Compoundeyes', 'Friend Guard']
665                                                             ['Shed Skin', 'Friend Guard']
666                                           ['Shield Dust', 'Compoundeyes', 'Friend Guard']
667                                                           ['Rivalry', 'Unnerve', 'Moxie']
668                                                           ['Rivalry', 'Unnerve', 'Moxie']
669                                                              ['Flower Veil', 'Symbiosis']
670                                                              ['Flower Veil', 'Symbiosis']
671                                                              ['Flower Veil', 'Symbiosis']
672                                                              ['Sap Sipper', 'Grass Pelt']
673                                                              ['Sap Sipper', 'Grass Pelt']
674                                                  ['Iron Fist', 'Mold Breaker', 'Scrappy']
675                                                  ['Iron Fist', 'Mold Breaker', 'Scrappy']
676                                                                              ['Fur Coat']
677                                                  ['Keen Eye', 'Infiltrator', 'Own Tempo']
678                                   ['Keen Eye', 'Infiltrator', 'Prankster', 'Competitive']
679                                                                              ['No Guard']
680                                                                              ['No Guard']
681                                                                         ['Stance Change']
682                                                                  ['Healer', 'Aroma Veil']
683                                                                  ['Healer', 'Aroma Veil']
684                                                                ['Sweet Veil', 'Unburden']
685                                                                ['Sweet Veil', 'Unburden']
686                                               ['Contrary', 'Suction Cups', 'Infiltrator']
687                                               ['Contrary', 'Suction Cups', 'Infiltrator']
688                                                   ['Tough Claws', 'Sniper', 'Pickpocket']
689                                                   ['Tough Claws', 'Sniper', 'Pickpocket']
690                                          ['Poison Point', 'Poison Touch', 'Adaptability']
691                                          ['Poison Point', 'Poison Touch', 'Adaptability']
692                                                                         ['Mega Launcher']
693                                                                         ['Mega Launcher']
694                                                  ['Dry Skin', 'Sand Veil', 'Solar Power']
695                                                  ['Dry Skin', 'Sand Veil', 'Solar Power']
696                                                                  ['Strong Jaw', 'Sturdy']
697                                                               ['Strong Jaw', 'Rock Head']
698                                                           ['Refrigerate', 'Snow Warning']
699                                                           ['Refrigerate', 'Snow Warning']
700                                                                ['Cute Charm', 'Pixilate']
701                                                    ['Limber', 'Unburden', 'Mold Breaker']
702                                                         ['Cheek Pouch', 'Pickup', 'Plus']
703                                                                  ['Clear Body', 'Sturdy']
704                                                      ['Sap Sipper', 'Hydration', 'Gooey']
705                                                      ['Sap Sipper', 'Hydration', 'Gooey']
706                                                      ['Sap Sipper', 'Hydration', 'Gooey']
707                                                                 ['Prankster', 'Magician']
708                                                      ['Natural Cure', 'Frisk', 'Harvest']
709                                                      ['Natural Cure', 'Frisk', 'Harvest']
710                                                           ['Pickup', 'Frisk', 'Insomnia']
711                                                           ['Pickup', 'Frisk', 'Insomnia']
712                                                       ['Own Tempo', 'Ice Body', 'Sturdy']
713                                                       ['Own Tempo', 'Ice Body', 'Sturdy']
714                                                     ['Frisk', 'Infiltrator', 'Telepathy']
715                                                     ['Frisk', 'Infiltrator', 'Telepathy']
716                                                                            ['Fairy Aura']
717                                                                             ['Dark Aura']
718                                                         ['Aura Break', 'Power Construct']
719                                                                            ['Clear Body']
720                                                                              ['Magician']
721                                                                          ['Water Absorb']
722                                                                ['Overgrow', 'Long Reach']
723                                                                ['Overgrow', 'Long Reach']
724                                                                ['Overgrow', 'Long Reach']
725                                                                   ['Blaze', 'Intimidate']
726                                                                   ['Blaze', 'Intimidate']
727                                                                   ['Blaze', 'Intimidate']
728                                                               ['Torrent', 'Liquid Voice']
729                                                               ['Torrent', 'Liquid Voice']
730                                                               ['Torrent', 'Liquid Voice']
731                                                      ['Keen Eye', 'Skill Link', 'Pickup']
732                                                      ['Keen Eye', 'Skill Link', 'Pickup']
733                                                 ['Keen Eye', 'Skill Link', 'Sheer Force']
734                                                ['Stakeout', 'Strong Jaw', 'Adaptability']
735                                                ['Stakeout', 'Strong Jaw', 'Adaptability']
736                                                                                 ['Swarm']
737                                                                               ['Battery']
738                                                                              ['Levitate']
739                                              ['Hyper Cutter', 'Iron Fist', 'Anger Point']
740                                              ['Hyper Cutter', 'Iron Fist', 'Anger Point']
741                                                                                ['Dancer']
742                                             ['Honey Gather', 'Shield Dust', 'Sweet Veil']
743                                             ['Honey Gather', 'Shield Dust', 'Sweet Veil']
744                                                 ['Keen Eye', 'Vital Spirit', 'Steadfast']
745            ['Keen Eye', 'Sand Rush', 'Steadfast', 'Keen Eye', 'Vital Spirit', 'No Guard']
746                                                                             ['Schooling']
747                                                    ['Merciless', 'Limber', 'Regenerator']
748                                                    ['Merciless', 'Limber', 'Regenerator']
749                                                   ['Own Tempo', 'Stamina', 'Inner Focus']
750                                                   ['Own Tempo', 'Stamina', 'Inner Focus']
751                                                          ['Water Bubble', 'Water Absorb']
752                                                          ['Water Bubble', 'Water Absorb']
753                                                                ['Leaf Guard', 'Contrary']
754                                                                ['Leaf Guard', 'Contrary']
755                                               ['Illuminate', 'Effect Spore', 'Rain Dish']
756                                               ['Illuminate', 'Effect Spore', 'Rain Dish']
757                                                                ['Corrosion', 'Oblivious']
758                                                                ['Corrosion', 'Oblivious']
759                                                         ['Fluffy', 'Klutz', 'Cute Charm']
760                                                            ['Fluffy', 'Klutz', 'Unnerve']
761                                                 ['Leaf Guard', 'Oblivious', 'Sweet Veil']
762                                                 ['Leaf Guard', 'Oblivious', 'Sweet Veil']
763                                           ['Leaf Guard', 'Queenly Majesty', 'Sweet Veil']
764                                                 ['Flower Veil', 'Triage', 'Natural Cure']
765                                                 ['Inner Focus', 'Telepathy', 'Symbiosis']
766                                                                   ['Receiver', 'Defiant']
767                                                                              ['Wimp Out']
768                                                                        ['Emergency Exit']
769                                                         ['Water Compaction', 'Sand Veil']
770                                                         ['Water Compaction', 'Sand Veil']
771                                                                ['Innards Out', 'Unaware']
772                                                                          ['Battle Armor']
773                                                                            ['RKS System']
774                                                                          ['Shields Down']
775                                                                          ['Shields Down']
776                                                                              ['Comatose']
777                                                                           ['Shell Armor']
778                                                  ['Iron Barbs', 'Lightningrod', 'Sturdy']
779                                                                              ['Disguise']
780                                                ['Dazzling', 'Strong Jaw', 'Wonder Skin ']
781                                                   ['Berserk', 'Sap Sipper', 'Cloud Nine']
782                                                                           ['Steelworker']
783                                                 ['Bulletproof', 'Soundproof', 'Overcoat']
784                                                 ['Bulletproof', 'Soundproof', 'Overcoat']
785                                                 ['Bulletproof', 'Soundproof', 'Overcoat']
786                                                           ['Electric Surge', 'Telepathy']
787                                                            ['Psychic Surge', 'Telepathy']
788                                                             ['Grassy Surge', 'Telepathy']
789                                                              ['Misty Surge', 'Telepathy']
790                                                                               ['Unaware']
791                                                                                ['Sturdy']
792                                                                       ['Full Metal Body']
793                                                                         ['Shadow Shield']
794                                                                           ['Beast Boost']
795                                                                           ['Beast Boost']
796                                                                           ['Beast Boost']
797                                                                           ['Beast Boost']
798                                                                           ['Beast Boost']
799                                                                           ['Beast Boost']
800                                                                           ['Beast Boost']
801                                                                           ['Prism Armor']
802                                                                            ['Soul-Heart']
    against_bug against_dark against_dragon against_electric against_fairy
1          1.00         1.00            1.0             0.50          0.50
2          1.00         1.00            1.0             0.50          0.50
3          1.00         1.00            1.0             0.50          0.50
4          0.50         1.00            1.0             1.00          0.50
5          0.50         1.00            1.0             1.00          0.50
6          0.25         1.00            1.0             2.00          0.50
7          1.00         1.00            1.0             2.00          1.00
8          1.00         1.00            1.0             2.00          1.00
9          1.00         1.00            1.0             2.00          1.00
10         1.00         1.00            1.0             1.00          1.00
11         1.00         1.00            1.0             1.00          1.00
12         0.50         1.00            1.0             2.00          1.00
13         0.50         1.00            1.0             1.00          0.50
14         0.50         1.00            1.0             1.00          0.50
15         0.50         1.00            1.0             1.00          0.50
16         0.50         1.00            1.0             2.00          1.00
17         0.50         1.00            1.0             2.00          1.00
18         0.50         1.00            1.0             2.00          1.00
19         1.00         1.00            1.0             1.00          1.00
20         1.00         1.00            1.0             1.00          1.00
21         0.50         1.00            1.0             2.00          1.00
22         0.50         1.00            1.0             2.00          1.00
23         0.50         1.00            1.0             1.00          0.50
24         0.50         1.00            1.0             1.00          0.50
25         1.00         1.00            1.0             0.50          1.00
26         1.00         1.00            1.0             0.50          1.00
27         1.00         1.00            1.0             0.00          1.00
28         1.00         1.00            1.0             0.00          1.00
29         0.50         1.00            1.0             1.00          0.50
30         0.50         1.00            1.0             1.00          0.50
31         0.50         1.00            1.0             0.00          0.50
32         0.50         1.00            1.0             1.00          0.50
33         0.50         1.00            1.0             1.00          0.50
34         0.50         1.00            1.0             0.00          0.50
35         0.50         0.50            0.0             1.00          1.00
36         0.50         0.50            0.0             1.00          1.00
37         0.50         1.00            1.0             1.00          0.50
38         0.50         1.00            1.0             1.00          0.50
39         0.50         0.50            0.0             1.00          1.00
40         0.50         0.50            0.0             1.00          1.00
41         0.25         1.00            1.0             2.00          0.50
42         0.25         1.00            1.0             2.00          0.50
43         1.00         1.00            1.0             0.50          0.50
44         1.00         1.00            1.0             0.50          0.50
45         1.00         1.00            1.0             0.50          0.50
46         2.00         1.00            1.0             0.50          1.00
47         2.00         1.00            1.0             0.50          1.00
48         0.50         1.00            1.0             1.00          0.50
49         0.50         1.00            1.0             1.00          0.50
50         1.00         1.00            1.0             0.00          1.00
51         1.00         1.00            1.0             0.00          1.00
52         1.00         1.00            1.0             1.00          1.00
53         1.00         1.00            1.0             1.00          1.00
54         1.00         1.00            1.0             2.00          1.00
55         1.00         1.00            1.0             2.00          1.00
56         0.50         0.50            1.0             1.00          2.00
57         0.50         0.50            1.0             1.00          2.00
58         0.50         1.00            1.0             1.00          0.50
59         0.50         1.00            1.0             1.00          0.50
60         1.00         1.00            1.0             2.00          1.00
61         1.00         1.00            1.0             2.00          1.00
62         0.50         0.50            1.0             2.00          2.00
63         2.00         2.00            1.0             1.00          1.00
64         2.00         2.00            1.0             1.00          1.00
65         2.00         2.00            1.0             1.00          1.00
66         0.50         0.50            1.0             1.00          2.00
67         0.50         0.50            1.0             1.00          2.00
68         0.50         0.50            1.0             1.00          2.00
69         1.00         1.00            1.0             0.50          0.50
70         1.00         1.00            1.0             0.50          0.50
71         1.00         1.00            1.0             0.50          0.50
72         0.50         1.00            1.0             2.00          0.50
73         0.50         1.00            1.0             2.00          0.50
74         1.00         1.00            1.0             0.00          1.00
75         1.00         1.00            1.0             0.00          1.00
76         1.00         1.00            1.0             0.00          1.00
77         0.50         1.00            1.0             1.00          0.50
78         0.50         1.00            1.0             1.00          0.50
79         2.00         2.00            1.0             2.00          1.00
80         2.00         2.00            1.0             2.00          1.00
81         0.50         1.00            0.5             0.50          0.50
82         0.50         1.00            0.5             0.50          0.50
83         0.50         1.00            1.0             2.00          1.00
84         0.50         1.00            1.0             2.00          1.00
85         0.50         1.00            1.0             2.00          1.00
86         1.00         1.00            1.0             2.00          1.00
87         1.00         1.00            1.0             2.00          1.00
88         0.50         1.00            1.0             1.00          0.50
89         0.50         1.00            1.0             1.00          0.50
90         1.00         1.00            1.0             2.00          1.00
91         1.00         1.00            1.0             2.00          1.00
92         0.25         2.00            1.0             1.00          0.50
93         0.25         2.00            1.0             1.00          0.50
94         0.25         2.00            1.0             1.00          0.50
95         1.00         1.00            1.0             0.00          1.00
96         2.00         2.00            1.0             1.00          1.00
97         2.00         2.00            1.0             1.00          1.00
98         1.00         1.00            1.0             2.00          1.00
99         1.00         1.00            1.0             2.00          1.00
100        1.00         1.00            1.0             0.50          1.00
101        1.00         1.00            1.0             0.50          1.00
102        4.00         2.00            1.0             0.50          1.00
103        4.00         2.00            1.0             0.50          1.00
104        1.00         1.00            1.0             0.00          1.00
105        1.00         1.00            1.0             0.00          1.00
106        0.50         0.50            1.0             1.00          2.00
107        0.50         0.50            1.0             1.00          2.00
108        1.00         1.00            1.0             1.00          1.00
109        0.50         1.00            1.0             1.00          0.50
110        0.50         1.00            1.0             1.00          0.50
111        1.00         1.00            1.0             0.00          1.00
112        1.00         1.00            1.0             0.00          1.00
113        1.00         1.00            1.0             1.00          1.00
114        2.00         1.00            1.0             0.50          1.00
115        1.00         1.00            1.0             1.00          1.00
116        1.00         1.00            1.0             2.00          1.00
117        1.00         1.00            1.0             2.00          1.00
118        1.00         1.00            1.0             2.00          1.00
119        1.00         1.00            1.0             2.00          1.00
120        1.00         1.00            1.0             2.00          1.00
121        2.00         2.00            1.0             2.00          1.00
122        1.00         1.00            0.0             1.00          1.00
123        0.50         1.00            1.0             2.00          1.00
124        2.00         2.00            1.0             1.00          1.00
125        1.00         1.00            1.0             0.50          1.00
126        0.50         1.00            1.0             1.00          0.50
127        1.00         1.00            1.0             1.00          1.00
128        1.00         1.00            1.0             1.00          1.00
129        1.00         1.00            1.0             2.00          1.00
130        0.50         1.00            1.0             4.00          1.00
131        1.00         1.00            1.0             2.00          1.00
132        1.00         1.00            1.0             1.00          1.00
133        1.00         1.00            1.0             1.00          1.00
134        1.00         1.00            1.0             2.00          1.00
135        1.00         1.00            1.0             0.50          1.00
136        0.50         1.00            1.0             1.00          0.50
137        1.00         1.00            1.0             1.00          1.00
138        1.00         1.00            1.0             2.00          1.00
139        1.00         1.00            1.0             2.00          1.00
140        1.00         1.00            1.0             2.00          1.00
141        1.00         1.00            1.0             2.00          1.00
142        0.50         1.00            1.0             2.00          1.00
143        1.00         1.00            1.0             1.00          1.00
144        0.50         1.00            1.0             2.00          1.00
145        0.50         1.00            1.0             1.00          1.00
146        0.25         1.00            1.0             2.00          0.50
147        1.00         1.00            2.0             0.50          2.00
148        1.00         1.00            2.0             0.50          2.00
149        0.50         1.00            2.0             1.00          2.00
150        2.00         2.00            1.0             1.00          1.00
151        2.00         2.00            1.0             1.00          1.00
152        2.00         1.00            1.0             0.50          1.00
153        2.00         1.00            1.0             0.50          1.00
154        2.00         1.00            1.0             0.50          1.00
155        0.50         1.00            1.0             1.00          0.50
156        0.50         1.00            1.0             1.00          0.50
157        0.50         1.00            1.0             1.00          0.50
158        1.00         1.00            1.0             2.00          1.00
159        1.00         1.00            1.0             2.00          1.00
160        1.00         1.00            1.0             2.00          1.00
161        1.00         1.00            1.0             1.00          1.00
162        1.00         1.00            1.0             1.00          1.00
163        0.50         1.00            1.0             2.00          1.00
164        0.50         1.00            1.0             2.00          1.00
165        0.50         1.00            1.0             2.00          1.00
166        0.50         1.00            1.0             2.00          1.00
167        0.50         1.00            1.0             1.00          0.50
168        0.50         1.00            1.0             1.00          0.50
169        0.25         1.00            1.0             2.00          0.50
170        1.00         1.00            1.0             1.00          1.00
171        1.00         1.00            1.0             1.00          1.00
172        1.00         1.00            1.0             0.50          1.00
173        0.50         0.50            0.0             1.00          1.00
174        0.50         0.50            0.0             1.00          1.00
175        0.50         0.50            0.0             1.00          1.00
176        0.25         0.50            0.0             2.00          1.00
177        1.00         2.00            1.0             2.00          1.00
178        1.00         2.00            1.0             2.00          1.00
179        1.00         1.00            1.0             0.50          1.00
180        1.00         1.00            1.0             0.50          1.00
181        1.00         1.00            1.0             0.50          1.00
182        2.00         1.00            1.0             0.50          1.00
183        0.50         0.50            0.0             2.00          1.00
184        0.50         0.50            0.0             2.00          1.00
185        1.00         1.00            1.0             1.00          1.00
186        1.00         1.00            1.0             2.00          1.00
187        1.00         1.00            1.0             1.00          1.00
188        1.00         1.00            1.0             1.00          1.00
189        1.00         1.00            1.0             1.00          1.00
190        1.00         1.00            1.0             1.00          1.00
191        2.00         1.00            1.0             0.50          1.00
192        2.00         1.00            1.0             0.50          1.00
193        0.50         1.00            1.0             2.00          1.00
194        1.00         1.00            1.0             0.00          1.00
195        1.00         1.00            1.0             0.00          1.00
196        2.00         2.00            1.0             1.00          1.00
197        2.00         0.50            1.0             1.00          2.00
198        1.00         0.50            1.0             2.00          2.00
199        2.00         2.00            1.0             2.00          1.00
200        0.50         2.00            1.0             1.00          1.00
201        2.00         2.00            1.0             1.00          1.00
202        2.00         2.00            1.0             1.00          1.00
203        2.00         2.00            1.0             1.00          1.00
204        1.00         1.00            1.0             1.00          1.00
205        0.50         1.00            0.5             1.00          0.50
206        1.00         1.00            1.0             1.00          1.00
207        0.50         1.00            1.0             0.00          1.00
208        0.50         1.00            0.5             0.00          0.50
209        0.50         0.50            0.0             1.00          1.00
210        0.50         0.50            0.0             1.00          1.00
211        0.50         1.00            1.0             2.00          0.50
212        0.50         1.00            0.5             1.00          0.50
213        1.00         1.00            1.0             1.00          1.00
214        0.50         0.50            1.0             1.00          2.00
215        2.00         0.50            1.0             1.00          2.00
216        1.00         1.00            1.0             1.00          1.00
217        1.00         1.00            1.0             1.00          1.00
218        0.50         1.00            1.0             1.00          0.50
219        0.50         1.00            1.0             1.00          0.50
220        1.00         1.00            1.0             0.00          1.00
221        1.00         1.00            1.0             0.00          1.00
222        1.00         1.00            1.0             2.00          1.00
223        1.00         1.00            1.0             2.00          1.00
224        1.00         1.00            1.0             2.00          1.00
225        0.50         1.00            1.0             2.00          1.00
226        0.50         1.00            1.0             4.00          1.00
227        0.25         1.00            0.5             2.00          0.50
228        1.00         0.50            1.0             1.00          1.00
229        1.00         0.50            1.0             1.00          1.00
230        1.00         1.00            2.0             1.00          2.00
231        1.00         1.00            1.0             0.00          1.00
232        1.00         1.00            1.0             0.00          1.00
233        1.00         1.00            1.0             1.00          1.00
234        1.00         1.00            1.0             1.00          1.00
235        1.00         1.00            1.0             1.00          1.00
236        0.50         0.50            1.0             1.00          2.00
237        0.50         0.50            1.0             1.00          2.00
238        2.00         2.00            1.0             1.00          1.00
239        1.00         1.00            1.0             0.50          1.00
240        0.50         1.00            1.0             1.00          0.50
241        1.00         1.00            1.0             1.00          1.00
242        1.00         1.00            1.0             1.00          1.00
243        1.00         1.00            1.0             0.50          1.00
244        0.50         1.00            1.0             1.00          0.50
245        1.00         1.00            1.0             2.00          1.00
246        1.00         1.00            1.0             0.00          1.00
247        1.00         1.00            1.0             0.00          1.00
248        2.00         0.50            1.0             1.00          2.00
249        1.00         2.00            1.0             2.00          1.00
250        0.25         1.00            1.0             2.00          0.50
251        4.00         2.00            1.0             0.50          1.00
252        2.00         1.00            1.0             0.50          1.00
253        2.00         1.00            1.0             0.50          1.00
254        2.00         1.00            1.0             0.50          1.00
255        0.50         1.00            1.0             1.00          0.50
256        0.25         0.50            1.0             1.00          1.00
257        0.25         0.50            1.0             1.00          1.00
258        1.00         1.00            1.0             2.00          1.00
259        1.00         1.00            1.0             0.00          1.00
260        1.00         1.00            1.0             0.00          1.00
261        2.00         0.50            1.0             1.00          2.00
262        2.00         0.50            1.0             1.00          2.00
263        1.00         1.00            1.0             1.00          1.00
264        1.00         1.00            1.0             1.00          1.00
265        1.00         1.00            1.0             1.00          1.00
266        1.00         1.00            1.0             1.00          1.00
267        0.50         1.00            1.0             2.00          1.00
268        1.00         1.00            1.0             1.00          1.00
269        0.50         1.00            1.0             1.00          0.50
270        2.00         1.00            1.0             1.00          1.00
271        2.00         1.00            1.0             1.00          1.00
272        2.00         1.00            1.0             1.00          1.00
273        2.00         1.00            1.0             0.50          1.00
274        4.00         0.50            1.0             0.50          2.00
275        4.00         0.50            1.0             0.50          2.00
276        0.50         1.00            1.0             2.00          1.00
277        0.50         1.00            1.0             2.00          1.00
278        0.50         1.00            1.0             4.00          1.00
279        0.50         1.00            1.0             4.00          1.00
280        1.00         1.00            0.0             1.00          1.00
281        1.00         1.00            0.0             1.00          1.00
282        1.00         1.00            0.0             1.00          1.00
283        1.00         1.00            1.0             2.00          1.00
284        0.50         1.00            1.0             2.00          1.00
285        2.00         1.00            1.0             0.50          1.00
286        1.00         0.50            1.0             0.50          2.00
287        1.00         1.00            1.0             1.00          1.00
288        1.00         1.00            1.0             1.00          1.00
289        1.00         1.00            1.0             1.00          1.00
290        1.00         1.00            1.0             0.00          1.00
291        0.50         1.00            1.0             2.00          1.00
292        0.50         2.00            1.0             1.00          1.00
293        1.00         1.00            1.0             1.00          1.00
294        1.00         1.00            1.0             1.00          1.00
295        1.00         1.00            1.0             1.00          1.00
296        0.50         0.50            1.0             1.00          2.00
297        0.50         0.50            1.0             1.00          2.00
298        0.50         0.50            0.0             1.00          1.00
299        1.00         1.00            1.0             1.00          1.00
300        1.00         1.00            1.0             1.00          1.00
301        1.00         1.00            1.0             1.00          1.00
302        1.00         1.00            1.0             1.00          2.00
303        0.25         0.50            0.0             1.00          0.50
304        0.50         1.00            0.5             1.00          0.50
305        0.50         1.00            0.5             1.00          0.50
306        0.50         1.00            0.5             1.00          0.50
307        1.00         1.00            1.0             1.00          2.00
308        1.00         1.00            1.0             1.00          2.00
309        1.00         1.00            1.0             0.50          1.00
310        1.00         1.00            1.0             0.50          1.00
311        1.00         1.00            1.0             0.50          1.00
312        1.00         1.00            1.0             0.50          1.00
313        1.00         1.00            1.0             1.00          1.00
314        1.00         1.00            1.0             1.00          1.00
315        1.00         1.00            1.0             0.50          0.50
316        0.50         1.00            1.0             1.00          0.50
317        0.50         1.00            1.0             1.00          0.50
318        2.00         0.50            1.0             2.00          2.00
319        2.00         0.50            1.0             2.00          2.00
320        1.00         1.00            1.0             2.00          1.00
321        1.00         1.00            1.0             2.00          1.00
322        0.50         1.00            1.0             0.00          0.50
323        0.50         1.00            1.0             0.00          0.50
324        0.50         1.00            1.0             1.00          0.50
325        2.00         2.00            1.0             1.00          1.00
326        2.00         2.00            1.0             1.00          1.00
327        1.00         1.00            1.0             1.00          1.00
328        1.00         1.00            1.0             0.00          1.00
329        1.00         1.00            2.0             0.00          2.00
330        1.00         1.00            2.0             0.00          2.00
331        2.00         1.00            1.0             0.50          1.00
332        4.00         0.50            1.0             0.50          2.00
333        0.50         1.00            1.0             2.00          1.00
334        0.50         1.00            2.0             1.00          2.00
335        1.00         1.00            1.0             1.00          1.00
336        0.50         1.00            1.0             1.00          0.50
337        2.00         2.00            1.0             1.00          1.00
338        2.00         2.00            1.0             1.00          1.00
339        1.00         1.00            1.0             0.00          1.00
340        1.00         1.00            1.0             0.00          1.00
341        1.00         1.00            1.0             2.00          1.00
342        2.00         0.50            1.0             2.00          2.00
343        2.00         2.00            1.0             0.00          1.00
344        2.00         2.00            1.0             0.00          1.00
345        2.00         1.00            1.0             0.50          1.00
346        2.00         1.00            1.0             0.50          1.00
347        1.00         1.00            1.0             1.00          1.00
348        1.00         1.00            1.0             1.00          1.00
349        1.00         1.00            1.0             2.00          1.00
350        1.00         1.00            1.0             2.00          1.00
351        1.00         1.00            1.0             1.00          1.00
352        1.00         1.00            1.0             1.00          1.00
353        0.50         2.00            1.0             1.00          1.00
354        0.50         2.00            1.0             1.00          1.00
355        0.50         2.00            1.0             1.00          1.00
356        0.50         2.00            1.0             1.00          1.00
357        1.00         1.00            1.0             1.00          1.00
358        2.00         2.00            1.0             1.00          1.00
359        2.00         0.50            1.0             1.00          2.00
360        2.00         2.00            1.0             1.00          1.00
361        1.00         1.00            1.0             1.00          1.00
362        1.00         1.00            1.0             1.00          1.00
363        1.00         1.00            1.0             2.00          1.00
364        1.00         1.00            1.0             2.00          1.00
365        1.00         1.00            1.0             2.00          1.00
366        1.00         1.00            1.0             2.00          1.00
367        1.00         1.00            1.0             2.00          1.00
368        1.00         1.00            1.0             2.00          1.00
369        1.00         1.00            1.0             2.00          1.00
370        1.00         1.00            1.0             2.00          1.00
371        1.00         1.00            2.0             0.50          2.00
372        1.00         1.00            2.0             0.50          2.00
373        0.50         1.00            2.0             1.00          2.00
374        1.00         2.00            0.5             1.00          0.50
375        1.00         2.00            0.5             1.00          0.50
376        1.00         2.00            0.5             1.00          0.50
377        1.00         1.00            1.0             1.00          1.00
378        1.00         1.00            1.0             1.00          1.00
379        0.50         1.00            0.5             1.00          0.50
380        2.00         2.00            2.0             0.50          2.00
381        2.00         2.00            2.0             0.50          2.00
382        1.00         1.00            1.0             2.00          1.00
383        1.00         1.00            1.0             0.00          1.00
384        0.50         1.00            2.0             1.00          2.00
385        1.00         2.00            0.5             1.00          0.50
386        2.00         2.00            1.0             1.00          1.00
387        2.00         1.00            1.0             0.50          1.00
388        2.00         1.00            1.0             0.50          1.00
389        2.00         1.00            1.0             0.00          1.00
390        0.50         1.00            1.0             1.00          0.50
391        0.25         0.50            1.0             1.00          1.00
392        0.25         0.50            1.0             1.00          1.00
393        1.00         1.00            1.0             2.00          1.00
394        1.00         1.00            1.0             2.00          1.00
395        0.50         1.00            0.5             2.00          0.50
396        0.50         1.00            1.0             2.00          1.00
397        0.50         1.00            1.0             2.00          1.00
398        0.50         1.00            1.0             2.00          1.00
399        1.00         1.00            1.0             1.00          1.00
400        1.00         1.00            1.0             2.00          1.00
401        1.00         1.00            1.0             1.00          1.00
402        1.00         1.00            1.0             1.00          1.00
403        1.00         1.00            1.0             0.50          1.00
404        1.00         1.00            1.0             0.50          1.00
405        1.00         1.00            1.0             0.50          1.00
406        1.00         1.00            1.0             0.50          0.50
407        1.00         1.00            1.0             0.50          0.50
408        1.00         1.00            1.0             1.00          1.00
409        1.00         1.00            1.0             1.00          1.00
410        0.50         1.00            0.5             1.00          0.50
411        0.50         1.00            0.5             1.00          0.50
412        1.00         1.00            1.0             1.00          1.00
413        2.00         1.00            1.0             0.50          1.00
414        0.50         1.00            1.0             2.00          1.00
415        0.50         1.00            1.0             2.00          1.00
416        0.50         1.00            1.0             2.00          1.00
417        1.00         1.00            1.0             0.50          1.00
418        1.00         1.00            1.0             2.00          1.00
419        1.00         1.00            1.0             2.00          1.00
420        2.00         1.00            1.0             0.50          1.00
421        2.00         1.00            1.0             0.50          1.00
422        1.00         1.00            1.0             2.00          1.00
423        1.00         1.00            1.0             0.00          1.00
424        1.00         1.00            1.0             1.00          1.00
425        0.25         2.00            1.0             2.00          1.00
426        0.25         2.00            1.0             2.00          1.00
427        1.00         1.00            1.0             1.00          1.00
428        1.00         1.00            1.0             1.00          1.00
429        0.50         2.00            1.0             1.00          1.00
430        1.00         0.50            1.0             2.00          2.00
431        1.00         1.00            1.0             1.00          1.00
432        1.00         1.00            1.0             1.00          1.00
433        2.00         2.00            1.0             1.00          1.00
434        1.00         0.50            1.0             1.00          1.00
435        1.00         0.50            1.0             1.00          1.00
436        1.00         2.00            0.5             1.00          0.50
437        1.00         2.00            0.5             1.00          0.50
438        1.00         1.00            1.0             1.00          1.00
439        1.00         1.00            0.0             1.00          1.00
440        1.00         1.00            1.0             1.00          1.00
441        0.50         1.00            1.0             2.00          1.00
442        1.00         1.00            1.0             1.00          2.00
443        1.00         1.00            2.0             0.00          2.00
444        1.00         1.00            2.0             0.00          2.00
445        1.00         1.00            2.0             0.00          2.00
446        1.00         1.00            1.0             1.00          1.00
447        0.50         0.50            1.0             1.00          2.00
448        0.25         0.50            0.5             1.00          1.00
449        1.00         1.00            1.0             0.00          1.00
450        1.00         1.00            1.0             0.00          1.00
451        0.50         1.00            1.0             1.00          0.50
452        1.00         0.50            1.0             1.00          1.00
453        0.25         0.50            1.0             1.00          1.00
454        0.25         0.50            1.0             1.00          1.00
455        2.00         1.00            1.0             0.50          1.00
456        1.00         1.00            1.0             2.00          1.00
457        1.00         1.00            1.0             2.00          1.00
458        0.50         1.00            1.0             4.00          1.00
459        2.00         1.00            1.0             0.50          1.00
460        2.00         1.00            1.0             0.50          1.00
461        2.00         0.50            1.0             1.00          2.00
462        0.50         1.00            0.5             0.50          0.50
463        1.00         1.00            1.0             1.00          1.00
464        1.00         1.00            1.0             0.00          1.00
465        2.00         1.00            1.0             0.50          1.00
466        1.00         1.00            1.0             0.50          1.00
467        0.50         1.00            1.0             1.00          0.50
468        0.25         0.50            0.0             2.00          1.00
469        0.50         1.00            1.0             2.00          1.00
470        2.00         1.00            1.0             0.50          1.00
471        1.00         1.00            1.0             1.00          1.00
472        0.50         1.00            1.0             0.00          1.00
473        1.00         1.00            1.0             0.00          1.00
474        1.00         1.00            1.0             1.00          1.00
475        1.00         1.00            1.0             1.00          2.00
476        0.50         1.00            0.5             1.00          0.50
477        0.50         2.00            1.0             1.00          1.00
478        0.50         2.00            1.0             1.00          1.00
479        0.50         2.00            1.0             0.50          1.00
480        2.00         2.00            1.0             1.00          1.00
481        2.00         2.00            1.0             1.00          1.00
482        2.00         2.00            1.0             1.00          1.00
483        0.50         1.00            1.0             0.50          1.00
484        1.00         1.00            2.0             1.00          2.00
485        0.25         1.00            0.5             1.00          0.25
486        1.00         1.00            1.0             1.00          1.00
487        0.50         2.00            2.0             0.50          2.00
488        2.00         2.00            1.0             1.00          1.00
489        1.00         1.00            1.0             2.00          1.00
490        1.00         1.00            1.0             2.00          1.00
491        2.00         0.50            1.0             1.00          2.00
492        2.00         1.00            1.0             0.50          1.00
493        1.00         1.00            1.0             1.00          1.00
494        1.00         2.00            1.0             1.00          0.50
495        2.00         1.00            1.0             0.50          1.00
496        2.00         1.00            1.0             0.50          1.00
497        2.00         1.00            1.0             0.50          1.00
498        0.50         1.00            1.0             1.00          0.50
499        0.25         0.50            1.0             1.00          1.00
500        0.25         0.50            1.0             1.00          1.00
501        1.00         1.00            1.0             2.00          1.00
502        1.00         1.00            1.0             2.00          1.00
503        1.00         1.00            1.0             2.00          1.00
504        1.00         1.00            1.0             1.00          1.00
505        1.00         1.00            1.0             1.00          1.00
506        1.00         1.00            1.0             1.00          1.00
507        1.00         1.00            1.0             1.00          1.00
508        1.00         1.00            1.0             1.00          1.00
509        2.00         0.50            1.0             1.00          2.00
510        2.00         0.50            1.0             1.00          2.00
511        2.00         1.00            1.0             0.50          1.00
512        2.00         1.00            1.0             0.50          1.00
513        0.50         1.00            1.0             1.00          0.50
514        0.50         1.00            1.0             1.00          0.50
515        1.00         1.00            1.0             2.00          1.00
516        1.00         1.00            1.0             2.00          1.00
517        2.00         2.00            1.0             1.00          1.00
518        2.00         2.00            1.0             1.00          1.00
519        0.50         1.00            1.0             2.00          1.00
520        0.50         1.00            1.0             2.00          1.00
521        0.50         1.00            1.0             2.00          1.00
522        1.00         1.00            1.0             0.50          1.00
523        1.00         1.00            1.0             0.50          1.00
524        1.00         1.00            1.0             1.00          1.00
525        1.00         1.00            1.0             1.00          1.00
526        1.00         1.00            1.0             1.00          1.00
527        1.00         2.00            1.0             2.00          1.00
528        1.00         2.00            1.0             2.00          1.00
529        1.00         1.00            1.0             0.00          1.00
530        0.50         1.00            0.5             0.00          0.50
531        1.00         1.00            1.0             1.00          1.00
532        0.50         0.50            1.0             1.00          2.00
533        0.50         0.50            1.0             1.00          2.00
534        0.50         0.50            1.0             1.00          2.00
535        1.00         1.00            1.0             2.00          1.00
536        1.00         1.00            1.0             0.00          1.00
537        1.00         1.00            1.0             0.00          1.00
538        0.50         0.50            1.0             1.00          2.00
539        0.50         0.50            1.0             1.00          2.00
540        2.00         1.00            1.0             0.50          1.00
541        2.00         1.00            1.0             0.50          1.00
542        2.00         1.00            1.0             0.50          1.00
543        0.50         1.00            1.0             1.00          0.50
544        0.50         1.00            1.0             1.00          0.50
545        0.50         1.00            1.0             1.00          0.50
546        1.00         0.50            0.0             0.50          1.00
547        1.00         0.50            0.0             0.50          1.00
548        2.00         1.00            1.0             0.50          1.00
549        2.00         1.00            1.0             0.50          1.00
550        1.00         1.00            1.0             2.00          1.00
551        2.00         0.50            1.0             0.00          2.00
552        2.00         0.50            1.0             0.00          2.00
553        2.00         0.50            1.0             0.00          2.00
554        0.50         1.00            1.0             1.00          0.50
555        0.50         1.00            1.0             1.00          0.50
556        2.00         1.00            1.0             0.50          1.00
557        1.00         1.00            1.0             1.00          1.00
558        1.00         1.00            1.0             1.00          1.00
559        1.00         0.25            1.0             1.00          4.00
560        1.00         0.25            1.0             1.00          4.00
561        1.00         2.00            1.0             2.00          1.00
562        0.50         2.00            1.0             1.00          1.00
563        0.50         2.00            1.0             1.00          1.00
564        1.00         1.00            1.0             2.00          1.00
565        1.00         1.00            1.0             2.00          1.00
566        0.50         1.00            1.0             2.00          1.00
567        0.50         1.00            1.0             2.00          1.00
568        0.50         1.00            1.0             1.00          0.50
569        0.50         1.00            1.0             1.00          0.50
570        2.00         0.50            1.0             1.00          2.00
571        2.00         0.50            1.0             1.00          2.00
572        1.00         1.00            1.0             1.00          1.00
573        1.00         1.00            1.0             1.00          1.00
574        2.00         2.00            1.0             1.00          1.00
575        2.00         2.00            1.0             1.00          1.00
576        2.00         2.00            1.0             1.00          1.00
577        2.00         2.00            1.0             1.00          1.00
578        2.00         2.00            1.0             1.00          1.00
579        2.00         2.00            1.0             1.00          1.00
580        0.50         1.00            1.0             4.00          1.00
581        0.50         1.00            1.0             4.00          1.00
582        1.00         1.00            1.0             1.00          1.00
583        1.00         1.00            1.0             1.00          1.00
584        1.00         1.00            1.0             1.00          1.00
585        2.00         1.00            1.0             0.50          1.00
586        2.00         1.00            1.0             0.50          1.00
587        0.50         1.00            1.0             1.00          1.00
588        1.00         1.00            1.0             1.00          1.00
589        0.50         1.00            0.5             1.00          0.50
590        1.00         1.00            1.0             0.50          0.50
591        1.00         1.00            1.0             0.50          0.50
592        0.50         2.00            1.0             2.00          1.00
593        0.50         2.00            1.0             2.00          1.00
594        1.00         1.00            1.0             2.00          1.00
595        1.00         1.00            1.0             0.50          1.00
596        1.00         1.00            1.0             0.50          1.00
597        1.00         1.00            0.5             0.50          0.50
598        1.00         1.00            0.5             0.50          0.50
599        0.50         1.00            0.5             1.00          0.50
600        0.50         1.00            0.5             1.00          0.50
601        0.50         1.00            0.5             1.00          0.50
602        1.00         1.00            1.0             0.50          1.00
603        1.00         1.00            1.0             0.50          1.00
604        1.00         1.00            1.0             0.50          1.00
605        2.00         2.00            1.0             1.00          1.00
606        2.00         2.00            1.0             1.00          1.00
607        0.25         2.00            1.0             1.00          0.50
608        0.25         2.00            1.0             1.00          0.50
609        0.25         2.00            1.0             1.00          0.50
610        1.00         1.00            2.0             0.50          2.00
611        1.00         1.00            2.0             0.50          2.00
612        1.00         1.00            2.0             0.50          2.00
613        1.00         1.00            1.0             1.00          1.00
614        1.00         1.00            1.0             1.00          1.00
615        1.00         1.00            1.0             1.00          1.00
616        1.00         1.00            1.0             1.00          1.00
617        1.00         1.00            1.0             1.00          1.00
618        1.00         1.00            1.0             0.00          1.00
619        0.50         0.50            1.0             1.00          2.00
620        0.50         0.50            1.0             1.00          2.00
621        1.00         1.00            2.0             0.50          2.00
622        0.50         2.00            1.0             0.00          1.00
623        0.50         2.00            1.0             0.00          1.00
624        1.00         0.50            0.5             1.00          1.00
625        1.00         0.50            0.5             1.00          1.00
626        1.00         1.00            1.0             1.00          1.00
627        0.50         1.00            1.0             2.00          1.00
628        0.50         1.00            1.0             2.00          1.00
629        1.00         0.50            1.0             2.00          2.00
630        1.00         0.50            1.0             2.00          2.00
631        0.50         1.00            1.0             1.00          0.50
632        0.50         1.00            0.5             1.00          0.50
633        2.00         0.50            2.0             0.50          4.00
634        2.00         0.50            2.0             0.50          4.00
635        2.00         0.50            2.0             0.50          4.00
636        0.50         1.00            1.0             1.00          0.50
637        0.50         1.00            1.0             1.00          0.50
638        0.25         0.50            0.5             1.00          1.00
639        0.50         0.50            1.0             1.00          2.00
640        1.00         0.50            1.0             0.50          2.00
641        0.50         1.00            1.0             2.00          1.00
642        0.50         1.00            1.0             1.00          1.00
643        0.50         1.00            2.0             0.50          1.00
644        1.00         1.00            2.0             0.25          2.00
645        0.50         1.00            1.0             0.00          1.00
646        1.00         1.00            2.0             0.50          2.00
647        0.50         0.50            1.0             2.00          2.00
648        2.00         2.00            1.0             1.00          1.00
649        0.50         1.00            0.5             1.00          0.50
650        2.00         1.00            1.0             0.50          1.00
651        2.00         1.00            1.0             0.50          1.00
652        1.00         0.50            1.0             0.50          2.00
653        0.50         1.00            1.0             1.00          0.50
654        0.50         1.00            1.0             1.00          0.50
655        1.00         2.00            1.0             1.00          0.50
656        1.00         1.00            1.0             2.00          1.00
657        1.00         1.00            1.0             2.00          1.00
658        2.00         0.50            1.0             2.00          2.00
659        1.00         1.00            1.0             1.00          1.00
660        1.00         1.00            1.0             0.00          1.00
661        0.50         1.00            1.0             2.00          1.00
662        0.25         1.00            1.0             2.00          0.50
663        0.25         1.00            1.0             2.00          0.50
664        1.00         1.00            1.0             1.00          1.00
665        1.00         1.00            1.0             1.00          1.00
666        0.50         1.00            1.0             2.00          1.00
667        0.50         1.00            1.0             1.00          0.50
668        0.50         1.00            1.0             1.00          0.50
669        0.50         0.50            0.0             1.00          1.00
670        0.50         0.50            0.0             1.00          1.00
671        0.50         0.50            0.0             1.00          1.00
672        2.00         1.00            1.0             0.50          1.00
673        2.00         1.00            1.0             0.50          1.00
674        0.50         0.50            1.0             1.00          2.00
675        1.00         0.25            1.0             1.00          4.00
676        1.00         1.00            1.0             1.00          1.00
677        2.00         2.00            1.0             1.00          1.00
678        2.00         2.00            1.0             1.00          1.00
679        0.25         2.00            0.5             1.00          0.50
680        0.25         2.00            0.5             1.00          0.50
681        0.25         2.00            0.5             1.00          0.50
682        0.50         0.50            0.0             1.00          1.00
683        0.50         0.50            0.0             1.00          1.00
684        0.50         0.50            0.0             1.00          1.00
685        0.50         0.50            0.0             1.00          1.00
686        4.00         1.00            1.0             1.00          2.00
687        4.00         1.00            1.0             1.00          2.00
688        1.00         1.00            1.0             2.00          1.00
689        1.00         1.00            1.0             2.00          1.00
690        0.50         1.00            1.0             2.00          0.50
691        0.50         1.00            2.0             0.50          1.00
692        1.00         1.00            1.0             2.00          1.00
693        1.00         1.00            1.0             2.00          1.00
694        1.00         1.00            1.0             0.50          1.00
695        1.00         1.00            1.0             0.50          1.00
696        1.00         1.00            2.0             0.50          2.00
697        1.00         1.00            2.0             0.50          2.00
698        1.00         1.00            1.0             1.00          1.00
699        1.00         1.00            1.0             1.00          1.00
700        0.50         0.50            0.0             1.00          1.00
701        0.25         0.50            1.0             2.00          2.00
702        0.50         0.50            0.0             0.50          1.00
703        0.50         0.50            0.0             1.00          1.00
704        1.00         1.00            2.0             0.50          2.00
705        1.00         1.00            2.0             0.50          2.00
706        1.00         1.00            2.0             0.50          2.00
707        0.25         0.50            0.0             1.00          0.50
708        1.00         2.00            1.0             0.50          1.00
709        1.00         2.00            1.0             0.50          1.00
710        1.00         2.00            1.0             0.50          1.00
711        1.00         2.00            1.0             0.50          1.00
712        1.00         1.00            1.0             1.00          1.00
713        1.00         1.00            1.0             1.00          1.00
714        0.50         1.00            2.0             1.00          2.00
715        0.50         1.00            2.0             1.00          2.00
716        0.50         0.50            0.0             1.00          1.00
717        1.00         0.50            1.0             2.00          2.00
718        1.00         1.00            2.0             0.00          2.00
719        0.50         0.50            0.0             1.00          1.00
720        1.00         4.00            1.0             1.00          1.00
721        0.50         1.00            1.0             2.00          0.50
722        1.00         1.00            1.0             1.00          1.00
723        1.00         1.00            1.0             1.00          1.00
724        1.00         2.00            1.0             0.50          1.00
725        0.50         1.00            1.0             1.00          0.50
726        0.50         1.00            1.0             1.00          0.50
727        1.00         0.50            1.0             1.00          1.00
728        1.00         1.00            1.0             2.00          1.00
729        1.00         1.00            1.0             2.00          1.00
730        0.50         0.50            0.0             2.00          1.00
731        0.50         1.00            1.0             2.00          1.00
732        0.50         1.00            1.0             2.00          1.00
733        0.50         1.00            1.0             2.00          1.00
734        1.00         1.00            1.0             1.00          1.00
735        1.00         1.00            1.0             1.00          1.00
736        1.00         1.00            1.0             1.00          1.00
737        1.00         1.00            1.0             0.50          1.00
738        1.00         1.00            1.0             0.50          1.00
739        0.50         0.50            1.0             1.00          2.00
740        0.50         0.50            1.0             1.00          2.00
741        0.25         1.00            1.0             2.00          0.50
742        0.50         0.50            0.0             1.00          1.00
743        0.50         0.50            0.0             1.00          1.00
744        1.00         1.00            1.0             1.00          1.00
745        1.00         1.00            1.0             1.00          1.00
746        1.00         1.00            1.0             2.00          1.00
747        0.50         1.00            1.0             2.00          0.50
748        0.50         1.00            1.0             2.00          0.50
749        1.00         1.00            1.0             0.00          1.00
750        1.00         1.00            1.0             0.00          1.00
751        1.00         1.00            1.0             2.00          1.00
752        1.00         1.00            1.0             2.00          1.00
753        2.00         1.00            1.0             0.50          1.00
754        2.00         1.00            1.0             0.50          1.00
755        1.00         0.50            0.0             0.50          1.00
756        1.00         0.50            0.0             0.50          1.00
757        0.25         1.00            1.0             1.00          0.25
758        0.25         1.00            1.0             1.00          0.25
759        0.50         0.50            1.0             1.00          2.00
760        0.50         0.50            1.0             1.00          2.00
761        2.00         1.00            1.0             0.50          1.00
762        2.00         1.00            1.0             0.50          1.00
763        2.00         1.00            1.0             0.50          1.00
764        0.50         0.50            0.0             1.00          1.00
765        2.00         2.00            1.0             1.00          1.00
766        0.50         0.50            1.0             1.00          2.00
767        1.00         1.00            1.0             2.00          1.00
768        1.00         1.00            1.0             2.00          1.00
769        0.50         2.00            1.0             0.00          1.00
770        0.50         2.00            1.0             0.00          1.00
771        1.00         1.00            1.0             2.00          1.00
772        1.00         1.00            1.0             1.00          1.00
773        1.00         1.00            1.0             1.00          1.00
774        0.50         1.00            1.0             2.00          1.00
775        0.50         1.00            1.0             2.00          1.00
776        1.00         1.00            1.0             1.00          1.00
777        0.50         1.00            2.0             0.50          1.00
778        0.50         1.00            0.5             0.50          0.50
779        0.25         1.00            0.0             1.00          1.00
780        2.00         2.00            1.0             2.00          1.00
781        1.00         1.00            2.0             0.50          2.00
782        1.00         2.00            1.0             0.50          1.00
783        1.00         1.00            2.0             0.50          2.00
784        0.50         0.50            2.0             0.50          4.00
785        0.50         0.50            2.0             0.50          4.00
786        0.50         0.50            0.0             0.50          1.00
787        1.00         1.00            0.0             1.00          1.00
788        1.00         0.50            0.0             0.50          1.00
789        0.50         0.50            0.0             2.00          1.00
790        2.00         2.00            1.0             1.00          1.00
791        2.00         2.00            1.0             1.00          1.00
792        1.00         2.00            0.5             1.00          0.50
793        1.00         4.00            1.0             1.00          1.00
794        0.50         1.00            1.0             1.00          0.50
795        0.50         0.50            1.0             1.00          2.00
796        0.50         0.50            1.0             1.00          2.00
797        1.00         1.00            1.0             0.50          1.00
798        0.25         1.00            0.5             2.00          0.50
799        1.00         1.00            0.5             0.50          0.50
800        2.00         0.50            2.0             0.50          4.00
801        2.00         2.00            1.0             1.00          1.00
802        0.25         0.50            0.0             1.00          0.50
    against_fight against_fire against_flying against_ghost against_grass
1            0.50         2.00           2.00           1.0          0.25
2            0.50         2.00           2.00           1.0          0.25
3            0.50         2.00           2.00           1.0          0.25
4            1.00         0.50           1.00           1.0          0.50
5            1.00         0.50           1.00           1.0          0.50
6            0.50         0.50           1.00           1.0          0.25
7            1.00         0.50           1.00           1.0          2.00
8            1.00         0.50           1.00           1.0          2.00
9            1.00         0.50           1.00           1.0          2.00
10           0.50         2.00           2.00           1.0          0.50
11           0.50         2.00           2.00           1.0          0.50
12           0.25         2.00           2.00           1.0          0.25
13           0.25         2.00           2.00           1.0          0.25
14           0.25         2.00           2.00           1.0          0.25
15           0.25         2.00           2.00           1.0          0.25
16           1.00         1.00           1.00           0.0          0.50
17           1.00         1.00           1.00           0.0          0.50
18           1.00         1.00           1.00           0.0          0.50
19           2.00         1.00           1.00           0.0          1.00
20           2.00         1.00           1.00           0.0          1.00
21           1.00         1.00           1.00           0.0          0.50
22           1.00         1.00           1.00           0.0          0.50
23           0.50         1.00           1.00           1.0          0.50
24           0.50         1.00           1.00           1.0          0.50
25           1.00         1.00           0.50           1.0          1.00
26           1.00         1.00           0.50           1.0          1.00
27           1.00         1.00           1.00           1.0          2.00
28           1.00         1.00           1.00           1.0          2.00
29           0.50         1.00           1.00           1.0          0.50
30           0.50         1.00           1.00           1.0          0.50
31           0.50         1.00           1.00           1.0          1.00
32           0.50         1.00           1.00           1.0          0.50
33           0.50         1.00           1.00           1.0          0.50
34           0.50         1.00           1.00           1.0          1.00
35           0.50         1.00           1.00           1.0          1.00
36           0.50         1.00           1.00           1.0          1.00
37           1.00         0.50           1.00           1.0          0.50
38           1.00         0.50           1.00           1.0          0.50
39           1.00         1.00           1.00           0.0          1.00
40           1.00         1.00           1.00           0.0          1.00
41           0.25         1.00           1.00           1.0          0.25
42           0.25         1.00           1.00           1.0          0.25
43           0.50         2.00           2.00           1.0          0.25
44           0.50         2.00           2.00           1.0          0.25
45           0.50         2.00           2.00           1.0          0.25
46           0.50         4.00           4.00           1.0          0.25
47           0.50         4.00           4.00           1.0          0.25
48           0.25         2.00           2.00           1.0          0.25
49           0.25         2.00           2.00           1.0          0.25
50           1.00         1.00           1.00           1.0          2.00
51           1.00         1.00           1.00           1.0          2.00
52           2.00         1.00           1.00           0.0          1.00
53           2.00         1.00           1.00           0.0          1.00
54           1.00         0.50           1.00           1.0          2.00
55           1.00         0.50           1.00           1.0          2.00
56           1.00         1.00           2.00           1.0          1.00
57           1.00         1.00           2.00           1.0          1.00
58           1.00         0.50           1.00           1.0          0.50
59           1.00         0.50           1.00           1.0          0.50
60           1.00         0.50           1.00           1.0          2.00
61           1.00         0.50           1.00           1.0          2.00
62           1.00         0.50           2.00           1.0          2.00
63           0.50         1.00           1.00           2.0          1.00
64           0.50         1.00           1.00           2.0          1.00
65           0.50         1.00           1.00           2.0          1.00
66           1.00         1.00           2.00           1.0          1.00
67           1.00         1.00           2.00           1.0          1.00
68           1.00         1.00           2.00           1.0          1.00
69           0.50         2.00           2.00           1.0          0.25
70           0.50         2.00           2.00           1.0          0.25
71           0.50         2.00           2.00           1.0          0.25
72           0.50         0.50           1.00           1.0          1.00
73           0.50         0.50           1.00           1.0          1.00
74           2.00         0.50           0.50           1.0          4.00
75           2.00         0.50           0.50           1.0          4.00
76           2.00         0.50           0.50           1.0          4.00
77           1.00         0.50           1.00           1.0          0.50
78           1.00         0.50           1.00           1.0          0.50
79           0.50         0.50           1.00           2.0          2.00
80           0.50         0.50           1.00           2.0          2.00
81           2.00         2.00           0.25           1.0          0.50
82           2.00         2.00           0.25           1.0          0.50
83           1.00         1.00           1.00           0.0          0.50
84           1.00         1.00           1.00           0.0          0.50
85           1.00         1.00           1.00           0.0          0.50
86           1.00         0.50           1.00           1.0          2.00
87           2.00         1.00           1.00           1.0          2.00
88           0.50         1.00           1.00           1.0          0.50
89           0.50         1.00           1.00           1.0          0.50
90           1.00         0.50           1.00           1.0          2.00
91           2.00         1.00           1.00           1.0          2.00
92           0.00         1.00           1.00           2.0          0.50
93           0.00         1.00           1.00           2.0          0.50
94           0.00         1.00           1.00           2.0          0.50
95           2.00         0.50           0.50           1.0          4.00
96           0.50         1.00           1.00           2.0          1.00
97           0.50         1.00           1.00           2.0          1.00
98           1.00         0.50           1.00           1.0          2.00
99           1.00         0.50           1.00           1.0          2.00
100          1.00         1.00           0.50           1.0          1.00
101          1.00         1.00           0.50           1.0          1.00
102          0.50         2.00           2.00           2.0          0.50
103          0.50         2.00           2.00           2.0          0.50
104          1.00         1.00           1.00           1.0          2.00
105          1.00         1.00           1.00           1.0          2.00
106          1.00         1.00           2.00           1.0          1.00
107          1.00         1.00           2.00           1.0          1.00
108          2.00         1.00           1.00           0.0          1.00
109          0.50         1.00           1.00           1.0          0.50
110          0.50         1.00           1.00           1.0          0.50
111          2.00         0.50           0.50           1.0          4.00
112          2.00         0.50           0.50           1.0          4.00
113          2.00         1.00           1.00           0.0          1.00
114          1.00         2.00           2.00           1.0          0.50
115          2.00         1.00           1.00           0.0          1.00
116          1.00         0.50           1.00           1.0          2.00
117          1.00         0.50           1.00           1.0          2.00
118          1.00         0.50           1.00           1.0          2.00
119          1.00         0.50           1.00           1.0          2.00
120          1.00         0.50           1.00           1.0          2.00
121          0.50         0.50           1.00           2.0          2.00
122          0.25         1.00           1.00           2.0          1.00
123          0.25         2.00           2.00           1.0          0.25
124          1.00         2.00           1.00           2.0          1.00
125          1.00         1.00           0.50           1.0          1.00
126          1.00         0.50           1.00           1.0          0.50
127          0.50         2.00           2.00           1.0          0.50
128          2.00         1.00           1.00           0.0          1.00
129          1.00         0.50           1.00           1.0          2.00
130          0.50         0.50           1.00           1.0          1.00
131          2.00         1.00           1.00           1.0          2.00
132          2.00         1.00           1.00           0.0          1.00
133          2.00         1.00           1.00           0.0          1.00
134          1.00         0.50           1.00           1.0          2.00
135          1.00         1.00           0.50           1.0          1.00
136          1.00         0.50           1.00           1.0          0.50
137          2.00         1.00           1.00           0.0          1.00
138          2.00         0.25           0.50           1.0          4.00
139          2.00         0.25           0.50           1.0          4.00
140          2.00         0.25           0.50           1.0          4.00
141          2.00         0.25           0.50           1.0          4.00
142          1.00         0.50           0.50           1.0          1.00
143          2.00         1.00           1.00           0.0          1.00
144          1.00         2.00           1.00           1.0          0.50
145          0.50         1.00           0.50           1.0          0.50
146          0.50         0.50           1.00           1.0          0.25
147          1.00         0.50           1.00           1.0          0.50
148          1.00         0.50           1.00           1.0          0.50
149          0.50         0.50           1.00           1.0          0.25
150          0.50         1.00           1.00           2.0          1.00
151          0.50         1.00           1.00           2.0          1.00
152          1.00         2.00           2.00           1.0          0.50
153          1.00         2.00           2.00           1.0          0.50
154          1.00         2.00           2.00           1.0          0.50
155          1.00         0.50           1.00           1.0          0.50
156          1.00         0.50           1.00           1.0          0.50
157          1.00         0.50           1.00           1.0          0.50
158          1.00         0.50           1.00           1.0          2.00
159          1.00         0.50           1.00           1.0          2.00
160          1.00         0.50           1.00           1.0          2.00
161          2.00         1.00           1.00           0.0          1.00
162          2.00         1.00           1.00           0.0          1.00
163          1.00         1.00           1.00           0.0          0.50
164          1.00         1.00           1.00           0.0          0.50
165          0.25         2.00           2.00           1.0          0.25
166          0.25         2.00           2.00           1.0          0.25
167          0.25         2.00           2.00           1.0          0.25
168          0.25         2.00           2.00           1.0          0.25
169          0.25         1.00           1.00           1.0          0.25
170          1.00         0.50           0.50           1.0          2.00
171          1.00         0.50           0.50           1.0          2.00
172          1.00         1.00           0.50           1.0          1.00
173          0.50         1.00           1.00           1.0          1.00
174          1.00         1.00           1.00           0.0          1.00
175          0.50         1.00           1.00           1.0          1.00
176          0.25         1.00           1.00           1.0          0.50
177          0.25         1.00           1.00           2.0          0.50
178          0.25         1.00           1.00           2.0          0.50
179          1.00         1.00           0.50           1.0          1.00
180          1.00         1.00           0.50           1.0          1.00
181          1.00         1.00           0.50           1.0          1.00
182          1.00         2.00           2.00           1.0          0.50
183          0.50         0.50           1.00           1.0          2.00
184          0.50         0.50           1.00           1.0          2.00
185          2.00         0.50           0.50           1.0          2.00
186          1.00         0.50           1.00           1.0          2.00
187          0.50         2.00           2.00           1.0          0.25
188          0.50         2.00           2.00           1.0          0.25
189          0.50         2.00           2.00           1.0          0.25
190          2.00         1.00           1.00           0.0          1.00
191          1.00         2.00           2.00           1.0          0.50
192          1.00         2.00           2.00           1.0          0.50
193          0.25         2.00           2.00           1.0          0.25
194          1.00         0.50           1.00           1.0          4.00
195          1.00         0.50           1.00           1.0          4.00
196          0.50         1.00           1.00           2.0          1.00
197          2.00         1.00           1.00           0.5          1.00
198          1.00         1.00           1.00           0.5          0.50
199          0.50         0.50           1.00           2.0          2.00
200          0.00         1.00           1.00           2.0          1.00
201          0.50         1.00           1.00           2.0          1.00
202          0.50         1.00           1.00           2.0          1.00
203          1.00         1.00           1.00           0.0          1.00
204          0.50         2.00           2.00           1.0          0.50
205          1.00         4.00           1.00           1.0          0.25
206          2.00         1.00           1.00           0.0          1.00
207          0.50         1.00           1.00           1.0          1.00
208          2.00         2.00           0.50           1.0          1.00
209          0.50         1.00           1.00           1.0          1.00
210          0.50         1.00           1.00           1.0          1.00
211          0.50         0.50           1.00           1.0          1.00
212          1.00         4.00           1.00           1.0          0.25
213          1.00         1.00           1.00           1.0          1.00
214          0.50         2.00           4.00           1.0          0.50
215          4.00         2.00           1.00           0.5          1.00
216          2.00         1.00           1.00           0.0          1.00
217          2.00         1.00           1.00           0.0          1.00
218          1.00         0.50           1.00           1.0          0.50
219          2.00         0.25           0.50           1.0          1.00
220          2.00         2.00           1.00           1.0          2.00
221          2.00         2.00           1.00           1.0          2.00
222          2.00         0.25           0.50           1.0          4.00
223          1.00         0.50           1.00           1.0          2.00
224          1.00         0.50           1.00           1.0          2.00
225          1.00         2.00           1.00           1.0          0.50
226          0.50         0.50           1.00           1.0          1.00
227          1.00         2.00           0.50           1.0          0.25
228          2.00         0.50           1.00           0.5          0.50
229          2.00         0.50           1.00           0.5          0.50
230          1.00         0.25           1.00           1.0          1.00
231          1.00         1.00           1.00           1.0          2.00
232          1.00         1.00           1.00           1.0          2.00
233          2.00         1.00           1.00           0.0          1.00
234          2.00         1.00           1.00           0.0          1.00
235          2.00         1.00           1.00           0.0          1.00
236          1.00         1.00           2.00           1.0          1.00
237          1.00         1.00           2.00           1.0          1.00
238          1.00         2.00           1.00           2.0          1.00
239          1.00         1.00           0.50           1.0          1.00
240          1.00         0.50           1.00           1.0          0.50
241          2.00         1.00           1.00           0.0          1.00
242          2.00         1.00           1.00           0.0          1.00
243          1.00         1.00           0.50           1.0          1.00
244          1.00         0.50           1.00           1.0          0.50
245          1.00         0.50           1.00           1.0          2.00
246          2.00         0.50           0.50           1.0          4.00
247          2.00         0.50           0.50           1.0          4.00
248          4.00         0.50           0.50           0.5          2.00
249          0.25         1.00           1.00           2.0          0.50
250          0.50         0.50           1.00           1.0          0.25
251          0.50         2.00           2.00           2.0          0.50
252          1.00         2.00           2.00           1.0          0.50
253          1.00         2.00           2.00           1.0          0.50
254          1.00         2.00           2.00           1.0          0.50
255          1.00         0.50           1.00           1.0          0.50
256          1.00         0.50           2.00           1.0          0.50
257          1.00         0.50           2.00           1.0          0.50
258          1.00         0.50           1.00           1.0          2.00
259          1.00         0.50           1.00           1.0          4.00
260          1.00         0.50           1.00           1.0          4.00
261          2.00         1.00           1.00           0.5          1.00
262          2.00         1.00           1.00           0.5          1.00
263          2.00         1.00           1.00           0.0          1.00
264          2.00         1.00           1.00           0.0          1.00
265          0.50         2.00           2.00           1.0          0.50
266          0.50         2.00           2.00           1.0          0.50
267          0.25         2.00           2.00           1.0          0.25
268          0.50         2.00           2.00           1.0          0.50
269          0.25         2.00           2.00           1.0          0.25
270          1.00         1.00           2.00           1.0          1.00
271          1.00         1.00           2.00           1.0          1.00
272          1.00         1.00           2.00           1.0          1.00
273          1.00         2.00           2.00           1.0          0.50
274          2.00         2.00           2.00           0.5          0.50
275          2.00         2.00           2.00           0.5          0.50
276          1.00         1.00           1.00           0.0          0.50
277          1.00         1.00           1.00           0.0          0.50
278          0.50         0.50           1.00           1.0          1.00
279          0.50         0.50           1.00           1.0          1.00
280          0.25         1.00           1.00           2.0          1.00
281          0.25         1.00           1.00           2.0          1.00
282          0.25         1.00           1.00           2.0          1.00
283          0.50         1.00           2.00           1.0          1.00
284          0.25         2.00           2.00           1.0          0.25
285          1.00         2.00           2.00           1.0          0.50
286          1.00         2.00           4.00           1.0          0.50
287          2.00         1.00           1.00           0.0          1.00
288          2.00         1.00           1.00           0.0          1.00
289          2.00         1.00           1.00           0.0          1.00
290          0.50         2.00           2.00           1.0          1.00
291          0.25         2.00           2.00           1.0          0.25
292          0.00         2.00           2.00           2.0          0.50
293          2.00         1.00           1.00           0.0          1.00
294          2.00         1.00           1.00           0.0          1.00
295          2.00         1.00           1.00           0.0          1.00
296          1.00         1.00           2.00           1.0          1.00
297          1.00         1.00           2.00           1.0          1.00
298          1.00         1.00           1.00           0.0          1.00
299          2.00         0.50           0.50           1.0          2.00
300          2.00         1.00           1.00           0.0          1.00
301          2.00         1.00           1.00           0.0          1.00
302          0.00         1.00           1.00           1.0          1.00
303          1.00         2.00           0.50           1.0          0.50
304          4.00         1.00           0.25           1.0          1.00
305          4.00         1.00           0.25           1.0          1.00
306          4.00         1.00           0.25           1.0          1.00
307          0.50         1.00           2.00           2.0          1.00
308          0.50         1.00           2.00           2.0          1.00
309          1.00         1.00           0.50           1.0          1.00
310          1.00         1.00           0.50           1.0          1.00
311          1.00         1.00           0.50           1.0          1.00
312          1.00         1.00           0.50           1.0          1.00
313          0.50         2.00           2.00           1.0          0.50
314          0.50         2.00           2.00           1.0          0.50
315          0.50         2.00           2.00           1.0          0.25
316          0.50         1.00           1.00           1.0          0.50
317          0.50         1.00           1.00           1.0          0.50
318          2.00         0.50           1.00           0.5          2.00
319          2.00         0.50           1.00           0.5          2.00
320          1.00         0.50           1.00           1.0          2.00
321          1.00         0.50           1.00           1.0          2.00
322          1.00         0.50           1.00           1.0          1.00
323          1.00         0.50           1.00           1.0          1.00
324          1.00         0.50           1.00           1.0          0.50
325          0.50         1.00           1.00           2.0          1.00
326          0.50         1.00           1.00           2.0          1.00
327          2.00         1.00           1.00           0.0          1.00
328          1.00         1.00           1.00           1.0          2.00
329          1.00         0.50           1.00           1.0          1.00
330          1.00         0.50           1.00           1.0          1.00
331          1.00         2.00           2.00           1.0          0.50
332          2.00         2.00           2.00           0.5          0.50
333          1.00         1.00           1.00           0.0          0.50
334          0.50         0.50           1.00           1.0          0.25
335          2.00         1.00           1.00           0.0          1.00
336          0.50         1.00           1.00           1.0          0.50
337          1.00         0.50           0.50           2.0          2.00
338          1.00         0.50           0.50           2.0          2.00
339          1.00         0.50           1.00           1.0          4.00
340          1.00         0.50           1.00           1.0          4.00
341          1.00         0.50           1.00           1.0          2.00
342          2.00         0.50           1.00           0.5          2.00
343          0.50         1.00           1.00           2.0          2.00
344          0.50         1.00           1.00           2.0          2.00
345          2.00         1.00           1.00           1.0          1.00
346          2.00         1.00           1.00           1.0          1.00
347          1.00         1.00           1.00           1.0          1.00
348          1.00         1.00           1.00           1.0          1.00
349          1.00         0.50           1.00           1.0          2.00
350          1.00         0.50           1.00           1.0          2.00
351          2.00         1.00           1.00           0.0          1.00
352          2.00         1.00           1.00           0.0          1.00
353          0.00         1.00           1.00           2.0          1.00
354          0.00         1.00           1.00           2.0          1.00
355          0.00         1.00           1.00           2.0          1.00
356          0.00         1.00           1.00           2.0          1.00
357          0.50         2.00           2.00           1.0          0.25
358          0.50         1.00           1.00           2.0          1.00
359          2.00         1.00           1.00           0.5          1.00
360          0.50         1.00           1.00           2.0          1.00
361          2.00         2.00           1.00           1.0          1.00
362          2.00         2.00           1.00           1.0          1.00
363          2.00         1.00           1.00           1.0          2.00
364          2.00         1.00           1.00           1.0          2.00
365          2.00         1.00           1.00           1.0          2.00
366          1.00         0.50           1.00           1.0          2.00
367          1.00         0.50           1.00           1.0          2.00
368          1.00         0.50           1.00           1.0          2.00
369          2.00         0.25           0.50           1.0          4.00
370          1.00         0.50           1.00           1.0          2.00
371          1.00         0.50           1.00           1.0          0.50
372          1.00         0.50           1.00           1.0          0.50
373          0.50         0.50           1.00           1.0          0.25
374          1.00         2.00           0.50           2.0          0.50
375          1.00         2.00           0.50           2.0          0.50
376          1.00         2.00           0.50           2.0          0.50
377          2.00         0.50           0.50           1.0          2.00
378          2.00         2.00           1.00           1.0          1.00
379          2.00         2.00           0.50           1.0          0.50
380          0.50         0.50           1.00           2.0          0.50
381          0.50         0.50           1.00           2.0          0.50
382          1.00         0.50           1.00           1.0          2.00
383          1.00         1.00           1.00           1.0          2.00
384          0.50         0.50           1.00           1.0          0.25
385          1.00         2.00           0.50           2.0          0.50
386          0.50         1.00           1.00           2.0          1.00
387          1.00         2.00           2.00           1.0          0.50
388          1.00         2.00           2.00           1.0          0.50
389          1.00         2.00           2.00           1.0          1.00
390          1.00         0.50           1.00           1.0          0.50
391          1.00         0.50           2.00           1.0          0.50
392          1.00         0.50           2.00           1.0          0.50
393          1.00         0.50           1.00           1.0          2.00
394          1.00         0.50           1.00           1.0          2.00
395          2.00         1.00           0.50           1.0          1.00
396          1.00         1.00           1.00           0.0          0.50
397          1.00         1.00           1.00           0.0          0.50
398          1.00         1.00           1.00           0.0          0.50
399          2.00         1.00           1.00           0.0          1.00
400          2.00         0.50           1.00           0.0          2.00
401          0.50         2.00           2.00           1.0          0.50
402          0.50         2.00           2.00           1.0          0.50
403          1.00         1.00           0.50           1.0          1.00
404          1.00         1.00           0.50           1.0          1.00
405          1.00         1.00           0.50           1.0          1.00
406          0.50         2.00           2.00           1.0          0.25
407          0.50         2.00           2.00           1.0          0.25
408          2.00         0.50           0.50           1.0          2.00
409          2.00         0.50           0.50           1.0          2.00
410          4.00         1.00           0.25           1.0          1.00
411          4.00         1.00           0.25           1.0          1.00
412          0.50         2.00           2.00           1.0          0.50
413          0.50         4.00           4.00           1.0          0.25
414          0.25         2.00           2.00           1.0          0.25
415          0.25         2.00           2.00           1.0          0.25
416          0.25         2.00           2.00           1.0          0.25
417          1.00         1.00           0.50           1.0          1.00
418          1.00         0.50           1.00           1.0          2.00
419          1.00         0.50           1.00           1.0          2.00
420          1.00         2.00           2.00           1.0          0.50
421          1.00         2.00           2.00           1.0          0.50
422          1.00         0.50           1.00           1.0          2.00
423          1.00         0.50           1.00           1.0          4.00
424          2.00         1.00           1.00           0.0          1.00
425          0.00         1.00           1.00           2.0          0.50
426          0.00         1.00           1.00           2.0          0.50
427          2.00         1.00           1.00           0.0          1.00
428          2.00         1.00           1.00           0.0          1.00
429          0.00         1.00           1.00           2.0          1.00
430          1.00         1.00           1.00           0.5          0.50
431          2.00         1.00           1.00           0.0          1.00
432          2.00         1.00           1.00           0.0          1.00
433          0.50         1.00           1.00           2.0          1.00
434          1.00         1.00           1.00           0.5          0.50
435          1.00         1.00           1.00           0.5          0.50
436          1.00         2.00           0.50           2.0          0.50
437          1.00         2.00           0.50           2.0          0.50
438          2.00         0.50           0.50           1.0          2.00
439          0.25         1.00           1.00           2.0          1.00
440          2.00         1.00           1.00           0.0          1.00
441          1.00         1.00           1.00           0.0          0.50
442          0.00         1.00           1.00           1.0          1.00
443          1.00         0.50           1.00           1.0          1.00
444          1.00         0.50           1.00           1.0          1.00
445          1.00         0.50           1.00           1.0          1.00
446          2.00         1.00           1.00           0.0          1.00
447          1.00         1.00           2.00           1.0          1.00
448          2.00         2.00           1.00           1.0          0.50
449          1.00         1.00           1.00           1.0          2.00
450          1.00         1.00           1.00           1.0          2.00
451          0.25         2.00           2.00           1.0          0.25
452          1.00         1.00           1.00           0.5          0.50
453          0.50         1.00           2.00           1.0          0.50
454          0.50         1.00           2.00           1.0          0.50
455          1.00         2.00           2.00           1.0          0.50
456          1.00         0.50           1.00           1.0          2.00
457          1.00         0.50           1.00           1.0          2.00
458          0.50         0.50           1.00           1.0          1.00
459          2.00         4.00           2.00           1.0          0.50
460          2.00         4.00           2.00           1.0          0.50
461          4.00         2.00           1.00           0.5          1.00
462          2.00         2.00           0.25           1.0          0.50
463          2.00         1.00           1.00           0.0          1.00
464          2.00         0.50           0.50           1.0          4.00
465          1.00         2.00           2.00           1.0          0.50
466          1.00         1.00           0.50           1.0          1.00
467          1.00         0.50           1.00           1.0          0.50
468          0.25         1.00           1.00           1.0          0.50
469          0.25         2.00           2.00           1.0          0.25
470          1.00         2.00           2.00           1.0          0.50
471          2.00         2.00           1.00           1.0          1.00
472          0.50         1.00           1.00           1.0          1.00
473          2.00         2.00           1.00           1.0          2.00
474          2.00         1.00           1.00           0.0          1.00
475          0.50         1.00           2.00           2.0          1.00
476          4.00         1.00           0.25           1.0          1.00
477          0.00         1.00           1.00           2.0          1.00
478          0.00         2.00           1.00           2.0          1.00
479          0.00         1.00           0.50           2.0          1.00
480          0.50         1.00           1.00           2.0          1.00
481          0.50         1.00           1.00           2.0          1.00
482          0.50         1.00           1.00           2.0          1.00
483          2.00         1.00           0.50           1.0          0.25
484          1.00         0.25           1.00           1.0          1.00
485          2.00         1.00           0.50           1.0          0.25
486          2.00         1.00           1.00           0.0          1.00
487          0.00         0.50           1.00           2.0          0.50
488          0.50         1.00           1.00           2.0          1.00
489          1.00         0.50           1.00           1.0          2.00
490          1.00         0.50           1.00           1.0          2.00
491          2.00         1.00           1.00           0.5          1.00
492          1.00         2.00           2.00           1.0          0.50
493          2.00         1.00           1.00           0.0          1.00
494          0.50         0.50           1.00           2.0          0.50
495          1.00         2.00           2.00           1.0          0.50
496          1.00         2.00           2.00           1.0          0.50
497          1.00         2.00           2.00           1.0          0.50
498          1.00         0.50           1.00           1.0          0.50
499          1.00         0.50           2.00           1.0          0.50
500          1.00         0.50           2.00           1.0          0.50
501          1.00         0.50           1.00           1.0          2.00
502          1.00         0.50           1.00           1.0          2.00
503          1.00         0.50           1.00           1.0          2.00
504          2.00         1.00           1.00           0.0          1.00
505          2.00         1.00           1.00           0.0          1.00
506          2.00         1.00           1.00           0.0          1.00
507          2.00         1.00           1.00           0.0          1.00
508          2.00         1.00           1.00           0.0          1.00
509          2.00         1.00           1.00           0.5          1.00
510          2.00         1.00           1.00           0.5          1.00
511          1.00         2.00           2.00           1.0          0.50
512          1.00         2.00           2.00           1.0          0.50
513          1.00         0.50           1.00           1.0          0.50
514          1.00         0.50           1.00           1.0          0.50
515          1.00         0.50           1.00           1.0          2.00
516          1.00         0.50           1.00           1.0          2.00
517          0.50         1.00           1.00           2.0          1.00
518          0.50         1.00           1.00           2.0          1.00
519          1.00         1.00           1.00           0.0          0.50
520          1.00         1.00           1.00           0.0          0.50
521          1.00         1.00           1.00           0.0          0.50
522          1.00         1.00           0.50           1.0          1.00
523          1.00         1.00           0.50           1.0          1.00
524          2.00         0.50           0.50           1.0          2.00
525          2.00         0.50           0.50           1.0          2.00
526          2.00         0.50           0.50           1.0          2.00
527          0.25         1.00           1.00           2.0          0.50
528          0.25         1.00           1.00           2.0          0.50
529          1.00         1.00           1.00           1.0          2.00
530          2.00         2.00           0.50           1.0          1.00
531          2.00         1.00           1.00           0.0          1.00
532          1.00         1.00           2.00           1.0          1.00
533          1.00         1.00           2.00           1.0          1.00
534          1.00         1.00           2.00           1.0          1.00
535          1.00         0.50           1.00           1.0          2.00
536          1.00         0.50           1.00           1.0          4.00
537          1.00         0.50           1.00           1.0          4.00
538          1.00         1.00           2.00           1.0          1.00
539          1.00         1.00           2.00           1.0          1.00
540          0.50         4.00           4.00           1.0          0.25
541          0.50         4.00           4.00           1.0          0.25
542          0.50         4.00           4.00           1.0          0.25
543          0.25         2.00           2.00           1.0          0.25
544          0.25         2.00           2.00           1.0          0.25
545          0.25         2.00           2.00           1.0          0.25
546          0.50         2.00           2.00           1.0          0.50
547          0.50         2.00           2.00           1.0          0.50
548          1.00         2.00           2.00           1.0          0.50
549          1.00         2.00           2.00           1.0          0.50
550          1.00         0.50           1.00           1.0          2.00
551          2.00         1.00           1.00           0.5          2.00
552          2.00         1.00           1.00           0.5          2.00
553          2.00         1.00           1.00           0.5          2.00
554          1.00         0.50           1.00           1.0          0.50
555          1.00         0.50           1.00           1.0          0.50
556          1.00         2.00           2.00           1.0          0.50
557          1.00         1.00           1.00           1.0          1.00
558          1.00         1.00           1.00           1.0          1.00
559          2.00         1.00           2.00           0.5          1.00
560          2.00         1.00           2.00           0.5          1.00
561          0.25         1.00           1.00           2.0          0.50
562          0.00         1.00           1.00           2.0          1.00
563          0.00         1.00           1.00           2.0          1.00
564          2.00         0.25           0.50           1.0          4.00
565          2.00         0.25           0.50           1.0          4.00
566          1.00         0.50           0.50           1.0          1.00
567          1.00         0.50           0.50           1.0          1.00
568          0.50         1.00           1.00           1.0          0.50
569          0.50         1.00           1.00           1.0          0.50
570          2.00         1.00           1.00           0.5          1.00
571          2.00         1.00           1.00           0.5          1.00
572          2.00         1.00           1.00           0.0          1.00
573          2.00         1.00           1.00           0.0          1.00
574          0.50         1.00           1.00           2.0          1.00
575          0.50         1.00           1.00           2.0          1.00
576          0.50         1.00           1.00           2.0          1.00
577          0.50         1.00           1.00           2.0          1.00
578          0.50         1.00           1.00           2.0          1.00
579          0.50         1.00           1.00           2.0          1.00
580          0.50         0.50           1.00           1.0          1.00
581          0.50         0.50           1.00           1.0          1.00
582          2.00         2.00           1.00           1.0          1.00
583          2.00         2.00           1.00           1.0          1.00
584          2.00         2.00           1.00           1.0          1.00
585          2.00         2.00           2.00           0.0          0.50
586          2.00         2.00           2.00           0.0          0.50
587          0.50         1.00           0.50           1.0          0.50
588          0.50         2.00           2.00           1.0          0.50
589          1.00         4.00           1.00           1.0          0.25
590          0.50         2.00           2.00           1.0          0.25
591          0.50         2.00           2.00           1.0          0.25
592          0.00         0.50           1.00           2.0          2.00
593          0.00         0.50           1.00           2.0          2.00
594          1.00         0.50           1.00           1.0          2.00
595          0.50         2.00           1.00           1.0          0.50
596          0.50         2.00           1.00           1.0          0.50
597          2.00         4.00           1.00           1.0          0.25
598          2.00         4.00           1.00           1.0          0.25
599          2.00         2.00           0.50           1.0          0.50
600          2.00         2.00           0.50           1.0          0.50
601          2.00         2.00           0.50           1.0          0.50
602          1.00         1.00           0.50           1.0          1.00
603          1.00         1.00           0.50           1.0          1.00
604          1.00         1.00           0.50           1.0          1.00
605          0.50         1.00           1.00           2.0          1.00
606          0.50         1.00           1.00           2.0          1.00
607          0.00         0.50           1.00           2.0          0.50
608          0.00         0.50           1.00           2.0          0.50
609          0.00         0.50           1.00           2.0          0.50
610          1.00         0.50           1.00           1.0          0.50
611          1.00         0.50           1.00           1.0          0.50
612          1.00         0.50           1.00           1.0          0.50
613          2.00         2.00           1.00           1.0          1.00
614          2.00         2.00           1.00           1.0          1.00
615          2.00         2.00           1.00           1.0          1.00
616          0.50         2.00           2.00           1.0          0.50
617          0.50         2.00           2.00           1.0          0.50
618          1.00         1.00           0.50           1.0          2.00
619          1.00         1.00           2.00           1.0          1.00
620          1.00         1.00           2.00           1.0          1.00
621          1.00         0.50           1.00           1.0          0.50
622          0.00         1.00           1.00           2.0          2.00
623          0.00         1.00           1.00           2.0          2.00
624          4.00         2.00           0.50           0.5          0.50
625          4.00         2.00           0.50           0.5          0.50
626          2.00         1.00           1.00           0.0          1.00
627          1.00         1.00           1.00           0.0          0.50
628          1.00         1.00           1.00           0.0          0.50
629          1.00         1.00           1.00           0.5          0.50
630          1.00         1.00           1.00           0.5          0.50
631          1.00         0.50           1.00           1.0          0.50
632          1.00         4.00           1.00           1.0          0.25
633          2.00         0.50           1.00           0.5          0.50
634          2.00         0.50           1.00           0.5          0.50
635          2.00         0.50           1.00           0.5          0.50
636          0.50         1.00           2.00           1.0          0.25
637          0.50         1.00           2.00           1.0          0.25
638          2.00         2.00           1.00           1.0          0.50
639          2.00         0.50           1.00           1.0          2.00
640          1.00         2.00           4.00           1.0          0.50
641          0.50         1.00           1.00           1.0          0.50
642          0.50         1.00           0.50           1.0          0.50
643          1.00         0.25           1.00           1.0          0.25
644          1.00         0.50           0.50           1.0          0.50
645          0.50         1.00           1.00           1.0          1.00
646          2.00         1.00           1.00           1.0          0.50
647          1.00         0.50           2.00           1.0          2.00
648          1.00         1.00           1.00           0.0          1.00
649          1.00         4.00           1.00           1.0          0.25
650          1.00         2.00           2.00           1.0          0.50
651          1.00         2.00           2.00           1.0          0.50
652          1.00         2.00           4.00           1.0          0.50
653          1.00         0.50           1.00           1.0          0.50
654          1.00         0.50           1.00           1.0          0.50
655          0.50         0.50           1.00           2.0          0.50
656          1.00         0.50           1.00           1.0          2.00
657          1.00         0.50           1.00           1.0          2.00
658          2.00         0.50           1.00           0.5          2.00
659          2.00         1.00           1.00           0.0          1.00
660          2.00         1.00           1.00           0.0          2.00
661          1.00         1.00           1.00           0.0          0.50
662          0.50         0.50           1.00           1.0          0.25
663          0.50         0.50           1.00           1.0          0.25
664          0.50         2.00           2.00           1.0          0.50
665          0.50         2.00           2.00           1.0          0.50
666          0.25         2.00           2.00           1.0          0.25
667          2.00         0.50           1.00           0.0          0.50
668          2.00         0.50           1.00           0.0          0.50
669          0.50         1.00           1.00           1.0          1.00
670          0.50         1.00           1.00           1.0          1.00
671          0.50         1.00           1.00           1.0          1.00
672          1.00         2.00           2.00           1.0          0.50
673          1.00         2.00           2.00           1.0          0.50
674          1.00         1.00           2.00           1.0          1.00
675          2.00         1.00           2.00           0.5          1.00
676          2.00         1.00           1.00           0.0          1.00
677          0.50         1.00           1.00           2.0          1.00
678          0.50         1.00           1.00           2.0          1.00
679          0.00         2.00           0.50           2.0          0.50
680          0.00         2.00           0.50           2.0          0.50
681          0.00         2.00           0.50           2.0          0.50
682          0.50         1.00           1.00           1.0          1.00
683          0.50         1.00           1.00           1.0          1.00
684          0.50         1.00           1.00           1.0          1.00
685          0.50         1.00           1.00           1.0          1.00
686          1.00         1.00           1.00           1.0          1.00
687          1.00         1.00           1.00           1.0          1.00
688          2.00         0.25           0.50           1.0          4.00
689          2.00         0.25           0.50           1.0          4.00
690          0.50         0.50           1.00           1.0          1.00
691          0.50         0.50           1.00           1.0          0.25
692          1.00         0.50           1.00           1.0          2.00
693          1.00         0.50           1.00           1.0          2.00
694          2.00         1.00           0.50           0.0          1.00
695          2.00         1.00           0.50           0.0          1.00
696          2.00         0.25           0.50           1.0          1.00
697          2.00         0.25           0.50           1.0          1.00
698          4.00         1.00           0.50           1.0          2.00
699          4.00         1.00           0.50           1.0          2.00
700          0.50         1.00           1.00           1.0          1.00
701          0.50         1.00           2.00           1.0          0.50
702          0.50         1.00           0.50           1.0          1.00
703          1.00         0.50           0.50           1.0          2.00
704          1.00         0.50           1.00           1.0          0.50
705          1.00         0.50           1.00           1.0          0.50
706          1.00         0.50           1.00           1.0          0.50
707          1.00         2.00           0.50           1.0          0.50
708          0.00         2.00           2.00           2.0          0.50
709          0.00         2.00           2.00           2.0          0.50
710          0.00         2.00           2.00           2.0          0.50
711          0.00         2.00           2.00           2.0          0.50
712          2.00         2.00           1.00           1.0          1.00
713          2.00         2.00           1.00           1.0          1.00
714          0.50         0.50           1.00           1.0          0.25
715          0.50         0.50           1.00           1.0          0.25
716          0.50         1.00           1.00           1.0          1.00
717          1.00         1.00           1.00           0.5          0.50
718          1.00         0.50           1.00           1.0          1.00
719          1.00         0.50           0.50           1.0          2.00
720          0.00         1.00           1.00           4.0          1.00
721          1.00         0.25           1.00           1.0          1.00
722          0.50         2.00           2.00           1.0          0.25
723          0.50         2.00           2.00           1.0          0.25
724          0.00         2.00           2.00           2.0          0.50
725          1.00         0.50           1.00           1.0          0.50
726          1.00         0.50           1.00           1.0          0.50
727          2.00         0.50           1.00           0.5          0.50
728          1.00         0.50           1.00           1.0          2.00
729          1.00         0.50           1.00           1.0          2.00
730          0.50         0.50           1.00           1.0          2.00
731          1.00         1.00           1.00           0.0          0.50
732          1.00         1.00           1.00           0.0          0.50
733          1.00         1.00           1.00           0.0          0.50
734          2.00         1.00           1.00           0.0          1.00
735          2.00         1.00           1.00           0.0          1.00
736          0.50         2.00           2.00           1.0          0.50
737          0.50         2.00           1.00           1.0          0.50
738          0.50         2.00           1.00           1.0          0.50
739          1.00         1.00           2.00           1.0          1.00
740          2.00         2.00           2.00           1.0          1.00
741          0.50         0.50           1.00           1.0          0.25
742          0.25         2.00           2.00           1.0          0.50
743          0.25         2.00           2.00           1.0          0.50
744          2.00         0.50           0.50           1.0          2.00
745          2.00         0.50           0.50           1.0          2.00
746          1.00         0.50           1.00           1.0          2.00
747          0.50         0.50           1.00           1.0          1.00
748          0.50         0.50           1.00           1.0          1.00
749          1.00         1.00           1.00           1.0          2.00
750          1.00         1.00           1.00           1.0          2.00
751          0.50         1.00           2.00           1.0          1.00
752          0.50         1.00           2.00           1.0          1.00
753          1.00         2.00           2.00           1.0          0.50
754          1.00         2.00           2.00           1.0          0.50
755          0.50         2.00           2.00           1.0          0.50
756          0.50         2.00           2.00           1.0          0.50
757          0.50         0.50           1.00           1.0          0.25
758          0.50         0.50           1.00           1.0          0.25
759          2.00         1.00           2.00           0.0          1.00
760          2.00         1.00           2.00           0.0          1.00
761          1.00         2.00           2.00           1.0          0.50
762          1.00         2.00           2.00           1.0          0.50
763          1.00         2.00           2.00           1.0          0.50
764          0.50         1.00           1.00           1.0          1.00
765          1.00         1.00           1.00           0.0          1.00
766          1.00         1.00           2.00           1.0          1.00
767          0.50         1.00           2.00           1.0          1.00
768          0.50         1.00           2.00           1.0          1.00
769          0.00         1.00           1.00           2.0          2.00
770          0.00         1.00           1.00           2.0          2.00
771          1.00         0.50           1.00           1.0          2.00
772          2.00         1.00           1.00           0.0          1.00
773          2.00         1.00           1.00           0.0          1.00
774          1.00         0.50           0.50           1.0          1.00
775          1.00         0.50           0.50           1.0          1.00
776          2.00         1.00           1.00           0.0          1.00
777          1.00         0.25           1.00           1.0          0.25
778          2.00         2.00           0.25           1.0          0.50
779          0.00         1.00           1.00           2.0          1.00
780          0.50         0.50           1.00           2.0          2.00
781          2.00         0.50           1.00           0.0          0.50
782          0.00         2.00           2.00           2.0          0.50
783          1.00         0.50           1.00           1.0          0.50
784          1.00         0.50           2.00           1.0          0.50
785          1.00         0.50           2.00           1.0          0.50
786          0.50         1.00           0.50           1.0          1.00
787          0.25         1.00           1.00           2.0          1.00
788          0.50         2.00           2.00           1.0          0.50
789          0.50         0.50           1.00           1.0          2.00
790          0.50         1.00           1.00           2.0          1.00
791          0.50         1.00           1.00           2.0          1.00
792          1.00         2.00           0.50           2.0          0.50
793          0.00         1.00           1.00           4.0          1.00
794          1.00         0.50           0.50           1.0          1.00
795          0.50         2.00           4.00           1.0          0.50
796          0.50         2.00           4.00           1.0          0.50
797          1.00         1.00           0.50           1.0          1.00
798          1.00         2.00           0.50           1.0          0.25
799          2.00         4.00           1.00           1.0          0.25
800          2.00         0.50           1.00           0.5          0.50
801          0.50         1.00           1.00           2.0          1.00
802          1.00         2.00           0.50           1.0          0.50
    against_ground against_ice against_normal against_poison against_psychic
1             1.00        2.00           1.00           1.00            2.00
2             1.00        2.00           1.00           1.00            2.00
3             1.00        2.00           1.00           1.00            2.00
4             2.00        0.50           1.00           1.00            1.00
5             2.00        0.50           1.00           1.00            1.00
6             0.00        1.00           1.00           1.00            1.00
7             1.00        0.50           1.00           1.00            1.00
8             1.00        0.50           1.00           1.00            1.00
9             1.00        0.50           1.00           1.00            1.00
10            0.50        1.00           1.00           1.00            1.00
11            0.50        1.00           1.00           1.00            1.00
12            0.00        2.00           1.00           1.00            1.00
13            1.00        1.00           1.00           0.50            2.00
14            1.00        1.00           1.00           0.50            2.00
15            1.00        1.00           1.00           0.50            2.00
16            0.00        2.00           1.00           1.00            1.00
17            0.00        2.00           1.00           1.00            1.00
18            0.00        2.00           1.00           1.00            1.00
19            1.00        1.00           1.00           1.00            1.00
20            1.00        1.00           1.00           1.00            1.00
21            0.00        2.00           1.00           1.00            1.00
22            0.00        2.00           1.00           1.00            1.00
23            2.00        1.00           1.00           0.50            2.00
24            2.00        1.00           1.00           0.50            2.00
25            2.00        1.00           1.00           1.00            1.00
26            2.00        1.00           1.00           1.00            1.00
27            1.00        2.00           1.00           0.50            1.00
28            1.00        2.00           1.00           0.50            1.00
29            2.00        1.00           1.00           0.50            2.00
30            2.00        1.00           1.00           0.50            2.00
31            2.00        2.00           1.00           0.25            2.00
32            2.00        1.00           1.00           0.50            2.00
33            2.00        1.00           1.00           0.50            2.00
34            2.00        2.00           1.00           0.25            2.00
35            1.00        1.00           1.00           2.00            1.00
36            1.00        1.00           1.00           2.00            1.00
37            2.00        0.50           1.00           1.00            1.00
38            2.00        0.50           1.00           1.00            1.00
39            1.00        1.00           1.00           2.00            1.00
40            1.00        1.00           1.00           2.00            1.00
41            0.00        2.00           1.00           0.50            2.00
42            0.00        2.00           1.00           0.50            2.00
43            1.00        2.00           1.00           1.00            2.00
44            1.00        2.00           1.00           1.00            2.00
45            1.00        2.00           1.00           1.00            2.00
46            0.25        2.00           1.00           2.00            1.00
47            0.25        2.00           1.00           2.00            1.00
48            1.00        1.00           1.00           0.50            2.00
49            1.00        1.00           1.00           0.50            2.00
50            1.00        2.00           1.00           0.50            1.00
51            1.00        2.00           1.00           0.50            1.00
52            1.00        1.00           1.00           1.00            1.00
53            1.00        1.00           1.00           1.00            1.00
54            1.00        0.50           1.00           1.00            1.00
55            1.00        0.50           1.00           1.00            1.00
56            1.00        1.00           1.00           1.00            2.00
57            1.00        1.00           1.00           1.00            2.00
58            2.00        0.50           1.00           1.00            1.00
59            2.00        0.50           1.00           1.00            1.00
60            1.00        0.50           1.00           1.00            1.00
61            1.00        0.50           1.00           1.00            1.00
62            1.00        0.50           1.00           1.00            2.00
63            1.00        1.00           1.00           1.00            0.50
64            1.00        1.00           1.00           1.00            0.50
65            1.00        1.00           1.00           1.00            0.50
66            1.00        1.00           1.00           1.00            2.00
67            1.00        1.00           1.00           1.00            2.00
68            1.00        1.00           1.00           1.00            2.00
69            1.00        2.00           1.00           1.00            2.00
70            1.00        2.00           1.00           1.00            2.00
71            1.00        2.00           1.00           1.00            2.00
72            2.00        0.50           1.00           0.50            2.00
73            2.00        0.50           1.00           0.50            2.00
74            2.00        2.00           0.50           0.25            1.00
75            2.00        2.00           0.50           0.25            1.00
76            2.00        2.00           0.50           0.25            1.00
77            2.00        0.50           1.00           1.00            1.00
78            2.00        0.50           1.00           1.00            1.00
79            1.00        0.50           1.00           1.00            0.50
80            1.00        0.50           1.00           1.00            0.50
81            4.00        0.50           0.50           0.00            0.50
82            4.00        0.50           0.50           0.00            0.50
83            0.00        2.00           1.00           1.00            1.00
84            0.00        2.00           1.00           1.00            1.00
85            0.00        2.00           1.00           1.00            1.00
86            1.00        0.50           1.00           1.00            1.00
87            1.00        0.25           1.00           1.00            1.00
88            2.00        1.00           1.00           0.50            2.00
89            2.00        1.00           1.00           0.50            2.00
90            1.00        0.50           1.00           1.00            1.00
91            1.00        0.25           1.00           1.00            1.00
92            2.00        1.00           0.00           0.25            2.00
93            2.00        1.00           0.00           0.25            2.00
94            2.00        1.00           0.00           0.25            2.00
95            2.00        2.00           0.50           0.25            1.00
96            1.00        1.00           1.00           1.00            0.50
97            1.00        1.00           1.00           1.00            0.50
98            1.00        0.50           1.00           1.00            1.00
99            1.00        0.50           1.00           1.00            1.00
100           2.00        1.00           1.00           1.00            1.00
101           2.00        1.00           1.00           1.00            1.00
102           0.50        2.00           1.00           2.00            0.50
103           0.50        2.00           1.00           2.00            0.50
104           1.00        2.00           1.00           0.50            1.00
105           1.00        2.00           1.00           0.50            1.00
106           1.00        1.00           1.00           1.00            2.00
107           1.00        1.00           1.00           1.00            2.00
108           1.00        1.00           1.00           1.00            1.00
109           2.00        1.00           1.00           0.50            2.00
110           2.00        1.00           1.00           0.50            2.00
111           2.00        2.00           0.50           0.25            1.00
112           2.00        2.00           0.50           0.25            1.00
113           1.00        1.00           1.00           1.00            1.00
114           0.50        2.00           1.00           2.00            1.00
115           1.00        1.00           1.00           1.00            1.00
116           1.00        0.50           1.00           1.00            1.00
117           1.00        0.50           1.00           1.00            1.00
118           1.00        0.50           1.00           1.00            1.00
119           1.00        0.50           1.00           1.00            1.00
120           1.00        0.50           1.00           1.00            1.00
121           1.00        0.50           1.00           1.00            0.50
122           1.00        1.00           1.00           2.00            0.50
123           0.00        2.00           1.00           1.00            1.00
124           1.00        0.50           1.00           1.00            0.50
125           2.00        1.00           1.00           1.00            1.00
126           2.00        0.50           1.00           1.00            1.00
127           0.50        1.00           1.00           1.00            1.00
128           1.00        1.00           1.00           1.00            1.00
129           1.00        0.50           1.00           1.00            1.00
130           0.00        1.00           1.00           1.00            1.00
131           1.00        0.25           1.00           1.00            1.00
132           1.00        1.00           1.00           1.00            1.00
133           1.00        1.00           1.00           1.00            1.00
134           1.00        0.50           1.00           1.00            1.00
135           2.00        1.00           1.00           1.00            1.00
136           2.00        0.50           1.00           1.00            1.00
137           1.00        1.00           1.00           1.00            1.00
138           2.00        0.50           0.50           0.50            1.00
139           2.00        0.50           0.50           0.50            1.00
140           2.00        0.50           0.50           0.50            1.00
141           2.00        0.50           0.50           0.50            1.00
142           0.00        2.00           0.50           0.50            1.00
143           1.00        1.00           1.00           1.00            1.00
144           0.00        1.00           1.00           1.00            1.00
145           0.00        2.00           1.00           1.00            1.00
146           0.00        1.00           1.00           1.00            1.00
147           1.00        2.00           1.00           1.00            1.00
148           1.00        2.00           1.00           1.00            1.00
149           0.00        4.00           1.00           1.00            1.00
150           1.00        1.00           1.00           1.00            0.50
151           1.00        1.00           1.00           1.00            0.50
152           0.50        2.00           1.00           2.00            1.00
153           0.50        2.00           1.00           2.00            1.00
154           0.50        2.00           1.00           2.00            1.00
155           2.00        0.50           1.00           1.00            1.00
156           2.00        0.50           1.00           1.00            1.00
157           2.00        0.50           1.00           1.00            1.00
158           1.00        0.50           1.00           1.00            1.00
159           1.00        0.50           1.00           1.00            1.00
160           1.00        0.50           1.00           1.00            1.00
161           1.00        1.00           1.00           1.00            1.00
162           1.00        1.00           1.00           1.00            1.00
163           0.00        2.00           1.00           1.00            1.00
164           0.00        2.00           1.00           1.00            1.00
165           0.00        2.00           1.00           1.00            1.00
166           0.00        2.00           1.00           1.00            1.00
167           1.00        1.00           1.00           0.50            2.00
168           1.00        1.00           1.00           0.50            2.00
169           0.00        2.00           1.00           0.50            2.00
170           2.00        0.50           1.00           1.00            1.00
171           2.00        0.50           1.00           1.00            1.00
172           2.00        1.00           1.00           1.00            1.00
173           1.00        1.00           1.00           2.00            1.00
174           1.00        1.00           1.00           2.00            1.00
175           1.00        1.00           1.00           2.00            1.00
176           0.00        2.00           1.00           2.00            1.00
177           0.00        2.00           1.00           1.00            0.50
178           0.00        2.00           1.00           1.00            0.50
179           2.00        1.00           1.00           1.00            1.00
180           2.00        1.00           1.00           1.00            1.00
181           2.00        1.00           1.00           1.00            1.00
182           0.50        2.00           1.00           2.00            1.00
183           1.00        0.50           1.00           2.00            1.00
184           1.00        0.50           1.00           2.00            1.00
185           2.00        1.00           0.50           0.50            1.00
186           1.00        0.50           1.00           1.00            1.00
187           0.00        4.00           1.00           2.00            1.00
188           0.00        4.00           1.00           2.00            1.00
189           0.00        4.00           1.00           2.00            1.00
190           1.00        1.00           1.00           1.00            1.00
191           0.50        2.00           1.00           2.00            1.00
192           0.50        2.00           1.00           2.00            1.00
193           0.00        2.00           1.00           1.00            1.00
194           1.00        1.00           1.00           0.50            1.00
195           1.00        1.00           1.00           0.50            1.00
196           1.00        1.00           1.00           1.00            0.50
197           1.00        1.00           1.00           1.00            0.00
198           0.00        2.00           1.00           1.00            0.00
199           1.00        0.50           1.00           1.00            0.50
200           1.00        1.00           0.00           0.50            1.00
201           1.00        1.00           1.00           1.00            0.50
202           1.00        1.00           1.00           1.00            0.50
203           1.00        1.00           1.00           1.00            0.50
204           0.50        1.00           1.00           1.00            1.00
205           1.00        0.50           0.50           0.00            0.50
206           1.00        1.00           1.00           1.00            1.00
207           0.00        4.00           1.00           0.50            1.00
208           2.00        1.00           0.50           0.00            0.50
209           1.00        1.00           1.00           2.00            1.00
210           1.00        1.00           1.00           2.00            1.00
211           2.00        0.50           1.00           0.50            2.00
212           1.00        0.50           0.50           0.00            0.50
213           1.00        1.00           0.50           0.50            1.00
214           0.50        1.00           1.00           1.00            2.00
215           1.00        0.50           1.00           1.00            0.00
216           1.00        1.00           1.00           1.00            1.00
217           1.00        1.00           1.00           1.00            1.00
218           2.00        0.50           1.00           1.00            1.00
219           4.00        0.50           0.50           0.50            1.00
220           1.00        1.00           1.00           0.50            1.00
221           1.00        1.00           1.00           0.50            1.00
222           2.00        0.50           0.50           0.50            1.00
223           1.00        0.50           1.00           1.00            1.00
224           1.00        0.50           1.00           1.00            1.00
225           0.00        1.00           1.00           1.00            1.00
226           0.00        1.00           1.00           1.00            1.00
227           0.00        1.00           0.50           0.00            0.50
228           2.00        0.50           1.00           1.00            0.00
229           2.00        0.50           1.00           1.00            0.00
230           1.00        1.00           1.00           1.00            1.00
231           1.00        2.00           1.00           0.50            1.00
232           1.00        2.00           1.00           0.50            1.00
233           1.00        1.00           1.00           1.00            1.00
234           1.00        1.00           1.00           1.00            1.00
235           1.00        1.00           1.00           1.00            1.00
236           1.00        1.00           1.00           1.00            2.00
237           1.00        1.00           1.00           1.00            2.00
238           1.00        0.50           1.00           1.00            0.50
239           2.00        1.00           1.00           1.00            1.00
240           2.00        0.50           1.00           1.00            1.00
241           1.00        1.00           1.00           1.00            1.00
242           1.00        1.00           1.00           1.00            1.00
243           2.00        1.00           1.00           1.00            1.00
244           2.00        0.50           1.00           1.00            1.00
245           1.00        0.50           1.00           1.00            1.00
246           2.00        2.00           0.50           0.25            1.00
247           2.00        2.00           0.50           0.25            1.00
248           2.00        1.00           0.50           0.50            0.00
249           0.00        2.00           1.00           1.00            0.50
250           0.00        1.00           1.00           1.00            1.00
251           0.50        2.00           1.00           2.00            0.50
252           0.50        2.00           1.00           2.00            1.00
253           0.50        2.00           1.00           2.00            1.00
254           0.50        2.00           1.00           2.00            1.00
255           2.00        0.50           1.00           1.00            1.00
256           2.00        0.50           1.00           1.00            2.00
257           2.00        0.50           1.00           1.00            2.00
258           1.00        0.50           1.00           1.00            1.00
259           1.00        1.00           1.00           0.50            1.00
260           1.00        1.00           1.00           0.50            1.00
261           1.00        1.00           1.00           1.00            0.00
262           1.00        1.00           1.00           1.00            0.00
263           1.00        1.00           1.00           1.00            1.00
264           1.00        1.00           1.00           1.00            1.00
265           0.50        1.00           1.00           1.00            1.00
266           0.50        1.00           1.00           1.00            1.00
267           0.00        2.00           1.00           1.00            1.00
268           0.50        1.00           1.00           1.00            1.00
269           1.00        1.00           1.00           0.50            2.00
270           0.50        1.00           1.00           2.00            1.00
271           0.50        1.00           1.00           2.00            1.00
272           0.50        1.00           1.00           2.00            1.00
273           0.50        2.00           1.00           2.00            1.00
274           0.50        2.00           1.00           2.00            0.00
275           0.50        2.00           1.00           2.00            0.00
276           0.00        2.00           1.00           1.00            1.00
277           0.00        2.00           1.00           1.00            1.00
278           0.00        1.00           1.00           1.00            1.00
279           0.00        1.00           1.00           1.00            1.00
280           1.00        1.00           1.00           2.00            0.50
281           1.00        1.00           1.00           2.00            0.50
282           1.00        1.00           1.00           2.00            0.50
283           0.50        0.50           1.00           1.00            1.00
284           0.00        2.00           1.00           1.00            1.00
285           0.50        2.00           1.00           2.00            1.00
286           0.50        2.00           1.00           2.00            2.00
287           1.00        1.00           1.00           1.00            1.00
288           1.00        1.00           1.00           1.00            1.00
289           1.00        1.00           1.00           1.00            1.00
290           0.50        2.00           1.00           0.50            1.00
291           0.00        2.00           1.00           1.00            1.00
292           0.50        1.00           0.00           0.50            1.00
293           1.00        1.00           1.00           1.00            1.00
294           1.00        1.00           1.00           1.00            1.00
295           1.00        1.00           1.00           1.00            1.00
296           1.00        1.00           1.00           1.00            2.00
297           1.00        1.00           1.00           1.00            2.00
298           1.00        1.00           1.00           2.00            1.00
299           2.00        1.00           0.50           0.50            1.00
300           1.00        1.00           1.00           1.00            1.00
301           1.00        1.00           1.00           1.00            1.00
302           1.00        1.00           0.00           0.50            0.00
303           2.00        0.50           0.50           0.00            0.50
304           4.00        0.50           0.25           0.00            0.50
305           4.00        0.50           0.25           0.00            0.50
306           4.00        0.50           0.25           0.00            0.50
307           1.00        1.00           1.00           1.00            1.00
308           1.00        1.00           1.00           1.00            1.00
309           2.00        1.00           1.00           1.00            1.00
310           2.00        1.00           1.00           1.00            1.00
311           2.00        1.00           1.00           1.00            1.00
312           2.00        1.00           1.00           1.00            1.00
313           0.50        1.00           1.00           1.00            1.00
314           0.50        1.00           1.00           1.00            1.00
315           1.00        2.00           1.00           1.00            2.00
316           2.00        1.00           1.00           0.50            2.00
317           2.00        1.00           1.00           0.50            2.00
318           1.00        0.50           1.00           1.00            0.00
319           1.00        0.50           1.00           1.00            0.00
320           1.00        0.50           1.00           1.00            1.00
321           1.00        0.50           1.00           1.00            1.00
322           2.00        1.00           1.00           0.50            1.00
323           2.00        1.00           1.00           0.50            1.00
324           2.00        0.50           1.00           1.00            1.00
325           1.00        1.00           1.00           1.00            0.50
326           1.00        1.00           1.00           1.00            0.50
327           1.00        1.00           1.00           1.00            1.00
328           1.00        2.00           1.00           0.50            1.00
329           1.00        4.00           1.00           0.50            1.00
330           1.00        4.00           1.00           0.50            1.00
331           0.50        2.00           1.00           2.00            1.00
332           0.50        2.00           1.00           2.00            0.00
333           0.00        2.00           1.00           1.00            1.00
334           0.00        4.00           1.00           1.00            1.00
335           1.00        1.00           1.00           1.00            1.00
336           2.00        1.00           1.00           0.50            2.00
337           2.00        1.00           0.50           0.50            0.50
338           2.00        1.00           0.50           0.50            0.50
339           1.00        1.00           1.00           0.50            1.00
340           1.00        1.00           1.00           0.50            1.00
341           1.00        0.50           1.00           1.00            1.00
342           1.00        0.50           1.00           1.00            0.00
343           1.00        2.00           1.00           0.50            0.50
344           1.00        2.00           1.00           0.50            0.50
345           1.00        2.00           0.50           1.00            1.00
346           1.00        2.00           0.50           1.00            1.00
347           1.00        1.00           0.50           0.50            1.00
348           1.00        1.00           0.50           0.50            1.00
349           1.00        0.50           1.00           1.00            1.00
350           1.00        0.50           1.00           1.00            1.00
351           1.00        1.00           1.00           1.00            1.00
352           1.00        1.00           1.00           1.00            1.00
353           1.00        1.00           0.00           0.50            1.00
354           1.00        1.00           0.00           0.50            1.00
355           1.00        1.00           0.00           0.50            1.00
356           1.00        1.00           0.00           0.50            1.00
357           0.00        4.00           1.00           2.00            1.00
358           1.00        1.00           1.00           1.00            0.50
359           1.00        1.00           1.00           1.00            0.00
360           1.00        1.00           1.00           1.00            0.50
361           1.00        0.50           1.00           1.00            1.00
362           1.00        0.50           1.00           1.00            1.00
363           1.00        0.25           1.00           1.00            1.00
364           1.00        0.25           1.00           1.00            1.00
365           1.00        0.25           1.00           1.00            1.00
366           1.00        0.50           1.00           1.00            1.00
367           1.00        0.50           1.00           1.00            1.00
368           1.00        0.50           1.00           1.00            1.00
369           2.00        0.50           0.50           0.50            1.00
370           1.00        0.50           1.00           1.00            1.00
371           1.00        2.00           1.00           1.00            1.00
372           1.00        2.00           1.00           1.00            1.00
373           0.00        4.00           1.00           1.00            1.00
374           2.00        0.50           0.50           0.00            0.25
375           2.00        0.50           0.50           0.00            0.25
376           2.00        0.50           0.50           0.00            0.25
377           2.00        1.00           0.50           0.50            1.00
378           1.00        0.50           1.00           1.00            1.00
379           2.00        0.50           0.50           0.00            0.50
380           1.00        2.00           1.00           1.00            0.50
381           1.00        2.00           1.00           1.00            0.50
382           1.00        0.50           1.00           1.00            1.00
383           1.00        2.00           1.00           0.50            1.00
384           0.00        4.00           1.00           1.00            1.00
385           2.00        0.50           0.50           0.00            0.25
386           1.00        1.00           1.00           1.00            0.50
387           0.50        2.00           1.00           2.00            1.00
388           0.50        2.00           1.00           2.00            1.00
389           0.50        4.00           1.00           1.00            1.00
390           2.00        0.50           1.00           1.00            1.00
391           2.00        0.50           1.00           1.00            2.00
392           2.00        0.50           1.00           1.00            2.00
393           1.00        0.50           1.00           1.00            1.00
394           1.00        0.50           1.00           1.00            1.00
395           2.00        0.25           0.50           0.00            0.50
396           0.00        2.00           1.00           1.00            1.00
397           0.00        2.00           1.00           1.00            1.00
398           0.00        2.00           1.00           1.00            1.00
399           1.00        1.00           1.00           1.00            1.00
400           1.00        0.50           1.00           1.00            1.00
401           0.50        1.00           1.00           1.00            1.00
402           0.50        1.00           1.00           1.00            1.00
403           2.00        1.00           1.00           1.00            1.00
404           2.00        1.00           1.00           1.00            1.00
405           2.00        1.00           1.00           1.00            1.00
406           1.00        2.00           1.00           1.00            2.00
407           1.00        2.00           1.00           1.00            2.00
408           2.00        1.00           0.50           0.50            1.00
409           2.00        1.00           0.50           0.50            1.00
410           4.00        0.50           0.25           0.00            0.50
411           4.00        0.50           0.25           0.00            0.50
412           0.50        1.00           1.00           1.00            1.00
413           0.25        2.00           1.00           2.00            1.00
414           0.00        2.00           1.00           1.00            1.00
415           0.00        2.00           1.00           1.00            1.00
416           0.00        2.00           1.00           1.00            1.00
417           2.00        1.00           1.00           1.00            1.00
418           1.00        0.50           1.00           1.00            1.00
419           1.00        0.50           1.00           1.00            1.00
420           0.50        2.00           1.00           2.00            1.00
421           0.50        2.00           1.00           2.00            1.00
422           1.00        0.50           1.00           1.00            1.00
423           1.00        1.00           1.00           0.50            1.00
424           1.00        1.00           1.00           1.00            1.00
425           0.00        2.00           0.00           0.50            1.00
426           0.00        2.00           0.00           0.50            1.00
427           1.00        1.00           1.00           1.00            1.00
428           1.00        1.00           1.00           1.00            1.00
429           1.00        1.00           0.00           0.50            1.00
430           0.00        2.00           1.00           1.00            0.00
431           1.00        1.00           1.00           1.00            1.00
432           1.00        1.00           1.00           1.00            1.00
433           1.00        1.00           1.00           1.00            0.50
434           2.00        1.00           1.00           0.50            0.00
435           2.00        1.00           1.00           0.50            0.00
436           2.00        0.50           0.50           0.00            0.25
437           2.00        0.50           0.50           0.00            0.25
438           2.00        1.00           0.50           0.50            1.00
439           1.00        1.00           1.00           2.00            0.50
440           1.00        1.00           1.00           1.00            1.00
441           0.00        2.00           1.00           1.00            1.00
442           1.00        1.00           0.00           0.50            0.00
443           1.00        4.00           1.00           0.50            1.00
444           1.00        4.00           1.00           0.50            1.00
445           1.00        4.00           1.00           0.50            1.00
446           1.00        1.00           1.00           1.00            1.00
447           1.00        1.00           1.00           1.00            2.00
448           2.00        0.50           0.50           0.00            1.00
449           1.00        2.00           1.00           0.50            1.00
450           1.00        2.00           1.00           0.50            1.00
451           1.00        1.00           1.00           0.50            2.00
452           2.00        1.00           1.00           0.50            0.00
453           2.00        1.00           1.00           0.50            4.00
454           2.00        1.00           1.00           0.50            4.00
455           0.50        2.00           1.00           2.00            1.00
456           1.00        0.50           1.00           1.00            1.00
457           1.00        0.50           1.00           1.00            1.00
458           0.00        1.00           1.00           1.00            1.00
459           0.50        1.00           1.00           2.00            1.00
460           0.50        1.00           1.00           2.00            1.00
461           1.00        0.50           1.00           1.00            0.00
462           4.00        0.50           0.50           0.00            0.50
463           1.00        1.00           1.00           1.00            1.00
464           2.00        2.00           0.50           0.25            1.00
465           0.50        2.00           1.00           2.00            1.00
466           2.00        1.00           1.00           1.00            1.00
467           2.00        0.50           1.00           1.00            1.00
468           0.00        2.00           1.00           2.00            1.00
469           0.00        2.00           1.00           1.00            1.00
470           0.50        2.00           1.00           2.00            1.00
471           1.00        0.50           1.00           1.00            1.00
472           0.00        4.00           1.00           0.50            1.00
473           1.00        1.00           1.00           0.50            1.00
474           1.00        1.00           1.00           1.00            1.00
475           1.00        1.00           1.00           1.00            1.00
476           4.00        0.50           0.25           0.00            0.50
477           1.00        1.00           0.00           0.50            1.00
478           1.00        0.50           0.00           0.50            1.00
479           2.00        1.00           0.00           0.50            1.00
480           1.00        1.00           1.00           1.00            0.50
481           1.00        1.00           1.00           1.00            0.50
482           1.00        1.00           1.00           1.00            0.50
483           2.00        1.00           0.50           0.00            0.50
484           1.00        1.00           1.00           1.00            1.00
485           4.00        0.25           0.50           0.00            0.50
486           1.00        1.00           1.00           1.00            1.00
487           1.00        2.00           0.00           0.50            1.00
488           1.00        1.00           1.00           1.00            0.50
489           1.00        0.50           1.00           1.00            1.00
490           1.00        0.50           1.00           1.00            1.00
491           1.00        1.00           1.00           1.00            0.00
492           0.50        2.00           1.00           2.00            1.00
493           1.00        1.00           1.00           1.00            1.00
494           2.00        0.50           1.00           1.00            0.50
495           0.50        2.00           1.00           2.00            1.00
496           0.50        2.00           1.00           2.00            1.00
497           0.50        2.00           1.00           2.00            1.00
498           2.00        0.50           1.00           1.00            1.00
499           2.00        0.50           1.00           1.00            2.00
500           2.00        0.50           1.00           1.00            2.00
501           1.00        0.50           1.00           1.00            1.00
502           1.00        0.50           1.00           1.00            1.00
503           1.00        0.50           1.00           1.00            1.00
504           1.00        1.00           1.00           1.00            1.00
505           1.00        1.00           1.00           1.00            1.00
506           1.00        1.00           1.00           1.00            1.00
507           1.00        1.00           1.00           1.00            1.00
508           1.00        1.00           1.00           1.00            1.00
509           1.00        1.00           1.00           1.00            0.00
510           1.00        1.00           1.00           1.00            0.00
511           0.50        2.00           1.00           2.00            1.00
512           0.50        2.00           1.00           2.00            1.00
513           2.00        0.50           1.00           1.00            1.00
514           2.00        0.50           1.00           1.00            1.00
515           1.00        0.50           1.00           1.00            1.00
516           1.00        0.50           1.00           1.00            1.00
517           1.00        1.00           1.00           1.00            0.50
518           1.00        1.00           1.00           1.00            0.50
519           0.00        2.00           1.00           1.00            1.00
520           0.00        2.00           1.00           1.00            1.00
521           0.00        2.00           1.00           1.00            1.00
522           2.00        1.00           1.00           1.00            1.00
523           2.00        1.00           1.00           1.00            1.00
524           2.00        1.00           0.50           0.50            1.00
525           2.00        1.00           0.50           0.50            1.00
526           2.00        1.00           0.50           0.50            1.00
527           0.00        2.00           1.00           1.00            0.50
528           0.00        2.00           1.00           1.00            0.50
529           1.00        2.00           1.00           0.50            1.00
530           2.00        1.00           0.50           0.00            0.50
531           1.00        1.00           1.00           1.00            1.00
532           1.00        1.00           1.00           1.00            2.00
533           1.00        1.00           1.00           1.00            2.00
534           1.00        1.00           1.00           1.00            2.00
535           1.00        0.50           1.00           1.00            1.00
536           1.00        1.00           1.00           0.50            1.00
537           1.00        1.00           1.00           0.50            1.00
538           1.00        1.00           1.00           1.00            2.00
539           1.00        1.00           1.00           1.00            2.00
540           0.25        2.00           1.00           2.00            1.00
541           0.25        2.00           1.00           2.00            1.00
542           0.25        2.00           1.00           2.00            1.00
543           1.00        1.00           1.00           0.50            2.00
544           1.00        1.00           1.00           0.50            2.00
545           1.00        1.00           1.00           0.50            2.00
546           0.50        2.00           1.00           4.00            1.00
547           0.50        2.00           1.00           4.00            1.00
548           0.50        2.00           1.00           2.00            1.00
549           0.50        2.00           1.00           2.00            1.00
550           1.00        0.50           1.00           1.00            1.00
551           1.00        2.00           1.00           0.50            0.00
552           1.00        2.00           1.00           0.50            0.00
553           1.00        2.00           1.00           0.50            0.00
554           2.00        0.50           1.00           1.00            1.00
555           2.00        0.50           1.00           1.00            1.00
556           0.50        2.00           1.00           2.00            1.00
557           1.00        1.00           0.50           0.50            1.00
558           1.00        1.00           0.50           0.50            1.00
559           1.00        1.00           1.00           1.00            0.00
560           1.00        1.00           1.00           1.00            0.00
561           0.00        2.00           1.00           1.00            0.50
562           1.00        1.00           0.00           0.50            1.00
563           1.00        1.00           0.00           0.50            1.00
564           2.00        0.50           0.50           0.50            1.00
565           2.00        0.50           0.50           0.50            1.00
566           0.00        2.00           0.50           0.50            1.00
567           0.00        2.00           0.50           0.50            1.00
568           2.00        1.00           1.00           0.50            2.00
569           2.00        1.00           1.00           0.50            2.00
570           1.00        1.00           1.00           1.00            0.00
571           1.00        1.00           1.00           1.00            0.00
572           1.00        1.00           1.00           1.00            1.00
573           1.00        1.00           1.00           1.00            1.00
574           1.00        1.00           1.00           1.00            0.50
575           1.00        1.00           1.00           1.00            0.50
576           1.00        1.00           1.00           1.00            0.50
577           1.00        1.00           1.00           1.00            0.50
578           1.00        1.00           1.00           1.00            0.50
579           1.00        1.00           1.00           1.00            0.50
580           0.00        1.00           1.00           1.00            1.00
581           0.00        1.00           1.00           1.00            1.00
582           1.00        0.50           1.00           1.00            1.00
583           1.00        0.50           1.00           1.00            1.00
584           1.00        0.50           1.00           1.00            1.00
585           0.50        2.00           1.00           2.00            1.00
586           0.50        2.00           1.00           2.00            1.00
587           0.00        2.00           1.00           1.00            1.00
588           0.50        1.00           1.00           1.00            1.00
589           1.00        0.50           0.50           0.00            0.50
590           1.00        2.00           1.00           1.00            2.00
591           1.00        2.00           1.00           1.00            2.00
592           1.00        0.50           0.00           0.50            1.00
593           1.00        0.50           0.00           0.50            1.00
594           1.00        0.50           1.00           1.00            1.00
595           1.00        1.00           1.00           1.00            1.00
596           1.00        1.00           1.00           1.00            1.00
597           1.00        1.00           0.50           0.00            0.50
598           1.00        1.00           0.50           0.00            0.50
599           2.00        0.50           0.50           0.00            0.50
600           2.00        0.50           0.50           0.00            0.50
601           2.00        0.50           0.50           0.00            0.50
602           2.00        1.00           1.00           1.00            1.00
603           2.00        1.00           1.00           1.00            1.00
604           2.00        1.00           1.00           1.00            1.00
605           1.00        1.00           1.00           1.00            0.50
606           1.00        1.00           1.00           1.00            0.50
607           2.00        0.50           0.00           0.50            1.00
608           2.00        0.50           0.00           0.50            1.00
609           2.00        0.50           0.00           0.50            1.00
610           1.00        2.00           1.00           1.00            1.00
611           1.00        2.00           1.00           1.00            1.00
612           1.00        2.00           1.00           1.00            1.00
613           1.00        0.50           1.00           1.00            1.00
614           1.00        0.50           1.00           1.00            1.00
615           1.00        0.50           1.00           1.00            1.00
616           0.50        1.00           1.00           1.00            1.00
617           0.50        1.00           1.00           1.00            1.00
618           2.00        2.00           1.00           0.50            1.00
619           1.00        1.00           1.00           1.00            2.00
620           1.00        1.00           1.00           1.00            2.00
621           1.00        2.00           1.00           1.00            1.00
622           1.00        2.00           0.00           0.25            1.00
623           1.00        2.00           0.00           0.25            1.00
624           2.00        0.50           0.50           0.00            0.00
625           2.00        0.50           0.50           0.00            0.00
626           1.00        1.00           1.00           1.00            1.00
627           0.00        2.00           1.00           1.00            1.00
628           0.00        2.00           1.00           1.00            1.00
629           0.00        2.00           1.00           1.00            0.00
630           0.00        2.00           1.00           1.00            0.00
631           2.00        0.50           1.00           1.00            1.00
632           1.00        0.50           0.50           0.00            0.50
633           1.00        2.00           1.00           1.00            0.00
634           1.00        2.00           1.00           1.00            0.00
635           1.00        2.00           1.00           1.00            0.00
636           1.00        0.50           1.00           1.00            1.00
637           1.00        0.50           1.00           1.00            1.00
638           2.00        0.50           0.50           0.00            1.00
639           2.00        1.00           0.50           0.50            2.00
640           0.50        2.00           1.00           2.00            2.00
641           0.00        2.00           1.00           1.00            1.00
642           0.00        2.00           1.00           1.00            1.00
643           2.00        1.00           1.00           1.00            1.00
644           2.00        2.00           1.00           1.00            1.00
645           0.00        4.00           1.00           0.50            1.00
646           1.00        1.00           1.00           1.00            1.00
647           1.00        0.50           1.00           1.00            2.00
648           1.00        1.00           1.00           1.00            0.50
649           1.00        0.50           0.50           0.00            0.50
650           0.50        2.00           1.00           2.00            1.00
651           0.50        2.00           1.00           2.00            1.00
652           0.50        2.00           1.00           2.00            2.00
653           2.00        0.50           1.00           1.00            1.00
654           2.00        0.50           1.00           1.00            1.00
655           2.00        0.50           1.00           1.00            0.50
656           1.00        0.50           1.00           1.00            1.00
657           1.00        0.50           1.00           1.00            1.00
658           1.00        0.50           1.00           1.00            0.00
659           1.00        1.00           1.00           1.00            1.00
660           1.00        2.00           1.00           0.50            1.00
661           0.00        2.00           1.00           1.00            1.00
662           0.00        1.00           1.00           1.00            1.00
663           0.00        1.00           1.00           1.00            1.00
664           0.50        1.00           1.00           1.00            1.00
665           0.50        1.00           1.00           1.00            1.00
666           0.00        2.00           1.00           1.00            1.00
667           2.00        0.50           1.00           1.00            1.00
668           2.00        0.50           1.00           1.00            1.00
669           1.00        1.00           1.00           2.00            1.00
670           1.00        1.00           1.00           2.00            1.00
671           1.00        1.00           1.00           2.00            1.00
672           0.50        2.00           1.00           2.00            1.00
673           0.50        2.00           1.00           2.00            1.00
674           1.00        1.00           1.00           1.00            2.00
675           1.00        1.00           1.00           1.00            0.00
676           1.00        1.00           1.00           1.00            1.00
677           1.00        1.00           1.00           1.00            0.50
678           1.00        1.00           1.00           1.00            0.50
679           2.00        0.50           0.00           0.00            0.50
680           2.00        0.50           0.00           0.00            0.50
681           2.00        0.50           0.00           0.00            0.50
682           1.00        1.00           1.00           2.00            1.00
683           1.00        1.00           1.00           2.00            1.00
684           1.00        1.00           1.00           2.00            1.00
685           1.00        1.00           1.00           2.00            1.00
686           1.00        1.00           1.00           1.00            0.00
687           1.00        1.00           1.00           1.00            0.00
688           2.00        0.50           0.50           0.50            1.00
689           2.00        0.50           0.50           0.50            1.00
690           2.00        0.50           1.00           0.50            2.00
691           2.00        2.00           1.00           0.50            2.00
692           1.00        0.50           1.00           1.00            1.00
693           1.00        0.50           1.00           1.00            1.00
694           2.00        1.00           1.00           1.00            1.00
695           2.00        1.00           1.00           1.00            1.00
696           2.00        2.00           0.50           0.50            1.00
697           2.00        2.00           0.50           0.50            1.00
698           2.00        0.50           0.50           0.50            1.00
699           2.00        0.50           0.50           0.50            1.00
700           1.00        1.00           1.00           2.00            1.00
701           0.00        2.00           1.00           1.00            2.00
702           2.00        1.00           1.00           2.00            1.00
703           2.00        1.00           0.50           1.00            1.00
704           1.00        2.00           1.00           1.00            1.00
705           1.00        2.00           1.00           1.00            1.00
706           1.00        2.00           1.00           1.00            1.00
707           2.00        0.50           0.50           0.00            0.50
708           0.50        2.00           0.00           1.00            1.00
709           0.50        2.00           0.00           1.00            1.00
710           0.50        2.00           0.00           1.00            1.00
711           0.50        2.00           0.00           1.00            1.00
712           1.00        0.50           1.00           1.00            1.00
713           1.00        0.50           1.00           1.00            1.00
714           0.00        4.00           1.00           1.00            1.00
715           0.00        4.00           1.00           1.00            1.00
716           1.00        1.00           1.00           2.00            1.00
717           0.00        2.00           1.00           1.00            0.00
718           1.00        4.00           1.00           0.50            1.00
719           2.00        1.00           0.50           1.00            1.00
720           1.00        1.00           0.00           0.50            0.50
721           2.00        0.25           1.00           1.00            1.00
722           0.00        4.00           1.00           2.00            1.00
723           0.00        4.00           1.00           2.00            1.00
724           0.50        2.00           0.00           1.00            1.00
725           2.00        0.50           1.00           1.00            1.00
726           2.00        0.50           1.00           1.00            1.00
727           2.00        0.50           1.00           1.00            0.00
728           1.00        0.50           1.00           1.00            1.00
729           1.00        0.50           1.00           1.00            1.00
730           1.00        0.50           1.00           2.00            1.00
731           0.00        2.00           1.00           1.00            1.00
732           0.00        2.00           1.00           1.00            1.00
733           0.00        2.00           1.00           1.00            1.00
734           1.00        1.00           1.00           1.00            1.00
735           1.00        1.00           1.00           1.00            1.00
736           0.50        1.00           1.00           1.00            1.00
737           1.00        1.00           1.00           1.00            1.00
738           1.00        1.00           1.00           1.00            1.00
739           1.00        1.00           1.00           1.00            2.00
740           1.00        0.50           1.00           1.00            2.00
741           0.00        1.00           1.00           1.00            1.00
742           0.50        1.00           1.00           2.00            1.00
743           0.50        1.00           1.00           2.00            1.00
744           2.00        1.00           0.50           0.50            1.00
745           2.00        1.00           0.50           0.50            1.00
746           1.00        0.50           1.00           1.00            1.00
747           2.00        0.50           1.00           0.50            2.00
748           2.00        0.50           1.00           0.50            2.00
749           1.00        2.00           1.00           0.50            1.00
750           1.00        2.00           1.00           0.50            1.00
751           0.50        0.50           1.00           1.00            1.00
752           0.50        0.50           1.00           1.00            1.00
753           0.50        2.00           1.00           2.00            1.00
754           0.50        2.00           1.00           2.00            1.00
755           0.50        2.00           1.00           4.00            1.00
756           0.50        2.00           1.00           4.00            1.00
757           4.00        0.50           1.00           0.50            2.00
758           4.00        0.50           1.00           0.50            2.00
759           1.00        1.00           1.00           1.00            2.00
760           1.00        1.00           1.00           1.00            2.00
761           0.50        2.00           1.00           2.00            1.00
762           0.50        2.00           1.00           2.00            1.00
763           0.50        2.00           1.00           2.00            1.00
764           1.00        1.00           1.00           2.00            1.00
765           1.00        1.00           1.00           1.00            0.50
766           1.00        1.00           1.00           1.00            2.00
767           0.50        0.50           1.00           1.00            1.00
768           0.50        0.50           1.00           1.00            1.00
769           1.00        2.00           0.00           0.25            1.00
770           1.00        2.00           0.00           0.25            1.00
771           1.00        0.50           1.00           1.00            1.00
772           1.00        1.00           1.00           1.00            1.00
773           1.00        1.00           1.00           1.00            1.00
774           0.00        2.00           0.50           0.50            1.00
775           0.00        2.00           0.50           0.50            1.00
776           1.00        1.00           1.00           1.00            1.00
777           2.00        1.00           1.00           1.00            1.00
778           4.00        0.50           0.50           0.00            0.50
779           1.00        1.00           0.00           1.00            1.00
780           1.00        0.50           1.00           1.00            0.50
781           1.00        2.00           1.00           1.00            1.00
782           0.50        2.00           0.00           1.00            1.00
783           1.00        2.00           1.00           1.00            1.00
784           1.00        2.00           1.00           1.00            2.00
785           1.00        2.00           1.00           1.00            2.00
786           2.00        1.00           1.00           2.00            1.00
787           1.00        1.00           1.00           2.00            0.50
788           0.50        2.00           1.00           4.00            1.00
789           1.00        0.50           1.00           2.00            1.00
790           1.00        1.00           1.00           1.00            0.50
791           1.00        1.00           1.00           1.00            0.50
792           2.00        0.50           0.50           0.00            0.25
793           1.00        1.00           0.00           0.50            0.50
794           4.00        1.00           0.50           0.25            2.00
795           0.50        1.00           1.00           1.00            2.00
796           0.50        1.00           1.00           1.00            2.00
797           2.00        1.00           1.00           1.00            1.00
798           0.00        1.00           0.50           0.00            0.50
799           1.00        1.00           0.50           0.00            0.50
800           1.00        2.00           1.00           1.00            0.00
801           1.00        1.00           1.00           1.00            0.50
802           2.00        0.50           0.50           0.00            0.50
    against_rock against_steel against_water attack base_egg_steps
1           1.00          1.00          0.50     49           5120
2           1.00          1.00          0.50     62           5120
3           1.00          1.00          0.50    100           5120
4           2.00          0.50          2.00     52           5120
5           2.00          0.50          2.00     64           5120
6           4.00          0.50          2.00    104           5120
7           1.00          0.50          0.50     48           5120
8           1.00          0.50          0.50     63           5120
9           1.00          0.50          0.50    103           5120
10          2.00          1.00          1.00     30           3840
11          2.00          1.00          1.00     20           3840
12          4.00          1.00          1.00     45           3840
13          2.00          1.00          1.00     35           3840
14          2.00          1.00          1.00     25           3840
15          2.00          1.00          1.00    150           3840
16          2.00          1.00          1.00     45           3840
17          2.00          1.00          1.00     60           3840
18          2.00          1.00          1.00     80           3840
19          1.00          1.00          1.00     56           3840
20          1.00          1.00          1.00     71           3840
21          2.00          1.00          1.00     60           3840
22          2.00          1.00          1.00     90           3840
23          1.00          1.00          1.00     60           5120
24          1.00          1.00          1.00     95           5120
25          1.00          0.50          1.00     55           2560
26          1.00          0.50          1.00     85           2560
27          0.50          1.00          2.00     75           5120
28          0.50          1.00          2.00    100           5120
29          1.00          1.00          1.00     47           5120
30          1.00          1.00          1.00     62           5120
31          0.50          1.00          2.00     92           5120
32          1.00          1.00          1.00     57           5120
33          1.00          1.00          1.00     72           5120
34          0.50          1.00          2.00    102           5120
35          1.00          2.00          1.00     45           2560
36          1.00          2.00          1.00     70           2560
37          2.00          0.50          2.00     41           5120
38          2.00          0.50          2.00     67           5120
39          1.00          2.00          1.00     45           2560
40          1.00          2.00          1.00     70           2560
41          2.00          1.00          1.00     45           3840
42          2.00          1.00          1.00     80           3840
43          1.00          1.00          0.50     50           5120
44          1.00          1.00          0.50     65           5120
45          1.00          1.00          0.50     80           5120
46          2.00          1.00          0.50     70           5120
47          2.00          1.00          0.50     95           5120
48          2.00          1.00          1.00     55           5120
49          2.00          1.00          1.00     65           5120
50          0.50          1.00          2.00     55           5120
51          0.50          1.00          2.00    100           5120
52          1.00          1.00          1.00     35           5120
53          1.00          1.00          1.00     60           5120
54          1.00          0.50          0.50     52           5120
55          1.00          0.50          0.50     82           5120
56          0.50          1.00          1.00     80           5120
57          0.50          1.00          1.00    105           5120
58          2.00          0.50          2.00     70           5120
59          2.00          0.50          2.00    110           5120
60          1.00          0.50          0.50     50           5120
61          1.00          0.50          0.50     65           5120
62          0.50          0.50          0.50     95           5120
63          1.00          1.00          1.00     20           5120
64          1.00          1.00          1.00     35           5120
65          1.00          1.00          1.00     50           5120
66          0.50          1.00          1.00     80           5120
67          0.50          1.00          1.00    100           5120
68          0.50          1.00          1.00    130           5120
69          1.00          1.00          0.50     75           5120
70          1.00          1.00          0.50     90           5120
71          1.00          1.00          0.50    105           5120
72          1.00          0.50          0.50     40           5120
73          1.00          0.50          0.50     70           5120
74          0.50          2.00          4.00     80           3840
75          0.50          2.00          4.00     95           3840
76          0.50          2.00          4.00    120           3840
77          2.00          0.50          2.00     85           5120
78          2.00          0.50          2.00    100           5120
79          1.00          0.50          0.50     65           5120
80          1.00          0.50          0.50     75           5120
81          0.50          0.25          1.00     35           5120
82          0.50          0.25          1.00     60           5120
83          2.00          1.00          1.00     90           5120
84          2.00          1.00          1.00     85           5120
85          2.00          1.00          1.00    110           5120
86          1.00          0.50          0.50     45           5120
87          2.00          1.00          0.50     70           5120
88          1.00          1.00          1.00     80           5120
89          1.00          1.00          1.00    105           5120
90          1.00          0.50          0.50     65           5120
91          2.00          1.00          0.50     95           5120
92          1.00          1.00          1.00     35           5120
93          1.00          1.00          1.00     50           5120
94          1.00          1.00          1.00     65           5120
95          0.50          2.00          4.00     45           6400
96          1.00          1.00          1.00     48           5120
97          1.00          1.00          1.00     73           5120
98          1.00          0.50          0.50    105           5120
99          1.00          0.50          0.50    130           5120
100         1.00          0.50          1.00     30           5120
101         1.00          0.50          1.00     50           5120
102         1.00          1.00          0.50     40           5120
103         1.00          1.00          0.50    105           5120
104         0.50          1.00          2.00     50           5120
105         0.50          1.00          2.00     80           5120
106         0.50          1.00          1.00    120           6400
107         0.50          1.00          1.00    105           6400
108         1.00          1.00          1.00     55           5120
109         1.00          1.00          1.00     65           5120
110         1.00          1.00          1.00     90           5120
111         0.50          2.00          4.00     85           5120
112         0.50          2.00          4.00    130           5120
113         1.00          1.00          1.00      5          10240
114         1.00          1.00          0.50     55           5120
115         1.00          1.00          1.00    125           5120
116         1.00          0.50          0.50     40           5120
117         1.00          0.50          0.50     65           5120
118         1.00          0.50          0.50     67           5120
119         1.00          0.50          0.50     92           5120
120         1.00          0.50          0.50     45           5120
121         1.00          0.50          0.50     75           5120
122         1.00          2.00          1.00     45           6400
123         4.00          1.00          1.00    110           6400
124         2.00          2.00          1.00     50           6400
125         1.00          0.50          1.00     83           6400
126         2.00          0.50          2.00     95           6400
127         2.00          1.00          1.00    155           6400
128         1.00          1.00          1.00    100           5120
129         1.00          0.50          0.50     10           1280
130         2.00          0.50          0.50    155           1280
131         2.00          1.00          0.50     85          10240
132         1.00          1.00          1.00     48           5120
133         1.00          1.00          1.00     55           8960
134         1.00          0.50          0.50     65           8960
135         1.00          0.50          1.00     65           8960
136         2.00          0.50          2.00    130           8960
137         1.00          1.00          1.00     60           5120
138         1.00          1.00          1.00     40           7680
139         1.00          1.00          1.00     60           7680
140         1.00          1.00          1.00     80           7680
141         1.00          1.00          1.00    115           7680
142         2.00          2.00          2.00    135           8960
143         1.00          1.00          1.00    110          10240
144         4.00          2.00          1.00     85          20480
145         2.00          0.50          1.00     90          20480
146         4.00          0.50          2.00    100          20480
147         1.00          1.00          0.50     64          10240
148         1.00          1.00          0.50     84          10240
149         2.00          1.00          0.50    134          10240
150         1.00          1.00          1.00    150          30720
151         1.00          1.00          1.00    100          30720
152         1.00          1.00          0.50     49           5120
153         1.00          1.00          0.50     62           5120
154         1.00          1.00          0.50     82           5120
155         2.00          0.50          2.00     52           5120
156         2.00          0.50          2.00     64           5120
157         2.00          0.50          2.00     84           5120
158         1.00          0.50          0.50     65           5120
159         1.00          0.50          0.50     80           5120
160         1.00          0.50          0.50    105           5120
161         1.00          1.00          1.00     46           3840
162         1.00          1.00          1.00     76           3840
163         2.00          1.00          1.00     30           3840
164         2.00          1.00          1.00     50           3840
165         4.00          1.00          1.00     20           3840
166         4.00          1.00          1.00     35           3840
167         2.00          1.00          1.00     60           3840
168         2.00          1.00          1.00     90           3840
169         2.00          1.00          1.00     90           3840
170         1.00          0.25          0.50     38           5120
171         1.00          0.25          0.50     58           5120
172         1.00          0.50          1.00     40           2560
173         1.00          2.00          1.00     25           2560
174         1.00          2.00          1.00     30           2560
175         1.00          2.00          1.00     20           2560
176         2.00          2.00          1.00     40           2560
177         2.00          1.00          1.00     50           5120
178         2.00          1.00          1.00     75           5120
179         1.00          0.50          1.00     40           5120
180         1.00          0.50          1.00     55           5120
181         1.00          0.50          1.00     95           5120
182         1.00          1.00          0.50     80           5120
183         1.00          1.00          0.50     20           2560
184         1.00          1.00          0.50     50           2560
185         1.00          2.00          2.00    100           5120
186         1.00          0.50          0.50     75           5120
187         2.00          1.00          0.50     35           5120
188         2.00          1.00          0.50     45           5120
189         2.00          1.00          0.50     55           5120
190         1.00          1.00          1.00     70           5120
191         1.00          1.00          0.50     30           5120
192         1.00          1.00          0.50     75           5120
193         4.00          1.00          1.00     65           5120
194         0.50          0.50          1.00     45           5120
195         0.50          0.50          1.00     85           5120
196         1.00          1.00          1.00     65           8960
197         1.00          1.00          1.00     65           8960
198         2.00          1.00          1.00     85           5120
199         1.00          0.50          0.50     75           5120
200         1.00          1.00          1.00     60           6400
201         1.00          1.00          1.00     72          10240
202         1.00          1.00          1.00     33           5120
203         1.00          1.00          1.00     80           5120
204         2.00          1.00          1.00     65           5120
205         1.00          0.50          1.00     90           5120
206         1.00          1.00          1.00     70           5120
207         1.00          1.00          2.00     75           5120
208         0.25          0.50          2.00    125           6400
209         1.00          2.00          1.00     80           5120
210         1.00          2.00          1.00    120           5120
211         1.00          0.50          0.50     95           5120
212         1.00          0.50          1.00    150           6400
213         2.00          2.00          2.00     10           5120
214         1.00          1.00          1.00    185           6400
215         2.00          2.00          1.00     95           5120
216         1.00          1.00          1.00     80           5120
217         1.00          1.00          1.00    130           5120
218         2.00          0.50          2.00     40           5120
219         2.00          1.00          4.00     50           5120
220         1.00          2.00          2.00     50           5120
221         1.00          2.00          2.00    100           5120
222         1.00          1.00          1.00     55           5120
223         1.00          0.50          0.50     65           5120
224         1.00          0.50          0.50    105           5120
225         4.00          2.00          1.00     55           5120
226         2.00          0.50          0.50     40           6400
227         1.00          0.50          1.00     80           6400
228         2.00          0.50          2.00     60           5120
229         2.00          0.50          2.00     90           5120
230         1.00          0.50          0.25     95           5120
231         0.50          1.00          2.00     60           5120
232         0.50          1.00          2.00    120           5120
233         1.00          1.00          1.00     80           5120
234         1.00          1.00          1.00     95           5120
235         1.00          1.00          1.00     20           5120
236         0.50          1.00          1.00     35           6400
237         0.50          1.00          1.00     95           6400
238         2.00          2.00          1.00     30           6400
239         1.00          0.50          1.00     63           6400
240         2.00          0.50          2.00     75           6400
241         1.00          1.00          1.00     80           5120
242         1.00          1.00          1.00     10          10240
243         1.00          0.50          1.00     85          20480
244         2.00          0.50          2.00    115          20480
245         1.00          0.50          0.50     75          20480
246         0.50          2.00          4.00     64          10240
247         0.50          2.00          4.00     84          10240
248         1.00          2.00          2.00    164          10240
249         2.00          1.00          1.00     90          30720
250         4.00          0.50          2.00    130          30720
251         1.00          1.00          0.50    100          30720
252         1.00          1.00          0.50     45           5120
253         1.00          1.00          0.50     65           5120
254         1.00          1.00          0.50    110           5120
255         2.00          0.50          2.00     60           5120
256         1.00          0.50          2.00     85           5120
257         1.00          0.50          2.00    160           5120
258         1.00          0.50          0.50     70           5120
259         0.50          0.50          1.00     85           5120
260         0.50          0.50          1.00    150           5120
261         1.00          1.00          1.00     55           3840
262         1.00          1.00          1.00     90           3840
263         1.00          1.00          1.00     30           3840
264         1.00          1.00          1.00     70           3840
265         2.00          1.00          1.00     45           3840
266         2.00          1.00          1.00     35           3840
267         4.00          1.00          1.00     70           3840
268         2.00          1.00          1.00     35           3840
269         2.00          1.00          1.00     50           3840
270         1.00          0.50          0.25     30           3840
271         1.00          0.50          0.25     50           3840
272         1.00          0.50          0.25     70           3840
273         1.00          1.00          0.50     40           3840
274         1.00          1.00          0.50     70           3840
275         1.00          1.00          0.50    100           3840
276         2.00          1.00          1.00     55           3840
277         2.00          1.00          1.00     85           3840
278         2.00          0.50          0.50     30           5120
279         2.00          0.50          0.50     50           5120
280         1.00          2.00          1.00     25           5120
281         1.00          2.00          1.00     35           5120
282         1.00          2.00          1.00     85           5120
283         2.00          0.50          0.50     30           3840
284         4.00          1.00          1.00     60           3840
285         1.00          1.00          0.50     40           3840
286         0.50          1.00          0.50    130           3840
287         1.00          1.00          1.00     60           3840
288         1.00          1.00          1.00     80           3840
289         1.00          1.00          1.00    160           3840
290         1.00          1.00          2.00     45           3840
291         4.00          1.00          1.00     90           3840
292         2.00          1.00          1.00     90           3840
293         1.00          1.00          1.00     51           5120
294         1.00          1.00          1.00     71           5120
295         1.00          1.00          1.00     91           5120
296         0.50          1.00          1.00     60           5120
297         0.50          1.00          1.00    120           5120
298         1.00          2.00          1.00     20           2560
299         1.00          2.00          2.00     45           5120
300         1.00          1.00          1.00     45           3840
301         1.00          1.00          1.00     65           3840
302         1.00          1.00          1.00     85           6400
303         0.50          1.00          1.00    105           5120
304         0.50          1.00          2.00     70           8960
305         0.50          1.00          2.00     90           8960
306         0.50          1.00          2.00    140           8960
307         0.50          1.00          1.00     40           5120
308         0.50          1.00          1.00    100           5120
309         1.00          0.50          1.00     45           5120
310         1.00          0.50          1.00     75           5120
311         1.00          0.50          1.00     50           5120
312         1.00          0.50          1.00     40           5120
313         2.00          1.00          1.00     73           3840
314         2.00          1.00          1.00     47           3840
315         1.00          1.00          0.50     60           5120
316         1.00          1.00          1.00     43           5120
317         1.00          1.00          1.00     73           5120
318         1.00          0.50          0.50     90           5120
319         1.00          0.50          0.50    140           5120
320         1.00          0.50          0.50     70          10240
321         1.00          0.50          0.50     90          10240
322         1.00          0.50          4.00     60           5120
323         1.00          0.50          4.00    120           5120
324         2.00          0.50          2.00     85           5120
325         1.00          1.00          1.00     25           5120
326         1.00          1.00          1.00     45           5120
327         1.00          1.00          1.00     60           3840
328         0.50          1.00          2.00    100           5120
329         0.50          1.00          1.00     70           5120
330         0.50          1.00          1.00    100           5120
331         1.00          1.00          0.50     85           5120
332         1.00          1.00          0.50    115           5120
333         2.00          1.00          1.00     40           5120
334         2.00          1.00          0.50    110           5120
335         1.00          1.00          1.00    115           5120
336         1.00          1.00          1.00    100           5120
337         1.00          2.00          2.00     55           6400
338         1.00          2.00          2.00     95           6400
339         0.50          0.50          1.00     48           5120
340         0.50          0.50          1.00     78           5120
341         1.00          0.50          0.50     80           3840
342         1.00          0.50          0.50    120           3840
343         0.50          1.00          2.00     40           5120
344         0.50          1.00          2.00     70           5120
345         1.00          2.00          1.00     41           7680
346         1.00          2.00          1.00     81           7680
347         2.00          2.00          2.00     95           7680
348         2.00          2.00          2.00    125           7680
349         1.00          0.50          0.50     15           5120
350         1.00          0.50          0.50     60           5120
351         1.00          1.00          1.00     70           6400
352         1.00          1.00          1.00     90           5120
353         1.00          1.00          1.00     75           6400
354         1.00          1.00          1.00    165           6400
355         1.00          1.00          1.00     40           6400
356         1.00          1.00          1.00     70           6400
357         2.00          1.00          0.50     68           6400
358         1.00          1.00          1.00     50           6400
359         1.00          1.00          1.00    150           6400
360         1.00          1.00          1.00     23           5120
361         2.00          2.00          1.00     50           5120
362         2.00          2.00          1.00    120           5120
363         2.00          1.00          0.50     40           5120
364         2.00          1.00          0.50     60           5120
365         2.00          1.00          0.50     80           5120
366         1.00          0.50          0.50     64           5120
367         1.00          0.50          0.50    104           5120
368         1.00          0.50          0.50     84           5120
369         1.00          1.00          1.00     90          10240
370         1.00          0.50          0.50     30           5120
371         1.00          1.00          0.50     75          10240
372         1.00          1.00          0.50     95          10240
373         2.00          1.00          0.50    145          10240
374         0.50          0.50          1.00     55          10240
375         0.50          0.50          1.00     75          10240
376         0.50          0.50          1.00    145          10240
377         1.00          2.00          2.00    100          20480
378         2.00          2.00          1.00     50          20480
379         0.50          0.50          1.00     75          20480
380         1.00          1.00          0.50    100          30720
381         1.00          1.00          0.50    130          30720
382         1.00          0.50          0.50    150          30720
383         0.50          1.00          2.00    180          30720
384         2.00          1.00          0.50    180          30720
385         0.50          0.50          1.00    100          30720
386         1.00          1.00          1.00     95          30720
387         1.00          1.00          0.50     68           5120
388         1.00          1.00          0.50     89           5120
389         0.50          1.00          1.00    109           5120
390         2.00          0.50          2.00     58           5120
391         1.00          0.50          2.00     78           5120
392         1.00          0.50          2.00    104           5120
393         1.00          0.50          0.50     51           5120
394         1.00          0.50          0.50     66           5120
395         0.50          0.25          0.50     86           5120
396         2.00          1.00          1.00     55           3840
397         2.00          1.00          1.00     75           3840
398         2.00          1.00          1.00    120           3840
399         1.00          1.00          1.00     45           3840
400         1.00          0.50          0.50     85           3840
401         2.00          1.00          1.00     25           3840
402         2.00          1.00          1.00     85           3840
403         1.00          0.50          1.00     65           5120
404         1.00          0.50          1.00     85           5120
405         1.00          0.50          1.00    120           5120
406         1.00          1.00          0.50     30           5120
407         1.00          1.00          0.50     70           5120
408         1.00          2.00          2.00    125           7680
409         1.00          2.00          2.00    165           7680
410         0.50          1.00          2.00     42           7680
411         0.50          1.00          2.00     52           7680
412         2.00          1.00          1.00     29           3840
413         2.00          1.00          0.50     69           3840
414         4.00          1.00          1.00     94           3840
415         4.00          1.00          1.00     30           3840
416         4.00          1.00          1.00     80           3840
417         1.00          0.50          1.00     45           2560
418         1.00          0.50          0.50     65           5120
419         1.00          0.50          0.50    105           5120
420         1.00          1.00          0.50     35           5120
421         1.00          1.00          0.50     60           5120
422         1.00          0.50          0.50     48           5120
423         0.50          0.50          1.00     83           5120
424         1.00          1.00          1.00    100           5120
425         2.00          1.00          1.00     50           7680
426         2.00          1.00          1.00     80           7680
427         1.00          1.00          1.00     66           5120
428         1.00          1.00          1.00    136           5120
429         1.00          1.00          1.00     60           6400
430         2.00          1.00          1.00    125           5120
431         1.00          1.00          1.00     55           5120
432         1.00          1.00          1.00     82           5120
433         1.00          1.00          1.00     30           6400
434         1.00          1.00          1.00     63           5120
435         1.00          1.00          1.00     93           5120
436         0.50          0.50          1.00     24           5120
437         0.50          0.50          1.00     89           5120
438         1.00          2.00          2.00     80           5120
439         1.00          2.00          1.00     25           6400
440         1.00          1.00          1.00      5          10240
441         2.00          1.00          1.00     65           5120
442         1.00          1.00          1.00     92           7680
443         0.50          1.00          1.00     70          10240
444         0.50          1.00          1.00     90          10240
445         0.50          1.00          1.00    170          10240
446         1.00          1.00          1.00     85          10240
447         0.50          1.00          1.00     70           6400
448         0.25          0.50          1.00    145           6400
449         0.50          1.00          2.00     72           7680
450         0.50          1.00          2.00    112           7680
451         2.00          1.00          1.00     50           5120
452         1.00          1.00          1.00     90           5120
453         0.50          1.00          1.00     61           2560
454         0.50          1.00          1.00    106           5120
455         1.00          1.00          0.50    100           6400
456         1.00          0.50          0.50     49           5120
457         1.00          0.50          0.50     69           5120
458         2.00          0.50          0.50     20           6400
459         2.00          2.00          0.50     62           5120
460         2.00          2.00          0.50    132           5120
461         2.00          2.00          1.00    120           5120
462         0.50          0.25          1.00     70           5120
463         1.00          1.00          1.00     85           5120
464         0.50          2.00          4.00    140           5120
465         1.00          1.00          0.50    100           5120
466         1.00          0.50          1.00    123           6400
467         2.00          0.50          2.00     95           6400
468         2.00          2.00          1.00     50           2560
469         4.00          1.00          1.00     76           5120
470         1.00          1.00          0.50    110           8960
471         2.00          2.00          1.00     60           8960
472         1.00          1.00          2.00     95           5120
473         1.00          2.00          2.00    130           5120
474         1.00          1.00          1.00     80           5120
475         0.50          1.00          1.00    165           5120
476         0.50          1.00          2.00     55           5120
477         1.00          1.00          1.00    100           6400
478         2.00          2.00          1.00     80           5120
479         1.00          0.50          1.00     65           5120
480         1.00          1.00          1.00     75          20480
481         1.00          1.00          1.00    105          20480
482         1.00          1.00          1.00    125          20480
483         0.50          0.50          0.50    120          30720
484         1.00          0.50          0.25    120          30720
485         1.00          0.25          2.00     90           2560
486         1.00          1.00          1.00    160          30720
487         1.00          1.00          0.50    120          30720
488         1.00          1.00          1.00     70          30720
489         1.00          0.50          0.50     80          10240
490         1.00          0.50          0.50    100           2560
491         1.00          1.00          1.00     90          30720
492         1.00          1.00          0.50    103          30720
493         1.00          1.00          1.00    120          30720
494         2.00          0.50          2.00    100          30720
495         1.00          1.00          0.50     45           5120
496         1.00          1.00          0.50     60           5120
497         1.00          1.00          0.50     75           5120
498         2.00          0.50          2.00     63           5120
499         1.00          0.50          2.00     93           5120
500         1.00          0.50          2.00    123           5120
501         1.00          0.50          0.50     55           5120
502         1.00          0.50          0.50     75           5120
503         1.00          0.50          0.50    100           5120
504         1.00          1.00          1.00     55           3840
505         1.00          1.00          1.00     85           5120
506         1.00          1.00          1.00     60           3840
507         1.00          1.00          1.00     80           3840
508         1.00          1.00          1.00    110           3840
509         1.00          1.00          1.00     50           5120
510         1.00          1.00          1.00     88           5120
511         1.00          1.00          0.50     53           5120
512         1.00          1.00          0.50     98           5120
513         2.00          0.50          2.00     53           5120
514         2.00          0.50          2.00     98           5120
515         1.00          0.50          0.50     53           5120
516         1.00          0.50          0.50     98           5120
517         1.00          1.00          1.00     25           2560
518         1.00          1.00          1.00     55           2560
519         2.00          1.00          1.00     55           3840
520         2.00          1.00          1.00     77           3840
521         2.00          1.00          1.00    115           3840
522         1.00          0.50          1.00     60           5120
523         1.00          0.50          1.00    100           5120
524         1.00          2.00          2.00     75           3840
525         1.00          2.00          2.00    105           3840
526         1.00          2.00          2.00    135           3840
527         2.00          1.00          1.00     45           3840
528         2.00          1.00          1.00     57           3840
529         0.50          1.00          2.00     85           5120
530         0.25          0.50          2.00    135           5120
531         1.00          1.00          1.00     60           5120
532         0.50          1.00          1.00     80           5120
533         0.50          1.00          1.00    105           5120
534         0.50          1.00          1.00    140           5120
535         1.00          0.50          0.50     50           5120
536         0.50          0.50          1.00     65           5120
537         0.50          0.50          1.00     95           5120
538         0.50          1.00          1.00    100           5120
539         0.50          1.00          1.00    125           5120
540         2.00          1.00          0.50     53           3840
541         2.00          1.00          0.50     63           3840
542         2.00          1.00          0.50    103           3840
543         2.00          1.00          1.00     45           3840
544         2.00          1.00          1.00     55           3840
545         2.00          1.00          1.00    100           5120
546         1.00          2.00          0.50     27           5120
547         1.00          2.00          0.50     67           5120
548         1.00          1.00          0.50     35           5120
549         1.00          1.00          0.50     60           5120
550         1.00          0.50          0.50     92          10240
551         0.50          1.00          2.00     72           5120
552         0.50          1.00          2.00     82           5120
553         0.50          1.00          2.00    117           5120
554         2.00          0.50          2.00     90           5120
555         2.00          0.50          2.00     30           5120
556         1.00          1.00          0.50     86           5120
557         2.00          2.00          2.00     65           5120
558         2.00          2.00          2.00    105           5120
559         0.50          1.00          1.00     75           3840
560         0.50          1.00          1.00     90           3840
561         2.00          1.00          1.00     58           5120
562         1.00          1.00          1.00     30           6400
563         1.00          1.00          1.00     50           6400
564         1.00          1.00          1.00     78           7680
565         1.00          1.00          1.00    108           7680
566         2.00          2.00          2.00    112           7680
567         2.00          2.00          2.00    140           7680
568         1.00          1.00          1.00     50           5120
569         1.00          1.00          1.00     95           5120
570         1.00          1.00          1.00     65           6400
571         1.00          1.00          1.00    105           5120
572         1.00          1.00          1.00     50           3840
573         1.00          1.00          1.00     95           3840
574         1.00          1.00          1.00     30           5120
575         1.00          1.00          1.00     45           5120
576         1.00          1.00          1.00     55           5120
577         1.00          1.00          1.00     30           5120
578         1.00          1.00          1.00     40           5120
579         1.00          1.00          1.00     65           5120
580         2.00          0.50          0.50     44           5120
581         2.00          0.50          0.50     87           5120
582         2.00          2.00          1.00     50           5120
583         2.00          2.00          1.00     65           5120
584         2.00          2.00          1.00     95           5120
585         1.00          1.00          0.50     60           5120
586         1.00          1.00          0.50    100           5120
587         2.00          0.50          1.00     75           5120
588         2.00          1.00          1.00     75           3840
589         1.00          0.50          1.00    135           3840
590         1.00          1.00          0.50     55           5120
591         1.00          1.00          0.50     85           5120
592         1.00          0.50          0.50     40           5120
593         1.00          0.50          0.50     60           5120
594         1.00          0.50          0.50     75          10240
595         2.00          0.50          1.00     47           5120
596         2.00          0.50          1.00     77           5120
597         0.50          0.50          0.50     50           5120
598         0.50          0.50          0.50     94           5120
599         0.50          0.50          1.00     55           5120
600         0.50          0.50          1.00     80           5120
601         0.50          0.50          1.00    100           5120
602         1.00          0.50          1.00     55           5120
603         1.00          0.50          1.00     85           5120
604         1.00          0.50          1.00    115           5120
605         1.00          1.00          1.00     55           5120
606         1.00          1.00          1.00     75           5120
607         2.00          0.50          2.00     30           5120
608         2.00          0.50          2.00     40           5120
609         2.00          0.50          2.00     55           5120
610         1.00          1.00          0.50     87          10240
611         1.00          1.00          0.50    117          10240
612         1.00          1.00          0.50    147          10240
613         2.00          2.00          1.00     70           5120
614         2.00          2.00          1.00    130           5120
615         2.00          2.00          1.00     50           6400
616         2.00          1.00          1.00     40           3840
617         2.00          1.00          1.00     70           3840
618         0.50          0.50          2.00     66           5120
619         0.50          1.00          1.00     85           6400
620         0.50          1.00          1.00    125           6400
621         1.00          1.00          0.50    120           7680
622         0.50          1.00          2.00     74           6400
623         0.50          1.00          2.00    124           6400
624         0.50          0.50          1.00     85           5120
625         0.50          0.50          1.00    125           5120
626         1.00          1.00          1.00    110           5120
627         2.00          1.00          1.00     83           5120
628         2.00          1.00          1.00    123           5120
629         2.00          1.00          1.00     55           5120
630         2.00          1.00          1.00     65           5120
631         2.00          0.50          2.00     97           5120
632         1.00          0.50          1.00    109           5120
633         1.00          1.00          0.50     65          10240
634         1.00          1.00          0.50     85          10240
635         1.00          1.00          0.50    105          10240
636         4.00          0.50          2.00     85          10240
637         4.00          0.50          2.00     60          10240
638         0.25          0.50          1.00     90          20480
639         0.50          2.00          2.00    129          20480
640         0.50          1.00          0.50     90          20480
641         2.00          1.00          1.00    100          30720
642         2.00          0.50          1.00    105          30720
643         2.00          0.50          1.00    120          30720
644         1.00          0.50          0.50    150          30720
645         1.00          1.00          2.00    145          30720
646         2.00          2.00          0.50    120          30720
647         0.50          0.50          0.50     72          20480
648         1.00          1.00          1.00    128          30720
649         1.00          0.50          1.00    120          30720
650         1.00          1.00          0.50     61           5120
651         1.00          1.00          0.50     78           5120
652         0.50          1.00          0.50    107           5120
653         2.00          0.50          2.00     45           5120
654         2.00          0.50          2.00     59           5120
655         2.00          0.50          2.00     69           5120
656         1.00          0.50          0.50     56           5120
657         1.00          0.50          0.50     63           5120
658         1.00          0.50          0.50    145           5120
659         1.00          1.00          1.00     36           3840
660         0.50          1.00          2.00     56           3840
661         2.00          1.00          1.00     50           3840
662         4.00          0.50          2.00     73           3840
663         4.00          0.50          2.00     81           3840
664         2.00          1.00          1.00     35           3840
665         2.00          1.00          1.00     22           3840
666         4.00          1.00          1.00     52           3840
667         2.00          0.50          2.00     50           5120
668         2.00          0.50          2.00     68           5120
669         1.00          2.00          1.00     38           5120
670         1.00          2.00          1.00     65           5120
671         1.00          2.00          1.00     65           5120
672         1.00          1.00          0.50     65           5120
673         1.00          1.00          0.50    100           5120
674         0.50          1.00          1.00     82           6400
675         0.50          1.00          1.00    124           6400
676         1.00          1.00          1.00     80           5120
677         1.00          1.00          1.00     48           5120
678         1.00          1.00          1.00     48           5120
679         0.50          0.50          1.00     80           5120
680         0.50          0.50          1.00    110           5120
681         0.50          0.50          1.00    150           5120
682         1.00          2.00          1.00     52           5120
683         1.00          2.00          1.00     72           5120
684         1.00          2.00          1.00     48           5120
685         1.00          2.00          1.00     80           5120
686         1.00          1.00          1.00     54           5120
687         1.00          1.00          1.00     92           5120
688         1.00          1.00          1.00     52           5120
689         1.00          1.00          1.00    105           5120
690         1.00          0.50          0.50     60           5120
691         1.00          1.00          0.50     75           5120
692         1.00          0.50          0.50     53           3840
693         1.00          0.50          0.50     73           3840
694         1.00          0.50          1.00     38           5120
695         1.00          0.50          1.00     55           5120
696         1.00          2.00          1.00     89           7680
697         1.00          2.00          1.00    121           7680
698         2.00          4.00          2.00     59           7680
699         2.00          4.00          2.00     77           7680
700         1.00          2.00          1.00     65           8960
701         1.00          1.00          1.00     92           5120
702         1.00          1.00          1.00     58           5120
703         1.00          4.00          2.00     50           6400
704         1.00          1.00          0.50     50          10240
705         1.00          1.00          0.50     75          10240
706         1.00          1.00          0.50    100          10240
707         0.50          1.00          1.00     80           5120
708         1.00          1.00          0.50     70           5120
709         1.00          1.00          0.50    110           5120
710         1.00          1.00          0.50     66           5120
711         1.00          1.00          0.50    100           5120
712         2.00          2.00          1.00     69           5120
713         2.00          2.00          1.00    117           5120
714         2.00          1.00          0.50     30           5120
715         2.00          1.00          0.50     70           5120
716         1.00          2.00          1.00    131          30720
717         2.00          1.00          1.00    131          30720
718         0.50          1.00          1.00    100          30720
719         1.00          4.00          2.00    160           6400
720         1.00          1.00          1.00    160          30720
721         2.00          0.25          1.00    110          30720
722         2.00          1.00          0.50     55           3840
723         2.00          1.00          0.50     75           3840
724         1.00          1.00          0.50    107           3840
725         2.00          0.50          2.00     65           3840
726         2.00          0.50          2.00     85           3840
727         2.00          0.50          2.00    115           3840
728         1.00          0.50          0.50     54           3840
729         1.00          0.50          0.50     69           3840
730         1.00          1.00          0.50     74           3840
731         2.00          1.00          1.00     75           3840
732         2.00          1.00          1.00     85           3840
733         2.00          1.00          1.00    120           3840
734         1.00          1.00          1.00     70           3840
735         1.00          1.00          1.00    110           3840
736         2.00          1.00          1.00     62           3840
737         2.00          0.50          1.00     82           3840
738         2.00          0.50          1.00     70           3840
739         0.50          1.00          1.00     82           5120
740         1.00          2.00          1.00    132           5120
741         4.00          0.50          2.00     70           5120
742         2.00          2.00          1.00     45           5120
743         2.00          2.00          1.00     55           5120
744         1.00          2.00          2.00     65           3840
745         1.00          2.00          2.00    115           3840
746         1.00          0.50          0.50    140           3840
747         1.00          0.50          0.50     53           5120
748         1.00          0.50          0.50     63           5120
749         0.50          1.00          2.00    100           5120
750         0.50          1.00          2.00    125           5120
751         2.00          0.50          0.50     40           3840
752         2.00          0.50          0.50     70           3840
753         1.00          1.00          0.50     55           5120
754         1.00          1.00          0.50    105           5120
755         1.00          2.00          0.50     35           5120
756         1.00          2.00          0.50     45           5120
757         2.00          0.50          2.00     44           5120
758         2.00          0.50          2.00     64           5120
759         0.50          1.00          1.00     75           3840
760         0.50          1.00          1.00    125           3840
761         1.00          1.00          0.50     30           5120
762         1.00          1.00          0.50     40           5120
763         1.00          1.00          0.50    120           5120
764         1.00          2.00          1.00     52           5120
765         1.00          1.00          1.00     60           5120
766         0.50          1.00          1.00    120           5120
767         2.00          0.50          0.50     35           5120
768         2.00          0.50          0.50    125           5120
769         0.50          1.00          2.00     55           3840
770         0.50          1.00          2.00     75           3840
771         1.00          0.50          0.50     60           3840
772         1.00          1.00          1.00     95          30720
773         1.00          1.00          1.00     95          30720
774         2.00          2.00          2.00    100           6400
775         2.00          2.00          2.00    100           6400
776         1.00          1.00          1.00    115           5120
777         2.00          0.50          1.00     78           5120
778         0.50          0.25          1.00     98           2560
779         1.00          2.00          1.00     90           5120
780         1.00          0.50          0.50    105           3840
781         1.00          1.00          0.50     60           5120
782         1.00          1.00          0.50    131           6400
783         1.00          1.00          0.50     55          10240
784         0.50          1.00          0.50     75          10240
785         0.50          1.00          0.50    110          10240
786         1.00          1.00          1.00    115           3840
787         1.00          2.00          1.00     85           3840
788         1.00          2.00          0.50    130           3840
789         1.00          1.00          0.50     75           3840
790         1.00          1.00          1.00     29          30720
791         1.00          1.00          1.00     29          30720
792         0.50          0.50          1.00    137          30720
793         1.00          1.00          1.00    113          30720
794         1.00          2.00          2.00     53          30720
795         1.00          1.00          1.00    139          30720
796         1.00          1.00          1.00    137          30720
797         1.00          0.50          1.00     89          30720
798         1.00          0.50          1.00    101          30720
799         0.50          0.50          0.50    181          30720
800         1.00          1.00          0.50    101          30720
801         1.00          1.00          1.00    107          30720
802         0.50          1.00          1.00     95          30720
    base_happiness base_total capture_rate
1               70        318           45
2               70        405           45
3               70        625           45
4               70        309           45
5               70        405           45
6               70        634           45
7               70        314           45
8               70        405           45
9               70        630           45
10              70        195          255
11              70        205          120
12              70        395           45
13              70        195          255
14              70        205          120
15              70        495           45
16              70        251          255
17              70        349          120
18              70        579           45
19              70        253          255
20              70        413          127
21              70        262          255
22              70        442           90
23              70        288          255
24              70        448           90
25              70        320          190
26              70        485           75
27              70        300          255
28              70        450           90
29              70        275          235
30              70        365          120
31              70        505           45
32              70        273          235
33              70        365          120
34              70        505           45
35             140        323          150
36             140        483           25
37              70        299          190
38              70        505           75
39              70        270          170
40              70        435           50
41              70        245          255
42              70        455           90
43              70        320          255
44              70        395          120
45              70        490           45
46              70        285          190
47              70        405           75
48              70        305          190
49              70        450           75
50              70        265          255
51              70        425           50
52              70        290          255
53              70        440           90
54              70        320          190
55              70        500           75
56              70        305          190
57              70        455           75
58              70        350          190
59              70        555           75
60              70        300          255
61              70        385          120
62              70        510           45
63              70        310          200
64              70        400          100
65              70        600           50
66              70        305          180
67              70        405           90
68              70        505           45
69              70        300          255
70              70        390          120
71              70        490           45
72              70        335          190
73              70        515           60
74              70        300          255
75              70        390          120
76              70        495           45
77              70        410          190
78              70        500           60
79              70        315          190
80              70        590           75
81              70        325          190
82              70        465           60
83              70        377           45
84              70        310          190
85              70        470           45
86              70        325          190
87              70        475           75
88              70        325          190
89              70        500           75
90              70        305          190
91              70        525           60
92              70        310          190
93              70        405           90
94              70        600           45
95              70        385           45
96              70        328          190
97              70        483           75
98              70        325          225
99              70        475           60
100             70        330          190
101             70        490           60
102             70        325           90
103             70        530           45
104             70        320          190
105             70        425           75
106             70        455           45
107             70        455           45
108             70        385           45
109             70        340          190
110             70        490           60
111             70        345          120
112             70        485           60
113            140        450           30
114             70        435           45
115             70        590           45
116             70        295          225
117             70        440           75
118             70        320          225
119             70        450           60
120             70        340          225
121             70        520           60
122             70        460           45
123             70        500           45
124             70        455           45
125             70        490           45
126             70        495           45
127             70        600           45
128             70        490           45
129             70        200          255
130             70        640           45
131             70        535           45
132             70        288           35
133             70        325           45
134             70        525           45
135             70        525           45
136             70        525           45
137             70        395           45
138             70        355           45
139             70        495           45
140             70        355           45
141             70        495           45
142             70        615           45
143             70        540           25
144             35        580            3
145             35        580            3
146             35        580            3
147             35        300           45
148             35        420           45
149             35        600           45
150              0        780            3
151            100        600           45
152             70        318           45
153             70        405           45
154             70        525           45
155             70        309           45
156             70        405           45
157             70        534           45
158             70        314           45
159             70        405           45
160             70        530           45
161             70        215          255
162             70        415           90
163             70        262          255
164             70        452           90
165             70        265          255
166             70        390           90
167             70        250          255
168             70        400           90
169             70        535           90
170             70        330          190
171             70        460           75
172             70        205          190
173            140        218          150
174             70        210          170
175             70        245          190
176             70        405           75
177             70        320          190
178             70        470           75
179             70        280          235
180             70        365          120
181             70        610           45
182             70        490           45
183             70        250          190
184             70        420           75
185             70        410           65
186             70        500           45
187             70        250          255
188             70        340          120
189             70        460           45
190             70        360           45
191             70        180          235
192             70        425          120
193             70        390           75
194             70        210          255
195             70        430           90
196             70        525           45
197             35        525           45
198             35        405           30
199             70        490           70
200             35        435           45
201             70        336          225
202             70        405           45
203             70        455           60
204             70        290          190
205             70        465           75
206             70        415          190
207             70        430           60
208             70        610           25
209             70        300          190
210             70        450           75
211             70        440           45
212             70        600           25
213             70        505          190
214             70        600           45
215             35        430           60
216             70        330          120
217             70        500           60
218             70        250          190
219             70        430           75
220             70        250          225
221             70        450           75
222             70        410           60
223             70        300          190
224             70        480           75
225             70        330           45
226             70        485           25
227             70        465           25
228             35        330          120
229             35        600           45
230             70        540           45
231             70        330          120
232             70        500           60
233             70        515           45
234             70        465           45
235             70        250           45
236             70        210           75
237             70        455           45
238             70        305           45
239             70        360           45
240             70        365           45
241             70        490           45
242            140        540           30
243             35        580            3
244             35        580            3
245             35        580            3
246             35        300           45
247             35        410           45
248             35        700           45
249              0        680            3
250              0        680            3
251            100        600           45
252             70        310           45
253             70        405           45
254             70        630           45
255             70        310           45
256             70        405           45
257             70        630           45
258             70        310           45
259             70        405           45
260             70        635           45
261             70        220          255
262             70        420          127
263             70        240          255
264             70        420           90
265             70        195          255
266             70        205          120
267             70        395           45
268             70        205          120
269             70        385           45
270             70        220          255
271             70        340          120
272             70        480           45
273             70        220          255
274             70        340          120
275             70        480           45
276             70        270          200
277             70        455           45
278             70        270          190
279             70        440           45
280             35        198          235
281             35        278          120
282             35        618           45
283             70        269          200
284             70        454           75
285             70        295          255
286             70        460           90
287             70        280          255
288             70        440          120
289             70        670           45
290             70        266          255
291             70        456          120
292             70        236           45
293             70        240          190
294             70        360          120
295             70        490           45
296             70        237          180
297             70        474          200
298             70        190          150
299             70        375          255
300             70        260          255
301             70        400           60
302             35        480           45
303             70        480           45
304             35        330          180
305             35        430           90
306             35        630           45
307             70        280          180
308             70        510           90
309             70        295          120
310             70        575           45
311             70        405          200
312             70        405          200
313             70        430          150
314             70        430          150
315             70        400          150
316             70        302          225
317             70        467           75
318             35        305          225
319             35        560           60
320             70        400          125
321             70        500           60
322             70        305          255
323             70        560          150
324             70        470           90
325             70        330          255
326             70        470           60
327             70        360          255
328             70        290          255
329             70        340          120
330             70        520           45
331             35        335          190
332             35        475           60
333             70        310          255
334             70        590           45
335             70        458           90
336             70        458           90
337             70        460           45
338             70        460           45
339             70        288          190
340             70        468           75
341             70        308          205
342             70        468          155
343             70        300          255
344             70        500           90
345             70        355           45
346             70        495           45
347             70        355           45
348             70        495           45
349             70        200          255
350             70        540           60
351             70        420           45
352             70        440          200
353             35        295          225
354             35        555           45
355             35        295          190
356             35        455           90
357             70        460          200
358             70        455           45
359             35        565           30
360             70        260          125
361             70        300          190
362             70        580           75
363             70        290          255
364             70        410          120
365             70        530           45
366             70        345          255
367             70        485           60
368             70        485           60
369             70        485           25
370             70        330          225
371             35        300           45
372             35        420           45
373             35        700           45
374             35        300            3
375             35        420            3
376             35        700            3
377             35        580            3
378             35        580            3
379             35        580            3
380             90        700            3
381             90        700            3
382              0        770            3
383              0        770            3
384              0        780           45
385            100        600            3
386              0        600            3
387             70        318           45
388             70        405           45
389             70        525           45
390             70        309           45
391             70        405           45
392             70        534           45
393             70        314           45
394             70        405           45
395             70        530           45
396             70        245          255
397             70        340          120
398             70        485           45
399             70        250          255
400             70        410          127
401             70        194          255
402             70        384           45
403             70        263          235
404            100        363          120
405             70        523           45
406             70        280          255
407             70        515           75
408             70        350           45
409             70        495           45
410             70        350           45
411             70        495           45
412             70        224          120
413             70        424           45
414             70        424           45
415             70        244          120
416             70        474           45
417            100        405          200
418             70        330          190
419             70        495           75
420             70        275          190
421             70        450           75
422             70        325          190
423             70        475           75
424            100        482           45
425             70        348          125
426             70        498           60
427              0        350          190
428            140        580           60
429             35        495           45
430             35        505           30
431             70        310          190
432             70        452           75
433             70        285          120
434             70        329          225
435             70        479           60
436             70        300          255
437             70        500           90
438             70        290          255
439             70        310          145
440            140        220          130
441             35        411           30
442             70        485          100
443             70        300           45
444             70        410           45
445             70        700           45
446             70        390           50
447             70        285           75
448             70        625           45
449             70        330          140
450             70        525           60
451             70        330          120
452             70        500           45
453            100        300          140
454             70        490           75
455             70        454          200
456             70        330          190
457             70        460           75
458             70        345           25
459             70        334          120
460             70        594           60
461             35        510           45
462             70        535           30
463             70        515           30
464             70        535           30
465             70        535           30
466             70        540           30
467             70        540           30
468             70        545           30
469             70        515           30
470             35        525           45
471             35        525           45
472             70        510           30
473             70        530           50
474             70        535           30
475             35        618           45
476             70        525           60
477             35        525           45
478             70        480           75
479             70        520           45
480            140        580            3
481            140        580            3
482            140        580            3
483              0        680            3
484              0        680            3
485            100        600            3
486              0        670            3
487              0        680            3
488            100        600            3
489             70        480           30
490             70        600            3
491              0        600            3
492            100        600           45
493              0        720            3
494            100        600            3
495             70        308           45
496             70        413           45
497             70        528           45
498             70        308           45
499             70        418           45
500             70        528           45
501             70        308           45
502             70        413           45
503             70        528           45
504             70        255          255
505             70        420          255
506             70        275          255
507             70        370          120
508             70        500           45
509             70        281          255
510             70        446           90
511             70        316          190
512             70        498           75
513             70        316          190
514             70        498           75
515             70        316          190
516             70        498           75
517             70        292          190
518             70        487           75
519             70        264          255
520             70        358          120
521             70        488           45
522             70        295          190
523             70        497           75
524             70        280          255
525             70        390          120
526             70        515           45
527             70        323          190
528             70        425           45
529             70        328          120
530             70        508           60
531             70        545          255
532             70        305          180
533             70        405           90
534             70        505           45
535             70        294          255
536             70        384          120
537             70        509           45
538             70        465           45
539             70        465           45
540             70        310          255
541             70        380          120
542             70        500           45
543             70        260          255
544             70        360          120
545             70        485           45
546             70        280          190
547             70        480           75
548             70        280          190
549             70        480           75
550             70        460           25
551             70        292          180
552             70        351           90
553             70        519           45
554             70        315          120
555             70        540           60
556             70        461          255
557             70        325          190
558             70        485           75
559             35        348          180
560             70        488           90
561             70        490           45
562             70        303          190
563             70        483           90
564             70        355           45
565             70        495           45
566             70        401           45
567             70        567           45
568             70        329          190
569             70        474           60
570             70        330           75
571             70        510           45
572             70        300          255
573             70        470           60
574             70        290          200
575             70        390          100
576             70        490           50
577             70        290          200
578             70        370          100
579             70        490           50
580             70        305          190
581             70        473           45
582             70        305          255
583             70        395          120
584             70        535           45
585             70        335          190
586             70        475           75
587             70        428          200
588             70        315          200
589             70        495           75
590             70        294          190
591             70        464           75
592             70        335          190
593             70        480           60
594             70        470           75
595             70        319          190
596             70        472           75
597             70        305          255
598             70        489           90
599             70        300          130
600             70        440           60
601             70        520           30
602             70        275          190
603             70        405           60
604             70        515           30
605             70        335          255
606             70        485           90
607             70        275          190
608             70        370           90
609             70        520           45
610             35        320           75
611             35        410           60
612             35        540           45
613             70        305          120
614             70        505           60
615             70        515           25
616             70        305          200
617             70        495           75
618             70        471           75
619             70        350          180
620             70        510           45
621             70        485           45
622             70        303          190
623             70        483           90
624             35        340          120
625             35        490           45
626             70        490           45
627             70        350          190
628             70        510           60
629             35        370          190
630             35        510           60
631             70        484           90
632             70        484           90
633             35        300           45
634             35        420           45
635             35        600           45
636             70        360           45
637             70        550           15
638             35        580            3
639             35        580            3
640             35        580            3
641             90        580            3
642             90        580            3
643              0        680            3
644              0        680            3
645             90        600            3
646              0        700            3
647             35        580            3
648            100        600            3
649              0        600            3
650             70        313           45
651             70        405           45
652             70        530           45
653             70        307           45
654             70        409           45
655             70        534           45
656             70        314           45
657             70        405           45
658             70        640           45
659             70        237          255
660             70        423          127
661             70        278          255
662             70        382          120
663             70        499           45
664             70        200          255
665             70        213          120
666             70        411           45
667             70        369          220
668             70        507           65
669             70        303          225
670             70        551          120
671             70        552           45
672             70        350          200
673             70        531           45
674             70        348          220
675             70        495           65
676             70        472          160
677             70        355          190
678             70        466           75
679             70        325          180
680             70        448           90
681             70        520           45
682             70        341          200
683             70        462          140
684             70        341          200
685             70        480          140
686             70        288          190
687             70        482           80
688             70        306          120
689             70        500           45
690             70        320          225
691             70        494           55
692             70        330          225
693             70        500           55
694             70        289          190
695             70        481           75
696             70        362           45
697             70        521           45
698             70        362           45
699             70        521           45
700             70        525           45
701             70        500          100
702             70        431          180
703             70        500           60
704             35        300           45
705             35        452           45
706             35        600           45
707             70        470           75
708             70        309          120
709             70        474           60
710             70        335          120
711             70        494           60
712             70        304          190
713             70        514           55
714             70        245          190
715             70        535           45
716              0        680           45
717              0        680           45
718              0        708            3
719             70        700            3
720            100        680            3
721            100        600            3
722             70        320           45
723             70        420           45
724             70        530           45
725             70        320           45
726             70        420           45
727             70        530           45
728             70        320           45
729             70        420           45
730             70        530           45
731             70        265          255
732             70        355          120
733             70        485           45
734             70        253          255
735             70        418          127
736             70        300          255
737             70        400          120
738             70        500           45
739             70        338          225
740             70        478           60
741             70        476           45
742             70        304          190
743             70        464           75
744             70        280          190
745             70        487           90
746             70        620           60
747             70        305          190
748             70        495           75
749             70        385          190
750             70        500           60
751             70        269          200
752             70        454          100
753             70        250          190
754             70        480           75
755             70        285          190
756             70        405           75
757             70        320          120
758             70        480           45
759             70        340          140
760             70        500           70
761             70        210          235
762             70        290          120
763             70        510           45
764             70        485           60
765             70        490           45
766             70        490           45
767             70        230           90
768             70        530           45
769             70        320          140
770             70        480           60
771             70        410           60
772              0        534            3
773              0        570            3
774             70        500           30
775             70        500          255
776             70        480           45
777             70        485           70
778             70        435          180
779             70        476           45
780             70        475           80
781             70        485           70
782             70        517           25
783             70        300           45
784             70        420           45
785             70        600           45
786             70        570            3
787             70        570            3
788             70        570            3
789             70        570            3
790              0        200           45
791              0        400           45
792              0        680           45
793              0        680           45
794              0        570           45
795              0        570           25
796              0        570          255
797              0        570           30
798              0        570           25
799              0        570          255
800              0        570           15
801              0        600            3
802              0        600            3
                                          classfication defense
1                                          Seed Pokémon      49
2                                          Seed Pokémon      63
3                                          Seed Pokémon     123
4                                        Lizard Pokémon      43
5                                         Flame Pokémon      58
6                                         Flame Pokémon      78
7                                   Tiny Turtle Pokémon      65
8                                        Turtle Pokémon      80
9                                     Shellfish Pokémon     120
10                                         Worm Pokémon      35
11                                       Cocoon Pokémon      55
12                                    Butterfly Pokémon      50
13                                        Hairy Pokémon      30
14                                       Cocoon Pokémon      50
15                                   Poison Bee Pokémon      40
16                                    Tiny Bird Pokémon      40
17                                         Bird Pokémon      55
18                                         Bird Pokémon      80
19                                        Mouse Pokémon      35
20                                        Mouse Pokémon      70
21                                    Tiny Bird Pokémon      30
22                                         Beak Pokémon      65
23                                        Snake Pokémon      44
24                                        Cobra Pokémon      69
25                                        Mouse Pokémon      40
26                                        Mouse Pokémon      50
27                                        Mouse Pokémon      90
28                                        Mouse Pokémon     120
29                                   Poison Pin Pokémon      52
30                                   Poison Pin Pokémon      67
31                                        Drill Pokémon      87
32                                   Poison Pin Pokémon      40
33                                   Poison Pin Pokémon      57
34                                        Drill Pokémon      77
35                                        Fairy Pokémon      48
36                                        Fairy Pokémon      73
37                                          Fox Pokémon      40
38                                          Fox Pokémon      75
39                                      Balloon Pokémon      20
40                                      Balloon Pokémon      45
41                                          Bat Pokémon      35
42                                          Bat Pokémon      70
43                                         Weed Pokémon      55
44                                         Weed Pokémon      70
45                                       Flower Pokémon      85
46                                     Mushroom Pokémon      55
47                                     Mushroom Pokémon      80
48                                       Insect Pokémon      50
49                                  Poison Moth Pokémon      60
50                                         Mole Pokémon      30
51                                         Mole Pokémon      60
52                                  Scratch Cat Pokémon      35
53                                   Classy Cat Pokémon      60
54                                         Duck Pokémon      48
55                                         Duck Pokémon      78
56                                   Pig Monkey Pokémon      35
57                                   Pig Monkey Pokémon      60
58                                        Puppy Pokémon      45
59                                    Legendary Pokémon      80
60                                      Tadpole Pokémon      40
61                                      Tadpole Pokémon      65
62                                      Tadpole Pokémon      95
63                                          Psi Pokémon      15
64                                          Psi Pokémon      30
65                                          Psi Pokémon      65
66                                   Superpower Pokémon      50
67                                   Superpower Pokémon      70
68                                   Superpower Pokémon      80
69                                       Flower Pokémon      35
70                                   Flycatcher Pokémon      50
71                                   Flycatcher Pokémon      65
72                                    Jellyfish Pokémon      35
73                                    Jellyfish Pokémon      65
74                                         Rock Pokémon     100
75                                         Rock Pokémon     115
76                                      Megaton Pokémon     130
77                                   Fire Horse Pokémon      55
78                                   Fire Horse Pokémon      70
79                                        Dopey Pokémon      65
80                                  Hermit Crab Pokémon     180
81                                       Magnet Pokémon      70
82                                       Magnet Pokémon      95
83                                    Wild Duck Pokémon      55
84                                    Twin Bird Pokémon      45
85                                  Triple Bird Pokémon      70
86                                     Sea Lion Pokémon      55
87                                     Sea Lion Pokémon      80
88                                       Sludge Pokémon      50
89                                       Sludge Pokémon      75
90                                      Bivalve Pokémon     100
91                                      Bivalve Pokémon     180
92                                          Gas Pokémon      30
93                                          Gas Pokémon      45
94                                       Shadow Pokémon      80
95                                   Rock Snake Pokémon     160
96                                     Hypnosis Pokémon      45
97                                     Hypnosis Pokémon      70
98                                   River Crab Pokémon      90
99                                       Pincer Pokémon     115
100                                        Ball Pokémon      50
101                                        Ball Pokémon      70
102                                         Egg Pokémon      80
103                                     Coconut Pokémon      85
104                                      Lonely Pokémon      95
105                                 Bone Keeper Pokémon     110
106                                     Kicking Pokémon      53
107                                    Punching Pokémon      79
108                                     Licking Pokémon      75
109                                  Poison Gas Pokémon      95
110                                  Poison Gas Pokémon     120
111                                      Spikes Pokémon      95
112                                       Drill Pokémon     120
113                                         Egg Pokémon       5
114                                        Vine Pokémon     115
115                                      Parent Pokémon     100
116                                      Dragon Pokémon      70
117                                      Dragon Pokémon      95
118                                    Goldfish Pokémon      60
119                                    Goldfish Pokémon      65
120                                   Starshape Pokémon      55
121                                  Mysterious Pokémon      85
122                                     Barrier Pokémon      65
123                                      Mantis Pokémon      80
124                                  Humanshape Pokémon      35
125                                    Electric Pokémon      57
126                                    Spitfire Pokémon      57
127                                  Stagbeetle Pokémon     120
128                                   Wild Bull Pokémon      95
129                                        Fish Pokémon      55
130                                   Atrocious Pokémon     109
131                                   Transport Pokémon      80
132                                   Transform Pokémon      48
133                                   Evolution Pokémon      50
134                                  Bubble Jet Pokémon      60
135                                   Lightning Pokémon      60
136                                       Flame Pokémon      60
137                                     Virtual Pokémon      70
138                                      Spiral Pokémon     100
139                                      Spiral Pokémon     125
140                                   Shellfish Pokémon      90
141                                   Shellfish Pokémon     105
142                                      Fossil Pokémon      85
143                                    Sleeping Pokémon      65
144                                      Freeze Pokémon     100
145                                    Electric Pokémon      85
146                                       Flame Pokémon      90
147                                      Dragon Pokémon      45
148                                      Dragon Pokémon      65
149                                      Dragon Pokémon      95
150                                     Genetic Pokémon      70
151                                 New Species Pokémon     100
152                                        Leaf Pokémon      65
153                                        Leaf Pokémon      80
154                                        Herb Pokémon     100
155                                  Fire Mouse Pokémon      43
156                                     Volcano Pokémon      58
157                                     Volcano Pokémon      78
158                                     Big Jaw Pokémon      64
159                                     Big Jaw Pokémon      80
160                                     Big Jaw Pokémon     100
161                                       Scout Pokémon      34
162                                   Long Body Pokémon      64
163                                         Owl Pokémon      30
164                                         Owl Pokémon      50
165                                   Five Star Pokémon      30
166                                   Five Star Pokémon      50
167                                 String Spit Pokémon      40
168                                    Long Leg Pokémon      70
169                                         Bat Pokémon      80
170                                      Angler Pokémon      38
171                                       Light Pokémon      58
172                                  Tiny Mouse Pokémon      15
173                                  Star Shape Pokémon      28
174                                     Balloon Pokémon      15
175                                  Spike Ball Pokémon      65
176                                   Happiness Pokémon      85
177                                 Little Bird Pokémon      45
178                                      Mystic Pokémon      70
179                                        Wool Pokémon      40
180                                        Wool Pokémon      55
181                                       Light Pokémon     105
182                                      Flower Pokémon      95
183                                   Aquamouse Pokémon      50
184                                  Aquarabbit Pokémon      80
185                                   Imitation Pokémon     115
186                                        Frog Pokémon      75
187                                  Cottonweed Pokémon      40
188                                  Cottonweed Pokémon      50
189                                  Cottonweed Pokémon      70
190                                   Long Tail Pokémon      55
191                                        Seed Pokémon      30
192                                         Sun Pokémon      55
193                                  Clear Wing Pokémon      45
194                                  Water Fish Pokémon      45
195                                  Water Fish Pokémon      85
196                                         Sun Pokémon      60
197                                   Moonlight Pokémon     110
198                                    Darkness Pokémon      42
199                                       Royal Pokémon      80
200                                     Screech Pokémon      60
201                                      Symbol Pokémon      48
202                                     Patient Pokémon      58
203                                   Long Neck Pokémon      65
204                                     Bagworm Pokémon      90
205                                     Bagworm Pokémon     140
206                                  Land Snake Pokémon      70
207                                 Flyscorpion Pokémon     105
208                                  Iron Snake Pokémon     230
209                                       Fairy Pokémon      50
210                                       Fairy Pokémon      75
211                                     Balloon Pokémon      85
212                                      Pincer Pokémon     140
213                                        Mold Pokémon     230
214                                  Singlehorn Pokémon     115
215                                  Sharp Claw Pokémon      55
216                                 Little Bear Pokémon      50
217                                  Hibernator Pokémon      75
218                                        Lava Pokémon      40
219                                        Lava Pokémon     120
220                                         Pig Pokémon      40
221                                       Swine Pokémon      80
222                                       Coral Pokémon      95
223                                         Jet Pokémon      35
224                                         Jet Pokémon      75
225                                    Delivery Pokémon      45
226                                        Kite Pokémon      70
227                                  Armor Bird Pokémon     140
228                                        Dark Pokémon      30
229                                        Dark Pokémon      90
230                                      Dragon Pokémon      95
231                                   Long Nose Pokémon      60
232                                       Armor Pokémon     120
233                                     Virtual Pokémon      90
234                                    Big Horn Pokémon      62
235                                     Painter Pokémon      35
236                                     Scuffle Pokémon      35
237                                   Handstand Pokémon      95
238                                        Kiss Pokémon      15
239                                    Electric Pokémon      37
240                                   Live Coal Pokémon      37
241                                    Milk Cow Pokémon     105
242                                   Happiness Pokémon      10
243                                     Thunder Pokémon      75
244                                     Volcano Pokémon      85
245                                      Aurora Pokémon     115
246                                   Rock Skin Pokémon      50
247                                  Hard Shell Pokémon      70
248                                       Armor Pokémon     150
249                                      Diving Pokémon     130
250                                     Rainbow Pokémon      90
251                                 Time Travel Pokémon     100
252                                  Wood Gecko Pokémon      35
253                                  Wood Gecko Pokémon      45
254                                      Forest Pokémon      75
255                                       Chick Pokémon      40
256                                  Young Fowl Pokémon      60
257                                       Blaze Pokémon      80
258                                    Mud Fish Pokémon      50
259                                    Mud Fish Pokémon      70
260                                    Mud Fish Pokémon     110
261                                        Bite Pokémon      35
262                                        Bite Pokémon      70
263                                 Tiny Racoon Pokémon      41
264                                        Rush Pokémon      61
265                                        Worm Pokémon      35
266                                      Cocoon Pokémon      55
267                                   Butterfly Pokémon      50
268                                      Cocoon Pokémon      55
269                                 Poison Moth Pokémon      70
270                                  Water Weed Pokémon      30
271                                       Jolly Pokémon      50
272                                    Carefree Pokémon      70
273                                       Acorn Pokémon      50
274                                        Wily Pokémon      40
275                                      Wickid Pokémon      60
276                                 TinySwallow Pokémon      30
277                                     Swallow Pokémon      60
278                                     Seagull Pokémon      30
279                                  Water Bird Pokémon     100
280                                     Feeling Pokémon      25
281                                     Emotion Pokémon      35
282                                     Embrace Pokémon      65
283                                 Pond Skater Pokémon      32
284                                     Eyeball Pokémon      62
285                                    Mushroom Pokémon      60
286                                    Mushroom Pokémon      80
287                                     Slacker Pokémon      60
288                                 Wild Monkey Pokémon      80
289                                        Lazy Pokémon     100
290                                     Trainee Pokémon      90
291                                       Ninja Pokémon      45
292                                        Shed Pokémon      45
293                                     Whisper Pokémon      23
294                                   Big Voice Pokémon      43
295                                  Loud Noise Pokémon      63
296                                        Guts Pokémon      30
297                                  Arm Thrust Pokémon      60
298                                   Polka Dot Pokémon      40
299                                     Compass Pokémon     135
300                                      Kitten Pokémon      45
301                                        Prim Pokémon      65
302                                    Darkness Pokémon     125
303                                    Deceiver Pokémon     125
304                                  Iron Armor Pokémon     100
305                                  Iron Armor Pokémon     140
306                                  Iron Armor Pokémon     230
307                                    Meditate Pokémon      55
308                                    Meditate Pokémon      85
309                                   Lightning Pokémon      40
310                                   Discharge Pokémon      80
311                                    Cheering Pokémon      40
312                                    Cheering Pokémon      50
313                                     Firefly Pokémon      75
314                                     Firefly Pokémon      75
315                                       Thorn Pokémon      45
316                                     Stomach Pokémon      53
317                                  Poison Bag Pokémon      83
318                                      Savage Pokémon      20
319                                      Brutal Pokémon      70
320                                  Ball Whale Pokémon      35
321                                 Float Whale Pokémon      45
322                                        Numb Pokémon      40
323                                    Eruption Pokémon     100
324                                        Coal Pokémon     140
325                                      Bounce Pokémon      35
326                                  Manipulate Pokémon      65
327                                  Spot Panda Pokémon      60
328                                     Ant Pit Pokémon      45
329                                   Vibration Pokémon      50
330                                      Mystic Pokémon      80
331                                      Cactus Pokémon      40
332                                   Scarecrow Pokémon      60
333                                 Cotton Bird Pokémon      60
334                                     Humming Pokémon     110
335                                  Cat Ferret Pokémon      60
336                                  Fang Snake Pokémon      60
337                                   Meteorite Pokémon      65
338                                   Meteorite Pokémon      85
339                                    Whiskers Pokémon      43
340                                    Whiskers Pokémon      73
341                                     Ruffian Pokémon      65
342                                       Rogue Pokémon      85
343                                   Clay Doll Pokémon      55
344                                   Clay Doll Pokémon     105
345                                    Sea Lily Pokémon      77
346                                    Barnacle Pokémon      97
347                                  Old Shrimp Pokémon      50
348                                       Plate Pokémon     100
349                                        Fish Pokémon      20
350                                      Tender Pokémon      79
351                                     Weather Pokémon      70
352                                  Color Swap Pokémon      70
353                                      Puppet Pokémon      35
354                                  Marionette Pokémon      75
355                                     Requiem Pokémon      90
356                                      Beckon Pokémon     130
357                                       Fruit Pokémon      83
358                                  Wind Chime Pokémon      80
359                                    Disaster Pokémon      60
360                                      Bright Pokémon      48
361                                    Snow Hat Pokémon      50
362                                        Face Pokémon      80
363                                        Clap Pokémon      50
364                                   Ball Roll Pokémon      70
365                                   Ice Break Pokémon      90
366                                     Bivalve Pokémon      85
367                                    Deep Sea Pokémon     105
368                                   South Sea Pokémon     105
369                                   Longevity Pokémon     130
370                                  Rendezvous Pokémon      55
371                                   Rock Head Pokémon      60
372                                   Endurance Pokémon     100
373                                      Dragon Pokémon     130
374                                   Iron Ball Pokémon      80
375                                   Iron Claw Pokémon     100
376                                    Iron Leg Pokémon     150
377                                   Rock Peak Pokémon     200
378                                     Iceberg Pokémon     100
379                                        Iron Pokémon     150
380                                         Eon Pokémon     120
381                                         Eon Pokémon     100
382                                   Sea Basin Pokémon      90
383                                   Continent Pokémon     160
384                                    Sky High Pokémon     100
385                                        Wish Pokémon     100
386                                         DNA Pokémon      90
387                                   Tiny Leaf Pokémon      64
388                                       Grove Pokémon      85
389                                   Continent Pokémon     105
390                                       Chimp Pokémon      44
391                                     Playful Pokémon      52
392                                       Flame Pokémon      71
393                                     Penguin Pokémon      53
394                                     Penguin Pokémon      68
395                                     Emperor Pokémon      88
396                                    Starling Pokémon      30
397                                    Starling Pokémon      50
398                                    Predator Pokémon      70
399                                 Plump Mouse Pokémon      40
400                                      Beaver Pokémon      60
401                                     Cricket Pokémon      41
402                                     Cricket Pokémon      51
403                                       Flash Pokémon      34
404                                       Spark Pokémon      49
405                                  Gleam Eyes Pokémon      79
406                                         Bud Pokémon      35
407                                     Bouquet Pokémon      65
408                                   Head Butt Pokémon      40
409                                   Head Butt Pokémon      60
410                                      Shield Pokémon     118
411                                      Shield Pokémon     168
412                                     Bagworm Pokémon      45
413                                     Bagworm Pokémon      95
414                                        Moth Pokémon      50
415                                    Tiny Bee Pokémon      42
416                                     Beehive Pokémon     102
417                                 EleSquirrel Pokémon      70
418                                  Sea Weasel Pokémon      35
419                                  Sea Weasel Pokémon      55
420                                      Cherry Pokémon      45
421                                     Blossom Pokémon      70
422                                    Sea Slug Pokémon      48
423                                    Sea Slug Pokémon      68
424                                   Long Tail Pokémon      66
425                                     Balloon Pokémon      34
426                                       Blimp Pokémon      44
427                                      Rabbit Pokémon      44
428                                      Rabbit Pokémon      94
429                                     Magical Pokémon      60
430                                    Big Boss Pokémon      52
431                                       Catty Pokémon      42
432                                   Tiger Cat Pokémon      64
433                                        Bell Pokémon      50
434                                       Skunk Pokémon      47
435                                       Skunk Pokémon      67
436                                      Bronze Pokémon      86
437                                 Bronze Bell Pokémon     116
438                                      Bonsai Pokémon      95
439                                        Mime Pokémon      45
440                                   Playhouse Pokémon       5
441                                  Music Note Pokémon      45
442                                   Forbidden Pokémon     108
443                                  Land Shark Pokémon      45
444                                        Cave Pokémon      65
445                                        Mach Pokémon     115
446                                   Big Eater Pokémon      40
447                                   Emanation Pokémon      40
448                                        Aura Pokémon      88
449                                       Hippo Pokémon      78
450                                 Heavyweight Pokémon     118
451                                    Scorpion Pokémon      90
452                                  Ogre Scorp Pokémon     110
453                                 Toxic Mouth Pokémon      40
454                                 Toxic Mouth Pokémon      65
455                                 Bug Catcher Pokémon      72
456                                   Wing Fish Pokémon      56
457                                        Neon Pokémon      76
458                                        Kite Pokémon      50
459                                Frosted Tree Pokémon      50
460                                Frosted Tree Pokémon     105
461                                  Sharp Claw Pokémon      65
462                                 Magnet Area Pokémon     115
463                                     Licking Pokémon      95
464                                       Drill Pokémon     130
465                                        Vine Pokémon     125
466                                 Thunderbolt Pokémon      67
467                                       Blast Pokémon      67
468                                     Jubilee Pokémon      95
469                                 Ogre Darner Pokémon      86
470                                     Verdant Pokémon     130
471                                  Fresh Snow Pokémon     110
472                                  Fang Scorp Pokémon     125
473                                   Twin Tusk Pokémon      80
474                                     Virtual Pokémon      70
475                                       Blade Pokémon      95
476                                     Compass Pokémon     145
477                                     Gripper Pokémon     135
478                                   Snow Land Pokémon      70
479                                      Plasma Pokémon     107
480                                   Knowledge Pokémon     130
481                                     Emotion Pokémon     105
482                                   Willpower Pokémon      70
483                                    Temporal Pokémon     120
484                                     Spatial Pokémon     100
485                                   Lava Dome Pokémon     106
486                                    Colossal Pokémon     110
487                                    Renegade Pokémon     100
488                                       Lunar Pokémon     120
489                                 Sea Drifter Pokémon      80
490                                   Seafaring Pokémon     100
491                                 Pitch-Black Pokémon      90
492                                   Gratitude Pokémon      75
493                                       Alpha Pokémon     120
494                                     Victory Pokémon     100
495                                 Grass Snake Pokémon      55
496                                 Grass Snake Pokémon      75
497                                       Regal Pokémon      95
498                                    Fire Pig Pokémon      45
499                                    Fire Pig Pokémon      55
500                               Mega Fire Pig Pokémon      65
501                                   Sea Otter Pokémon      45
502                                  Discipline Pokémon      60
503                                  Formidable Pokémon      85
504                                       Scout Pokémon      39
505                                     Lookout Pokémon      69
506                                       Puppy Pokémon      45
507                                   Loyal Dog Pokémon      65
508                                 Big-Hearted Pokémon      90
509                                     Devious Pokémon      37
510                                       Cruel Pokémon      50
511                                Grass Monkey Pokémon      48
512                                Thorn Monkey Pokémon      63
513                                   High Temp Pokémon      48
514                                       Ember Pokémon      63
515                                       Spray Pokémon      48
516                                      Geyser Pokémon      63
517                                 Dream Eater Pokémon      45
518                                    Drowsing Pokémon      85
519                                 Tiny Pigeon Pokémon      50
520                                 Wild Pigeon Pokémon      62
521                                       Proud Pokémon      80
522                                 Electrified Pokémon      32
523                                 Thunderbolt Pokémon      63
524                                      Mantle Pokémon      85
525                                         Ore Pokémon     105
526                                  Compressed Pokémon     130
527                                         Bat Pokémon      43
528                                    Courting Pokémon      55
529                                        Mole Pokémon      40
530                                  Subterrene Pokémon      60
531                                     Hearing Pokémon     126
532                                    Muscular Pokémon      55
533                                    Muscular Pokémon      85
534                                    Muscular Pokémon      95
535                                     Tadpole Pokémon      40
536                                   Vibration Pokémon      55
537                                   Vibration Pokémon      75
538                                        Judo Pokémon      85
539                                      Karate Pokémon      75
540                                      Sewing Pokémon      70
541                                Leaf-Wrapped Pokémon      90
542                                   Nurturing Pokémon      80
543                                   Centipede Pokémon      59
544                                   Curlipede Pokémon      99
545                                    Megapede Pokémon      89
546                                 Cotton Puff Pokémon      60
547                                  Windveiled Pokémon      85
548                                        Bulb Pokémon      50
549                                   Flowering Pokémon      75
550                                     Hostile Pokémon      65
551                                 Desert Croc Pokémon      35
552                                 Desert Croc Pokémon      45
553                                Intimidation Pokémon      80
554                                   Zen Charm Pokémon      45
555                                     Blazing Pokémon     105
556                                      Cactus Pokémon      67
557                                    Rock Inn Pokémon      85
558                                  Stone Home Pokémon     125
559                                    Shedding Pokémon      70
560                                     Hoodlum Pokémon     115
561                                    Avianoid Pokémon      80
562                                      Spirit Pokémon      85
563                                      Coffin Pokémon     145
564                                 Prototurtle Pokémon     103
565                                 Prototurtle Pokémon     133
566                                  First Bird Pokémon      45
567                                  First Bird Pokémon      65
568                                   Trash Bag Pokémon      62
569                                  Trash Heap Pokémon      82
570                                  Tricky Fox Pokémon      40
571                                Illusion Fox Pokémon      60
572                                  Chinchilla Pokémon      40
573                                       Scarf Pokémon      60
574                                    Fixation Pokémon      50
575                                  Manipulate Pokémon      70
576                                 Astral Body Pokémon      95
577                                        Cell Pokémon      40
578                                     Mitosis Pokémon      50
579                                 Multiplying Pokémon      75
580                                  Water Bird Pokémon      50
581                                  White Bird Pokémon      63
582                                  Fresh Snow Pokémon      50
583                                    Icy Snow Pokémon      65
584                                   Snowstorm Pokémon      85
585                                      Season Pokémon      50
586                                      Season Pokémon      70
587                                Sky Squirrel Pokémon      60
588                                    Clamping Pokémon      45
589                                     Cavalry Pokémon     105
590                                    Mushroom Pokémon      45
591                                    Mushroom Pokémon      70
592                                    Floating Pokémon      50
593                                    Floating Pokémon      70
594                                      Caring Pokémon      80
595                                   Attaching Pokémon      50
596                                   EleSpider Pokémon      60
597                                  Thorn Seed Pokémon      91
598                                   Thorn Pod Pokémon     131
599                                        Gear Pokémon      70
600                                        Gear Pokémon      95
601                                        Gear Pokémon     115
602                                     EleFish Pokémon      40
603                                     EleFish Pokémon      70
604                                     EleFish Pokémon      80
605                                    Cerebral Pokémon      55
606                                    Cerebral Pokémon      75
607                                      Candle Pokémon      55
608                                        Lamp Pokémon      60
609                                      Luring Pokémon      90
610                                        Tusk Pokémon      60
611                                     Axe Jaw Pokémon      70
612                                     Axe Jaw Pokémon      90
613                                       Chill Pokémon      40
614                                    Freezing Pokémon      80
615                               Crystallizing Pokémon      50
616                                       Snail Pokémon      85
617                                   Shell Out Pokémon      40
618                                        Trap Pokémon      84
619                                Martial Arts Pokémon      50
620                                Martial Arts Pokémon      60
621                                        Cave Pokémon      90
622                                   Automaton Pokémon      50
623                                   Automaton Pokémon      80
624                                 Sharp Blade Pokémon      70
625                                 Sword Blade Pokémon     100
626                                Bash Buffalo Pokémon      95
627                                      Eaglet Pokémon      50
628                                     Valiant Pokémon      75
629                                    Diapered Pokémon      75
630                                Bone Vulture Pokémon     105
631                                    Anteater Pokémon      66
632                                    Iron Ant Pokémon     112
633                                       Irate Pokémon      50
634                                     Hostile Pokémon      70
635                                      Brutal Pokémon      90
636                                       Torch Pokémon      55
637                                         Sun Pokémon      65
638                                   Iron Will Pokémon     129
639                                      Cavern Pokémon      90
640                                   Grassland Pokémon      72
641                                     Cyclone Pokémon      80
642                                 Bolt Strike Pokémon      70
643                                  Vast White Pokémon     100
644                                  Deep Black Pokémon     120
645                                   Abundance Pokémon      90
646                                    Boundary Pokémon      90
647                                        Colt Pokémon      90
648                                      Melody Pokémon      90
649                                   Paleozoic Pokémon      95
650                                   Spiky Nut Pokémon      65
651                                 Spiny Armor Pokémon      95
652                                 Spiny Armor Pokémon     122
653                                         Fox Pokémon      40
654                                         Fox Pokémon      58
655                                         Fox Pokémon      72
656                                 Bubble Frog Pokémon      40
657                                 Bubble Frog Pokémon      52
658                                       Ninja Pokémon      67
659                                     Digging Pokémon      38
660                                     Digging Pokémon      77
661                                  Tiny Robin Pokémon      43
662                                       Ember Pokémon      55
663                                   Scorching Pokémon      71
664                                 Scatterdust Pokémon      40
665                                 Scatterdust Pokémon      60
666                                       Scale Pokémon      50
667                                    Lion Cub Pokémon      58
668                                       Royal Pokémon      72
669                                Single Bloom Pokémon      39
670                                       Fairy Pokémon      67
671                                      Garden Pokémon      68
672                                       Mount Pokémon      48
673                                       Mount Pokémon      62
674                                     Playful Pokémon      62
675                                    Daunting Pokémon      78
676                                      Poodle Pokémon      60
677                                   Restraint Pokémon      54
678                                  Constraint Pokémon      76
679                                       Sword Pokémon     100
680                                       Sword Pokémon     150
681                                 Royal Sword Pokémon      50
682                                     Perfume Pokémon      60
683                                   Fragrance Pokémon      72
684                                Cotton Candy Pokémon      66
685                                    Meringue Pokémon      86
686                                   Revolving Pokémon      53
687                                 Overturning Pokémon      88
688                                  Two-Handed Pokémon      67
689                                  Collective Pokémon     115
690                                   Mock Kelp Pokémon      60
691                                   Mock Kelp Pokémon      90
692                                   Water Gun Pokémon      62
693                                    Howitzer Pokémon      88
694                                   Generator Pokémon      33
695                                   Generator Pokémon      52
696                                  Royal Heir Pokémon      77
697                                      Despot Pokémon     119
698                                      Tundra Pokémon      50
699                                      Tundra Pokémon      72
700                                Intertwining Pokémon      65
701                                   Wrestling Pokémon      75
702                                     Antenna Pokémon      57
703                                       Jewel Pokémon     150
704                                 Soft Tissue Pokémon      35
705                                 Soft Tissue Pokémon      53
706                                      Dragon Pokémon      70
707                                    Key Ring Pokémon      91
708                                       Stump Pokémon      48
709                                  Elder Tree Pokémon      76
710                                     Pumpkin Pokémon      70
711                                     Pumpkin Pokémon     122
712                                   Ice Chunk Pokémon      85
713                                     Iceberg Pokémon     184
714                                  Sound Wave Pokémon      35
715                                  Sound Wave Pokémon      80
716                                        Life Pokémon      95
717                                 Destruction Pokémon      95
718                                       Order Pokémon     121
719                                       Jewel Pokémon     110
720 Mischief Pokémon (Confined)Djinn Pokémonn (Unbound)      60
721                                       Steam Pokémon     120
722                                 Grass Quill Pokémon      55
723                                 Blade Quill Pokémon      75
724                                 Arrow Quill Pokémon      75
725                                    Fire Cat Pokémon      40
726                                    Fire Cat Pokémon      50
727                                        Heel Pokémon      90
728                                    Sea Lion Pokémon      54
729                                    Pop Star Pokémon      69
730                                     Soloist Pokémon      74
731                                  Woodpecker Pokémon      30
732                                  Bugle Beak Pokémon      50
733                                      Cannon Pokémon      75
734                                   Loitering Pokémon      30
735                                    Stakeout Pokémon      60
736                                       Larva Pokémon      45
737                                     Battery Pokémon      95
738                                 Stag Beetle Pokémon      90
739                                      Boxing Pokémon      57
740                                 Woolly Crab Pokémon      77
741                                     Dancing Pokémon      70
742                                     Bee Fly Pokémon      40
743                                     Bee Fly Pokémon      60
744                                       Puppy Pokémon      40
745                                        Wolf Pokémon      75
746                                   Small Fry Pokémon     130
747                                 Brutal Star Pokémon      62
748                                 Brutal Star Pokémon     152
749                                      Donkey Pokémon      70
750                                 Draft Horse Pokémon     100
751                                Water Bubble Pokémon      52
752                                Water Bubble Pokémon      92
753                                Sickle Grass Pokémon      35
754                                Bloom Sickle Pokémon      90
755                                Illuminating Pokémon      55
756                                Illuminating Pokémon      80
757                                Toxic Lizard Pokémon      40
758                                Toxic Lizard Pokémon      60
759                                    Flailing Pokémon      50
760                                  Strong Arm Pokémon      80
761                                       Fruit Pokémon      38
762                                       Fruit Pokémon      48
763                                       Fruit Pokémon      98
764                                 Posy Picker Pokémon      90
765                                        Sage Pokémon      80
766                                    Teamwork Pokémon      90
767                                   Turn Tail Pokémon      40
768                                  Hard Scale Pokémon     140
769                                   Sand Heap Pokémon      80
770                                 Sand Castle Pokémon     110
771                                Sea Cucumber Pokémon     130
772                                   Synthetic Pokémon      95
773                                   Synthetic Pokémon      95
774                                      Meteor Pokémon      60
775                                      Meteor Pokémon      60
776                                    Drowsing Pokémon      65
777                                Blast Turtle Pokémon     135
778                                   Roly-Poly Pokémon      63
779                                    Disguise Pokémon      80
780                                 Gnash Teeth Pokémon      70
781                                      Placid Pokémon      85
782                                 Sea Creeper Pokémon     100
783                                       Scaly Pokémon      65
784                                       Scaly Pokémon      90
785                                       Scaly Pokémon     125
786                                 Land Spirit Pokémon      85
787                                 Land Spirit Pokémon      75
788                                 Land Spirit Pokémon     115
789                                 Land Spirit Pokémon     115
790                                      Nebula Pokémon      31
791                                   Protostar Pokémon     131
792                                       Sunne Pokémon     107
793                                       Moone Pokémon      89
794                                    Parasite Pokémon      47
795                                     Swollen Pokémon     139
796                                     Lissome Pokémon      37
797                                     Glowing Pokémon      71
798                                      Launch Pokémon     103
799                                 Drawn Sword Pokémon     131
800                                   Junkivore Pokémon      53
801                                       Prism Pokémon     101
802                                  Artificial Pokémon     115
    experience_growth height_m  hp                          japanese_name
1             1059860      0.7  45                  Fushigidaneフシギダネ
2             1059860      1.0  60                   Fushigisouフシギソウ
3             1059860      2.0  80                  Fushigibanaフシギバナ
4             1059860      0.6  39                       Hitokageヒトカゲ
5             1059860      1.1  58                        Lizardoリザード
6             1059860      1.7  78                     Lizardonリザードン
7             1059860      0.5  44                       Zenigameゼニガメ
8             1059860      1.0  59                         Kameilカメール
9             1059860      1.6  79                        Kamexカメックス
10            1000000      0.3  45                     Caterpieキャタピー
11            1000000      0.7  50                      Transelトランセル
12            1000000      1.1  60                   Butterfreeバタフリー
13            1000000      0.3  40                         Beedleビードル
14            1000000      0.6  45                         Cocoonコクーン
15            1000000      1.0  65                          Spearスピアー
16            1059860      0.3  40                            Poppoポッポ
17            1059860      1.1  63                         Pigeonピジョン
18            1059860      1.5  83                       Pigeotピジョット
19            1000000       NA  30                        Korattaコラッタ
20            1000000       NA  75                            Rattaラッタ
21            1000000      0.3  40                    Onisuzumeオニスズメ
22            1000000      1.2  65                     Onidrillオニドリル
23            1000000      2.0  35                             Arboアーボ
24            1000000      3.5  60                        Arbokアーボック
25            1000000      0.4  35                      Pikachuピカチュウ
26            1000000       NA  60                       Raichuライチュウ
27            1000000       NA  50                             Sandサンド
28            1000000       NA  75                      Sandpanサンドパン
29            1059860      0.4  55                      Nidoran?ニドラン♀
30            1059860      0.8  70                     Nidorinaニドリーナ
31            1059860      1.3  90                    Nidoqueenニドクイン
32            1059860      0.5  46                      Nidoran?ニドラン♂
33            1059860      0.9  61                     Nidorinoニドリーノ
34            1059860      1.4  81                     Nidokingニドキング
35             800000      0.6  70                            Pippiピッピ
36             800000      1.3  95                           Pixyピクシー
37            1000000       NA  38                            Rokonロコン
38            1000000       NA  73                       Kyukonキュウコン
39             800000      0.5 115                            Purinプリン
40             800000      1.0 140                        Pukurinプクリン
41            1000000      0.8  40                          Zubatズバット
42            1000000      1.6  75                       Golbatゴルバット
43            1059860      0.5  45                   Nazonokusaナゾノクサ
44            1059860      0.8  60                    Kusaihanaクサイハナ
45            1059860      1.2  75                    Ruffresiaラフレシア
46            1000000      0.3  35                            Parasパラス
47            1000000      1.0  60                     Parasectパラセクト
48            1000000      1.0  60                       Kongpangコンパン
49            1000000      1.5  70                      Morphonモルフォン
50            1000000       NA  10                          Digdaディグダ
51            1000000       NA  35                      Dugtrioダグトリオ
52            1000000       NA  40                         Nyarthニャース
53            1000000       NA  65                      Persianペルシアン
54            1000000      0.8  50                         Koduckコダック
55            1000000      1.7  80                      Golduckゴルダック
56            1000000      0.5  40                         Mankeyマンキー
57            1000000      1.0  65                    Okorizaruオコリザル
58            1250000      0.7  55                         Gardieガーディ
59            1250000      1.9  90                       Windieウインディ
60            1059860      0.6  40                        Nyoromoニョロモ
61            1059860      1.0  65                        Nyorozoニョロゾ
62            1059860      1.3  90                     Nyorobonニョロボン
63            1059860      0.9  25                          Caseyケーシィ
64            1059860      1.3  40                     Yungererユンゲラー
65            1059860      1.5  55                       Foodinフーディン
66            1059860      0.8  70                      Wanrikyワンリキー
67            1059860      1.5  80                       Gorikyゴーリキー
68            1059860      1.6  90                      Kairikyカイリキー
69            1059860      0.7  50                  Madatsubomiマダツボミ
70            1059860      1.0  65                        Utsudonウツドン
71            1059860      1.7  80                      Utsubotウツボット
72            1250000      0.9  40                   Menokurageメノクラゲ
73            1250000      1.6  80                   Dokukurageドククラゲ
74            1059860       NA  40                   Isitsubuteイシツブテ
75            1059860       NA  55                         Goloneゴローン
76            1059860       NA  80                      Golonyaゴローニャ
77            1000000      1.0  50                         Ponytaポニータ
78            1000000      1.7  65                       Gallopギャロップ
79            1000000      1.2  90                            Yadonヤドン
80            1000000      1.6  95                        Yadoranヤドラン
81            1000000      0.3  25                             Coilコイル
82            1000000      1.0  50                     Rarecoilレアコイル
83            1000000      0.8  52                       Kamonegiカモネギ
84            1000000      1.4  35                           Dodoドードー
85            1000000      1.8  60                      Dodorioドードリオ
86            1000000      1.1  65                          Pawouパウワウ
87            1000000      1.7  90                          Jugonジュゴン
88            1000000       NA  80                     Betbeterベトベター
89            1000000       NA 105                     Betbetonベトベトン
90            1250000      0.3  30                     Shellderシェルダー
91            1250000      1.5  50                      Parshenパルシェン
92            1059860      1.3  30                             Ghosゴース
93            1059860      1.6  45                          Ghostゴースト
94            1059860      1.5  60                         Gangarゲンガー
95            1000000      8.8  35                          Iwarkイワーク
96            1000000      1.0  60                         Sleepeスリープ
97            1000000      1.6  85                      Sleeperスリーパー
98            1000000      0.4  30                             Crabクラブ
99            1000000      1.3  55                      Kinglerキングラー
100           1000000      0.5  40                   Biriridamaビリリダマ
101           1000000      1.2  60                     Marumineマルマイン
102           1250000      0.4  60                       Tamatamaタマタマ
103           1250000       NA  95                          Nassyナッシー
104           1000000      0.4  50                       Karakaraカラカラ
105           1000000       NA  60                       Garagaraガラガラ
106           1000000      1.5  50                    Sawamularサワムラー
107           1000000      1.4  50                     Ebiwalarエビワラー
108           1000000      1.2  90                    Beroringaベロリンガ
109           1000000      0.6  40                         Dogarsドガース
110           1000000      1.2  65                    Matadogasマタドガス
111           1250000      1.0  80                       Sihornサイホーン
112           1250000      1.9 105                          Sidonサイドン
113            800000      1.1 250                          Luckyラッキー
114           1000000      1.0  65                      Monjaraモンジャラ
115           1000000      2.2 105                         Garuraガルーラ
116           1000000      0.4  30                          Tattuタッツー
117           1000000      1.2  55                         Seadraシードラ
118           1000000      0.6  45                    Tosakintoトサキント
119           1000000      1.3  80                       Azumaoアズマオウ
120           1250000      0.8  30                    Hitodemanヒトデマン
121           1250000      1.1  60                      Starmieスターミー
122           1000000      1.3  40                     Barrierdバリヤード
123           1000000      1.5  70                       Strikeストライク
124           1000000      1.4  65                      Rougelaルージュラ
125           1000000      1.1  65                         Elebooエレブー
126           1000000      1.3  65                         Booberブーバー
127           1250000      1.5  65                        Kailiosカイロス
128           1250000      1.4  75                    Kentaurosケンタロス
129           1250000      0.9  20                      Koikingコイキング
130           1250000      6.5  95                     Gyaradosギャラドス
131           1250000      2.5 130                        Laplaceラプラス
132           1000000      0.3  48                        Metamonメタモン
133           1000000      0.3  55                         Eievuiイーブイ
134           1000000      1.0 130                      Showersシャワーズ
135           1000000      0.8  65                     Thundersサンダース
136           1000000      0.9  65                      Boosterブースター
137           1000000      0.8  65                        Porygonポリゴン
138           1000000      0.4  35                       Omniteオムナイト
139           1000000      1.0  70                       Omstarオムスター
140           1000000      0.5  30                           Kabutoカブト
141           1000000      1.3  60                     Kabutopsカブトプス
142           1250000      1.8  80                            Pteraプテラ
143           1250000      2.1 160                        Kabigonカビゴン
144           1250000      1.7  90                      Freezerフリーザー
145           1250000      1.6  90                        Thunderサンダー
146           1250000      2.0  90                         Fireファイヤー
147           1250000      1.8  41                      Miniryuミニリュウ
148           1250000      4.0  61                      Hakuryuハクリュー
149           1250000      2.2  91                       Kairyuカイリュー
150           1250000      2.0 106                       Mewtwoミュウツー
151           1059860      0.4 100                              Mewミュウ
152           1059860      0.9  45                    Chicoritaチコリータ
153           1059860      1.2  60                      Bayleafベイリーフ
154           1059860      1.8  80                     Meganiumメガニウム
155           1059860      0.5  39                   Hinoarashiヒノアラシ
156           1059860      0.9  58                   Magmarashiマグマラシ
157           1059860      1.7  78                     Bakphoonバクフーン
158           1059860      0.6  50                       Waninokoワニノコ
159           1059860      1.1  65                    Alligatesアリゲイツ
160           1059860      2.3  85                       Ordileオーダイル
161           1000000      0.8  35                           Otachiオタチ
162           1000000      1.8  85                        Ootachiオオタチ
163           1000000      0.7  60                           Hohoホーホー
164           1000000      1.6 100                   Yorunozukuヨルノズク
165            800000      1.0  40                         Redibaレディバ
166            800000      1.4  55                       Redianレディアン
167            800000      0.5  40                        Itomaruイトマル
168            800000      1.1  70                      Ariadosアリアドス
169           1000000      1.8  85                       Crobatクロバット
170           1250000      0.5  75                     Chonchieチョンチー
171           1250000      1.2 125                      Lanternランターン
172           1000000      0.3  20                          Pichuピチュー
173            800000      0.3  50                                 Pyピィ
174            800000      0.3  90                        Pupurinププリン
175            800000      0.3  35                         Togepyトゲピー
176            800000      0.6  55                    Togechickトゲチック
177           1000000      0.2  40                           Natyネイティ
178           1000000      1.5  65                        Natioネイティオ
179           1059860      0.6  55                        Merriepメリープ
180           1059860      0.8  70                           Mokokoモココ
181           1059860      1.4  90                       Denryuデンリュウ
182           1059860      0.4  75                    Kireihanaキレイハナ
183            800000      0.4  70                            Marilマリル
184            800000      0.8 100                        Marilliマリルリ
185           1000000      1.2  70                      Usokkieウソッキー
186           1059860      1.1  90                    Nyorotonoニョロトノ
187           1059860      0.4  35                        Haneccoハネッコ
188           1059860      0.6  55                        Popoccoポポッコ
189           1059860      0.8  75                        Wataccoワタッコ
190            800000      0.8  55                          Eipamエイパム
191           1059860      0.3  30                     Himanutsヒマナッツ
192           1059860      0.8  75                       Kimawariキマワリ
193           1000000      1.2  65                     Yanyanmaヤンヤンマ
194           1000000      0.4  55                             Upahウパー
195           1000000      1.4  95                             Nuohヌオー
196           1000000      0.9  65                          Eifieエーフィ
197           1000000      1.0  95                       Blackyブラッキー
198           1059860      0.5  60                   Yamikarasuヤミカラス
199           1000000      2.0  95                     Yadokingヤドキング
200            800000      0.7  60                             Mumaムウマ
201           1000000      0.5  48                      Unknownアンノーン
202           1000000      1.3 190                       Sonansソーナンス
203           1000000      1.5  70                    Kirinrikiキリンリキ
204           1000000      0.6  50                   Kunugidamaクヌギダマ
205           1000000      1.2  75                      Foretosフォレトス
206           1000000      1.5 100                       Nokocchiノコッチ
207           1059860      1.1  65                       Gligerグライガー
208           1000000      9.2  75                     Haganeilハガネール
209            800000      0.6  60                             Buluブルー
210            800000      1.4  90                     Granbuluグランブル
211           1000000      0.5  65                      Harysenハリーセン
212           1000000      1.8  70                         Hassamハッサム
213           1059860      0.6  20                     Tsubotsuboツボツボ
214           1250000      1.5  80                     Heracrosヘラクロス
215           1059860      0.9  55                          Nyulaニューラ
216           1000000      0.6  60                       Himegumaヒメグマ
217           1000000      1.8  90                        Ringumaリングマ
218           1000000      0.7  40                       Magmagマグマッグ
219           1000000      0.8  60                    Magcargotマグカルゴ
220           1250000      0.4  50                         Urimooウリムー
221           1250000      1.1 100                         Inomooイノムー
222            800000      0.6  65                        Sunnygoサニーゴ
223           1000000      0.6  35                      Teppouoテッポウオ
224           1000000      0.9  75                        Okutankオクタン
225            800000      0.9  45                     Delibirdデリバード
226           1250000      2.1  85                      Mantainマンタイン
227           1250000      1.7  65                        Airmdエアームド
228           1250000      0.6  45                         Delvilデルビル
229           1250000      1.4  75                        Hellgarヘルガー
230           1000000      1.8  75                      Kingdraキングドラ
231           1000000      0.5  90                        Gomazouゴマゾウ
232           1000000      1.1  90                       Donfanドンファン
233           1000000      0.6  85                     Porygon2ポリゴン2
234           1250000      1.4  73                      Odoshishiオドシシ
235            800000      1.2  55                          Dobleドーブル
236           1000000      0.7  35                         Balkieバルキー
237           1000000      1.4  50                     Kapoererカポエラー
238           1000000      0.4  45                       Muchulムチュール
239           1000000      0.6  45                       Elekidエレキッド
240           1000000      0.7  45                             Bubyブビィ
241           1250000      1.2  95                      Miltankミルタンク
242            800000      1.5 255                       Happinasハピナス
243           1250000      1.9  90                         Raikouライコウ
244           1250000      2.1 115                          Enteiエンテイ
245           1250000      2.0 100                        Suicuneスイクン
246           1250000      0.6  50                      Yogirasヨーギラス
247           1250000      1.2  70                    Sanagirasサナギラス
248           1250000      2.0 100                     Bangirasバンギラス
249           1250000      5.2 106                            Lugiaルギア
250           1250000      3.8 106                          Hououホウオウ
251           1059860      0.6 100                         Celebiセレビィ
252           1059860      0.5  40                           Kimoriキモリ
253           1059860      0.9  50                      Juptileジュプトル
254           1059860      1.7  70                       Jukainジュカイン
255           1059860      0.4  45                         Achamoアチャモ
256           1059860      0.9  60                    Wakasyamoワカシャモ
257           1059860      1.9  80                     Bursyamoバシャーモ
258           1059860      0.4  50                    Mizugorouミズゴロウ
259           1059860      0.7  70                     Numacrawヌマクロー
260           1059860      1.5 100                     Laglargeラグラージ
261           1000000      0.5  35                       Pochienaポチエナ
262           1000000      1.0  70                         Graenaグラエナ
263           1000000      0.4  38                   Jiguzagumaジグザグマ
264           1000000      0.5  78                    Massugumaマッスグマ
265           1000000      0.3  45                        Kemussoケムッソ
266           1000000      0.6  50                    Karasalisカラサリス
267           1000000      1.0  60                      Agehuntアゲハント
268           1000000      0.7  50                         Mayuldマユルド
269           1000000      1.2  60                     Dokucaleドクケイル
270           1059860      0.5  40                        Hassbohハスボー
271           1059860      1.2  60                    Hasubreroハスブレロ
272           1059860      1.5  80                     Runpappaルンパッパ
273           1059860      0.5  40                        Tanebohタネボー
274           1059860      1.0  70                       Konohanaコノハナ
275           1059860      1.3  90                      Dirtengダーテング
276           1059860      0.3  40                           Subameスバメ
277           1059860      0.7  60                     Ohsubameオオスバメ
278           1000000      0.6  40                         Camomeキャモメ
279           1000000      1.2  60                     Pelipperペリッパー
280           1250000      0.4  28                          Raltsラルトス
281           1250000      0.8  38                         Kirliaキルリア
282           1250000      1.6  68                     Sirnightサーナイト
283           1000000      0.5  40                        Ametamaアメタマ
284           1000000      0.8  70                      Amemothアメモース
285           1640000      0.4  60                       Kinococoキノココ
286           1640000      1.2  60                    Kinogassaキノガッサ
287           1250000      0.8  60                       Namakeroナマケロ
288           1250000      1.4  80                   Yarukimonoヤルキモノ
289           1250000      2.0 150                      Kekkingケッキング
290            600000      0.5  31                        Tutininツチニン
291            600000      0.8  61                     Tekkaninテッカニン
292            600000      0.8   1                        Nukeninヌケニン
293           1059860      0.6  64                     Gonyonyoゴニョニョ
294           1059860      1.0  84                        Dogohmbドゴーム
295           1059860      1.5 104                      Bakuongバクオング
296           1640000      1.0  72                  Makunoshitaマクノシタ
297           1640000      2.3 144                   Hariteyamaハリテヤマ
298            800000      0.2  50                           Ruririルリリ
299           1000000      1.0  30                       Nosepassノズパス
300            800000      0.6  50                            Enecoエネコ
301            800000      1.1  70                    Enekororoエネコロロ
302           1059860      0.5  50                       Yamiramiヤミラミ
303            800000      0.6  50                        Kucheatクチート
304           1250000      0.4  50                       Cokodoraココドラ
305           1250000      0.9  60                           Kodoraコドラ
306           1250000      2.1  70                   Bossgodoraボスゴドラ
307           1000000      0.6  30                         Asananアサナン
308           1000000      1.3  60                       Charemチャーレム
309           1250000      0.6  40                        Rakuraiラクライ
310           1250000      1.5  70                       Livoltライボルト
311           1000000      0.4  60                         Prasleプラスル
312           1000000      0.4  60                          Minunマイナン
313            600000      0.7  65                     Barubeatバルビート
314           1640000      0.6  65                     Illumiseイルミーゼ
315           1059860      0.3  50                        Roseliaロゼリア
316           1640000      0.4  70                        Gokulinゴクリン
317           1640000      1.7 100                     Marunoomマルノーム
318           1250000      0.8  45                        Kibanhaキバニア
319           1250000      1.8  70                    Samehaderサメハダー
320           1640000      2.0 130                        Hoerukoホエルコ
321           1640000     14.5 170                       Whalohホエルオー
322           1000000      0.7  60                         Donmelドンメル
323           1000000      1.9  70                        Bakuudaバクーダ
324           1000000      0.5  70                        Cotoiseコータス
325            800000      0.7  60                        Banebooバネブー
326            800000      0.9  80                       Boopigブーピッグ
327            800000      1.1  60                     Patcheelパッチール
328           1059860      0.7  45                      Nuckrarナックラー
329           1059860      1.1  50                      Vibravaビブラーバ
330           1059860      2.0  80                       Flygonフライゴン
331           1059860      0.4  50                        Saboneaサボネア
332           1059860      1.3  70                         Noctusノクタス
333            600000      0.4  45                         Tylttoチルット
334            600000      1.1  75                     Tyltalisチルタリス
335            600000      1.3  73                     Zangooseザングース
336           1640000      2.7  73                     Habunakeハブネーク
337            800000      1.0  90                     Lunatoneルナトーン
338            800000      1.2  90                      Solrockソルロック
339           1000000      0.4  50                      Dojoachドジョッチ
340           1000000      0.9 110                        Namazunナマズン
341           1640000      0.6  43                        Heiganiヘイガニ
342           1640000      1.1  63                   Shizarigerシザリガー
343           1000000      0.5  40                        Yajilonヤジロン
344           1000000      1.5  60                      Nendollネンドール
345            600000      1.0  66                         Lilylaリリーラ
346            600000      1.5  86                      Yuradleユレイドル
347            600000      0.7  45                         Anopthアノプス
348            600000      1.5  75                      Armaldoアーマルド
349            600000      0.6  20                        Hinbassヒンバス
350            600000      6.2  95                   Milokarossミロカロス
351           1000000      0.3  70                        Powalenポワルン
352           1059860      1.0  60                     Kakureonカクレオン
353            800000      0.6  44                    Kagebouzuカゲボウズ
354            800000      1.1  64                      Juppetaジュペッタ
355            800000      0.8  20                       Yomawaruヨマワル
356            800000      1.6  40                    Samayouruサマヨール
357           1250000      2.0  99                      Tropiusトロピウス
358            800000      0.6  75                        Chireanチリーン
359           1059860      1.2  65                          Absolアブソル
360           1000000      0.6  95                        Sohnanoソーナノ
361           1000000      0.7  50                  Yukiwarashiユキワラシ
362           1000000      1.5  80                     Onigohriオニゴーリ
363           1059860      0.8  70                  Tamazarashiタマザラシ
364           1059860      1.1  90                    Todogglerトドグラー
365           1059860      1.4 110                   Todoserugaトドゼルガ
366            600000      0.4  35                       Pearluluパールル
367            600000      1.7  55                      Huntailハンテール
368            600000      1.8  55                   Sakurabyssサクラビス
369           1250000      1.0 100                       Glanthジーランス
370            800000      0.6  43                        Lovecusラブカス
371           1250000      0.6  45                       Tatsubayタツベイ
372           1250000      1.1  65                        Komoruuコモルー
373           1250000      1.5  95                    Bohmanderボーマンダ
374           1250000      0.6  40                        Dumbberダンバル
375           1250000      1.2  60                         Metangメタング
376           1250000      1.6  80                    Metagrossメタグロス
377           1250000      1.7  80                     Regirockレジロック
378           1250000      1.8  80                       Regiceレジアイス
379           1250000      1.9  80                    Registeelレジスチル
380           1250000      1.4  80                       Latiasラティアス
381           1250000      2.0  80                       Latiosラティオス
382           1250000      4.5 100                       Kyogreカイオーガ
383           1250000      3.5 100                      Groudonグラードン
384           1250000      7.0 105                     Rayquazaレックウザ
385           1250000      0.3 100                        Jirachiジラーチ
386           1250000      1.7  50                       Deoxysデオキシス
387           1059860      0.4  55                         Naetleナエトル
388           1059860      1.1  75                  Hayashigameハヤシガメ
389           1059860      2.2  95                    Dodaitoseドダイトス
390           1059860      0.5  44                       Hikozaruヒコザル
391           1059860      0.9  64                    Moukazaruモウカザル
392           1059860      1.2  76                    Goukazaruゴウカザル
393           1059860      0.4  53                      Pochamaポッチャマ
394           1059860      0.8  64                    Pottaishiポッタイシ
395           1059860      1.7  84                      Emperteエンペルト
396           1059860      0.3  40                        Mukkuruムックル
397           1059860      0.6  55                     Mukubirdムクバード
398           1059860      1.2  85                     Mukuhawkムクホーク
399           1000000      0.5  59                            Bippaビッパ
400           1000000      1.0  79                        Beadaruビーダル
401           1059860      0.3  37                   Korobohshiコロボーシ
402           1059860      1.0  77                     Korotockコロトック
403           1059860      0.5  45                         Kolinkコリンク
404           1059860      0.9  60                          Luxioルクシオ
405           1059860      1.4  80                     Rentorarレントラー
406           1059860      0.2  40                        Subomieスボミー
407           1059860      0.9  60                     Roseradeロズレイド
408            600000      0.9  67                     Zugaidosズガイドス
409            600000      1.6  97                      Rampaldラムパルド
410            600000      0.5  30                     Tatetopsタテトプス
411            600000      1.3  60                     Toridepsトリデプス
412           1000000      0.2  40                   Minomucchiミノムッチ
413           1000000      0.5  60   Minomadam (kusaki No Mino)ミノマダム
414           1000000      0.9  70                       Gamaleガーメイル
415           1059860      0.3  30                   Mitsuhoneyミツハニー
416           1059860      1.2  70                      Beequenビークイン
417           1000000      0.4  60                      Pachirisuパチリス
418           1000000      0.7  55                        Buoyselブイゼル
419           1000000      1.1  85                      Floazelフローゼル
420           1000000      0.4  45                     Cherinboチェリンボ
421           1000000      0.5  70                        Cherrimチェリム
422           1000000      0.3  76                  Karanakushiカラナクシ
423           1000000      0.9 111                     Tritodonトリトドン
424            800000      1.2  75                      Etebothエテボース
425           1640000      0.4  90                        Fuwanteフワンテ
426           1640000      1.2 150                     Fuwarideフワライド
427           1000000      0.4  55                        Mimirolミミロル
428           1000000      1.2  65                      Mimilopミミロップ
429            800000      0.9  60                      Mumargiムウマージ
430           1059860      0.9 100                   Dongkarasuドンカラス
431            800000      0.5  49                      Nyarmarニャルマー
432            800000      1.0  71                     Bunyattoブニャット
433            800000      0.2  45                       Lisyanリーシャン
434           1000000      0.4  63                      Skunpuuスカンプー
435           1000000      1.0 103                      Skutankスカタンク
436           1000000      0.5  57                    Dohmirrorドーミラー
437           1000000      1.3  67                     Dohtakunドータクン
438           1000000      0.5  50                       Usohachiウソハチ
439           1000000      0.6  20                           Maneneマネネ
440            800000      0.6 100                        Pinpukuピンプク
441           1059860      0.5  76                          Perapペラップ
442           1000000      1.0  50                       Mikarugeミカルゲ
443           1250000      0.7  58                       Fukamaruフカマル
444           1250000      1.4  68                         Gabiteガバイト
445           1250000      1.9 108                     Gaburiasガブリアス
446           1250000      0.6 135                            Gonbeゴンベ
447           1059860      0.7  40                            Rioluリオル
448           1059860      1.2  70                        Lucarioルカリオ
449           1250000      0.8  68                   Hippopotasヒポポタス
450           1250000      2.0 108                     Kabaldonカバルドン
451           1250000      0.8  40                        Scorupiスコルピ
452           1250000      1.3  70                     Dorapionドラピオン
453           1000000      0.7  48                     Gureggruグレッグル
454           1000000      1.3  83                      Dokurogドクロッグ
455           1250000      1.4  74                     Muskippaマスキッパ
456            600000      0.4  49                      Keikouoケイコウオ
457            600000      1.2  69                      Neolantネオラント
458           1250000      1.0  45                        Tamantaタマンタ
459           1250000      1.0  60                   Yukikaburiユキカブリ
460           1250000      2.2  90                     Yukinoohユキノオー
461           1059860      1.1  70                      Manyulaマニューラ
462           1000000      1.2  70                     Jibacoilジバコイル
463           1000000      1.7 110                     Berobeltベロベルト
464           1250000      2.4 115                      Dosidonドサイドン
465           1000000      2.0 100                      Mojumboモジャンボ
466           1000000      1.8  75                     Elekibleエレキブル
467           1000000      1.6  75                      Booburnブーバーン
468            800000      1.5  85                     Togekissトゲキッス
469           1000000      1.9  86                    Megayanmaメガヤンマ
470           1000000      1.0  65                       Leafiaリーフィア
471           1000000      0.8  65                       Glaciaグレイシア
472           1059860      2.0  75                        Glionグライオン
473           1250000      2.5 110                         Mammooマンムー
474           1000000      0.9  85                    Porygon-zポリゴンZ
475           1250000      1.6  68                     Erureidoエルレイド
476           1000000      1.4  60                      Dainoseダイノーズ
477            800000      2.2  45                       Yonoirヨノワール
478           1000000      1.3  70                   Yukimenokoユキメノコ
479           1000000      0.3  50                            Rotomロトム
480           1250000      0.3  75                          Yuxieユクシー
481           1250000      0.3  80                        Emritエムリット
482           1250000      0.3  75                         Agnomeアグノム
483           1250000      5.4 100                       Dialgaディアルガ
484           1250000      4.2  90                         Palkiaパルキア
485           1250000      1.7  91                      Heatranヒードラン
486           1250000      3.7 110                    Regigigasレジギガス
487           1250000      4.5 150     Giratina (another Forme)ギラティナ
488           1250000      1.5 120                    Cresseliaクレセリア
489           1250000      0.4  80                         Phioneフィオネ
490           1250000      0.3 100                        Manaphyマナフィ
491           1250000      1.5  70                      Darkraiダークライ
492           1059860      0.2 100            Shaymin (sky Forme)シェイミ
493           1250000      3.2 120                       Arceusアルセウス
494           1250000      0.4 100                      Victiniビクティニ
495           1059860      0.6  45                     Tsutarjaツタージャ
496           1059860      0.8  60                       Janovyジャノビー
497           1059860      3.3  75                      Jalordaジャローダ
498           1059860      0.5  65                           Pokabuポカブ
499           1059860      1.0  90                      Chaobooチャオブー
500           1059860      1.6 110                       Enbuohエンブオー
501           1059860      0.5  55                     Mijumaruミジュマル
502           1059860      0.8  75                  Futachimaruフタチマル
503           1059860      1.5  95                     Daikenkiダイケンキ
504           1000000      0.5  45                       Minezumiミネズミ
505           1000000      1.1  60                      Miruhogミルホッグ
506           1059860      0.4  45                    Yorterrieヨーテリー
507           1059860      0.9  65                    Herderrieハーデリア
508           1059860      1.2  85                      Moolandムーランド
509           1000000      0.4  41                    Choronekoチョロネコ
510           1000000      1.1  64                     Lepardasレパルダス
511           1000000      0.6  50                        Yanappuヤナップ
512           1000000      1.1  75                     Yanakkieヤナッキー
513           1000000      0.6  50                         Baoppuバオップ
514           1000000      1.0  75                      Baokkieバオッキー
515           1000000      0.6  50                        Hiyappuヒヤップ
516           1000000      1.0  75                     Hiyakkieヒヤッキー
517            800000      0.6  76                            Munnaムンナ
518            800000      1.1 116                     Musharnaムシャーナ
519           1059860      0.3  50                       Mamepatoマメパト
520           1059860      0.6  62                      Hatobohハトーボー
521           1059860      1.2  80                    Kenhallowケンホロウ
522           1000000      0.8  45                          Shimamaシママ
523           1000000      1.6  75                     Zebraikaゼブライカ
524           1059860      0.4  55                        Dangoroダンゴロ
525           1059860      0.9  70                         Gantleガントル
526           1059860      1.7  85                     Gigaiathギガイアス
527           1000000      0.4  65                       Koromoriコロモリ
528           1000000      0.9  67                   Kokoromoriココロモリ
529           1000000      0.3  60                      Mogurewモグリュー
530           1000000      0.7 110                      Doryuzuドリュウズ
531            800000      1.1 103                        Tabunneタブンネ
532           1059860      0.6  75                     Dokkorerドッコラー
533           1059860      1.2  85                   Dotekkotsuドテッコツ
534           1059860      1.4 105                    Roubushinローブシン
535           1059860      0.5  50                        Otamaroオタマロ
536           1059860      0.8  75                       Gamagaruガマガル
537           1059860      1.5 105                   Gamagerogeガマゲロゲ
538           1000000      1.3 120                           Nagekiナゲキ
539           1000000      1.4  75                           Dagekiダゲキ
540           1059860      0.3  45                       Kurumiruクルミル
541           1059860      0.5  55                       Kurumayuクルマユ
542           1059860      1.2  75                   Hahakomoriハハコモリ
543           1059860      0.4  30                          Fushideフシデ
544           1059860      1.2  40                         Wheegaホイーガ
545           1059860      2.5  60                      Pendrorペンドラー
546           1000000      0.3  40                         Monmenモンメン
547           1000000      0.7  60                       Elfuunエルフーン
548           1000000      0.5  45                        Churineチュリネ
549           1000000      1.1  70                      Dredearドレディア
550           1000000      1.0  70                        Bassraoバスラオ
551           1059860      0.7  50                       Megurocoメグロコ
552           1059860      1.0  60                       Waruvileワルビル
553           1059860      1.5  95                     Waruvialワルビアル
554           1059860      0.6  70                    Darumakkaダルマッカ
555           1059860      1.3 105                   Hihidarumaヒヒダルマ
556           1000000      1.0  75                   Maracacchiマラカッチ
557           1000000      0.3  50                    Ishizumaiイシズマイ
558           1000000      1.4  70                    Iwapalaceイワパレス
559           1000000      0.6  50                        Zurugguズルッグ
560           1000000      1.1  65                    Zuruzukinズルズキン
561           1000000      1.4  72                     Symbolerシンボラー
562           1000000      0.5  38                       Desumasuデスマス
563           1000000      1.7  58                     Desukarnデスカーン
564           1000000      0.7  54                      Protogaプロトーガ
565           1000000      1.2  74                     Abagouraアバゴーラ
566           1000000      0.5  55                         Archenアーケン
567           1000000      1.4  75                      Archeosアーケオス
568           1000000      0.6  50                    Yabukuronヤブクロン
569           1000000      1.9  80                      Dustdasダストダス
570           1059860      0.7  40                            Zoruaゾロア
571           1059860      1.6  60                      Zoroarkゾロアーク
572            800000      0.4  55                    Chillarmyチラーミィ
573            800000      0.5  75                  Chillaccinoチラチーノ
574           1059860      0.4  45                          Gothimuゴチム
575           1059860      0.7  60                      Gothimiruゴチミル
576           1059860      1.5  70                 Gothiruselleゴチルゼル
577           1059860      0.3  45                         Uniranユニラン
578           1059860      0.6  65                        Doublanダブラン
579           1059860      1.0 110                     Lanculusランクルス
580           1000000      0.5  62                     Koaruhieコアルヒー
581           1000000      1.3  75                         Swannaスワンナ
582           1250000      0.4  36                     Vanipetiバニプッチ
583           1250000      1.1  51                     Vanirichバニリッチ
584           1250000      1.3  71                   Baivanillaバイバニラ
585           1000000      0.6  60                      Shikijikaシキジカ
586           1000000      1.9  80                   Mebukijikaメブキジカ
587           1000000      0.4  55                         Emongaエモンガ
588           1000000      0.5  50                       Kaburumoカブルモ
589           1000000      1.0  70                     Chevargoシュバルゴ
590           1000000      0.2  69                   Tamagetakeタマゲタケ
591           1000000      0.6 114                   Morobareruモロバレル
592           1000000      1.2  55                       Pururillプルリル
593           1000000      2.2 100                     Burungelブルンゲル
594            800000      1.2 165                     Mamanbouママンボウ
595           1000000      0.1  50                        Bachuruバチュル
596           1000000      0.8  70                      Dentulaデンチュラ
597           1000000      0.6  44                      Tesseedテッシード
598           1000000      1.0  74                       Nutreyナットレイ
599           1059860      0.3  40                            Giaruギアル
600           1059860      0.6  60                        Gigiaruギギアル
601           1059860      0.6  60                    Gigigiaruギギギアル
602           1250000      0.2  35                 Shibishirasuシビシラス
603           1250000      1.2  65                    Shibibeelシビビール
604           1250000      2.1  85                   Shibirudonシビルドン
605           1000000      0.5  55                         Ligrayリグレー
606           1000000      1.0  75                          Ohbemオーベム
607           1059860      0.3  50                      Hitomoshiヒトモシ
608           1059860      0.6  60                      Lamplerランプラー
609           1059860      1.0  60                     Chandelaシャンデラ
610           1250000      0.6  46                           Kibagoキバゴ
611           1250000      1.0  66                         Onondoオノンド
612           1250000      1.8  76                     Ononokusオノノクス
613           1000000      0.5  55                     Kumasyunクマシュン
614           1000000      2.6  95                      Tunbearツンベアー
615           1000000      1.1  80                      Freegeoフリージオ
616           1000000      0.4  50                    Chobomakiチョボマキ
617           1000000      0.8  80                      Agilderアギルダー
618           1000000      0.7 109                         Maggyoマッギョ
619           1059860      0.9  45                       Kojofuコジョフー
620           1059860      1.4  65                      Kojondoコジョンド
621           1000000      1.6  77                      Crimganクリムガン
622           1000000      1.0  59                          Gobitゴビット
623           1000000      2.8  89                         Goloogゴルーグ
624           1000000      0.5  45                       Komatanaコマタナ
625           1000000      1.6  65                    Kirikizanキリキザン
626           1000000      1.6  95                      Buffronバッフロン
627           1250000      0.5  70                       Washibonワシボン
628           1250000      1.5 100                      Warrgleウォーグル
629           1250000      0.5  70                      Valchaiバルチャイ
630           1250000      1.2 110                      Vulginaバルジーナ
631           1000000      1.4  85                     Kuitaranクイタラン
632           1000000      0.3  58                        Aiantアイアント
633           1250000      0.8  52                           Monozuモノズ
634           1250000      1.4  72                         Diheadジヘッド
635           1250000      1.8  92                    Sazandoraサザンドラ
636           1250000      1.1  55                       Merlarvaメラルバ
637           1250000      1.6  85                     Ulgamothウルガモス
638           1250000      2.1  91                      Cobalonコバルオン
639           1250000      1.9  91                    Terrakionテラキオン
640           1250000      2.0  91                     Virizionビリジオン
641           1250000      1.5  79      Tornelos (keshin Forme)トルネロス
642           1250000      1.5  79      Voltolos (keshin Forme)ボルトロス
643           1250000      3.2 100                       Reshiramレシラム
644           1250000      2.9 100                         Zekromゼクロム
645           1250000      1.5  89       Landlos (keshin Forme)ランドロス
646           1250000      3.0 125                         Kyuremキュレム
647           1250000      1.4  91    Keldeo (itsumo No Sugata)ケルディオ
648           1250000      0.6 100        Meloetta (step Forme)メロエッタ
649           1250000      1.5  71                     Genesectゲノセクト
650           1059860      0.4  56                    Harimaronハリマロン
651           1059860      0.7  61                     Hariborgハリボーグ
652           1059860      1.6  88                    Brigarronブリガロン
653           1059860      0.4  40                          Fokkoフォッコ
654           1059860      1.0  59                     Tairenarテールナー
655           1059860      1.5  75                     Mahoxyマフォクシー
656           1059860      0.3  41                      Keromatsuケロマツ
657           1059860      0.6  54                  Gekogashiraゲコガシラ
658           1059860      1.5  72                     Gekkougaゲッコウガ
659           1000000      0.4  38                        Horubeeホルビー
660           1000000      1.0  85                         Horudoホルード
661           1059860      0.3  45                       Yayakomaヤヤコマ
662           1059860      0.7  62                   Hinoyakomaヒノヤコマ
663           1059860      1.2  78                    Fiarrowファイアロー
664           1000000      0.3  38                  Kofukimushiコフキムシ
665           1000000      0.3  45                     Kofuuraiコフーライ
666           1000000      1.2  80                        Viviyonビビヨン
667           1059860      0.6  62                         Shishikoシシコ
668           1059860      1.5  86                    Kaenjishiカエンジシ
669           1000000      0.1  44                        Flabebeフラベベ
670           1000000      0.2  74                      Floetteフラエッテ
671           1000000      1.1  78                    Florgesフラージェス
672           1000000      0.9  66                       Meecleメェークル
673           1000000      1.7 123                       Gogoatゴーゴート
674           1000000      0.6  67                      Yanchamヤンチャム
675           1000000      2.1  95                        Gorondaゴロンダ
676           1000000      1.2  75                     Trimmienトリミアン
677           1000000      0.3  62                      Nyasperニャスパー
678           1000000      0.6  74                    Nyaonixニャオニクス
679           1000000      0.8  45                      Hitotsukiヒトツキ
680           1000000      0.8  59                    Nidangillニダンギル
681           1000000      1.7  60                     Gillgardギルガルド
682           1000000      0.2  78                     Shushupuシュシュプ
683           1000000      0.8 101                     Frefuwanフレフワン
684           1000000      0.4  62                    Peroppafuペロッパフ
685           1000000      0.8  82                     Peroreamペロリーム
686           1000000      0.4  53                      Maaiikaマーイーカ
687           1000000      1.5  86                   Calamaneroカラマネロ
688           1000000      0.5  42                       Kameteteカメテテ
689           1000000      1.3  72                    Gamenodesガメノデス
690           1000000      0.5  50                         Kuzumoクズモー
691           1000000      1.8  65                    Dramidoroドラミドロ
692           1250000      0.5  50                      Udeppouウデッポウ
693           1250000      1.3  71                      Blosterブロスター
694           1000000      0.5  44                    Erikiteruエリキテル
695           1000000      1.0  62                      Elezardエレザード
696           1000000      0.8  58                       Chigorasチゴラス
697           1000000      2.5  82                   Gachigorasガチゴラス
698           1000000      1.3  77                         Amarusアマルス
699           1000000      2.7 123                    Amarurugaアマルルガ
700           1000000      1.0  95                      Nymphiaニンフィア
701           1000000      0.8  78                    Luchabullルチャブル
702           1000000      0.2  67                        Dedenneデデンネ
703           1250000      0.3  50                        Melecieメレシー
704           1250000      0.3  45                           Numeraヌメラ
705           1250000      0.8  68                         Numeilヌメイル
706           1250000      2.0  90                     Numelgonヌメルゴン
707            800000      0.2  57                       Cleffyクレッフィ
708           1000000      0.4  43                        Bokureiボクレー
709           1000000      1.5  85                        Ohrotオーロット
710           1000000      0.8  59                     Bakecchaバケッチャ
711           1000000      1.7  85                      Pumpjinパンプジン
712           1000000      1.0  55                   Kachikohruカチコール
713           1000000      2.0  95                      Crebaseクレベース
714           1000000      0.5  40                        Onbatオンバット
715           1000000      1.5  85                       Onvernオンバーン
716           1250000      3.0 126                      Xerneasゼルネアス
717           1250000      5.8 126                      Yveltalイベルタル
718           1250000      5.0 216            Zygarde (10% Forme)ジガルデ
719           1250000      0.7  50                    Diancieディアンシー
720           1250000       NA  80    Hoopa (imashimerareshi Hoopa)フーパ
721           1250000      1.7  80                  Volcanionボルケニオン
722           1059860      0.3  68                        Mokurohモクロー
723           1059860      0.7  78                    Fukuthrowフクスロー
724           1059860      1.6  78                   Junaiperジュナイパー
725           1059860      0.4  45                         Nyabbyニャビー
726           1059860      0.7  65                      Nyaheatニャヒート
727           1059860      1.8  95                      Gaogaenガオガエン
728           1059860      0.4  50                       Ashimariアシマリ
729           1059860      0.6  60                     Osyamariオシャマリ
730           1059860      1.8  80                     Ashireneアシレーヌ
731           1000000      0.3  35                     Tsutsukeraツツケラ
732           1000000      0.6  55                    Kerarappaケララッパ
733           1000000      1.1  80                  Dodekabashiドデカバシ
734           1000000      0.4  48                    Youngooseヤングース
735           1000000      0.7  88                    Dekagooseデカグース
736           1000000      0.4  47                   Agojimushiアゴジムシ
737           1000000      0.5  57                   Dendimushiデンヂムシ
738           1000000      1.5  77                   Kuwagannonクワガノン
739           1000000      0.6  47                    Makenkaniマケンカニ
740           1000000      1.7  97                    Kekenkaniケケンカニ
741           1000000      0.6  75 Odoridori (pachipachi Style)オドリドリ
742           1000000      0.1  40                          Abulyアブリー
743           1000000      0.2  60                    Aburibbonアブリボン
744           1000000      0.5  45                         Iwankoイワンコ
745           1000000       NA  85 Lugarugan (mahiru No Sugata)ルガルガン
746            800000      0.2  45      Yowashi (tandoku No Sugata)ヨワシ
747           1000000      0.4  50                        Hidoideヒドイデ
748           1000000      0.7  50                    Dohidoideドヒドイデ
749           1000000      1.0  70                    Dorobankoドロバンコ
750           1000000      2.5 100                    Banbadoroバンバドロ
751           1000000      0.3  38                      Shizukumoシズクモ
752           1000000      1.8  68               Onishizukumoオニシズクモ
753           1000000      0.3  40                       Karikiriカリキリ
754           1000000      0.9  70                     Lalantesラランテス
755           1000000      0.2  40                        Nemasyuネマシュ
756           1000000      1.0  60                      Mashadeマシェード
757           1000000      0.6  48                    Yatoumoriヤトウモリ
758           1000000      1.2  68                     Ennewtエンニュート
759           1000000      0.5  70                    Nuikogumaヌイコグマ
760           1000000      2.1 120                   Kiterugumaキテルグマ
761           1059860      0.3  42                        Amakajiアマカジ
762           1059860      0.7  52                     Amamaikoアママイコ
763           1059860      1.2  72                        Amajoアマージョ
764            800000      0.1  51                       Cuwawaキュワワー
765           1250000      1.5  90                 Yareyuutanヤレユータン
766           1250000      2.0 100               Nagetukesaruナゲツケサル
767           1000000      0.5  25                  Kosokumushiコソクムシ
768           1000000      2.0  75                Gusokumushaグソクムシャ
769           1000000      0.5  55                         Sunabaスナバァ
770           1000000      1.3  85                   Sirodethnaシロデスナ
771            800000      0.3  55                  Namakobushiナマコブシ
772           1250000      1.9  95                 Type: Nullタイプ:ヌル
773           1250000      2.3  95                    Silvadyシルヴァディ
774           1059860      0.3  60                           Metenoメテノ
775           1059860      0.3  60                           Metenoメテノ
776           1250000      0.4  65                     Nekkoaraネッコアラ
777           1000000      2.0  60                    Bakugamesバクガメス
778           1000000      0.3  65                   Togedemaruトゲデマル
779           1000000      0.2  55                     Mimikkyuミミッキュ
780           1000000      0.9  68                  Hagigishiriハギギシリ
781           1000000      3.0  78                     Jijilongジジーロン
782           1000000      3.9  70                        Dadarinダダリン
783           1250000      0.6  45                        Jyarakoジャラコ
784           1250000      1.2  55                     Jyarangoジャランゴ
785           1250000      1.6  75                 Jyararangaジャラランガ
786           1250000      1.8  70                Kapu-kokekoカプ・コケコ
787           1250000      1.2  70                Kapu-tetefuカプ・テテフ
788           1250000      1.9  70                 Kapu-bululカプ・ブルル
789           1250000      1.3  70                Kapu-rehireカプ・レヒレ
790           1250000      0.2  43                       Cosmogコスモッグ
791           1250000      0.1  43                     Cosmovumコスモウム
792           1250000      3.4 137                     Solgaleoソルガレオ
793           1250000      4.0 137                       Lunalaルナアーラ
794           1250000      1.2 109                      Uturoidウツロイド
795           1250000      2.4 107                  Massivoonマッシブーン
796           1250000      1.8  71                  Pheroacheフェローチェ
797           1250000      3.8  83                 Denjyumokuデンジュモク
798           1250000      9.2  97                    Tekkaguyaテッカグヤ
799           1250000      0.3  59                   Kamiturugiカミツルギ
800           1250000      5.5 223                  Akuzikingアクジキング
801           1250000      2.4  97                     Necrozmaネクロズマ
802           1250000      1.0  80                       Magearnaマギアナ
                 name percentage_male pokedex_number sp_attack sp_defense speed
1           Bulbasaur            88.1              1        65         65    45
2             Ivysaur            88.1              2        80         80    60
3            Venusaur            88.1              3       122        120    80
4          Charmander            88.1              4        60         50    65
5          Charmeleon            88.1              5        80         65    80
6           Charizard            88.1              6       159        115   100
7            Squirtle            88.1              7        50         64    43
8           Wartortle            88.1              8        65         80    58
9           Blastoise            88.1              9       135        115    78
10           Caterpie            50.0             10        20         20    45
11            Metapod            50.0             11        25         25    30
12         Butterfree            50.0             12        90         80    70
13             Weedle            50.0             13        20         20    50
14             Kakuna            50.0             14        25         25    35
15           Beedrill            50.0             15        15         80   145
16             Pidgey            50.0             16        35         35    56
17          Pidgeotto            50.0             17        50         50    71
18            Pidgeot            50.0             18       135         80   121
19            Rattata            50.0             19        25         35    72
20           Raticate            50.0             20        40         80    77
21            Spearow            50.0             21        31         31    70
22             Fearow            50.0             22        61         61   100
23              Ekans            50.0             23        40         54    55
24              Arbok            50.0             24        65         79    80
25            Pikachu            50.0             25        50         50    90
26             Raichu            50.0             26        95         85   110
27          Sandshrew            50.0             27        10         35    40
28          Sandslash            50.0             28        25         65    65
29           Nidoran♀             0.0             29        40         40    41
30           Nidorina             0.0             30        55         55    56
31          Nidoqueen             0.0             31        75         85    76
32           Nidoran♂           100.0             32        40         40    50
33           Nidorino           100.0             33        55         55    65
34           Nidoking           100.0             34        85         75    85
35           Clefairy            24.6             35        60         65    35
36           Clefable            24.6             36        95         90    60
37             Vulpix            24.6             37        50         65    65
38          Ninetales            24.6             38        81        100   109
39         Jigglypuff            24.6             39        45         25    20
40         Wigglytuff            24.6             40        85         50    45
41              Zubat            50.0             41        30         40    55
42             Golbat            50.0             42        65         75    90
43             Oddish            50.0             43        75         65    30
44              Gloom            50.0             44        85         75    40
45          Vileplume            50.0             45       110         90    50
46              Paras            50.0             46        45         55    25
47           Parasect            50.0             47        60         80    30
48            Venonat            50.0             48        40         55    45
49           Venomoth            50.0             49        90         75    90
50            Diglett            50.0             50        35         45    90
51            Dugtrio            50.0             51        50         70   110
52             Meowth            50.0             52        50         40    90
53            Persian            50.0             53        75         65   115
54            Psyduck            50.0             54        65         50    55
55            Golduck            50.0             55        95         80    85
56             Mankey            50.0             56        35         45    70
57           Primeape            50.0             57        60         70    95
58          Growlithe            75.4             58        70         50    60
59           Arcanine            75.4             59       100         80    95
60            Poliwag            50.0             60        40         40    90
61          Poliwhirl            50.0             61        50         50    90
62          Poliwrath            50.0             62        70         90    70
63               Abra            75.4             63       105         55    90
64            Kadabra            75.4             64       120         70   105
65           Alakazam            75.4             65       175        105   150
66             Machop            75.4             66        35         35    35
67            Machoke            75.4             67        50         60    45
68            Machamp            75.4             68        65         85    55
69         Bellsprout            50.0             69        70         30    40
70         Weepinbell            50.0             70        85         45    55
71         Victreebel            50.0             71       100         70    70
72          Tentacool            50.0             72        50        100    70
73         Tentacruel            50.0             73        80        120   100
74            Geodude            50.0             74        30         30    20
75           Graveler            50.0             75        45         45    35
76              Golem            50.0             76        55         65    45
77             Ponyta            50.0             77        65         65    90
78           Rapidash            50.0             78        80         80   105
79           Slowpoke            50.0             79        40         40    15
80            Slowbro            50.0             80       130         80    30
81          Magnemite              NA             81        95         55    45
82           Magneton              NA             82       120         70    70
83         Farfetch'd            50.0             83        58         62    60
84              Doduo            50.0             84        35         35    75
85             Dodrio            50.0             85        60         60   110
86               Seel            50.0             86        45         70    45
87            Dewgong            50.0             87        70         95    70
88             Grimer            50.0             88        40         50    25
89                Muk            50.0             89        65        100    50
90           Shellder            50.0             90        45         25    40
91           Cloyster            50.0             91        85         45    70
92             Gastly            50.0             92       100         35    80
93            Haunter            50.0             93       115         55    95
94             Gengar            50.0             94       170         95   130
95               Onix            50.0             95        30         45    70
96            Drowzee            50.0             96        43         90    42
97              Hypno            50.0             97        73        115    67
98             Krabby            50.0             98        25         25    50
99            Kingler            50.0             99        50         50    75
100           Voltorb              NA            100        55         55   100
101         Electrode              NA            101        80         80   150
102         Exeggcute            50.0            102        60         45    40
103         Exeggutor            50.0            103       125         75    45
104            Cubone            50.0            104        40         50    35
105           Marowak            50.0            105        50         80    45
106         Hitmonlee           100.0            106        35        110    87
107        Hitmonchan           100.0            107        35        110    76
108         Lickitung            50.0            108        60         75    30
109           Koffing            50.0            109        60         45    35
110           Weezing            50.0            110        85         70    60
111           Rhyhorn            50.0            111        30         30    25
112            Rhydon            50.0            112        45         45    40
113           Chansey             0.0            113        35        105    50
114           Tangela            50.0            114       100         40    60
115        Kangaskhan             0.0            115        60        100   100
116            Horsea            50.0            116        70         25    60
117            Seadra            50.0            117        95         45    85
118           Goldeen            50.0            118        35         50    63
119           Seaking            50.0            119        65         80    68
120            Staryu              NA            120        70         55    85
121           Starmie              NA            121       100         85   115
122          Mr. Mime            50.0            122       100        120    90
123           Scyther            50.0            123        55         80   105
124              Jynx             0.0            124       115         95    95
125        Electabuzz            75.4            125        95         85   105
126            Magmar            75.4            126       100         85    93
127            Pinsir            50.0            127        65         90   105
128            Tauros           100.0            128        40         70   110
129          Magikarp            50.0            129        15         20    80
130          Gyarados            50.0            130        70        130    81
131            Lapras            50.0            131        85         95    60
132             Ditto              NA            132        48         48    48
133             Eevee            88.1            133        45         65    55
134          Vaporeon            88.1            134       110         95    65
135           Jolteon            88.1            135       110         95   130
136           Flareon            88.1            136        95        110    65
137           Porygon              NA            137        85         75    40
138           Omanyte            88.1            138        90         55    35
139           Omastar            88.1            139       115         70    55
140            Kabuto            88.1            140        55         45    55
141          Kabutops            88.1            141        65         70    80
142        Aerodactyl            88.1            142        70         95   150
143           Snorlax            88.1            143        65        110    30
144          Articuno              NA            144        95        125    85
145            Zapdos              NA            145       125         90   100
146           Moltres              NA            146       125         85    90
147           Dratini            50.0            147        50         50    50
148         Dragonair            50.0            148        70         70    70
149         Dragonite            50.0            149       100        100    80
150            Mewtwo              NA            150       194        120   140
151               Mew              NA            151       100        100   100
152         Chikorita            88.1            152        49         65    45
153           Bayleef            88.1            153        63         80    60
154          Meganium            88.1            154        83        100    80
155         Cyndaquil            88.1            155        60         50    65
156           Quilava            88.1            156        80         65    80
157        Typhlosion            88.1            157       109         85   100
158          Totodile            88.1            158        44         48    43
159          Croconaw            88.1            159        59         63    58
160        Feraligatr            88.1            160        79         83    78
161           Sentret            50.0            161        35         45    20
162            Furret            50.0            162        45         55    90
163          Hoothoot            50.0            163        36         56    50
164           Noctowl            50.0            164        86         96    70
165            Ledyba            50.0            165        40         80    55
166            Ledian            50.0            166        55        110    85
167          Spinarak            50.0            167        40         40    30
168           Ariados            50.0            168        60         70    40
169            Crobat            50.0            169        70         80   130
170          Chinchou            50.0            170        56         56    67
171           Lanturn            50.0            171        76         76    67
172             Pichu            50.0            172        35         35    60
173            Cleffa            24.6            173        45         55    15
174         Igglybuff            24.6            174        40         20    15
175            Togepi            88.1            175        40         65    20
176           Togetic            88.1            176        80        105    40
177              Natu            50.0            177        70         45    70
178              Xatu            50.0            178        95         70    95
179            Mareep            50.0            179        65         45    35
180           Flaaffy            50.0            180        80         60    45
181          Ampharos            50.0            181       165        110    45
182         Bellossom            50.0            182        90        100    50
183            Marill            50.0            183        20         50    40
184         Azumarill            50.0            184        60         80    50
185         Sudowoodo            50.0            185        30         65    30
186          Politoed            50.0            186        90        100    70
187            Hoppip            50.0            187        35         55    50
188          Skiploom            50.0            188        45         65    80
189          Jumpluff            50.0            189        55         95   110
190             Aipom            50.0            190        40         55    85
191           Sunkern            50.0            191        30         30    30
192          Sunflora            50.0            192       105         85    30
193             Yanma            50.0            193        75         45    95
194            Wooper            50.0            194        25         25    15
195          Quagsire            50.0            195        65         65    35
196            Espeon            88.1            196       130         95   110
197           Umbreon            88.1            197        60        130    65
198           Murkrow            50.0            198        85         42    91
199          Slowking            50.0            199       100        110    30
200        Misdreavus            50.0            200        85         85    85
201             Unown              NA            201        72         48    48
202         Wobbuffet            50.0            202        33         58    33
203         Girafarig            50.0            203        90         65    85
204            Pineco            50.0            204        35         35    15
205        Forretress            50.0            205        60         60    40
206         Dunsparce            50.0            206        65         65    45
207            Gligar            50.0            207        35         65    85
208           Steelix            50.0            208        55         95    30
209          Snubbull            24.6            209        40         40    30
210          Granbull            24.6            210        60         60    45
211          Qwilfish            50.0            211        55         55    85
212            Scizor            50.0            212        65        100    75
213           Shuckle            50.0            213        10        230     5
214         Heracross            50.0            214        40        105    75
215           Sneasel            50.0            215        35         75   115
216         Teddiursa            50.0            216        50         50    40
217          Ursaring            50.0            217        75         75    55
218            Slugma            50.0            218        70         40    20
219          Magcargo            50.0            219        90         80    30
220            Swinub            50.0            220        30         30    50
221         Piloswine            50.0            221        60         60    50
222           Corsola            24.6            222        65         95    35
223          Remoraid            50.0            223        65         35    65
224         Octillery            50.0            224       105         75    45
225          Delibird            50.0            225        65         45    75
226           Mantine            50.0            226        80        140    70
227          Skarmory            50.0            227        40         70    70
228          Houndour            50.0            228        80         50    65
229          Houndoom            50.0            229       140         90   115
230           Kingdra            50.0            230        95         95    85
231            Phanpy            50.0            231        40         40    40
232           Donphan            50.0            232        60         60    50
233          Porygon2              NA            233       105         95    60
234          Stantler            50.0            234        85         65    85
235          Smeargle            50.0            235        20         45    75
236           Tyrogue           100.0            236        35         35    35
237         Hitmontop           100.0            237        35        110    70
238          Smoochum             0.0            238        85         65    65
239            Elekid            75.4            239        65         55    95
240             Magby            75.4            240        70         55    83
241           Miltank             0.0            241        40         70   100
242           Blissey             0.0            242        75        135    55
243            Raikou              NA            243       115        100   115
244             Entei              NA            244        90         75   100
245           Suicune              NA            245        90        115    85
246          Larvitar            50.0            246        45         50    41
247           Pupitar            50.0            247        65         70    51
248         Tyranitar            50.0            248        95        120    71
249             Lugia              NA            249        90        154   110
250             Ho-Oh              NA            250       110        154    90
251            Celebi              NA            251       100        100   100
252           Treecko            88.1            252        65         55    70
253           Grovyle            88.1            253        85         65    95
254          Sceptile            88.1            254       145         85   145
255           Torchic            88.1            255        70         50    45
256         Combusken            88.1            256        85         60    55
257          Blaziken            88.1            257       130         80   100
258            Mudkip            88.1            258        50         50    40
259         Marshtomp            88.1            259        60         70    50
260          Swampert            88.1            260        95        110    70
261         Poochyena            50.0            261        30         30    35
262         Mightyena            50.0            262        60         60    70
263         Zigzagoon            50.0            263        30         41    60
264           Linoone            50.0            264        50         61   100
265           Wurmple            50.0            265        20         30    20
266           Silcoon            50.0            266        25         25    15
267         Beautifly            50.0            267       100         50    65
268           Cascoon            50.0            268        25         25    15
269            Dustox            50.0            269        50         90    65
270             Lotad            50.0            270        40         50    30
271            Lombre            50.0            271        60         70    50
272          Ludicolo            50.0            272        90        100    70
273            Seedot            50.0            273        30         30    30
274           Nuzleaf            50.0            274        60         40    60
275           Shiftry            50.0            275        90         60    80
276           Taillow            50.0            276        30         30    85
277           Swellow            50.0            277        75         50   125
278           Wingull            50.0            278        55         30    85
279          Pelipper            50.0            279        95         70    65
280             Ralts            50.0            280        45         35    40
281            Kirlia            50.0            281        65         55    50
282         Gardevoir            50.0            282       165        135   100
283           Surskit            50.0            283        50         52    65
284        Masquerain            50.0            284       100         82    80
285         Shroomish            50.0            285        40         60    35
286           Breloom            50.0            286        60         60    70
287           Slakoth            50.0            287        35         35    30
288          Vigoroth            50.0            288        55         55    90
289           Slaking            50.0            289        95         65   100
290           Nincada            50.0            290        30         30    40
291           Ninjask            50.0            291        50         50   160
292          Shedinja              NA            292        30         30    40
293           Whismur            50.0            293        51         23    28
294           Loudred            50.0            294        71         43    48
295           Exploud            50.0            295        91         73    68
296          Makuhita            75.4            296        20         30    25
297          Hariyama            75.4            297        40         60    50
298           Azurill            24.6            298        20         40    20
299          Nosepass            50.0            299        45         90    30
300            Skitty            24.6            300        35         35    50
301          Delcatty            24.6            301        55         55    90
302           Sableye            50.0            302        85        115    20
303            Mawile            50.0            303        55         95    50
304              Aron            50.0            304        40         40    30
305            Lairon            50.0            305        50         50    40
306            Aggron            50.0            306        60         80    50
307          Meditite            50.0            307        40         55    60
308          Medicham            50.0            308        80         85   100
309         Electrike            50.0            309        65         40    65
310         Manectric            50.0            310       135         80   135
311            Plusle            50.0            311        85         75    95
312             Minun            50.0            312        75         85    95
313           Volbeat           100.0            313        47         85    85
314          Illumise             0.0            314        73         85    85
315           Roselia            50.0            315       100         80    65
316            Gulpin            50.0            316        43         53    40
317            Swalot            50.0            317        73         83    55
318          Carvanha            50.0            318        65         20    65
319          Sharpedo            50.0            319       110         65   105
320           Wailmer            50.0            320        70         35    60
321           Wailord            50.0            321        90         45    60
322             Numel            50.0            322        65         45    35
323          Camerupt            50.0            323       145        105    20
324           Torkoal            50.0            324        85         70    20
325            Spoink            50.0            325        70         80    60
326           Grumpig            50.0            326        90        110    80
327            Spinda            50.0            327        60         60    60
328          Trapinch            50.0            328        45         45    10
329           Vibrava            50.0            329        50         50    70
330            Flygon            50.0            330        80         80   100
331            Cacnea            50.0            331        85         40    35
332          Cacturne            50.0            332       115         60    55
333            Swablu            50.0            333        40         75    50
334           Altaria            50.0            334       110        105    80
335          Zangoose            50.0            335        60         60    90
336           Seviper            50.0            336       100         60    65
337          Lunatone              NA            337        95         85    70
338           Solrock              NA            338        55         65    70
339          Barboach            50.0            339        46         41    60
340          Whiscash            50.0            340        76         71    60
341          Corphish            50.0            341        50         35    35
342         Crawdaunt            50.0            342        90         55    55
343            Baltoy              NA            343        40         70    55
344           Claydol              NA            344        70        120    75
345            Lileep            88.1            345        61         87    23
346           Cradily            88.1            346        81        107    43
347           Anorith            88.1            347        40         50    75
348           Armaldo            88.1            348        70         80    45
349            Feebas            50.0            349        10         55    80
350           Milotic            50.0            350       100        125    81
351          Castform            50.0            351        70         70    70
352           Kecleon            50.0            352        60        120    40
353           Shuppet            50.0            353        63         33    45
354           Banette            50.0            354        93         83    75
355           Duskull            50.0            355        30         90    25
356          Dusclops            50.0            356        60        130    25
357           Tropius            50.0            357        72         87    51
358          Chimecho            50.0            358        95         90    65
359             Absol            50.0            359       115         60   115
360            Wynaut            50.0            360        23         48    23
361           Snorunt            50.0            361        50         50    50
362            Glalie            50.0            362       120         80   100
363            Spheal            50.0            363        55         50    25
364            Sealeo            50.0            364        75         70    45
365           Walrein            50.0            365        95         90    65
366          Clamperl            50.0            366        74         55    32
367           Huntail            50.0            367        94         75    52
368          Gorebyss            50.0            368       114         75    52
369         Relicanth            88.1            369        45         65    55
370           Luvdisc            24.6            370        40         65    97
371             Bagon            50.0            371        40         30    50
372           Shelgon            50.0            372        60         50    50
373         Salamence            50.0            373       120         90   120
374            Beldum              NA            374        35         60    30
375            Metang              NA            375        55         80    50
376         Metagross              NA            376       105        110   110
377          Regirock              NA            377        50        100    50
378            Regice              NA            378       100        200    50
379         Registeel              NA            379        75        150    50
380            Latias             0.0            380       140        150   110
381            Latios           100.0            381       160        120   110
382            Kyogre              NA            382       180        160    90
383           Groudon              NA            383       150         90    90
384          Rayquaza              NA            384       180        100   115
385           Jirachi              NA            385       100        100   100
386            Deoxys              NA            386        95         90   180
387           Turtwig            88.1            387        45         55    31
388            Grotle            88.1            388        55         65    36
389          Torterra            88.1            389        75         85    56
390          Chimchar            88.1            390        58         44    61
391          Monferno            88.1            391        78         52    81
392         Infernape            88.1            392       104         71   108
393            Piplup            88.1            393        61         56    40
394          Prinplup            88.1            394        81         76    50
395          Empoleon            88.1            395       111        101    60
396            Starly            50.0            396        30         30    60
397          Staravia            50.0            397        40         40    80
398         Staraptor            50.0            398        50         60   100
399            Bidoof            50.0            399        35         40    31
400           Bibarel            50.0            400        55         60    71
401         Kricketot            50.0            401        25         41    25
402        Kricketune            50.0            402        55         51    65
403             Shinx            50.0            403        40         34    45
404             Luxio            50.0            404        60         49    60
405            Luxray            50.0            405        95         79    70
406             Budew            50.0            406        50         70    55
407          Roserade            50.0            407       125        105    90
408          Cranidos            88.1            408        30         30    58
409         Rampardos            88.1            409        65         50    58
410          Shieldon            88.1            410        42         88    30
411         Bastiodon            88.1            411        47        138    30
412             Burmy            50.0            412        29         45    36
413          Wormadam             0.0            413        69         95    36
414            Mothim           100.0            414        94         50    66
415            Combee            88.1            415        30         42    70
416         Vespiquen             0.0            416        80        102    40
417         Pachirisu            50.0            417        45         90    95
418            Buizel            50.0            418        60         30    85
419          Floatzel            50.0            419        85         50   115
420           Cherubi            50.0            420        62         53    35
421           Cherrim            50.0            421        87         78    85
422           Shellos            50.0            422        57         62    34
423         Gastrodon            50.0            423        92         82    39
424           Ambipom            50.0            424        60         66   115
425          Drifloon            50.0            425        60         44    70
426          Drifblim            50.0            426        90         54    80
427           Buneary            50.0            427        44         56    85
428           Lopunny            50.0            428        54         96   135
429         Mismagius            50.0            429       105        105   105
430         Honchkrow            50.0            430       105         52    71
431           Glameow            24.6            431        42         37    85
432           Purugly            24.6            432        64         59   112
433         Chingling            50.0            433        65         50    45
434            Stunky            50.0            434        41         41    74
435          Skuntank            50.0            435        71         61    84
436           Bronzor              NA            436        24         86    23
437          Bronzong              NA            437        79        116    33
438            Bonsly            50.0            438        10         45    10
439          Mime Jr.            50.0            439        70         90    60
440           Happiny             0.0            440        15         65    30
441            Chatot            50.0            441        92         42    91
442         Spiritomb            50.0            442        92        108    35
443             Gible            50.0            443        40         45    42
444            Gabite            50.0            444        50         55    82
445          Garchomp            50.0            445       120         95    92
446          Munchlax            88.1            446        40         85     5
447             Riolu            88.1            447        35         40    60
448           Lucario            88.1            448       140         70   112
449        Hippopotas            50.0            449        38         42    32
450         Hippowdon            50.0            450        68         72    47
451           Skorupi            50.0            451        30         55    65
452           Drapion            50.0            452        60         75    95
453          Croagunk            50.0            453        61         40    50
454         Toxicroak            50.0            454        86         65    85
455         Carnivine            50.0            455        90         72    46
456           Finneon            50.0            456        49         61    66
457          Lumineon            50.0            457        69         86    91
458           Mantyke            50.0            458        60        120    50
459            Snover            50.0            459        62         60    40
460         Abomasnow            50.0            460       132        105    30
461           Weavile            50.0            461        45         85   125
462         Magnezone              NA            462       130         90    60
463        Lickilicky            50.0            463        80         95    50
464         Rhyperior            50.0            464        55         55    40
465         Tangrowth            50.0            465       110         50    50
466        Electivire            75.4            466        95         85    95
467         Magmortar            75.4            467       125         95    83
468          Togekiss            88.1            468       120        115    80
469           Yanmega            50.0            469       116         56    95
470           Leafeon            88.1            470        60         65    95
471           Glaceon            88.1            471       130         95    65
472           Gliscor            50.0            472        45         75    95
473         Mamoswine            50.0            473        70         60    80
474         Porygon-Z              NA            474       135         75    90
475           Gallade           100.0            475        65        115   110
476         Probopass            50.0            476        75        150    40
477          Dusknoir            50.0            477        65        135    45
478          Froslass             0.0            478        80         70   110
479             Rotom              NA            479       105        107    86
480              Uxie              NA            480        75        130    95
481           Mesprit              NA            481       105        105    80
482             Azelf              NA            482       125         70   115
483            Dialga              NA            483       150        100    90
484            Palkia              NA            484       150        120   100
485           Heatran            50.0            485       130        106    77
486         Regigigas              NA            486        80        110   100
487          Giratina              NA            487       120        100    90
488         Cresselia             0.0            488        75        130    85
489            Phione              NA            489        80         80    80
490           Manaphy              NA            490       100        100   100
491           Darkrai              NA            491       135         90   125
492           Shaymin              NA            492       120         75   127
493            Arceus              NA            493       120        120   120
494           Victini              NA            494       100        100   100
495             Snivy            88.1            495        45         55    63
496           Servine            88.1            496        60         75    83
497         Serperior            88.1            497        75         95   113
498             Tepig            88.1            498        45         45    45
499           Pignite            88.1            499        70         55    55
500            Emboar            88.1            500       100         65    65
501          Oshawott            88.1            501        63         45    45
502            Dewott            88.1            502        83         60    60
503          Samurott            88.1            503       108         70    70
504            Patrat            50.0            504        35         39    42
505           Watchog            50.0            505        60         69    77
506          Lillipup            50.0            506        25         45    55
507           Herdier            50.0            507        35         65    60
508         Stoutland            50.0            508        45         90    80
509          Purrloin            50.0            509        50         37    66
510           Liepard            50.0            510        88         50   106
511           Pansage            88.1            511        53         48    64
512          Simisage            88.1            512        98         63   101
513           Pansear            88.1            513        53         48    64
514          Simisear            88.1            514        98         63   101
515           Panpour            88.1            515        53         48    64
516          Simipour            88.1            516        98         63   101
517             Munna            50.0            517        67         55    24
518          Musharna            50.0            518       107         95    29
519            Pidove            50.0            519        36         30    43
520         Tranquill            50.0            520        50         42    65
521          Unfezant            50.0            521        65         55    93
522           Blitzle            50.0            522        50         32    76
523         Zebstrika            50.0            523        80         63   116
524        Roggenrola            50.0            524        25         25    15
525           Boldore            50.0            525        50         40    20
526          Gigalith            50.0            526        60         80    25
527            Woobat            50.0            527        55         43    72
528           Swoobat            50.0            528        77         55   114
529           Drilbur            50.0            529        30         45    68
530         Excadrill            50.0            530        50         65    88
531            Audino            50.0            531        80        126    50
532           Timburr            75.4            532        25         35    35
533           Gurdurr            75.4            533        40         50    40
534        Conkeldurr            75.4            534        55         65    45
535           Tympole            50.0            535        50         40    64
536         Palpitoad            50.0            536        65         55    69
537        Seismitoad            50.0            537        85         75    74
538             Throh           100.0            538        30         85    45
539              Sawk           100.0            539        30         75    85
540          Sewaddle            50.0            540        40         60    42
541          Swadloon            50.0            541        50         80    42
542          Leavanny            50.0            542        70         80    92
543          Venipede            50.0            543        30         39    57
544        Whirlipede            50.0            544        40         79    47
545         Scolipede            50.0            545        55         69   112
546          Cottonee            50.0            546        37         50    66
547        Whimsicott            50.0            547        77         75   116
548           Petilil             0.0            548        70         50    30
549         Lilligant             0.0            549       110         75    90
550          Basculin            50.0            550        80         55    98
551           Sandile            50.0            551        35         35    65
552          Krokorok            50.0            552        45         45    74
553        Krookodile            50.0            553        65         70    92
554          Darumaka            50.0            554        15         45    50
555        Darmanitan            50.0            555       140        105    55
556          Maractus            50.0            556       106         67    60
557           Dwebble            50.0            557        35         35    55
558           Crustle            50.0            558        65         75    45
559           Scraggy            50.0            559        35         70    48
560           Scrafty            50.0            560        45        115    58
561          Sigilyph            50.0            561       103         80    97
562            Yamask            50.0            562        55         65    30
563        Cofagrigus            50.0            563        95        105    30
564          Tirtouga            88.1            564        53         45    22
565        Carracosta            88.1            565        83         65    32
566            Archen            88.1            566        74         45    70
567          Archeops            88.1            567       112         65   110
568          Trubbish            50.0            568        40         62    65
569          Garbodor            50.0            569        60         82    75
570             Zorua            88.1            570        80         40    65
571           Zoroark            88.1            571       120         60   105
572          Minccino            24.6            572        40         40    75
573          Cinccino            24.6            573        65         60   115
574           Gothita            24.6            574        55         65    45
575         Gothorita            24.6            575        75         85    55
576        Gothitelle            24.6            576        95        110    65
577           Solosis            50.0            577       105         50    20
578           Duosion            50.0            578       125         60    30
579         Reuniclus            50.0            579       125         85    30
580          Ducklett            50.0            580        44         50    55
581            Swanna            50.0            581        87         63    98
582         Vanillite            50.0            582        65         60    44
583         Vanillish            50.0            583        80         75    59
584         Vanilluxe            50.0            584       110         95    79
585          Deerling            50.0            585        40         50    75
586          Sawsbuck            50.0            586        60         70    95
587            Emolga            50.0            587        75         60   103
588        Karrablast            50.0            588        40         45    60
589        Escavalier            50.0            589        60        105    20
590           Foongus            50.0            590        55         55    15
591         Amoonguss            50.0            591        85         80    30
592          Frillish            50.0            592        65         85    40
593         Jellicent            50.0            593        85        105    60
594         Alomomola            50.0            594        40         45    65
595            Joltik            50.0            595        57         50    65
596        Galvantula            50.0            596        97         60   108
597         Ferroseed            50.0            597        24         86    10
598        Ferrothorn            50.0            598        54        116    20
599             Klink              NA            599        45         60    30
600             Klang              NA            600        70         85    50
601         Klinklang              NA            601        70         85    90
602            Tynamo            50.0            602        45         40    60
603         Eelektrik            50.0            603        75         70    40
604        Eelektross            50.0            604       105         80    50
605            Elgyem            50.0            605        85         55    30
606          Beheeyem            50.0            606       125         95    40
607           Litwick            50.0            607        65         55    20
608           Lampent            50.0            608        95         60    55
609        Chandelure            50.0            609       145         90    80
610              Axew            50.0            610        30         40    57
611           Fraxure            50.0            611        40         50    67
612           Haxorus            50.0            612        60         70    97
613           Cubchoo            50.0            613        60         40    40
614           Beartic            50.0            614        70         80    50
615         Cryogonal              NA            615        95        135   105
616           Shelmet            50.0            616        40         65    25
617          Accelgor            50.0            617       100         60   145
618          Stunfisk            50.0            618        81         99    32
619           Mienfoo            50.0            619        55         50    65
620          Mienshao            50.0            620        95         60   105
621         Druddigon            50.0            621        60         90    48
622            Golett              NA            622        35         50    35
623            Golurk              NA            623        55         80    55
624          Pawniard            50.0            624        40         40    60
625           Bisharp            50.0            625        60         70    70
626        Bouffalant            50.0            626        40         95    55
627           Rufflet           100.0            627        37         50    60
628          Braviary           100.0            628        57         75    80
629           Vullaby             0.0            629        45         65    60
630         Mandibuzz             0.0            630        55         95    80
631           Heatmor            50.0            631       105         66    65
632            Durant            50.0            632        48         48   109
633             Deino            50.0            633        45         50    38
634          Zweilous            50.0            634        65         70    58
635         Hydreigon            50.0            635       125         90    98
636          Larvesta            50.0            636        50         55    60
637         Volcarona            50.0            637       135        105   100
638          Cobalion              NA            638        90         72   108
639         Terrakion              NA            639        72         90   108
640          Virizion              NA            640        90        129   108
641          Tornadus           100.0            641       110         90   121
642         Thundurus           100.0            642       145         80   101
643          Reshiram              NA            643       150        120    90
644            Zekrom              NA            644       120        100    90
645          Landorus           100.0            645       105         80    91
646            Kyurem              NA            646       170        100    95
647            Keldeo              NA            647       129         90   108
648          Meloetta              NA            648        77         77   128
649          Genesect              NA            649       120         95    99
650           Chespin            88.1            650        48         45    38
651         Quilladin            88.1            651        56         58    57
652        Chesnaught            88.1            652        74         75    64
653          Fennekin            88.1            653        62         60    60
654           Braixen            88.1            654        90         70    73
655           Delphox            88.1            655       114        100   104
656           Froakie            88.1            656        62         44    71
657         Frogadier            88.1            657        83         56    97
658          Greninja            88.1            658       153         71   132
659          Bunnelby            50.0            659        32         36    57
660         Diggersby            50.0            660        50         77    78
661        Fletchling            50.0            661        40         38    62
662       Fletchinder            50.0            662        56         52    84
663        Talonflame            50.0            663        74         69   126
664        Scatterbug            50.0            664        27         25    35
665            Spewpa            50.0            665        27         30    29
666          Vivillon            50.0            666        90         50    89
667            Litleo            11.2            667        73         54    72
668            Pyroar            11.2            668       109         66   106
669           Flabébé             0.0            669        61         79    42
670           Floette             0.0            670       125        128    92
671           Florges             0.0            671       112        154    75
672            Skiddo            50.0            672        62         57    52
673            Gogoat            50.0            673        97         81    68
674           Pancham            50.0            674        46         48    43
675           Pangoro            50.0            675        69         71    58
676           Furfrou            50.0            676        65         90   102
677            Espurr            50.0            677        63         60    68
678          Meowstic            50.0            678        83         81   104
679           Honedge            50.0            679        35         37    28
680          Doublade            50.0            680        45         49    35
681         Aegislash            50.0            681       150         50    60
682          Spritzee            50.0            682        63         65    23
683        Aromatisse            50.0            683        99         89    29
684           Swirlix            50.0            684        59         57    49
685          Slurpuff            50.0            685        85         75    72
686             Inkay            50.0            686        37         46    45
687           Malamar            50.0            687        68         75    73
688           Binacle            50.0            688        39         56    50
689        Barbaracle            50.0            689        54         86    68
690            Skrelp            50.0            690        60         60    30
691          Dragalge            50.0            691        97        123    44
692         Clauncher            50.0            692        58         63    44
693         Clawitzer            50.0            693       120         89    59
694        Helioptile            50.0            694        61         43    70
695         Heliolisk            50.0            695       109         94   109
696            Tyrunt            88.1            696        45         45    48
697         Tyrantrum            88.1            697        69         59    71
698            Amaura            88.1            698        67         63    46
699           Aurorus            88.1            699        99         92    58
700           Sylveon            88.1            700       110        130    60
701          Hawlucha            50.0            701        74         63   118
702           Dedenne            50.0            702        81         67   101
703           Carbink              NA            703        50        150    50
704             Goomy            50.0            704        55         75    40
705           Sliggoo            50.0            705        83        113    60
706            Goodra            50.0            706       110        150    80
707            Klefki            50.0            707        80         87    75
708          Phantump            50.0            708        50         60    38
709         Trevenant            50.0            709        65         82    56
710         Pumpkaboo            50.0            710        44         55    41
711         Gourgeist            50.0            711        58         75    54
712          Bergmite            50.0            712        32         35    28
713           Avalugg            50.0            713        44         46    28
714            Noibat            50.0            714        45         40    55
715           Noivern            50.0            715        97         80   123
716           Xerneas              NA            716       131         98    99
717           Yveltal              NA            717       131         98    99
718           Zygarde              NA            718        91         95    85
719           Diancie              NA            719       160        110   110
720             Hoopa              NA            720       170        130    80
721         Volcanion              NA            721       130         90    70
722            Rowlet            88.1            722        50         50    42
723           Dartrix            88.1            723        70         70    52
724         Decidueye            88.1            724       100        100    70
725            Litten            88.1            725        60         40    70
726          Torracat            88.1            726        80         50    90
727        Incineroar            88.1            727        80         90    60
728           Popplio            88.1            728        66         56    40
729           Brionne            88.1            729        91         81    50
730         Primarina            88.1            730       126        116    60
731           Pikipek            50.0            731        30         30    65
732          Trumbeak            50.0            732        40         50    75
733         Toucannon            50.0            733        75         75    60
734           Yungoos            50.0            734        30         30    45
735          Gumshoos            50.0            735        55         60    45
736           Grubbin            50.0            736        55         45    46
737         Charjabug            50.0            737        55         75    36
738          Vikavolt            50.0            738       145         75    43
739        Crabrawler            50.0            739        42         47    63
740      Crabominable            50.0            740        62         67    43
741          Oricorio            24.6            741        98         70    93
742          Cutiefly            50.0            742        55         40    84
743          Ribombee            50.0            743        95         70   124
744          Rockruff            50.0            744        30         40    60
745          Lycanroc            50.0            745        55         75    82
746        Wishiwashi            50.0            746       140        135    30
747          Mareanie            50.0            747        43         52    45
748           Toxapex            50.0            748        53        142    35
749           Mudbray            50.0            749        45         55    45
750          Mudsdale            50.0            750        55         85    35
751          Dewpider            50.0            751        40         72    27
752         Araquanid            50.0            752        50        132    42
753          Fomantis            50.0            753        50         35    35
754          Lurantis            50.0            754        80         90    45
755          Morelull            50.0            755        65         75    15
756         Shiinotic            50.0            756        90        100    30
757          Salandit            88.1            757        71         40    77
758          Salazzle             0.0            758       111         60   117
759           Stufful            50.0            759        45         50    50
760            Bewear            50.0            760        55         60    60
761         Bounsweet             0.0            761        30         38    32
762           Steenee             0.0            762        40         48    62
763          Tsareena             0.0            763        50         98    72
764            Comfey            24.6            764        82        110   100
765          Oranguru            50.0            765        90        110    60
766         Passimian            50.0            766        40         60    80
767            Wimpod            50.0            767        20         30    80
768         Golisopod            50.0            768        60         90    40
769         Sandygast            50.0            769        70         45    15
770         Palossand            50.0            770       100         75    35
771         Pyukumuku            50.0            771        30        130     5
772        Type: Null              NA            772        95         95    59
773          Silvally              NA            773        95         95    95
774 Minior(Meteorite)              NA            774       100         60   120
775      Minior(Core)              NA            774       100         60   120
776            Komala            50.0            775        75         95    65
777        Turtonator            50.0            776        91         85    36
778        Togedemaru            50.0            777        40         73    96
779           Mimikyu            50.0            778        50        105    96
780           Bruxish            50.0            779        70         70    92
781            Drampa            50.0            780       135         91    36
782          Dhelmise              NA            781        86         90    40
783          Jangmo-o            50.0            782        45         45    45
784          Hakamo-o            50.0            783        65         70    65
785           Kommo-o            50.0            784       100        105    85
786         Tapu Koko              NA            785        95         75   130
787         Tapu Lele              NA            786       130        115    95
788         Tapu Bulu              NA            787        85         95    75
789         Tapu Fini              NA            788        95        130    85
790            Cosmog              NA            789        29         31    37
791           Cosmoem              NA            790        29        131    37
792          Solgaleo              NA            791       113         89    97
793            Lunala              NA            792       137        107    97
794          Nihilego              NA            793       127        131   103
795          Buzzwole              NA            794        53         53    79
796         Pheromosa              NA            795       137         37   151
797         Xurkitree              NA            796       173         71    83
798        Celesteela              NA            797       107        101    61
799           Kartana              NA            798        59         31   109
800          Guzzlord              NA            799        97         53    43
801          Necrozma              NA            800       127         89    79
802          Magearna              NA            801       130        115    65
       type1    type2 weight_kg generation is_legendary
1      grass   poison       6.9          1            0
2      grass   poison      13.0          1            0
3      grass   poison     100.0          1            0
4       fire                8.5          1            0
5       fire               19.0          1            0
6       fire   flying      90.5          1            0
7      water                9.0          1            0
8      water               22.5          1            0
9      water               85.5          1            0
10       bug                2.9          1            0
11       bug                9.9          1            0
12       bug   flying      32.0          1            0
13       bug   poison       3.2          1            0
14       bug   poison      10.0          1            0
15       bug   poison      29.5          1            0
16    normal   flying       1.8          1            0
17    normal   flying      30.0          1            0
18    normal   flying      39.5          1            0
19    normal     dark        NA          1            0
20    normal     dark        NA          1            0
21    normal   flying       2.0          1            0
22    normal   flying      38.0          1            0
23    poison                6.9          1            0
24    poison               65.0          1            0
25  electric                6.0          1            0
26  electric electric        NA          1            0
27    ground      ice        NA          1            0
28    ground      ice        NA          1            0
29    poison                7.0          1            0
30    poison               20.0          1            0
31    poison   ground      60.0          1            0
32    poison                9.0          1            0
33    poison               19.5          1            0
34    poison   ground      62.0          1            0
35     fairy                7.5          1            0
36     fairy               40.0          1            0
37      fire      ice        NA          1            0
38      fire      ice        NA          1            0
39    normal    fairy       5.5          1            0
40    normal    fairy      12.0          1            0
41    poison   flying       7.5          1            0
42    poison   flying      55.0          1            0
43     grass   poison       5.4          1            0
44     grass   poison       8.6          1            0
45     grass   poison      18.6          1            0
46       bug    grass       5.4          1            0
47       bug    grass      29.5          1            0
48       bug   poison      30.0          1            0
49       bug   poison      12.5          1            0
50    ground   ground        NA          1            0
51    ground   ground        NA          1            0
52    normal     dark        NA          1            0
53    normal     dark        NA          1            0
54     water               19.6          1            0
55     water               76.6          1            0
56  fighting               28.0          1            0
57  fighting               32.0          1            0
58      fire               19.0          1            0
59      fire              155.0          1            0
60     water               12.4          1            0
61     water               20.0          1            0
62     water fighting      54.0          1            0
63   psychic               19.5          1            0
64   psychic               56.5          1            0
65   psychic               48.0          1            0
66  fighting               19.5          1            0
67  fighting               70.5          1            0
68  fighting              130.0          1            0
69     grass   poison       4.0          1            0
70     grass   poison       6.4          1            0
71     grass   poison      15.5          1            0
72     water   poison      45.5          1            0
73     water   poison      55.0          1            0
74      rock   ground        NA          1            0
75      rock   ground        NA          1            0
76      rock   ground        NA          1            0
77      fire               30.0          1            0
78      fire               95.0          1            0
79     water  psychic      36.0          1            0
80     water  psychic      78.5          1            0
81  electric    steel       6.0          1            0
82  electric    steel      60.0          1            0
83    normal   flying      15.0          1            0
84    normal   flying      39.2          1            0
85    normal   flying      85.2          1            0
86     water               90.0          1            0
87     water      ice     120.0          1            0
88    poison   poison        NA          1            0
89    poison   poison        NA          1            0
90     water                4.0          1            0
91     water      ice     132.5          1            0
92     ghost   poison       0.1          1            0
93     ghost   poison       0.1          1            0
94     ghost   poison      40.5          1            0
95      rock   ground     210.0          1            0
96   psychic               32.4          1            0
97   psychic               75.6          1            0
98     water                6.5          1            0
99     water               60.0          1            0
100 electric               10.4          1            0
101 electric               66.6          1            0
102    grass  psychic       2.5          1            0
103    grass  psychic        NA          1            0
104   ground                6.5          1            0
105   ground     fire        NA          1            0
106 fighting               49.8          1            0
107 fighting               50.2          1            0
108   normal               65.5          1            0
109   poison                1.0          1            0
110   poison                9.5          1            0
111   ground     rock     115.0          1            0
112   ground     rock     120.0          1            0
113   normal               34.6          1            0
114    grass               35.0          1            0
115   normal               80.0          1            0
116    water                8.0          1            0
117    water               25.0          1            0
118    water               15.0          1            0
119    water               39.0          1            0
120    water               34.5          1            0
121    water  psychic      80.0          1            0
122  psychic    fairy      54.5          1            0
123      bug   flying      56.0          1            0
124      ice  psychic      40.6          1            0
125 electric               30.0          1            0
126     fire               44.5          1            0
127      bug               55.0          1            0
128   normal               88.4          1            0
129    water               10.0          1            0
130    water   flying     235.0          1            0
131    water      ice     220.0          1            0
132   normal                4.0          1            0
133   normal                6.5          1            0
134    water               29.0          1            0
135 electric               24.5          1            0
136     fire               25.0          1            0
137   normal               36.5          1            0
138     rock    water       7.5          1            0
139     rock    water      35.0          1            0
140     rock    water      11.5          1            0
141     rock    water      40.5          1            0
142     rock   flying      59.0          1            0
143   normal              460.0          1            0
144      ice   flying      55.4          1            1
145 electric   flying      52.6          1            1
146     fire   flying      60.0          1            1
147   dragon                3.3          1            0
148   dragon               16.5          1            0
149   dragon   flying     210.0          1            0
150  psychic              122.0          1            1
151  psychic                4.0          1            1
152    grass                6.4          2            0
153    grass               15.8          2            0
154    grass              100.5          2            0
155     fire                7.9          2            0
156     fire               19.0          2            0
157     fire               79.5          2            0
158    water                9.5          2            0
159    water               25.0          2            0
160    water               88.8          2            0
161   normal                6.0          2            0
162   normal               32.5          2            0
163   normal   flying      21.2          2            0
164   normal   flying      40.8          2            0
165      bug   flying      10.8          2            0
166      bug   flying      35.6          2            0
167      bug   poison       8.5          2            0
168      bug   poison      33.5          2            0
169   poison   flying      75.0          2            0
170    water electric      12.0          2            0
171    water electric      22.5          2            0
172 electric                2.0          2            0
173    fairy                3.0          2            0
174   normal    fairy       1.0          2            0
175    fairy                1.5          2            0
176    fairy   flying       3.2          2            0
177  psychic   flying       2.0          2            0
178  psychic   flying      15.0          2            0
179 electric                7.8          2            0
180 electric               13.3          2            0
181 electric               61.5          2            0
182    grass                5.8          2            0
183    water    fairy       8.5          2            0
184    water    fairy      28.5          2            0
185     rock               38.0          2            0
186    water               33.9          2            0
187    grass   flying       0.5          2            0
188    grass   flying       1.0          2            0
189    grass   flying       3.0          2            0
190   normal               11.5          2            0
191    grass                1.8          2            0
192    grass                8.5          2            0
193      bug   flying      38.0          2            0
194    water   ground       8.5          2            0
195    water   ground      75.0          2            0
196  psychic               26.5          2            0
197     dark               27.0          2            0
198     dark   flying       2.1          2            0
199    water  psychic      79.5          2            0
200    ghost                1.0          2            0
201  psychic                5.0          2            0
202  psychic               28.5          2            0
203   normal  psychic      41.5          2            0
204      bug                7.2          2            0
205      bug    steel     125.8          2            0
206   normal               14.0          2            0
207   ground   flying      64.8          2            0
208    steel   ground     400.0          2            0
209    fairy                7.8          2            0
210    fairy               48.7          2            0
211    water   poison       3.9          2            0
212      bug    steel     118.0          2            0
213      bug     rock      20.5          2            0
214      bug fighting      54.0          2            0
215     dark      ice      28.0          2            0
216   normal                8.8          2            0
217   normal              125.8          2            0
218     fire               35.0          2            0
219     fire     rock      55.0          2            0
220      ice   ground       6.5          2            0
221      ice   ground      55.8          2            0
222    water     rock       5.0          2            0
223    water               12.0          2            0
224    water               28.5          2            0
225      ice   flying      16.0          2            0
226    water   flying     220.0          2            0
227    steel   flying      50.5          2            0
228     dark     fire      10.8          2            0
229     dark     fire      35.0          2            0
230    water   dragon     152.0          2            0
231   ground               33.5          2            0
232   ground              120.0          2            0
233   normal               32.5          2            0
234   normal               71.2          2            0
235   normal               58.0          2            0
236 fighting               21.0          2            0
237 fighting               48.0          2            0
238      ice  psychic       6.0          2            0
239 electric               23.5          2            0
240     fire               21.4          2            0
241   normal               75.5          2            0
242   normal               46.8          2            0
243 electric              178.0          2            1
244     fire              198.0          2            1
245    water              187.0          2            1
246     rock   ground      72.0          2            0
247     rock   ground     152.0          2            0
248     rock     dark     202.0          2            0
249  psychic   flying     216.0          2            1
250     fire   flying     199.0          2            1
251  psychic    grass       5.0          2            1
252    grass                5.0          3            0
253    grass               21.6          3            0
254    grass               52.2          3            0
255     fire                2.5          3            0
256     fire fighting      19.5          3            0
257     fire fighting      52.0          3            0
258    water                7.6          3            0
259    water   ground      28.0          3            0
260    water   ground      81.9          3            0
261     dark               13.6          3            0
262     dark               37.0          3            0
263   normal               17.5          3            0
264   normal               32.5          3            0
265      bug                3.6          3            0
266      bug               10.0          3            0
267      bug   flying      28.4          3            0
268      bug               11.5          3            0
269      bug   poison      31.6          3            0
270    water    grass       2.6          3            0
271    water    grass      32.5          3            0
272    water    grass      55.0          3            0
273    grass                4.0          3            0
274    grass     dark      28.0          3            0
275    grass     dark      59.6          3            0
276   normal   flying       2.3          3            0
277   normal   flying      19.8          3            0
278    water   flying       9.5          3            0
279    water   flying      28.0          3            0
280  psychic    fairy       6.6          3            0
281  psychic    fairy      20.2          3            0
282  psychic    fairy      48.4          3            0
283      bug    water       1.7          3            0
284      bug   flying       3.6          3            0
285    grass                4.5          3            0
286    grass fighting      39.2          3            0
287   normal               24.0          3            0
288   normal               46.5          3            0
289   normal              130.5          3            0
290      bug   ground       5.5          3            0
291      bug   flying      12.0          3            0
292      bug    ghost       1.2          3            0
293   normal               16.3          3            0
294   normal               40.5          3            0
295   normal               84.0          3            0
296 fighting               86.4          3            0
297 fighting              253.8          3            0
298   normal    fairy       2.0          3            0
299     rock               97.0          3            0
300   normal               11.0          3            0
301   normal               32.6          3            0
302     dark    ghost      11.0          3            0
303    steel    fairy      11.5          3            0
304    steel     rock      60.0          3            0
305    steel     rock     120.0          3            0
306    steel     rock     360.0          3            0
307 fighting  psychic      11.2          3            0
308 fighting  psychic      31.5          3            0
309 electric               15.2          3            0
310 electric               40.2          3            0
311 electric                4.2          3            0
312 electric                4.2          3            0
313      bug               17.7          3            0
314      bug               17.7          3            0
315    grass   poison       2.0          3            0
316   poison               10.3          3            0
317   poison               80.0          3            0
318    water     dark      20.8          3            0
319    water     dark      88.8          3            0
320    water              130.0          3            0
321    water              398.0          3            0
322     fire   ground      24.0          3            0
323     fire   ground     220.0          3            0
324     fire               80.4          3            0
325  psychic               30.6          3            0
326  psychic               71.5          3            0
327   normal                5.0          3            0
328   ground               15.0          3            0
329   ground   dragon      15.3          3            0
330   ground   dragon      82.0          3            0
331    grass               51.3          3            0
332    grass     dark      77.4          3            0
333   normal   flying       1.2          3            0
334   dragon   flying      20.6          3            0
335   normal               40.3          3            0
336   poison               52.5          3            0
337     rock  psychic     168.0          3            0
338     rock  psychic     154.0          3            0
339    water   ground       1.9          3            0
340    water   ground      23.6          3            0
341    water               11.5          3            0
342    water     dark      32.8          3            0
343   ground  psychic      21.5          3            0
344   ground  psychic     108.0          3            0
345     rock    grass      23.8          3            0
346     rock    grass      60.4          3            0
347     rock      bug      12.5          3            0
348     rock      bug      68.2          3            0
349    water                7.4          3            0
350    water              162.0          3            0
351   normal                0.8          3            0
352   normal               22.0          3            0
353    ghost                2.3          3            0
354    ghost               12.5          3            0
355    ghost               15.0          3            0
356    ghost               30.6          3            0
357    grass   flying     100.0          3            0
358  psychic                1.0          3            0
359     dark               47.0          3            0
360  psychic               14.0          3            0
361      ice               16.8          3            0
362      ice              256.5          3            0
363      ice    water      39.5          3            0
364      ice    water      87.6          3            0
365      ice    water     150.6          3            0
366    water               52.5          3            0
367    water               27.0          3            0
368    water               22.6          3            0
369    water     rock      23.4          3            0
370    water                8.7          3            0
371   dragon               42.1          3            0
372   dragon              110.5          3            0
373   dragon   flying     102.6          3            0
374    steel  psychic      95.2          3            0
375    steel  psychic     202.5          3            0
376    steel  psychic     550.0          3            0
377     rock              230.0          3            1
378      ice              175.0          3            1
379    steel              205.0          3            1
380   dragon  psychic      40.0          3            1
381   dragon  psychic      60.0          3            1
382    water              352.0          3            1
383   ground              950.0          3            1
384   dragon   flying     206.5          3            1
385    steel  psychic       1.1          3            1
386  psychic               60.8          3            1
387    grass               10.2          4            0
388    grass               97.0          4            0
389    grass   ground     310.0          4            0
390     fire                6.2          4            0
391     fire fighting      22.0          4            0
392     fire fighting      55.0          4            0
393    water                5.2          4            0
394    water               23.0          4            0
395    water    steel      84.5          4            0
396   normal   flying       2.0          4            0
397   normal   flying      15.5          4            0
398   normal   flying      24.9          4            0
399   normal               20.0          4            0
400   normal    water      31.5          4            0
401      bug                2.2          4            0
402      bug               25.5          4            0
403 electric                9.5          4            0
404 electric               30.5          4            0
405 electric               42.0          4            0
406    grass   poison       1.2          4            0
407    grass   poison      14.5          4            0
408     rock               31.5          4            0
409     rock              102.5          4            0
410     rock    steel      57.0          4            0
411     rock    steel     149.5          4            0
412      bug                3.4          4            0
413      bug    grass       6.5          4            0
414      bug   flying      23.3          4            0
415      bug   flying       5.5          4            0
416      bug   flying      38.5          4            0
417 electric                3.9          4            0
418    water               29.5          4            0
419    water               33.5          4            0
420    grass                3.3          4            0
421    grass                9.3          4            0
422    water                6.3          4            0
423    water   ground      29.9          4            0
424   normal               20.3          4            0
425    ghost   flying       1.2          4            0
426    ghost   flying      15.0          4            0
427   normal                5.5          4            0
428   normal               33.3          4            0
429    ghost                4.4          4            0
430     dark   flying      27.3          4            0
431   normal                3.9          4            0
432   normal               43.8          4            0
433  psychic                0.6          4            0
434   poison     dark      19.2          4            0
435   poison     dark      38.0          4            0
436    steel  psychic      60.5          4            0
437    steel  psychic     187.0          4            0
438     rock               15.0          4            0
439  psychic    fairy      13.0          4            0
440   normal               24.4          4            0
441   normal   flying       1.9          4            0
442    ghost     dark     108.0          4            0
443   dragon   ground      20.5          4            0
444   dragon   ground      56.0          4            0
445   dragon   ground      95.0          4            0
446   normal              105.0          4            0
447 fighting               20.2          4            0
448 fighting    steel      54.0          4            0
449   ground               49.5          4            0
450   ground              300.0          4            0
451   poison      bug      12.0          4            0
452   poison     dark      61.5          4            0
453   poison fighting      23.0          4            0
454   poison fighting      44.4          4            0
455    grass               27.0          4            0
456    water                7.0          4            0
457    water               24.0          4            0
458    water   flying      65.0          4            0
459    grass      ice      50.5          4            0
460    grass      ice     135.5          4            0
461     dark      ice      34.0          4            0
462 electric    steel     180.0          4            0
463   normal              140.0          4            0
464   ground     rock     282.8          4            0
465    grass              128.6          4            0
466 electric              138.6          4            0
467     fire               68.0          4            0
468    fairy   flying      38.0          4            0
469      bug   flying      51.5          4            0
470    grass               25.5          4            0
471      ice               25.9          4            0
472   ground   flying      42.5          4            0
473      ice   ground     291.0          4            0
474   normal               34.0          4            0
475  psychic fighting      52.0          4            0
476     rock    steel     340.0          4            0
477    ghost              106.6          4            0
478      ice    ghost      26.6          4            0
479 electric    ghost       0.3          4            0
480  psychic                0.3          4            1
481  psychic                0.3          4            1
482  psychic                0.3          4            1
483    steel   dragon     683.0          4            1
484    water   dragon     336.0          4            1
485     fire    steel     430.0          4            1
486   normal              420.0          4            1
487    ghost   dragon     750.0          4            1
488  psychic               85.6          4            1
489    water                3.1          4            0
490    water                1.4          4            1
491     dark               50.5          4            1
492    grass    grass       2.1          4            1
493   normal              320.0          4            1
494  psychic     fire       4.0          5            1
495    grass                8.1          5            0
496    grass               16.0          5            0
497    grass               63.0          5            0
498     fire                9.9          5            0
499     fire fighting      55.5          5            0
500     fire fighting     150.0          5            0
501    water                5.9          5            0
502    water               24.5          5            0
503    water               94.6          5            0
504   normal               11.6          5            0
505   normal               27.0          5            0
506   normal                4.1          5            0
507   normal               14.7          5            0
508   normal               61.0          5            0
509     dark               10.1          5            0
510     dark               37.5          5            0
511    grass               10.5          5            0
512    grass               30.5          5            0
513     fire               11.0          5            0
514     fire               28.0          5            0
515    water               13.5          5            0
516    water               29.0          5            0
517  psychic               23.3          5            0
518  psychic               60.5          5            0
519   normal   flying       2.1          5            0
520   normal   flying      15.0          5            0
521   normal   flying      29.0          5            0
522 electric               29.8          5            0
523 electric               79.5          5            0
524     rock               18.0          5            0
525     rock              102.0          5            0
526     rock              260.0          5            0
527  psychic   flying       2.1          5            0
528  psychic   flying      10.5          5            0
529   ground                8.5          5            0
530   ground    steel      40.4          5            0
531   normal               31.0          5            0
532 fighting               12.5          5            0
533 fighting               40.0          5            0
534 fighting               87.0          5            0
535    water                4.5          5            0
536    water   ground      17.0          5            0
537    water   ground      62.0          5            0
538 fighting               55.5          5            0
539 fighting               51.0          5            0
540      bug    grass       2.5          5            0
541      bug    grass       7.3          5            0
542      bug    grass      20.5          5            0
543      bug   poison       5.3          5            0
544      bug   poison      58.5          5            0
545      bug   poison     200.5          5            0
546    grass    fairy       0.6          5            0
547    grass    fairy       6.6          5            0
548    grass                6.6          5            0
549    grass               16.3          5            0
550    water               18.0          5            0
551   ground     dark      15.2          5            0
552   ground     dark      33.4          5            0
553   ground     dark      96.3          5            0
554     fire               37.5          5            0
555     fire     fire      92.9          5            0
556    grass               28.0          5            0
557      bug     rock      14.5          5            0
558      bug     rock     200.0          5            0
559     dark fighting      11.8          5            0
560     dark fighting      30.0          5            0
561  psychic   flying      14.0          5            0
562    ghost                1.5          5            0
563    ghost               76.5          5            0
564    water     rock      16.5          5            0
565    water     rock      81.0          5            0
566     rock   flying       9.5          5            0
567     rock   flying      32.0          5            0
568   poison               31.0          5            0
569   poison              107.3          5            0
570     dark               12.5          5            0
571     dark               81.1          5            0
572   normal                5.8          5            0
573   normal                7.5          5            0
574  psychic                5.8          5            0
575  psychic               18.0          5            0
576  psychic               44.0          5            0
577  psychic                1.0          5            0
578  psychic                8.0          5            0
579  psychic               20.1          5            0
580    water   flying       5.5          5            0
581    water   flying      24.2          5            0
582      ice                5.7          5            0
583      ice               41.0          5            0
584      ice               57.5          5            0
585   normal    grass      19.5          5            0
586   normal    grass      92.5          5            0
587 electric   flying       5.0          5            0
588      bug                5.9          5            0
589      bug    steel      33.0          5            0
590    grass   poison       1.0          5            0
591    grass   poison      10.5          5            0
592    water    ghost      33.0          5            0
593    water    ghost     135.0          5            0
594    water               31.6          5            0
595      bug electric       0.6          5            0
596      bug electric      14.3          5            0
597    grass    steel      18.8          5            0
598    grass    steel     110.0          5            0
599    steel               21.0          5            0
600    steel               51.0          5            0
601    steel               81.0          5            0
602 electric                0.3          5            0
603 electric               22.0          5            0
604 electric               80.5          5            0
605  psychic                9.0          5            0
606  psychic               34.5          5            0
607    ghost     fire       3.1          5            0
608    ghost     fire      13.0          5            0
609    ghost     fire      34.3          5            0
610   dragon               18.0          5            0
611   dragon               36.0          5            0
612   dragon              105.5          5            0
613      ice                8.5          5            0
614      ice              260.0          5            0
615      ice              148.0          5            0
616      bug                7.7          5            0
617      bug               25.3          5            0
618   ground electric      11.0          5            0
619 fighting               20.0          5            0
620 fighting               35.5          5            0
621   dragon              139.0          5            0
622   ground    ghost      92.0          5            0
623   ground    ghost     330.0          5            0
624     dark    steel      10.2          5            0
625     dark    steel      70.0          5            0
626   normal               94.6          5            0
627   normal   flying      10.5          5            0
628   normal   flying      41.0          5            0
629     dark   flying       9.0          5            0
630     dark   flying      39.5          5            0
631     fire               58.0          5            0
632      bug    steel      33.0          5            0
633     dark   dragon      17.3          5            0
634     dark   dragon      50.0          5            0
635     dark   dragon     160.0          5            0
636      bug     fire      28.8          5            0
637      bug     fire      46.0          5            0
638    steel fighting     250.0          5            1
639     rock fighting     260.0          5            1
640    grass fighting     200.0          5            1
641   flying               63.0          5            1
642 electric   flying      61.0          5            1
643   dragon     fire     330.0          5            1
644   dragon electric     345.0          5            1
645   ground   flying      68.0          5            1
646   dragon      ice     325.0          5            1
647    water fighting      48.5          5            1
648   normal  psychic       6.5          5            1
649      bug    steel      82.5          5            1
650    grass                9.0          6            0
651    grass               29.0          6            0
652    grass fighting      90.0          6            0
653     fire                9.4          6            0
654     fire               14.5          6            0
655     fire  psychic      39.0          6            0
656    water                7.0          6            0
657    water               10.9          6            0
658    water     dark      40.0          6            0
659   normal                5.0          6            0
660   normal   ground      42.4          6            0
661   normal   flying       1.7          6            0
662     fire   flying      16.0          6            0
663     fire   flying      24.5          6            0
664      bug                2.5          6            0
665      bug                8.4          6            0
666      bug   flying      17.0          6            0
667     fire   normal      13.5          6            0
668     fire   normal      81.5          6            0
669    fairy                0.1          6            0
670    fairy                0.9          6            0
671    fairy               10.0          6            0
672    grass               31.0          6            0
673    grass               91.0          6            0
674 fighting                8.0          6            0
675 fighting     dark     136.0          6            0
676   normal               28.0          6            0
677  psychic                3.5          6            0
678  psychic                8.5          6            0
679    steel    ghost       2.0          6            0
680    steel    ghost       4.5          6            0
681    steel    ghost      53.0          6            0
682    fairy                0.5          6            0
683    fairy               15.5          6            0
684    fairy                3.5          6            0
685    fairy                5.0          6            0
686     dark  psychic       3.5          6            0
687     dark  psychic      47.0          6            0
688     rock    water      31.0          6            0
689     rock    water      96.0          6            0
690   poison    water       7.3          6            0
691   poison   dragon      81.5          6            0
692    water                8.3          6            0
693    water               35.3          6            0
694 electric   normal       6.0          6            0
695 electric   normal      21.0          6            0
696     rock   dragon      26.0          6            0
697     rock   dragon     270.0          6            0
698     rock      ice      25.2          6            0
699     rock      ice     225.0          6            0
700    fairy               23.5          6            0
701 fighting   flying      21.5          6            0
702 electric    fairy       2.2          6            0
703     rock    fairy       5.7          6            0
704   dragon                2.8          6            0
705   dragon               17.5          6            0
706   dragon              150.5          6            0
707    steel    fairy       3.0          6            0
708    ghost    grass       7.0          6            0
709    ghost    grass      71.0          6            0
710    ghost    grass      15.0          6            0
711    ghost    grass      39.0          6            0
712      ice               99.5          6            0
713      ice              505.0          6            0
714   flying   dragon       8.0          6            0
715   flying   dragon      85.0          6            0
716    fairy              215.0          6            1
717     dark   flying     203.0          6            1
718   dragon   ground     284.6          6            1
719     rock    fairy       8.8          6            1
720  psychic    ghost        NA          6            1
721     fire    water     195.0          6            1
722    grass   flying       1.5          7            0
723    grass   flying      16.0          7            0
724    grass    ghost      36.6          7            0
725     fire                4.3          7            0
726     fire               25.0          7            0
727     fire     dark      83.0          7            0
728    water                7.5          7            0
729    water               17.5          7            0
730    water    fairy      44.0          7            0
731   normal   flying       1.2          7            0
732   normal   flying      14.8          7            0
733   normal   flying      26.0          7            0
734   normal                6.0          7            0
735   normal               14.2          7            0
736      bug                4.4          7            0
737      bug electric      10.5          7            0
738      bug electric      45.0          7            0
739 fighting                7.0          7            0
740 fighting      ice     180.0          7            0
741     fire   flying       3.4          7            0
742      bug    fairy       0.2          7            0
743      bug    fairy       0.5          7            0
744     rock                9.2          7            0
745     rock                 NA          7            0
746    water                0.3          7            0
747   poison    water       8.0          7            0
748   poison    water      14.5          7            0
749   ground              110.0          7            0
750   ground              920.0          7            0
751    water      bug       4.0          7            0
752    water      bug      82.0          7            0
753    grass                1.5          7            0
754    grass               18.5          7            0
755    grass    fairy       1.5          7            0
756    grass    fairy      11.5          7            0
757   poison     fire       4.8          7            0
758   poison     fire      22.2          7            0
759   normal fighting       6.8          7            0
760   normal fighting     135.0          7            0
761    grass                3.2          7            0
762    grass                8.2          7            0
763    grass               21.4          7            0
764    fairy                0.3          7            0
765   normal  psychic      76.0          7            0
766 fighting               82.8          7            0
767      bug    water      12.0          7            0
768      bug    water     108.0          7            0
769    ghost   ground      70.0          7            0
770    ghost   ground     250.0          7            0
771    water                1.2          7            0
772   normal              120.5          7            0
773   normal              100.5          7            0
774     rock   flying      40.0          7            0
775     rock   flying      40.0          7            0
776   normal               19.9          7            0
777     fire   dragon     212.0          7            0
778 electric    steel       3.3          7            0
779    ghost    fairy       0.7          7            0
780    water  psychic      19.0          7            0
781   normal   dragon     185.0          7            0
782    ghost    grass     210.0          7            0
783   dragon               29.7          7            0
784   dragon fighting      47.0          7            0
785   dragon fighting      78.2          7            0
786 electric    fairy      20.5          7            1
787  psychic    fairy      18.6          7            1
788    grass    fairy      45.5          7            1
789    water    fairy      21.2          7            1
790  psychic                0.1          7            1
791  psychic              999.9          7            1
792  psychic    steel     230.0          7            1
793  psychic    ghost     120.0          7            1
794     rock   poison      55.5          7            1
795      bug fighting     333.6          7            1
796      bug fighting      25.0          7            1
797 electric              100.0          7            1
798    steel   flying     999.9          7            1
799    grass    steel       0.1          7            1
800     dark   dragon     888.0          7            1
801  psychic              230.0          7            1
802    steel    fairy      80.5          7            1

2. Subsetted Dataset

a) Subsetting

pokemon_subset <- pokemod[, c("weight_kg", "base_egg_steps", "attack", "defense", "hp",
                              "sp_attack", "sp_defense", "capture_rate", "experience_growth")]
pokemon_subset
    weight_kg base_egg_steps attack defense  hp sp_attack sp_defense
1         6.9           5120     49      49  45        65         65
2        13.0           5120     62      63  60        80         80
3       100.0           5120    100     123  80       122        120
4         8.5           5120     52      43  39        60         50
5        19.0           5120     64      58  58        80         65
6        90.5           5120    104      78  78       159        115
7         9.0           5120     48      65  44        50         64
8        22.5           5120     63      80  59        65         80
9        85.5           5120    103     120  79       135        115
10        2.9           3840     30      35  45        20         20
11        9.9           3840     20      55  50        25         25
12       32.0           3840     45      50  60        90         80
13        3.2           3840     35      30  40        20         20
14       10.0           3840     25      50  45        25         25
15       29.5           3840    150      40  65        15         80
16        1.8           3840     45      40  40        35         35
17       30.0           3840     60      55  63        50         50
18       39.5           3840     80      80  83       135         80
19         NA           3840     56      35  30        25         35
20         NA           3840     71      70  75        40         80
21        2.0           3840     60      30  40        31         31
22       38.0           3840     90      65  65        61         61
23        6.9           5120     60      44  35        40         54
24       65.0           5120     95      69  60        65         79
25        6.0           2560     55      40  35        50         50
26         NA           2560     85      50  60        95         85
27         NA           5120     75      90  50        10         35
28         NA           5120    100     120  75        25         65
29        7.0           5120     47      52  55        40         40
30       20.0           5120     62      67  70        55         55
31       60.0           5120     92      87  90        75         85
32        9.0           5120     57      40  46        40         40
33       19.5           5120     72      57  61        55         55
34       62.0           5120    102      77  81        85         75
35        7.5           2560     45      48  70        60         65
36       40.0           2560     70      73  95        95         90
37         NA           5120     41      40  38        50         65
38         NA           5120     67      75  73        81        100
39        5.5           2560     45      20 115        45         25
40       12.0           2560     70      45 140        85         50
41        7.5           3840     45      35  40        30         40
42       55.0           3840     80      70  75        65         75
43        5.4           5120     50      55  45        75         65
44        8.6           5120     65      70  60        85         75
45       18.6           5120     80      85  75       110         90
46        5.4           5120     70      55  35        45         55
47       29.5           5120     95      80  60        60         80
48       30.0           5120     55      50  60        40         55
49       12.5           5120     65      60  70        90         75
50         NA           5120     55      30  10        35         45
51         NA           5120    100      60  35        50         70
52         NA           5120     35      35  40        50         40
53         NA           5120     60      60  65        75         65
54       19.6           5120     52      48  50        65         50
55       76.6           5120     82      78  80        95         80
56       28.0           5120     80      35  40        35         45
57       32.0           5120    105      60  65        60         70
58       19.0           5120     70      45  55        70         50
59      155.0           5120    110      80  90       100         80
60       12.4           5120     50      40  40        40         40
61       20.0           5120     65      65  65        50         50
62       54.0           5120     95      95  90        70         90
63       19.5           5120     20      15  25       105         55
64       56.5           5120     35      30  40       120         70
65       48.0           5120     50      65  55       175        105
66       19.5           5120     80      50  70        35         35
67       70.5           5120    100      70  80        50         60
68      130.0           5120    130      80  90        65         85
69        4.0           5120     75      35  50        70         30
70        6.4           5120     90      50  65        85         45
71       15.5           5120    105      65  80       100         70
72       45.5           5120     40      35  40        50        100
73       55.0           5120     70      65  80        80        120
74         NA           3840     80     100  40        30         30
75         NA           3840     95     115  55        45         45
76         NA           3840    120     130  80        55         65
77       30.0           5120     85      55  50        65         65
78       95.0           5120    100      70  65        80         80
79       36.0           5120     65      65  90        40         40
80       78.5           5120     75     180  95       130         80
81        6.0           5120     35      70  25        95         55
82       60.0           5120     60      95  50       120         70
83       15.0           5120     90      55  52        58         62
84       39.2           5120     85      45  35        35         35
85       85.2           5120    110      70  60        60         60
86       90.0           5120     45      55  65        45         70
87      120.0           5120     70      80  90        70         95
88         NA           5120     80      50  80        40         50
89         NA           5120    105      75 105        65        100
90        4.0           5120     65     100  30        45         25
91      132.5           5120     95     180  50        85         45
92        0.1           5120     35      30  30       100         35
93        0.1           5120     50      45  45       115         55
94       40.5           5120     65      80  60       170         95
95      210.0           6400     45     160  35        30         45
96       32.4           5120     48      45  60        43         90
97       75.6           5120     73      70  85        73        115
98        6.5           5120    105      90  30        25         25
99       60.0           5120    130     115  55        50         50
100      10.4           5120     30      50  40        55         55
101      66.6           5120     50      70  60        80         80
102       2.5           5120     40      80  60        60         45
103        NA           5120    105      85  95       125         75
104       6.5           5120     50      95  50        40         50
105        NA           5120     80     110  60        50         80
106      49.8           6400    120      53  50        35        110
107      50.2           6400    105      79  50        35        110
108      65.5           5120     55      75  90        60         75
109       1.0           5120     65      95  40        60         45
110       9.5           5120     90     120  65        85         70
111     115.0           5120     85      95  80        30         30
112     120.0           5120    130     120 105        45         45
113      34.6          10240      5       5 250        35        105
114      35.0           5120     55     115  65       100         40
115      80.0           5120    125     100 105        60        100
116       8.0           5120     40      70  30        70         25
117      25.0           5120     65      95  55        95         45
118      15.0           5120     67      60  45        35         50
119      39.0           5120     92      65  80        65         80
120      34.5           5120     45      55  30        70         55
121      80.0           5120     75      85  60       100         85
122      54.5           6400     45      65  40       100        120
123      56.0           6400    110      80  70        55         80
124      40.6           6400     50      35  65       115         95
125      30.0           6400     83      57  65        95         85
126      44.5           6400     95      57  65       100         85
127      55.0           6400    155     120  65        65         90
128      88.4           5120    100      95  75        40         70
129      10.0           1280     10      55  20        15         20
130     235.0           1280    155     109  95        70        130
131     220.0          10240     85      80 130        85         95
132       4.0           5120     48      48  48        48         48
133       6.5           8960     55      50  55        45         65
134      29.0           8960     65      60 130       110         95
135      24.5           8960     65      60  65       110         95
136      25.0           8960    130      60  65        95        110
137      36.5           5120     60      70  65        85         75
138       7.5           7680     40     100  35        90         55
139      35.0           7680     60     125  70       115         70
140      11.5           7680     80      90  30        55         45
141      40.5           7680    115     105  60        65         70
142      59.0           8960    135      85  80        70         95
143     460.0          10240    110      65 160        65        110
144      55.4          20480     85     100  90        95        125
145      52.6          20480     90      85  90       125         90
146      60.0          20480    100      90  90       125         85
147       3.3          10240     64      45  41        50         50
148      16.5          10240     84      65  61        70         70
149     210.0          10240    134      95  91       100        100
150     122.0          30720    150      70 106       194        120
151       4.0          30720    100     100 100       100        100
152       6.4           5120     49      65  45        49         65
153      15.8           5120     62      80  60        63         80
154     100.5           5120     82     100  80        83        100
155       7.9           5120     52      43  39        60         50
156      19.0           5120     64      58  58        80         65
157      79.5           5120     84      78  78       109         85
158       9.5           5120     65      64  50        44         48
159      25.0           5120     80      80  65        59         63
160      88.8           5120    105     100  85        79         83
161       6.0           3840     46      34  35        35         45
162      32.5           3840     76      64  85        45         55
163      21.2           3840     30      30  60        36         56
164      40.8           3840     50      50 100        86         96
165      10.8           3840     20      30  40        40         80
166      35.6           3840     35      50  55        55        110
167       8.5           3840     60      40  40        40         40
168      33.5           3840     90      70  70        60         70
169      75.0           3840     90      80  85        70         80
170      12.0           5120     38      38  75        56         56
171      22.5           5120     58      58 125        76         76
172       2.0           2560     40      15  20        35         35
173       3.0           2560     25      28  50        45         55
174       1.0           2560     30      15  90        40         20
175       1.5           2560     20      65  35        40         65
176       3.2           2560     40      85  55        80        105
177       2.0           5120     50      45  40        70         45
178      15.0           5120     75      70  65        95         70
179       7.8           5120     40      40  55        65         45
180      13.3           5120     55      55  70        80         60
181      61.5           5120     95     105  90       165        110
182       5.8           5120     80      95  75        90        100
183       8.5           2560     20      50  70        20         50
184      28.5           2560     50      80 100        60         80
185      38.0           5120    100     115  70        30         65
186      33.9           5120     75      75  90        90        100
187       0.5           5120     35      40  35        35         55
188       1.0           5120     45      50  55        45         65
189       3.0           5120     55      70  75        55         95
190      11.5           5120     70      55  55        40         55
191       1.8           5120     30      30  30        30         30
192       8.5           5120     75      55  75       105         85
193      38.0           5120     65      45  65        75         45
194       8.5           5120     45      45  55        25         25
195      75.0           5120     85      85  95        65         65
196      26.5           8960     65      60  65       130         95
197      27.0           8960     65     110  95        60        130
198       2.1           5120     85      42  60        85         42
199      79.5           5120     75      80  95       100        110
200       1.0           6400     60      60  60        85         85
201       5.0          10240     72      48  48        72         48
202      28.5           5120     33      58 190        33         58
203      41.5           5120     80      65  70        90         65
204       7.2           5120     65      90  50        35         35
205     125.8           5120     90     140  75        60         60
206      14.0           5120     70      70 100        65         65
207      64.8           5120     75     105  65        35         65
208     400.0           6400    125     230  75        55         95
209       7.8           5120     80      50  60        40         40
210      48.7           5120    120      75  90        60         60
211       3.9           5120     95      85  65        55         55
212     118.0           6400    150     140  70        65        100
213      20.5           5120     10     230  20        10        230
214      54.0           6400    185     115  80        40        105
215      28.0           5120     95      55  55        35         75
216       8.8           5120     80      50  60        50         50
217     125.8           5120    130      75  90        75         75
218      35.0           5120     40      40  40        70         40
219      55.0           5120     50     120  60        90         80
220       6.5           5120     50      40  50        30         30
221      55.8           5120    100      80 100        60         60
222       5.0           5120     55      95  65        65         95
223      12.0           5120     65      35  35        65         35
224      28.5           5120    105      75  75       105         75
225      16.0           5120     55      45  45        65         45
226     220.0           6400     40      70  85        80        140
227      50.5           6400     80     140  65        40         70
228      10.8           5120     60      30  45        80         50
229      35.0           5120     90      90  75       140         90
230     152.0           5120     95      95  75        95         95
231      33.5           5120     60      60  90        40         40
232     120.0           5120    120     120  90        60         60
233      32.5           5120     80      90  85       105         95
234      71.2           5120     95      62  73        85         65
235      58.0           5120     20      35  55        20         45
236      21.0           6400     35      35  35        35         35
237      48.0           6400     95      95  50        35        110
238       6.0           6400     30      15  45        85         65
239      23.5           6400     63      37  45        65         55
240      21.4           6400     75      37  45        70         55
241      75.5           5120     80     105  95        40         70
242      46.8          10240     10      10 255        75        135
243     178.0          20480     85      75  90       115        100
244     198.0          20480    115      85 115        90         75
245     187.0          20480     75     115 100        90        115
246      72.0          10240     64      50  50        45         50
247     152.0          10240     84      70  70        65         70
248     202.0          10240    164     150 100        95        120
249     216.0          30720     90     130 106        90        154
250     199.0          30720    130      90 106       110        154
251       5.0          30720    100     100 100       100        100
252       5.0           5120     45      35  40        65         55
253      21.6           5120     65      45  50        85         65
254      52.2           5120    110      75  70       145         85
255       2.5           5120     60      40  45        70         50
256      19.5           5120     85      60  60        85         60
257      52.0           5120    160      80  80       130         80
258       7.6           5120     70      50  50        50         50
259      28.0           5120     85      70  70        60         70
260      81.9           5120    150     110 100        95        110
261      13.6           3840     55      35  35        30         30
262      37.0           3840     90      70  70        60         60
263      17.5           3840     30      41  38        30         41
264      32.5           3840     70      61  78        50         61
265       3.6           3840     45      35  45        20         30
266      10.0           3840     35      55  50        25         25
267      28.4           3840     70      50  60       100         50
268      11.5           3840     35      55  50        25         25
269      31.6           3840     50      70  60        50         90
270       2.6           3840     30      30  40        40         50
271      32.5           3840     50      50  60        60         70
272      55.0           3840     70      70  80        90        100
273       4.0           3840     40      50  40        30         30
274      28.0           3840     70      40  70        60         40
275      59.6           3840    100      60  90        90         60
276       2.3           3840     55      30  40        30         30
277      19.8           3840     85      60  60        75         50
278       9.5           5120     30      30  40        55         30
279      28.0           5120     50     100  60        95         70
280       6.6           5120     25      25  28        45         35
281      20.2           5120     35      35  38        65         55
282      48.4           5120     85      65  68       165        135
283       1.7           3840     30      32  40        50         52
284       3.6           3840     60      62  70       100         82
285       4.5           3840     40      60  60        40         60
286      39.2           3840    130      80  60        60         60
287      24.0           3840     60      60  60        35         35
288      46.5           3840     80      80  80        55         55
289     130.5           3840    160     100 150        95         65
290       5.5           3840     45      90  31        30         30
291      12.0           3840     90      45  61        50         50
292       1.2           3840     90      45   1        30         30
293      16.3           5120     51      23  64        51         23
294      40.5           5120     71      43  84        71         43
295      84.0           5120     91      63 104        91         73
296      86.4           5120     60      30  72        20         30
297     253.8           5120    120      60 144        40         60
298       2.0           2560     20      40  50        20         40
299      97.0           5120     45     135  30        45         90
300      11.0           3840     45      45  50        35         35
301      32.6           3840     65      65  70        55         55
302      11.0           6400     85     125  50        85        115
303      11.5           5120    105     125  50        55         95
304      60.0           8960     70     100  50        40         40
305     120.0           8960     90     140  60        50         50
306     360.0           8960    140     230  70        60         80
307      11.2           5120     40      55  30        40         55
308      31.5           5120    100      85  60        80         85
309      15.2           5120     45      40  40        65         40
310      40.2           5120     75      80  70       135         80
311       4.2           5120     50      40  60        85         75
312       4.2           5120     40      50  60        75         85
313      17.7           3840     73      75  65        47         85
314      17.7           3840     47      75  65        73         85
315       2.0           5120     60      45  50       100         80
316      10.3           5120     43      53  70        43         53
317      80.0           5120     73      83 100        73         83
318      20.8           5120     90      20  45        65         20
319      88.8           5120    140      70  70       110         65
320     130.0          10240     70      35 130        70         35
321     398.0          10240     90      45 170        90         45
322      24.0           5120     60      40  60        65         45
323     220.0           5120    120     100  70       145        105
324      80.4           5120     85     140  70        85         70
325      30.6           5120     25      35  60        70         80
326      71.5           5120     45      65  80        90        110
327       5.0           3840     60      60  60        60         60
328      15.0           5120    100      45  45        45         45
329      15.3           5120     70      50  50        50         50
330      82.0           5120    100      80  80        80         80
331      51.3           5120     85      40  50        85         40
332      77.4           5120    115      60  70       115         60
333       1.2           5120     40      60  45        40         75
334      20.6           5120    110     110  75       110        105
335      40.3           5120    115      60  73        60         60
336      52.5           5120    100      60  73       100         60
337     168.0           6400     55      65  90        95         85
338     154.0           6400     95      85  90        55         65
339       1.9           5120     48      43  50        46         41
340      23.6           5120     78      73 110        76         71
341      11.5           3840     80      65  43        50         35
342      32.8           3840    120      85  63        90         55
343      21.5           5120     40      55  40        40         70
344     108.0           5120     70     105  60        70        120
345      23.8           7680     41      77  66        61         87
346      60.4           7680     81      97  86        81        107
347      12.5           7680     95      50  45        40         50
348      68.2           7680    125     100  75        70         80
349       7.4           5120     15      20  20        10         55
350     162.0           5120     60      79  95       100        125
351       0.8           6400     70      70  70        70         70
352      22.0           5120     90      70  60        60        120
353       2.3           6400     75      35  44        63         33
354      12.5           6400    165      75  64        93         83
355      15.0           6400     40      90  20        30         90
356      30.6           6400     70     130  40        60        130
357     100.0           6400     68      83  99        72         87
358       1.0           6400     50      80  75        95         90
359      47.0           6400    150      60  65       115         60
360      14.0           5120     23      48  95        23         48
361      16.8           5120     50      50  50        50         50
362     256.5           5120    120      80  80       120         80
363      39.5           5120     40      50  70        55         50
364      87.6           5120     60      70  90        75         70
365     150.6           5120     80      90 110        95         90
366      52.5           5120     64      85  35        74         55
367      27.0           5120    104     105  55        94         75
368      22.6           5120     84     105  55       114         75
369      23.4          10240     90     130 100        45         65
370       8.7           5120     30      55  43        40         65
371      42.1          10240     75      60  45        40         30
372     110.5          10240     95     100  65        60         50
373     102.6          10240    145     130  95       120         90
374      95.2          10240     55      80  40        35         60
375     202.5          10240     75     100  60        55         80
376     550.0          10240    145     150  80       105        110
377     230.0          20480    100     200  80        50        100
378     175.0          20480     50     100  80       100        200
379     205.0          20480     75     150  80        75        150
380      40.0          30720    100     120  80       140        150
381      60.0          30720    130     100  80       160        120
382     352.0          30720    150      90 100       180        160
383     950.0          30720    180     160 100       150         90
384     206.5          30720    180     100 105       180        100
385       1.1          30720    100     100 100       100        100
386      60.8          30720     95      90  50        95         90
387      10.2           5120     68      64  55        45         55
388      97.0           5120     89      85  75        55         65
389     310.0           5120    109     105  95        75         85
390       6.2           5120     58      44  44        58         44
391      22.0           5120     78      52  64        78         52
392      55.0           5120    104      71  76       104         71
393       5.2           5120     51      53  53        61         56
394      23.0           5120     66      68  64        81         76
395      84.5           5120     86      88  84       111        101
396       2.0           3840     55      30  40        30         30
397      15.5           3840     75      50  55        40         40
398      24.9           3840    120      70  85        50         60
399      20.0           3840     45      40  59        35         40
400      31.5           3840     85      60  79        55         60
401       2.2           3840     25      41  37        25         41
402      25.5           3840     85      51  77        55         51
403       9.5           5120     65      34  45        40         34
404      30.5           5120     85      49  60        60         49
405      42.0           5120    120      79  80        95         79
406       1.2           5120     30      35  40        50         70
407      14.5           5120     70      65  60       125        105
408      31.5           7680    125      40  67        30         30
409     102.5           7680    165      60  97        65         50
410      57.0           7680     42     118  30        42         88
411     149.5           7680     52     168  60        47        138
412       3.4           3840     29      45  40        29         45
413       6.5           3840     69      95  60        69         95
414      23.3           3840     94      50  70        94         50
415       5.5           3840     30      42  30        30         42
416      38.5           3840     80     102  70        80        102
417       3.9           2560     45      70  60        45         90
418      29.5           5120     65      35  55        60         30
419      33.5           5120    105      55  85        85         50
420       3.3           5120     35      45  45        62         53
421       9.3           5120     60      70  70        87         78
422       6.3           5120     48      48  76        57         62
423      29.9           5120     83      68 111        92         82
424      20.3           5120    100      66  75        60         66
425       1.2           7680     50      34  90        60         44
426      15.0           7680     80      44 150        90         54
427       5.5           5120     66      44  55        44         56
428      33.3           5120    136      94  65        54         96
429       4.4           6400     60      60  60       105        105
430      27.3           5120    125      52 100       105         52
431       3.9           5120     55      42  49        42         37
432      43.8           5120     82      64  71        64         59
433       0.6           6400     30      50  45        65         50
434      19.2           5120     63      47  63        41         41
435      38.0           5120     93      67 103        71         61
436      60.5           5120     24      86  57        24         86
437     187.0           5120     89     116  67        79        116
438      15.0           5120     80      95  50        10         45
439      13.0           6400     25      45  20        70         90
440      24.4          10240      5       5 100        15         65
441       1.9           5120     65      45  76        92         42
442     108.0           7680     92     108  50        92        108
443      20.5          10240     70      45  58        40         45
444      56.0          10240     90      65  68        50         55
445      95.0          10240    170     115 108       120         95
446     105.0          10240     85      40 135        40         85
447      20.2           6400     70      40  40        35         40
448      54.0           6400    145      88  70       140         70
449      49.5           7680     72      78  68        38         42
450     300.0           7680    112     118 108        68         72
451      12.0           5120     50      90  40        30         55
452      61.5           5120     90     110  70        60         75
453      23.0           2560     61      40  48        61         40
454      44.4           5120    106      65  83        86         65
455      27.0           6400    100      72  74        90         72
456       7.0           5120     49      56  49        49         61
457      24.0           5120     69      76  69        69         86
458      65.0           6400     20      50  45        60        120
459      50.5           5120     62      50  60        62         60
460     135.5           5120    132     105  90       132        105
461      34.0           5120    120      65  70        45         85
462     180.0           5120     70     115  70       130         90
463     140.0           5120     85      95 110        80         95
464     282.8           5120    140     130 115        55         55
465     128.6           5120    100     125 100       110         50
466     138.6           6400    123      67  75        95         85
467      68.0           6400     95      67  75       125         95
468      38.0           2560     50      95  85       120        115
469      51.5           5120     76      86  86       116         56
470      25.5           8960    110     130  65        60         65
471      25.9           8960     60     110  65       130         95
472      42.5           5120     95     125  75        45         75
473     291.0           5120    130      80 110        70         60
474      34.0           5120     80      70  85       135         75
475      52.0           5120    165      95  68        65        115
476     340.0           5120     55     145  60        75        150
477     106.6           6400    100     135  45        65        135
478      26.6           5120     80      70  70        80         70
479       0.3           5120     65     107  50       105        107
480       0.3          20480     75     130  75        75        130
481       0.3          20480    105     105  80       105        105
482       0.3          20480    125      70  75       125         70
483     683.0          30720    120     120 100       150        100
484     336.0          30720    120     100  90       150        120
485     430.0           2560     90     106  91       130        106
486     420.0          30720    160     110 110        80        110
487     750.0          30720    120     100 150       120        100
488      85.6          30720     70     120 120        75        130
489       3.1          10240     80      80  80        80         80
490       1.4           2560    100     100 100       100        100
491      50.5          30720     90      90  70       135         90
492       2.1          30720    103      75 100       120         75
493     320.0          30720    120     120 120       120        120
494       4.0          30720    100     100 100       100        100
495       8.1           5120     45      55  45        45         55
496      16.0           5120     60      75  60        60         75
497      63.0           5120     75      95  75        75         95
498       9.9           5120     63      45  65        45         45
499      55.5           5120     93      55  90        70         55
500     150.0           5120    123      65 110       100         65
501       5.9           5120     55      45  55        63         45
502      24.5           5120     75      60  75        83         60
503      94.6           5120    100      85  95       108         70
504      11.6           3840     55      39  45        35         39
505      27.0           5120     85      69  60        60         69
506       4.1           3840     60      45  45        25         45
507      14.7           3840     80      65  65        35         65
508      61.0           3840    110      90  85        45         90
509      10.1           5120     50      37  41        50         37
510      37.5           5120     88      50  64        88         50
511      10.5           5120     53      48  50        53         48
512      30.5           5120     98      63  75        98         63
513      11.0           5120     53      48  50        53         48
514      28.0           5120     98      63  75        98         63
515      13.5           5120     53      48  50        53         48
516      29.0           5120     98      63  75        98         63
517      23.3           2560     25      45  76        67         55
518      60.5           2560     55      85 116       107         95
519       2.1           3840     55      50  50        36         30
520      15.0           3840     77      62  62        50         42
521      29.0           3840    115      80  80        65         55
522      29.8           5120     60      32  45        50         32
523      79.5           5120    100      63  75        80         63
524      18.0           3840     75      85  55        25         25
525     102.0           3840    105     105  70        50         40
526     260.0           3840    135     130  85        60         80
527       2.1           3840     45      43  65        55         43
528      10.5           3840     57      55  67        77         55
529       8.5           5120     85      40  60        30         45
530      40.4           5120    135      60 110        50         65
531      31.0           5120     60     126 103        80        126
532      12.5           5120     80      55  75        25         35
533      40.0           5120    105      85  85        40         50
534      87.0           5120    140      95 105        55         65
535       4.5           5120     50      40  50        50         40
536      17.0           5120     65      55  75        65         55
537      62.0           5120     95      75 105        85         75
538      55.5           5120    100      85 120        30         85
539      51.0           5120    125      75  75        30         75
540       2.5           3840     53      70  45        40         60
541       7.3           3840     63      90  55        50         80
542      20.5           3840    103      80  75        70         80
543       5.3           3840     45      59  30        30         39
544      58.5           3840     55      99  40        40         79
545     200.5           5120    100      89  60        55         69
546       0.6           5120     27      60  40        37         50
547       6.6           5120     67      85  60        77         75
548       6.6           5120     35      50  45        70         50
549      16.3           5120     60      75  70       110         75
550      18.0          10240     92      65  70        80         55
551      15.2           5120     72      35  50        35         35
552      33.4           5120     82      45  60        45         45
553      96.3           5120    117      80  95        65         70
554      37.5           5120     90      45  70        15         45
555      92.9           5120     30     105 105       140        105
556      28.0           5120     86      67  75       106         67
557      14.5           5120     65      85  50        35         35
558     200.0           5120    105     125  70        65         75
559      11.8           3840     75      70  50        35         70
560      30.0           3840     90     115  65        45        115
561      14.0           5120     58      80  72       103         80
562       1.5           6400     30      85  38        55         65
563      76.5           6400     50     145  58        95        105
564      16.5           7680     78     103  54        53         45
565      81.0           7680    108     133  74        83         65
566       9.5           7680    112      45  55        74         45
567      32.0           7680    140      65  75       112         65
568      31.0           5120     50      62  50        40         62
569     107.3           5120     95      82  80        60         82
570      12.5           6400     65      40  40        80         40
571      81.1           5120    105      60  60       120         60
572       5.8           3840     50      40  55        40         40
573       7.5           3840     95      60  75        65         60
574       5.8           5120     30      50  45        55         65
575      18.0           5120     45      70  60        75         85
576      44.0           5120     55      95  70        95        110
577       1.0           5120     30      40  45       105         50
578       8.0           5120     40      50  65       125         60
579      20.1           5120     65      75 110       125         85
580       5.5           5120     44      50  62        44         50
581      24.2           5120     87      63  75        87         63
582       5.7           5120     50      50  36        65         60
583      41.0           5120     65      65  51        80         75
584      57.5           5120     95      85  71       110         95
585      19.5           5120     60      50  60        40         50
586      92.5           5120    100      70  80        60         70
587       5.0           5120     75      60  55        75         60
588       5.9           3840     75      45  50        40         45
589      33.0           3840    135     105  70        60        105
590       1.0           5120     55      45  69        55         55
591      10.5           5120     85      70 114        85         80
592      33.0           5120     40      50  55        65         85
593     135.0           5120     60      70 100        85        105
594      31.6          10240     75      80 165        40         45
595       0.6           5120     47      50  50        57         50
596      14.3           5120     77      60  70        97         60
597      18.8           5120     50      91  44        24         86
598     110.0           5120     94     131  74        54        116
599      21.0           5120     55      70  40        45         60
600      51.0           5120     80      95  60        70         85
601      81.0           5120    100     115  60        70         85
602       0.3           5120     55      40  35        45         40
603      22.0           5120     85      70  65        75         70
604      80.5           5120    115      80  85       105         80
605       9.0           5120     55      55  55        85         55
606      34.5           5120     75      75  75       125         95
607       3.1           5120     30      55  50        65         55
608      13.0           5120     40      60  60        95         60
609      34.3           5120     55      90  60       145         90
610      18.0          10240     87      60  46        30         40
611      36.0          10240    117      70  66        40         50
612     105.5          10240    147      90  76        60         70
613       8.5           5120     70      40  55        60         40
614     260.0           5120    130      80  95        70         80
615     148.0           6400     50      50  80        95        135
616       7.7           3840     40      85  50        40         65
617      25.3           3840     70      40  80       100         60
618      11.0           5120     66      84 109        81         99
619      20.0           6400     85      50  45        55         50
620      35.5           6400    125      60  65        95         60
621     139.0           7680    120      90  77        60         90
622      92.0           6400     74      50  59        35         50
623     330.0           6400    124      80  89        55         80
624      10.2           5120     85      70  45        40         40
625      70.0           5120    125     100  65        60         70
626      94.6           5120    110      95  95        40         95
627      10.5           5120     83      50  70        37         50
628      41.0           5120    123      75 100        57         75
629       9.0           5120     55      75  70        45         65
630      39.5           5120     65     105 110        55         95
631      58.0           5120     97      66  85       105         66
632      33.0           5120    109     112  58        48         48
633      17.3          10240     65      50  52        45         50
634      50.0          10240     85      70  72        65         70
635     160.0          10240    105      90  92       125         90
636      28.8          10240     85      55  55        50         55
637      46.0          10240     60      65  85       135        105
638     250.0          20480     90     129  91        90         72
639     260.0          20480    129      90  91        72         90
640     200.0          20480     90      72  91        90        129
641      63.0          30720    100      80  79       110         90
642      61.0          30720    105      70  79       145         80
643     330.0          30720    120     100 100       150        120
644     345.0          30720    150     120 100       120        100
645      68.0          30720    145      90  89       105         80
646     325.0          30720    120      90 125       170        100
647      48.5          20480     72      90  91       129         90
648       6.5          30720    128      90 100        77         77
649      82.5          30720    120      95  71       120         95
650       9.0           5120     61      65  56        48         45
651      29.0           5120     78      95  61        56         58
652      90.0           5120    107     122  88        74         75
653       9.4           5120     45      40  40        62         60
654      14.5           5120     59      58  59        90         70
655      39.0           5120     69      72  75       114        100
656       7.0           5120     56      40  41        62         44
657      10.9           5120     63      52  54        83         56
658      40.0           5120    145      67  72       153         71
659       5.0           3840     36      38  38        32         36
660      42.4           3840     56      77  85        50         77
661       1.7           3840     50      43  45        40         38
662      16.0           3840     73      55  62        56         52
663      24.5           3840     81      71  78        74         69
664       2.5           3840     35      40  38        27         25
665       8.4           3840     22      60  45        27         30
666      17.0           3840     52      50  80        90         50
667      13.5           5120     50      58  62        73         54
668      81.5           5120     68      72  86       109         66
669       0.1           5120     38      39  44        61         79
670       0.9           5120     65      67  74       125        128
671      10.0           5120     65      68  78       112        154
672      31.0           5120     65      48  66        62         57
673      91.0           5120    100      62 123        97         81
674       8.0           6400     82      62  67        46         48
675     136.0           6400    124      78  95        69         71
676      28.0           5120     80      60  75        65         90
677       3.5           5120     48      54  62        63         60
678       8.5           5120     48      76  74        83         81
679       2.0           5120     80     100  45        35         37
680       4.5           5120    110     150  59        45         49
681      53.0           5120    150      50  60       150         50
682       0.5           5120     52      60  78        63         65
683      15.5           5120     72      72 101        99         89
684       3.5           5120     48      66  62        59         57
685       5.0           5120     80      86  82        85         75
686       3.5           5120     54      53  53        37         46
687      47.0           5120     92      88  86        68         75
688      31.0           5120     52      67  42        39         56
689      96.0           5120    105     115  72        54         86
690       7.3           5120     60      60  50        60         60
691      81.5           5120     75      90  65        97        123
692       8.3           3840     53      62  50        58         63
693      35.3           3840     73      88  71       120         89
694       6.0           5120     38      33  44        61         43
695      21.0           5120     55      52  62       109         94
696      26.0           7680     89      77  58        45         45
697     270.0           7680    121     119  82        69         59
698      25.2           7680     59      50  77        67         63
699     225.0           7680     77      72 123        99         92
700      23.5           8960     65      65  95       110        130
701      21.5           5120     92      75  78        74         63
702       2.2           5120     58      57  67        81         67
703       5.7           6400     50     150  50        50        150
704       2.8          10240     50      35  45        55         75
705      17.5          10240     75      53  68        83        113
706     150.5          10240    100      70  90       110        150
707       3.0           5120     80      91  57        80         87
708       7.0           5120     70      48  43        50         60
709      71.0           5120    110      76  85        65         82
710      15.0           5120     66      70  59        44         55
711      39.0           5120    100     122  85        58         75
712      99.5           5120     69      85  55        32         35
713     505.0           5120    117     184  95        44         46
714       8.0           5120     30      35  40        45         40
715      85.0           5120     70      80  85        97         80
716     215.0          30720    131      95 126       131         98
717     203.0          30720    131      95 126       131         98
718     284.6          30720    100     121 216        91         95
719       8.8           6400    160     110  50       160        110
720        NA          30720    160      60  80       170        130
721     195.0          30720    110     120  80       130         90
722       1.5           3840     55      55  68        50         50
723      16.0           3840     75      75  78        70         70
724      36.6           3840    107      75  78       100        100
725       4.3           3840     65      40  45        60         40
726      25.0           3840     85      50  65        80         50
727      83.0           3840    115      90  95        80         90
728       7.5           3840     54      54  50        66         56
729      17.5           3840     69      69  60        91         81
730      44.0           3840     74      74  80       126        116
731       1.2           3840     75      30  35        30         30
732      14.8           3840     85      50  55        40         50
733      26.0           3840    120      75  80        75         75
734       6.0           3840     70      30  48        30         30
735      14.2           3840    110      60  88        55         60
736       4.4           3840     62      45  47        55         45
737      10.5           3840     82      95  57        55         75
738      45.0           3840     70      90  77       145         75
739       7.0           5120     82      57  47        42         47
740     180.0           5120    132      77  97        62         67
741       3.4           5120     70      70  75        98         70
742       0.2           5120     45      40  40        55         40
743       0.5           5120     55      60  60        95         70
744       9.2           3840     65      40  45        30         40
745        NA           3840    115      75  85        55         75
746       0.3           3840    140     130  45       140        135
747       8.0           5120     53      62  50        43         52
748      14.5           5120     63     152  50        53        142
749     110.0           5120    100      70  70        45         55
750     920.0           5120    125     100 100        55         85
751       4.0           3840     40      52  38        40         72
752      82.0           3840     70      92  68        50        132
753       1.5           5120     55      35  40        50         35
754      18.5           5120    105      90  70        80         90
755       1.5           5120     35      55  40        65         75
756      11.5           5120     45      80  60        90        100
757       4.8           5120     44      40  48        71         40
758      22.2           5120     64      60  68       111         60
759       6.8           3840     75      50  70        45         50
760     135.0           3840    125      80 120        55         60
761       3.2           5120     30      38  42        30         38
762       8.2           5120     40      48  52        40         48
763      21.4           5120    120      98  72        50         98
764       0.3           5120     52      90  51        82        110
765      76.0           5120     60      80  90        90        110
766      82.8           5120    120      90 100        40         60
767      12.0           5120     35      40  25        20         30
768     108.0           5120    125     140  75        60         90
769      70.0           3840     55      80  55        70         45
770     250.0           3840     75     110  85       100         75
771       1.2           3840     60     130  55        30        130
772     120.5          30720     95      95  95        95         95
773     100.5          30720     95      95  95        95         95
774      40.0           6400    100      60  60       100         60
775      40.0           6400    100      60  60       100         60
776      19.9           5120    115      65  65        75         95
777     212.0           5120     78     135  60        91         85
778       3.3           2560     98      63  65        40         73
779       0.7           5120     90      80  55        50        105
780      19.0           3840    105      70  68        70         70
781     185.0           5120     60      85  78       135         91
782     210.0           6400    131     100  70        86         90
783      29.7          10240     55      65  45        45         45
784      47.0          10240     75      90  55        65         70
785      78.2          10240    110     125  75       100        105
786      20.5           3840    115      85  70        95         75
787      18.6           3840     85      75  70       130        115
788      45.5           3840    130     115  70        85         95
789      21.2           3840     75     115  70        95        130
790       0.1          30720     29      31  43        29         31
791     999.9          30720     29     131  43        29        131
792     230.0          30720    137     107 137       113         89
793     120.0          30720    113      89 137       137        107
794      55.5          30720     53      47 109       127        131
795     333.6          30720    139     139 107        53         53
796      25.0          30720    137      37  71       137         37
797     100.0          30720     89      71  83       173         71
798     999.9          30720    101     103  97       107        101
799       0.1          30720    181     131  59        59         31
800     888.0          30720    101      53 223        97         53
801     230.0          30720    107     101  97       127         89
802      80.5          30720     95     115  80       130        115
    capture_rate experience_growth
1             45           1059860
2             45           1059860
3             45           1059860
4             45           1059860
5             45           1059860
6             45           1059860
7             45           1059860
8             45           1059860
9             45           1059860
10           255           1000000
11           120           1000000
12            45           1000000
13           255           1000000
14           120           1000000
15            45           1000000
16           255           1059860
17           120           1059860
18            45           1059860
19           255           1000000
20           127           1000000
21           255           1000000
22            90           1000000
23           255           1000000
24            90           1000000
25           190           1000000
26            75           1000000
27           255           1000000
28            90           1000000
29           235           1059860
30           120           1059860
31            45           1059860
32           235           1059860
33           120           1059860
34            45           1059860
35           150            800000
36            25            800000
37           190           1000000
38            75           1000000
39           170            800000
40            50            800000
41           255           1000000
42            90           1000000
43           255           1059860
44           120           1059860
45            45           1059860
46           190           1000000
47            75           1000000
48           190           1000000
49            75           1000000
50           255           1000000
51            50           1000000
52           255           1000000
53            90           1000000
54           190           1000000
55            75           1000000
56           190           1000000
57            75           1000000
58           190           1250000
59            75           1250000
60           255           1059860
61           120           1059860
62            45           1059860
63           200           1059860
64           100           1059860
65            50           1059860
66           180           1059860
67            90           1059860
68            45           1059860
69           255           1059860
70           120           1059860
71            45           1059860
72           190           1250000
73            60           1250000
74           255           1059860
75           120           1059860
76            45           1059860
77           190           1000000
78            60           1000000
79           190           1000000
80            75           1000000
81           190           1000000
82            60           1000000
83            45           1000000
84           190           1000000
85            45           1000000
86           190           1000000
87            75           1000000
88           190           1000000
89            75           1000000
90           190           1250000
91            60           1250000
92           190           1059860
93            90           1059860
94            45           1059860
95            45           1000000
96           190           1000000
97            75           1000000
98           225           1000000
99            60           1000000
100          190           1000000
101           60           1000000
102           90           1250000
103           45           1250000
104          190           1000000
105           75           1000000
106           45           1000000
107           45           1000000
108           45           1000000
109          190           1000000
110           60           1000000
111          120           1250000
112           60           1250000
113           30            800000
114           45           1000000
115           45           1000000
116          225           1000000
117           75           1000000
118          225           1000000
119           60           1000000
120          225           1250000
121           60           1250000
122           45           1000000
123           45           1000000
124           45           1000000
125           45           1000000
126           45           1000000
127           45           1250000
128           45           1250000
129          255           1250000
130           45           1250000
131           45           1250000
132           35           1000000
133           45           1000000
134           45           1000000
135           45           1000000
136           45           1000000
137           45           1000000
138           45           1000000
139           45           1000000
140           45           1000000
141           45           1000000
142           45           1250000
143           25           1250000
144            3           1250000
145            3           1250000
146            3           1250000
147           45           1250000
148           45           1250000
149           45           1250000
150            3           1250000
151           45           1059860
152           45           1059860
153           45           1059860
154           45           1059860
155           45           1059860
156           45           1059860
157           45           1059860
158           45           1059860
159           45           1059860
160           45           1059860
161          255           1000000
162           90           1000000
163          255           1000000
164           90           1000000
165          255            800000
166           90            800000
167          255            800000
168           90            800000
169           90           1000000
170          190           1250000
171           75           1250000
172          190           1000000
173          150            800000
174          170            800000
175          190            800000
176           75            800000
177          190           1000000
178           75           1000000
179          235           1059860
180          120           1059860
181           45           1059860
182           45           1059860
183          190            800000
184           75            800000
185           65           1000000
186           45           1059860
187          255           1059860
188          120           1059860
189           45           1059860
190           45            800000
191          235           1059860
192          120           1059860
193           75           1000000
194          255           1000000
195           90           1000000
196           45           1000000
197           45           1000000
198           30           1059860
199           70           1000000
200           45            800000
201          225           1000000
202           45           1000000
203           60           1000000
204          190           1000000
205           75           1000000
206          190           1000000
207           60           1059860
208           25           1000000
209          190            800000
210           75            800000
211           45           1000000
212           25           1000000
213          190           1059860
214           45           1250000
215           60           1059860
216          120           1000000
217           60           1000000
218          190           1000000
219           75           1000000
220          225           1250000
221           75           1250000
222           60            800000
223          190           1000000
224           75           1000000
225           45            800000
226           25           1250000
227           25           1250000
228          120           1250000
229           45           1250000
230           45           1000000
231          120           1000000
232           60           1000000
233           45           1000000
234           45           1250000
235           45            800000
236           75           1000000
237           45           1000000
238           45           1000000
239           45           1000000
240           45           1000000
241           45           1250000
242           30            800000
243            3           1250000
244            3           1250000
245            3           1250000
246           45           1250000
247           45           1250000
248           45           1250000
249            3           1250000
250            3           1250000
251           45           1059860
252           45           1059860
253           45           1059860
254           45           1059860
255           45           1059860
256           45           1059860
257           45           1059860
258           45           1059860
259           45           1059860
260           45           1059860
261          255           1000000
262          127           1000000
263          255           1000000
264           90           1000000
265          255           1000000
266          120           1000000
267           45           1000000
268          120           1000000
269           45           1000000
270          255           1059860
271          120           1059860
272           45           1059860
273          255           1059860
274          120           1059860
275           45           1059860
276          200           1059860
277           45           1059860
278          190           1000000
279           45           1000000
280          235           1250000
281          120           1250000
282           45           1250000
283          200           1000000
284           75           1000000
285          255           1640000
286           90           1640000
287          255           1250000
288          120           1250000
289           45           1250000
290          255            600000
291          120            600000
292           45            600000
293          190           1059860
294          120           1059860
295           45           1059860
296          180           1640000
297          200           1640000
298          150            800000
299          255           1000000
300          255            800000
301           60            800000
302           45           1059860
303           45            800000
304          180           1250000
305           90           1250000
306           45           1250000
307          180           1000000
308           90           1000000
309          120           1250000
310           45           1250000
311          200           1000000
312          200           1000000
313          150            600000
314          150           1640000
315          150           1059860
316          225           1640000
317           75           1640000
318          225           1250000
319           60           1250000
320          125           1640000
321           60           1640000
322          255           1000000
323          150           1000000
324           90           1000000
325          255            800000
326           60            800000
327          255            800000
328          255           1059860
329          120           1059860
330           45           1059860
331          190           1059860
332           60           1059860
333          255            600000
334           45            600000
335           90            600000
336           90           1640000
337           45            800000
338           45            800000
339          190           1000000
340           75           1000000
341          205           1640000
342          155           1640000
343          255           1000000
344           90           1000000
345           45            600000
346           45            600000
347           45            600000
348           45            600000
349          255            600000
350           60            600000
351           45           1000000
352          200           1059860
353          225            800000
354           45            800000
355          190            800000
356           90            800000
357          200           1250000
358           45            800000
359           30           1059860
360          125           1000000
361          190           1000000
362           75           1000000
363          255           1059860
364          120           1059860
365           45           1059860
366          255            600000
367           60            600000
368           60            600000
369           25           1250000
370          225            800000
371           45           1250000
372           45           1250000
373           45           1250000
374            3           1250000
375            3           1250000
376            3           1250000
377            3           1250000
378            3           1250000
379            3           1250000
380            3           1250000
381            3           1250000
382            3           1250000
383            3           1250000
384           45           1250000
385            3           1250000
386            3           1250000
387           45           1059860
388           45           1059860
389           45           1059860
390           45           1059860
391           45           1059860
392           45           1059860
393           45           1059860
394           45           1059860
395           45           1059860
396          255           1059860
397          120           1059860
398           45           1059860
399          255           1000000
400          127           1000000
401          255           1059860
402           45           1059860
403          235           1059860
404          120           1059860
405           45           1059860
406          255           1059860
407           75           1059860
408           45            600000
409           45            600000
410           45            600000
411           45            600000
412          120           1000000
413           45           1000000
414           45           1000000
415          120           1059860
416           45           1059860
417          200           1000000
418          190           1000000
419           75           1000000
420          190           1000000
421           75           1000000
422          190           1000000
423           75           1000000
424           45            800000
425          125           1640000
426           60           1640000
427          190           1000000
428           60           1000000
429           45            800000
430           30           1059860
431          190            800000
432           75            800000
433          120            800000
434          225           1000000
435           60           1000000
436          255           1000000
437           90           1000000
438          255           1000000
439          145           1000000
440          130            800000
441           30           1059860
442          100           1000000
443           45           1250000
444           45           1250000
445           45           1250000
446           50           1250000
447           75           1059860
448           45           1059860
449          140           1250000
450           60           1250000
451          120           1250000
452           45           1250000
453          140           1000000
454           75           1000000
455          200           1250000
456          190            600000
457           75            600000
458           25           1250000
459          120           1250000
460           60           1250000
461           45           1059860
462           30           1000000
463           30           1000000
464           30           1250000
465           30           1000000
466           30           1000000
467           30           1000000
468           30            800000
469           30           1000000
470           45           1000000
471           45           1000000
472           30           1059860
473           50           1250000
474           30           1000000
475           45           1250000
476           60           1000000
477           45            800000
478           75           1000000
479           45           1000000
480            3           1250000
481            3           1250000
482            3           1250000
483            3           1250000
484            3           1250000
485            3           1250000
486            3           1250000
487            3           1250000
488            3           1250000
489           30           1250000
490            3           1250000
491            3           1250000
492           45           1059860
493            3           1250000
494            3           1250000
495           45           1059860
496           45           1059860
497           45           1059860
498           45           1059860
499           45           1059860
500           45           1059860
501           45           1059860
502           45           1059860
503           45           1059860
504          255           1000000
505          255           1000000
506          255           1059860
507          120           1059860
508           45           1059860
509          255           1000000
510           90           1000000
511          190           1000000
512           75           1000000
513          190           1000000
514           75           1000000
515          190           1000000
516           75           1000000
517          190            800000
518           75            800000
519          255           1059860
520          120           1059860
521           45           1059860
522          190           1000000
523           75           1000000
524          255           1059860
525          120           1059860
526           45           1059860
527          190           1000000
528           45           1000000
529          120           1000000
530           60           1000000
531          255            800000
532          180           1059860
533           90           1059860
534           45           1059860
535          255           1059860
536          120           1059860
537           45           1059860
538           45           1000000
539           45           1000000
540          255           1059860
541          120           1059860
542           45           1059860
543          255           1059860
544          120           1059860
545           45           1059860
546          190           1000000
547           75           1000000
548          190           1000000
549           75           1000000
550           25           1000000
551          180           1059860
552           90           1059860
553           45           1059860
554          120           1059860
555           60           1059860
556          255           1000000
557          190           1000000
558           75           1000000
559          180           1000000
560           90           1000000
561           45           1000000
562          190           1000000
563           90           1000000
564           45           1000000
565           45           1000000
566           45           1000000
567           45           1000000
568          190           1000000
569           60           1000000
570           75           1059860
571           45           1059860
572          255            800000
573           60            800000
574          200           1059860
575          100           1059860
576           50           1059860
577          200           1059860
578          100           1059860
579           50           1059860
580          190           1000000
581           45           1000000
582          255           1250000
583          120           1250000
584           45           1250000
585          190           1000000
586           75           1000000
587          200           1000000
588          200           1000000
589           75           1000000
590          190           1000000
591           75           1000000
592          190           1000000
593           60           1000000
594           75            800000
595          190           1000000
596           75           1000000
597          255           1000000
598           90           1000000
599          130           1059860
600           60           1059860
601           30           1059860
602          190           1250000
603           60           1250000
604           30           1250000
605          255           1000000
606           90           1000000
607          190           1059860
608           90           1059860
609           45           1059860
610           75           1250000
611           60           1250000
612           45           1250000
613          120           1000000
614           60           1000000
615           25           1000000
616          200           1000000
617           75           1000000
618           75           1000000
619          180           1059860
620           45           1059860
621           45           1000000
622          190           1000000
623           90           1000000
624          120           1000000
625           45           1000000
626           45           1000000
627          190           1250000
628           60           1250000
629          190           1250000
630           60           1250000
631           90           1000000
632           90           1000000
633           45           1250000
634           45           1250000
635           45           1250000
636           45           1250000
637           15           1250000
638            3           1250000
639            3           1250000
640            3           1250000
641            3           1250000
642            3           1250000
643            3           1250000
644            3           1250000
645            3           1250000
646            3           1250000
647            3           1250000
648            3           1250000
649            3           1250000
650           45           1059860
651           45           1059860
652           45           1059860
653           45           1059860
654           45           1059860
655           45           1059860
656           45           1059860
657           45           1059860
658           45           1059860
659          255           1000000
660          127           1000000
661          255           1059860
662          120           1059860
663           45           1059860
664          255           1000000
665          120           1000000
666           45           1000000
667          220           1059860
668           65           1059860
669          225           1000000
670          120           1000000
671           45           1000000
672          200           1000000
673           45           1000000
674          220           1000000
675           65           1000000
676          160           1000000
677          190           1000000
678           75           1000000
679          180           1000000
680           90           1000000
681           45           1000000
682          200           1000000
683          140           1000000
684          200           1000000
685          140           1000000
686          190           1000000
687           80           1000000
688          120           1000000
689           45           1000000
690          225           1000000
691           55           1000000
692          225           1250000
693           55           1250000
694          190           1000000
695           75           1000000
696           45           1000000
697           45           1000000
698           45           1000000
699           45           1000000
700           45           1000000
701          100           1000000
702          180           1000000
703           60           1250000
704           45           1250000
705           45           1250000
706           45           1250000
707           75            800000
708          120           1000000
709           60           1000000
710          120           1000000
711           60           1000000
712          190           1000000
713           55           1000000
714          190           1000000
715           45           1000000
716           45           1250000
717           45           1250000
718            3           1250000
719            3           1250000
720            3           1250000
721            3           1250000
722           45           1059860
723           45           1059860
724           45           1059860
725           45           1059860
726           45           1059860
727           45           1059860
728           45           1059860
729           45           1059860
730           45           1059860
731          255           1000000
732          120           1000000
733           45           1000000
734          255           1000000
735          127           1000000
736          255           1000000
737          120           1000000
738           45           1000000
739          225           1000000
740           60           1000000
741           45           1000000
742          190           1000000
743           75           1000000
744          190           1000000
745           90           1000000
746           60            800000
747          190           1000000
748           75           1000000
749          190           1000000
750           60           1000000
751          200           1000000
752          100           1000000
753          190           1000000
754           75           1000000
755          190           1000000
756           75           1000000
757          120           1000000
758           45           1000000
759          140           1000000
760           70           1000000
761          235           1059860
762          120           1059860
763           45           1059860
764           60            800000
765           45           1250000
766           45           1250000
767           90           1000000
768           45           1000000
769          140           1000000
770           60           1000000
771           60            800000
772            3           1250000
773            3           1250000
774           30           1059860
775          255           1059860
776           45           1250000
777           70           1000000
778          180           1000000
779           45           1000000
780           80           1000000
781           70           1000000
782           25           1000000
783           45           1250000
784           45           1250000
785           45           1250000
786            3           1250000
787            3           1250000
788            3           1250000
789            3           1250000
790           45           1250000
791           45           1250000
792           45           1250000
793           45           1250000
794           45           1250000
795           25           1250000
796          255           1250000
797           30           1250000
798           25           1250000
799          255           1250000
800           15           1250000
801            3           1250000
802            3           1250000
summary(pokemon_subset)
   weight_kg      base_egg_steps      attack          defense      
 Min.   :  0.10   Min.   : 1280   Min.   :  5.00   Min.   :  5.00  
 1st Qu.:  9.00   1st Qu.: 5120   1st Qu.: 55.00   1st Qu.: 50.00  
 Median : 27.65   Median : 5120   Median : 75.00   Median : 70.00  
 Mean   : 61.35   Mean   : 7190   Mean   : 77.89   Mean   : 72.99  
 3rd Qu.: 64.35   3rd Qu.: 6400   3rd Qu.:100.00   3rd Qu.: 90.00  
 Max.   :999.90   Max.   :30720   Max.   :185.00   Max.   :230.00  
 NA's   :20                                                        
       hp           sp_attack        sp_defense      capture_rate   
 Min.   :  1.00   Min.   : 10.00   Min.   : 20.00   Min.   :  3.00  
 1st Qu.: 50.00   1st Qu.: 45.00   1st Qu.: 50.00   1st Qu.: 45.00  
 Median : 65.00   Median : 65.00   Median : 65.50   Median : 60.00  
 Mean   : 68.95   Mean   : 71.34   Mean   : 70.90   Mean   : 98.87  
 3rd Qu.: 80.00   3rd Qu.: 91.75   3rd Qu.: 89.75   3rd Qu.:170.00  
 Max.   :255.00   Max.   :194.00   Max.   :230.00   Max.   :255.00  
                                                                    
 experience_growth
 Min.   : 600000  
 1st Qu.:1000000  
 Median :1000000  
 Mean   :1055002  
 3rd Qu.:1059860  
 Max.   :1640000  
                  
apply(pokemon_subset[-which(!complete.cases(pokemon_subset)), ], 2, sd)
        weight_kg    base_egg_steps            attack           defense 
        109.28741        6570.22627          32.21298          30.78979 
               hp         sp_attack        sp_defense      capture_rate 
         26.60664          32.17934          27.99371          76.03634 
experience_growth 
     161712.37247 

b) Original Model

pokemon_full_model <- lm(weight_kg ~ capture_rate + base_egg_steps + attack + defense + hp +
                           sp_attack + sp_defense + capture_rate + experience_growth,
                         data = pokemon_subset)
summary(pokemon_full_model)

Call:
lm(formula = weight_kg ~ capture_rate + base_egg_steps + attack + 
    defense + hp + sp_attack + sp_defense + capture_rate + experience_growth, 
    data = pokemon_subset)

Residuals:
    Min      1Q  Median      3Q     Max 
-255.83  -31.79   -5.96   18.68  814.30 

Coefficients:
                    Estimate Std. Error t value Pr(>|t|)    
(Intercept)       -1.680e+02  2.785e+01  -6.034 2.48e-09 ***
capture_rate       5.073e-02  5.705e-02   0.889   0.3742    
base_egg_steps     4.291e-03  5.738e-04   7.478 2.05e-13 ***
attack             2.868e-01  1.267e-01   2.263   0.0239 *  
defense            9.785e-01  1.359e-01   7.201 1.42e-12 ***
hp                 1.051e+00  1.427e-01   7.367 4.47e-13 ***
sp_attack         -1.314e-01  1.266e-01  -1.038   0.2996    
sp_defense        -3.199e-02  1.581e-01  -0.202   0.8397    
experience_growth  3.664e-05  2.121e-05   1.728   0.0844 .  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 87.68 on 773 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.3629,    Adjusted R-squared:  0.3563 
F-statistic: 55.04 on 8 and 773 DF,  p-value: < 2.2e-16

c) NA values

which(!complete.cases(pokemon_subset))
 [1]  19  20  26  27  28  37  38  50  51  52  53  74  75  76  88  89 103 105 720
[20] 745
pokemon_subset[which(!complete.cases(pokemon_subset)), ]
    weight_kg base_egg_steps attack defense  hp sp_attack sp_defense
19         NA           3840     56      35  30        25         35
20         NA           3840     71      70  75        40         80
26         NA           2560     85      50  60        95         85
27         NA           5120     75      90  50        10         35
28         NA           5120    100     120  75        25         65
37         NA           5120     41      40  38        50         65
38         NA           5120     67      75  73        81        100
50         NA           5120     55      30  10        35         45
51         NA           5120    100      60  35        50         70
52         NA           5120     35      35  40        50         40
53         NA           5120     60      60  65        75         65
74         NA           3840     80     100  40        30         30
75         NA           3840     95     115  55        45         45
76         NA           3840    120     130  80        55         65
88         NA           5120     80      50  80        40         50
89         NA           5120    105      75 105        65        100
103        NA           5120    105      85  95       125         75
105        NA           5120     80     110  60        50         80
720        NA          30720    160      60  80       170        130
745        NA           3840    115      75  85        55         75
    capture_rate experience_growth
19           255           1000000
20           127           1000000
26            75           1000000
27           255           1000000
28            90           1000000
37           190           1000000
38            75           1000000
50           255           1000000
51            50           1000000
52           255           1000000
53            90           1000000
74           255           1059860
75           120           1059860
76            45           1059860
88           190           1000000
89            75           1000000
103           45           1250000
105           75           1000000
720            3           1250000
745           90           1000000

d) Correlation Matrix and Pairs

cor(pokemon_subset[-which(!complete.cases(pokemon_subset)), ])
                   weight_kg base_egg_steps     attack    defense         hp
weight_kg          1.0000000      0.4433020  0.3818831  0.4241136  0.4277867
base_egg_steps     0.4433020      1.0000000  0.3273998  0.2735761  0.3619379
attack             0.3818831      0.3273998  1.0000000  0.4684594  0.4082482
defense            0.4241136      0.2735761  0.4684594  1.0000000  0.2390407
hp                 0.4277867      0.3619379  0.4082482  0.2390407  1.0000000
sp_attack          0.2448696      0.3960974  0.3671467  0.2516834  0.3615414
sp_defense         0.3065837      0.3300221  0.2599450  0.5374384  0.3615289
capture_rate      -0.3266001     -0.3542185 -0.4920778 -0.4486342 -0.4686823
experience_growth  0.2460957      0.3713009  0.2384658  0.1297488  0.2123994
                   sp_attack  sp_defense capture_rate experience_growth
weight_kg          0.2448696  0.30658367   -0.3266001        0.24609566
base_egg_steps     0.3960974  0.33002211   -0.3542185        0.37130089
attack             0.3671467  0.25994505   -0.4920778        0.23846579
defense            0.2516834  0.53743844   -0.4486342        0.12974882
hp                 0.3615414  0.36152892   -0.4686823        0.21239944
sp_attack          1.0000000  0.50412361   -0.5098808        0.19416376
sp_defense         0.5041236  1.00000000   -0.5148140        0.08542536
capture_rate      -0.5098808 -0.51481397    1.0000000       -0.16979354
experience_growth  0.1941638  0.08542536   -0.1697935        1.00000000
pairs(pokemon_subset)

e) Ditribution Within Variables

par(mfrow = c(2, 3))
pokemon_subset_narm <- pokemon_subset[-which(!complete.cases(pokemon_subset)), ]
for (i in colnames(pokemon_subset)) {
  plot(density(pokemon_subset_narm[[i]]), main = i)
}

f) Original Model Diagnostics

par(mfrow = c(2, 2))
plot(pokemon_full_model)

g) Original Model Formula

cof <- summary(pokemon_full_model)$coefficients

Original Model:
\[\begin{aligned} \text{weight} &= -168.0175412 + 0.0507335 * \text{base egg steps} + 0.0042906 * \text{attack} + 0.2868464 * \text{defense} \\ &+ 0.9785409 * \text{hp} + 1.051451 * \text{sp_attack} -0.1313544 * \text{sp_defense} \\ &-0.0319871 * \text{capture_rate} + 3.6643328\times 10^{-5} * \text{experience_growth} \end{aligned}\]

3. Box-cox Transformation on X & Y

a) Power Transform on X & Y

pokemon_full_model_pt <- powerTransform(pokemon_subset)
summary(pokemon_full_model_pt)
bcPower Transformations to Multinormality 
                  Est Power Rounded Pwr Wald Lwr Bnd Wald Upr Bnd
weight_kg            0.1561        0.16       0.1241       0.1882
base_egg_steps      -0.6690       -0.67      -0.7515      -0.5864
attack               0.5202        0.50       0.4142       0.6261
defense              0.3161        0.33       0.2241       0.4080
hp                   0.3195        0.33       0.2447       0.3943
sp_attack            0.3243        0.33       0.2132       0.4354
sp_defense           0.1471        0.15       0.0234       0.2708
capture_rate         0.3507        0.33       0.2999       0.4015
experience_growth    0.8937        1.00       0.6504       1.1370

Likelihood ratio test that transformation parameters are equal to 0
 (all log transformations)
                                           LRT df       pval
LR test, lambda = (0 0 0 0 0 0 0 0 0) 836.6689  9 < 2.22e-16

Likelihood ratio test that no transformations are needed
                                           LRT df       pval
LR test, lambda = (1 1 1 1 1 1 1 1 1) 4490.133  9 < 2.22e-16
attach(pokemon_subset)
t_weight <- weight_kg^0.16
t_bes <- base_egg_steps^-0.67
t_attack <- attack^0.5
t_defense <- defense^0.33
t_hp <- hp^0.33
t_sa <- sp_attack^0.33
t_sd <- sp_defense^0.15
t_cp <- capture_rate^0.33

t_pokemon_model <- lm(t_weight ~ t_bes + t_attack + t_defense + t_hp +
                        t_sa + t_sd + t_cp + experience_growth)
summary(t_pokemon_model)

Call:
lm(formula = t_weight ~ t_bes + t_attack + t_defense + t_hp + 
    t_sa + t_sd + t_cp + experience_growth)

Residuals:
     Min       1Q   Median       3Q      Max 
-1.29697 -0.14664  0.00619  0.17558  1.21196 

Coefficients:
                    Estimate Std. Error t value Pr(>|t|)    
(Intercept)       -7.153e-01  2.815e-01  -2.541   0.0112 *  
t_bes             -2.737e+01  1.470e+01  -1.861   0.0631 .  
t_attack           3.738e-02  7.684e-03   4.864 1.39e-06 ***
t_defense          1.587e-01  2.592e-02   6.122 1.47e-09 ***
t_hp               2.643e-01  2.725e-02   9.700  < 2e-16 ***
t_sa              -4.448e-02  2.299e-02  -1.934   0.0534 .  
t_sd               3.049e-01  1.403e-01   2.173   0.0301 *  
t_cp              -2.303e-02  1.280e-02  -1.799   0.0724 .  
experience_growth  1.793e-07  7.144e-08   2.510   0.0123 *  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 0.296 on 773 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.4637,    Adjusted R-squared:  0.4581 
F-statistic: 83.54 on 8 and 773 DF,  p-value: < 2.2e-16

b) Full Box-Cox Diagnostics

par(mfrow = c(2, 2))
plot(t_pokemon_model)

c) Box-Cox Model Formula

pow <- summary(pokemon_full_model_pt)$result[, 2]
cof <- summary(t_pokemon_model)$coefficients

Box-cox model:
\[\begin{aligned} \text{weight}^{0.16} &= -0.71529 -27.3651527 * \text{base egg steps}^{-0.67} + 0.0373754 * \text{attack}^{0.5} + 0.1586544 * \text{defense}^{0.33} \\ &+ 0.2643399 * \text{hp}^{0.33} -0.0444752 * \text{sp_attack}^{0.33} + 0.3048735 * \text{sp_defense}^{0.15} \\ &-0.0230343 * \text{capture_rate}^{0.33} + 1.7932379\times 10^{-7} * \text{experience_growth} \end{aligned}\]

4. Box-Cox on X and Inverse Response on Y

a) Power Transform on X

pokemon_subset2 <- pokemod[, c("weight_kg", "base_egg_steps", "attack", "defense", "hp",
                               "sp_attack", "sp_defense", "capture_rate", "experience_growth")]
attach(pokemon_subset2)
The following objects are masked from pokemon_subset:

    attack, base_egg_steps, capture_rate, defense, experience_growth,
    hp, sp_attack, sp_defense, weight_kg
exp_model <- powerTransform((pokemon_subset2[, c("base_egg_steps", "attack", "defense", "hp",
                                                 "sp_attack", "sp_defense", "capture_rate", "experience_growth")]))
summary(exp_model)
bcPower Transformations to Multinormality 
                  Est Power Rounded Pwr Wald Lwr Bnd Wald Upr Bnd
base_egg_steps      -0.6725       -0.67      -0.7544      -0.5905
attack               0.5034        0.50       0.3978       0.6089
defense              0.2889        0.33       0.1973       0.3804
hp                   0.3133        0.33       0.2382       0.3884
sp_attack            0.3380        0.33       0.2306       0.4453
sp_defense           0.1412        0.14       0.0186       0.2639
capture_rate         0.3519        0.33       0.3017       0.4022
experience_growth    0.8826        1.00       0.6416       1.1235

Likelihood ratio test that transformation parameters are equal to 0
 (all log transformations)
                                         LRT df       pval
LR test, lambda = (0 0 0 0 0 0 0 0) 748.9334  8 < 2.22e-16

Likelihood ratio test that no transformations are needed
                                         LRT df       pval
LR test, lambda = (1 1 1 1 1 1 1 1) 2641.379  8 < 2.22e-16
t2_bes <- base_egg_steps^-0.67
t2_attack <- attack^0.5
t2_defense <- defense^0.33
t2_hp <- hp^0.33
t2_sa <- sp_attack^0.33
t2_sd <- sp_defense^0.14
t2_cp <- capture_rate^0.33

test2 <- lm(weight_kg ~ t2_bes + t2_attack + t2_defense + t2_hp + t2_sa + t2_sd + t2_cp)

b) Inverse Response on Y

par(mfrow = c(1,1))
inverseResponsePlot(test2)

      lambda     RSS
1  0.3510711 1531643
2 -1.0000000 2741779
3  0.0000000 1758910
4  1.0000000 1951684
t2_weight <- weight_kg^0.35

t2_pokemon_model <- lm(t2_weight ~ t2_bes + t2_attack + t2_defense + t2_hp +
                         t2_sa + t2_sd + t2_cp + experience_growth)

c) Box-Cox on X and Inverse Response on Y Diagnostics

par(mfrow = c(2, 2))
plot(t2_pokemon_model)

d) Box-Cox on X and Inverse Response on Y Formula

pow <- summary(exp_model)$result[, 2]
cof <- t2_pokemon_model$coefficients

Inverse response plot model:
\[\begin{aligned} \text{weight}^{0.35} &= -6.6373651 -210.4705305 * \text{base egg steps}^{-0.67} + 0.1392303 * \text{attack}^{0.5} + 0.7718794 * \text{defense}^{0.33} \\ &+ 1.1417711 * \text{hp}^{0.33} -0.1889539 * \text{sp_attack}^{0.33} + 1.1546898 * \text{sp_defense}^{0.14} \\ &-0.0934865 * \text{capture_rate}^{0.33} + 8.8364318\times 10^{-7} * \text{experience_growth} \end{aligned}\]

5. Transformation Comparison

a) Box-Cox

vif(t_pokemon_model)
            t_bes          t_attack         t_defense              t_hp 
         1.469546          1.828095          1.910672          1.575185 
             t_sa              t_sd              t_cp experience_growth 
         1.755954          2.225710          2.304678          1.190213 
summary(t_pokemon_model)

Call:
lm(formula = t_weight ~ t_bes + t_attack + t_defense + t_hp + 
    t_sa + t_sd + t_cp + experience_growth)

Residuals:
     Min       1Q   Median       3Q      Max 
-1.29697 -0.14664  0.00619  0.17558  1.21196 

Coefficients:
                    Estimate Std. Error t value Pr(>|t|)    
(Intercept)       -7.153e-01  2.815e-01  -2.541   0.0112 *  
t_bes             -2.737e+01  1.470e+01  -1.861   0.0631 .  
t_attack           3.738e-02  7.684e-03   4.864 1.39e-06 ***
t_defense          1.587e-01  2.592e-02   6.122 1.47e-09 ***
t_hp               2.643e-01  2.725e-02   9.700  < 2e-16 ***
t_sa              -4.448e-02  2.299e-02  -1.934   0.0534 .  
t_sd               3.049e-01  1.403e-01   2.173   0.0301 *  
t_cp              -2.303e-02  1.280e-02  -1.799   0.0724 .  
experience_growth  1.793e-07  7.144e-08   2.510   0.0123 *  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 0.296 on 773 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.4637,    Adjusted R-squared:  0.4581 
F-statistic: 83.54 on 8 and 773 DF,  p-value: < 2.2e-16
n <- nrow(pokemon_subset)
p <- 8

t_std_resid <- rstandard(t_pokemon_model)
t_leverages <- hatvalues(t_pokemon_model)
t_cooks <- cooks.distance(t_pokemon_model)

t_outlier <- t_std_resid[abs(t_std_resid) > 2]
t_leverage_point <- t_leverages[t_leverages > ((2 * (p + 1)) / n)]
t_influential <- t_cooks[t_cooks > 4 / (n - 2)]

t_outlier_by_leverage <- t_std_resid[t_leverages > ((2 * (p + 1)) / n)]
t_bad_leverage <- t_outlier_by_leverage[abs(t_outlier_by_leverage) > 2]
t_bad_leverage
       63        95       425       485       490       746       790       791 
 2.350601  2.373829 -2.304520  2.228869 -3.402702 -3.342588 -2.377787  4.178355 
      799       800 
-4.494468  2.230545 

b) Inverse Response

vif(t2_pokemon_model)
           t2_bes         t2_attack        t2_defense             t2_hp 
         1.469526          1.827579          1.910249          1.575381 
            t2_sa             t2_sd             t2_cp experience_growth 
         1.756561          2.226682          2.304544          1.190311 
summary(t2_pokemon_model)

Call:
lm(formula = t2_weight ~ t2_bes + t2_attack + t2_defense + t2_hp + 
    t2_sa + t2_sd + t2_cp + experience_growth)

Residuals:
    Min      1Q  Median      3Q     Max 
-4.7010 -0.6883 -0.1001  0.6250  7.0203 

Coefficients:
                    Estimate Std. Error t value Pr(>|t|)    
(Intercept)       -6.637e+00  1.278e+00  -5.193 2.65e-07 ***
t2_bes            -2.105e+02  6.368e+01  -3.305 0.000993 ***
t2_attack          1.392e-01  3.327e-02   4.184 3.19e-05 ***
t2_defense         7.719e-01  1.122e-01   6.877 1.26e-11 ***
t2_hp              1.142e+00  1.180e-01   9.674  < 2e-16 ***
t2_sa             -1.890e-01  9.960e-02  -1.897 0.058186 .  
t2_sd              1.155e+00  6.790e-01   1.701 0.089413 .  
t2_cp             -9.349e-02  5.544e-02  -1.686 0.092163 .  
experience_growth  8.836e-07  3.094e-07   2.856 0.004410 ** 
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 1.282 on 773 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.4748,    Adjusted R-squared:  0.4694 
F-statistic: 87.36 on 8 and 773 DF,  p-value: < 2.2e-16
n <- nrow(pokemon_subset)
p <- 8

t2_std_resid <- rstandard(t2_pokemon_model)
t2_leverages <- hatvalues(t2_pokemon_model)
t2_cooks <- cooks.distance(t2_pokemon_model)

t2_outlier <- t_std_resid[abs(t2_std_resid) > 2]
t2_leverage_point <- t2_leverages[t2_leverages > ((2 * (p + 1)) / n)]
t2_influential <- t2_cooks[t_cooks > 4 / (n - 2)]

t2_outlier_by_leverage <- t2_std_resid[t2_leverages > ((2 * (p + 1)) / n)]
t2_bad_leverage <- t2_outlier_by_leverage[abs(t2_outlier_by_leverage) > 2]
t2_bad_leverage
       63        95       321       485       490       713       746       791 
 2.211409  2.410321  2.165633  3.065279 -2.846903  2.656582 -2.411992  5.588347 
      799       800 
-3.591117  3.589156 

c) Conclusion

We will choose the full Box-Cox model.

6. Variable Selection

a) VIF and Plots

vif(t_pokemon_model)
            t_bes          t_attack         t_defense              t_hp 
         1.469546          1.828095          1.910672          1.575185 
             t_sa              t_sd              t_cp experience_growth 
         1.755954          2.225710          2.304678          1.190213 
pairs(t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + t_cp + experience_growth)

# cor(t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + t_cp + experience_growth)
cor(cbind(t_weight, t_bes, t_attack, t_defense, t_hp, t_sa, t_sd, t_cp, experience_growth))
                  t_weight      t_bes   t_attack  t_defense       t_hp
t_weight                 1         NA         NA         NA         NA
t_bes                   NA  1.0000000 -0.3176396 -0.2641131 -0.3040216
t_attack                NA -0.3176396  1.0000000  0.5226098  0.4635568
t_defense               NA -0.2641131  0.5226098  1.0000000  0.3126889
t_hp                    NA -0.3040216  0.4635568  0.3126889  1.0000000
t_sa                    NA -0.3463724  0.3896268  0.2933572  0.4333308
t_sd                    NA -0.3158172  0.3008053  0.5466226  0.4387210
t_cp                    NA  0.5145040 -0.5054482 -0.4845614 -0.5051140
experience_growth       NA -0.3474507  0.2431604  0.1411059  0.2289368
                        t_sa        t_sd       t_cp experience_growth
t_weight                  NA          NA         NA                NA
t_bes             -0.3463724 -0.31581725  0.5145040       -0.34745072
t_attack           0.3896268  0.30080535 -0.5054482        0.24316042
t_defense          0.2933572  0.54662260 -0.4845614        0.14110586
t_hp               0.4333308  0.43872100 -0.5051140        0.22893681
t_sa               1.0000000  0.55660165 -0.5584914        0.19286524
t_sd               0.5566016  1.00000000 -0.5802876        0.07957229
t_cp              -0.5584914 -0.58028756  1.0000000       -0.25880089
experience_growth  0.1928652  0.07957229 -0.2588009        1.00000000

b) Added Variable Plots

par(mfrow = c(2, 2))
for (i in names(t_pokemon_model$coefficients)[-1]) {
  avPlot(t_pokemon_model, variable = i, ask = FALSE)
}

7. Selecting via All Possible Subsets

a) Best Subset Models

transformed_pokemon_subset <- data.frame(cbind(t_weight ~ t_bes + t_attack + t_defense +
                                                 t_hp + t_sa + t_sd + t_cp + experience_growth))
pokemon_model_subsets <- regsubsets(t_weight ~ t_bes + t_attack + t_defense +
                                      t_hp + t_sa + t_sd + t_cp + experience_growth,
                                    data = transformed_pokemon_subset)
summary(pokemon_model_subsets)
Subset selection object
Call: regsubsets.formula(t_weight ~ t_bes + t_attack + t_defense + 
    t_hp + t_sa + t_sd + t_cp + experience_growth, data = transformed_pokemon_subset)
8 Variables  (and intercept)
                  Forced in Forced out
t_bes                 FALSE      FALSE
t_attack              FALSE      FALSE
t_defense             FALSE      FALSE
t_hp                  FALSE      FALSE
t_sa                  FALSE      FALSE
t_sd                  FALSE      FALSE
t_cp                  FALSE      FALSE
experience_growth     FALSE      FALSE
1 subsets of each size up to 8
Selection Algorithm: exhaustive
         t_bes t_attack t_defense t_hp t_sa t_sd t_cp experience_growth
1  ( 1 ) " "   " "      " "       "*"  " "  " "  " "  " "              
2  ( 1 ) " "   " "      "*"       "*"  " "  " "  " "  " "              
3  ( 1 ) " "   "*"      "*"       "*"  " "  " "  " "  " "              
4  ( 1 ) "*"   "*"      "*"       "*"  " "  " "  " "  " "              
5  ( 1 ) " "   "*"      "*"       "*"  " "  " "  "*"  "*"              
6  ( 1 ) "*"   "*"      "*"       "*"  " "  "*"  " "  "*"              
7  ( 1 ) "*"   "*"      "*"       "*"  "*"  "*"  " "  "*"              
8  ( 1 ) "*"   "*"      "*"       "*"  "*"  "*"  "*"  "*"              

b) Diagnostics

p1 <- lm(t_weight ~ t_hp)
p2 <- lm(t_weight ~ t_defense + t_hp)
p3 <- lm(t_weight ~ t_attack + t_defense + t_hp)
p4 <- lm(t_weight ~ t_bes + t_attack + t_defense + t_hp)
p5 <- lm(t_weight ~ t_bes + t_attack + t_defense + t_hp + experience_growth)
p6 <- lm(t_weight ~ t_bes + t_attack + t_defense + t_hp + t_cp + experience_growth)
p7 <- lm(t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sd + t_cp +experience_growth)
p8 <- lm(t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + t_cp + experience_growth)

pokemon_model_list <- list(p1, p2, p3, p4, p5, p6, p7, p8)

sub_fit <- function(x, n) {
  size <- seq_along(x)
  radj2 <- numeric(0)
  aic <- numeric(0)
  aic_cor <- numeric(0)
  bic <- numeric(0)
  for (i in seq_along(x)) {
    radj2 <- c(radj2, summary(x[[i]])$adj.r.squared)
    aic <- c(aic, extractAIC(x[[i]])[2])
    aic_cor <- c(aic_cor, extractAIC(x[[i]])[2]+ (2 * (i + 2) * (i + 3)) / (n - i - 1))
    bic <- c(bic, extractAIC(x[[i]], k = log(n))[2])
  }
  data.frame(Size = size, Radj2 = radj2, AIC = aic, AICc = aic_cor, BIC = bic)
}

pokemon_gof <- sub_fit(pokemon_model_list, n = nrow(pokemon_subset))
pokemon_gof
  Size     Radj2       AIC      AICc       BIC
1    1 0.2996227 -1701.603 -1701.573 -1692.229
2    2 0.4207358 -1849.077 -1849.027 -1835.016
3    3 0.4417204 -1876.936 -1876.861 -1858.188
4    4 0.4498918 -1887.473 -1887.367 -1864.037
5    5 0.4528413 -1890.684 -1890.543 -1862.561
6    6 0.4551592 -1893.012 -1892.831 -1860.202
7    7 0.4562054 -1893.525 -1893.298 -1856.028
8    8 0.4581246 -1895.300 -1895.023 -1853.116

c) Best Models

data.frame(Criteria = colnames(pokemon_gof)[-1], Model = c(which.max(pokemon_gof$Radj2),
                                                   which.min(pokemon_gof$AIC),
                                                   which.min(pokemon_gof$AICc),
                                                   which.min(pokemon_gof$BIC)))
  Criteria Model
1    Radj2     8
2      AIC     8
3     AICc     8
4      BIC     4

8. Selecting via Stepwise Regression

a) Backwards AIC

backAIC <- step(p8, direction = "backward")
Start:  AIC=-1895.3
t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + 
    t_cp + experience_growth

                    Df Sum of Sq    RSS     AIC
<none>                           67.706 -1895.3
- t_cp               1    0.2836 67.990 -1894.0
- t_bes              1    0.3034 68.010 -1893.8
- t_sa               1    0.3277 68.034 -1893.5
- t_sd               1    0.4135 68.120 -1892.5
- experience_growth  1    0.5518 68.258 -1891.0
- t_attack           1    2.0724 69.779 -1873.7
- t_defense          1    3.2823 70.989 -1860.3
- t_hp               1    8.2417 75.948 -1807.5

b) Backwards BIC

backBIC <- step(p8, direction = "backward", k = log(nrow(pokemon_subset)))
Start:  AIC=-1853.12
t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + 
    t_cp + experience_growth

                    Df Sum of Sq    RSS     AIC
- t_cp               1    0.2836 67.990 -1856.5
- t_bes              1    0.3034 68.010 -1856.3
- t_sa               1    0.3277 68.034 -1856.0
- t_sd               1    0.4135 68.120 -1855.0
- experience_growth  1    0.5518 68.258 -1853.5
<none>                           67.706 -1853.1
- t_attack           1    2.0724 69.779 -1836.2
- t_defense          1    3.2823 70.989 -1822.8
- t_hp               1    8.2417 75.948 -1770.0

Step:  AIC=-1856.54
t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + 
    experience_growth

                    Df Sum of Sq    RSS     AIC
- t_sa               1    0.2237 68.214 -1860.7
- t_bes              1    0.5669 68.557 -1856.7
<none>                           67.990 -1856.5
- experience_growth  1    0.5914 68.581 -1856.5
- t_sd               1    0.6194 68.609 -1856.1
- t_attack           1    2.4243 70.414 -1835.8
- t_defense          1    3.5817 71.572 -1823.1
- t_hp               1    8.9828 76.973 -1766.2

Step:  AIC=-1860.65
t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sd + experience_growth

                    Df Sum of Sq    RSS     AIC
- t_sd               1    0.4182 68.632 -1862.6
- t_bes              1    0.4918 68.705 -1861.7
- experience_growth  1    0.5491 68.763 -1861.1
<none>                           68.214 -1860.7
- t_attack           1    2.2169 70.430 -1842.3
- t_defense          1    3.9316 72.145 -1823.5
- t_hp               1    8.7696 76.983 -1772.8

Step:  AIC=-1862.56
t_weight ~ t_bes + t_attack + t_defense + t_hp + experience_growth

                    Df Sum of Sq    RSS     AIC
- experience_growth  1    0.4589 69.091 -1864.0
<none>                           68.632 -1862.6
- t_bes              1    0.6885 69.320 -1861.4
- t_attack           1    1.9901 70.622 -1846.9
- t_defense          1    6.9203 75.552 -1794.1
- t_hp               1   11.4257 80.057 -1748.8

Step:  AIC=-1864.04
t_weight ~ t_bes + t_attack + t_defense + t_hp

            Df Sum of Sq    RSS     AIC
<none>                   69.091 -1864.0
- t_bes      1    1.1165 70.207 -1858.2
- t_attack   1    2.2128 71.303 -1846.1
- t_defense  1    6.8326 75.923 -1797.0
- t_hp       1   11.9179 81.009 -1746.3

c) Forwards AIC

pokemon_base <- lm(t_weight ~ 1)
forwardAIC <- step(pokemon_base,
                   scope = list(lower = ~ 1,
                                upper = ~ t_bes + t_attack + t_defense +
                                  t_hp + t_sa + t_sd + t_cp + experience_growth),
                   direction = "forward")
Start:  AIC=-1424.1
t_weight ~ 1

                    Df Sum of Sq     RSS     AIC
+ t_hp               1    37.938  88.303 -1701.6
+ t_attack           1    32.829  93.412 -1657.6
+ t_defense          1    31.580  94.662 -1647.2
+ t_cp               1    30.273  95.968 -1636.5
+ t_sd               1    23.189 103.053 -1580.8
+ t_bes              1    14.592 111.649 -1518.2
+ t_sa               1    13.539 112.702 -1510.8
+ experience_growth  1     7.984 118.257 -1473.2
<none>                           126.241 -1424.1

Step:  AIC=-1701.6
t_weight ~ t_hp

                    Df Sum of Sq    RSS     AIC
+ t_defense          1   15.3635 72.940 -1849.1
+ t_attack           1   10.5074 77.796 -1798.7
+ t_cp               1    7.7939 80.509 -1771.9
+ t_sd               1    5.6529 82.650 -1751.3
+ t_bes              1    4.0980 84.205 -1736.8
+ experience_growth  1    2.1236 86.180 -1718.6
+ t_sa               1    1.2940 87.009 -1711.2
<none>                           88.303 -1701.6

Step:  AIC=-1849.08
t_weight ~ t_hp + t_defense

                    Df Sum of Sq    RSS     AIC
+ t_attack           1   2.73257 70.207 -1876.9
+ t_cp               1   1.71245 71.227 -1865.7
+ t_bes              1   1.63634 71.303 -1864.8
+ experience_growth  1   1.34547 71.594 -1861.6
+ t_sd               1   0.25548 72.684 -1849.8
<none>                           72.940 -1849.1
+ t_sa               1   0.12429 72.815 -1848.4

Step:  AIC=-1876.94
t_weight ~ t_hp + t_defense + t_attack

                    Df Sum of Sq    RSS     AIC
+ t_bes              1   1.11653 69.091 -1887.5
+ t_cp               1   0.97210 69.235 -1885.8
+ experience_growth  1   0.88692 69.320 -1884.9
+ t_sd               1   0.53301 69.674 -1880.9
<none>                           70.207 -1876.9
+ t_sa               1   0.00453 70.203 -1875.0

Step:  AIC=-1887.47
t_weight ~ t_hp + t_defense + t_attack + t_bes

                    Df Sum of Sq    RSS     AIC
+ experience_growth  1   0.45888 68.632 -1890.7
+ t_cp               1   0.39669 68.694 -1890.0
+ t_sd               1   0.32795 68.763 -1889.2
<none>                           69.091 -1887.5
+ t_sa               1   0.02015 69.070 -1885.7

Step:  AIC=-1890.68
t_weight ~ t_hp + t_defense + t_attack + t_bes + experience_growth

       Df Sum of Sq    RSS     AIC
+ t_sd  1   0.41818 68.214 -1893.5
+ t_cp  1   0.37881 68.253 -1893.0
<none>              68.632 -1890.7
+ t_sa  1   0.02248 68.609 -1888.9

Step:  AIC=-1893.46
t_weight ~ t_hp + t_defense + t_attack + t_bes + experience_growth + 
    t_sd

       Df Sum of Sq    RSS     AIC
+ t_sa  1   0.22372 67.990 -1894.0
+ t_cp  1   0.17958 68.034 -1893.5
<none>              68.214 -1893.5

Step:  AIC=-1894.03
t_weight ~ t_hp + t_defense + t_attack + t_bes + experience_growth + 
    t_sd + t_sa

       Df Sum of Sq    RSS     AIC
+ t_cp  1   0.28357 67.706 -1895.3
<none>              67.990 -1894.0

Step:  AIC=-1895.3
t_weight ~ t_hp + t_defense + t_attack + t_bes + experience_growth + 
    t_sd + t_sa + t_cp

d) Forwards BIC

pokemon_base <- lm(t_weight ~ 1)
forwardAIC <- step(pokemon_base,
                   scope = list(lower = ~ 1,
                                upper = ~ t_bes + t_attack + t_defense +
                                  t_hp + t_sa + t_sd + t_cp + experience_growth),
                   direction = "forward",
                   k = log(nrow(pokemon_subset)))
Start:  AIC=-1419.42
t_weight ~ 1

                    Df Sum of Sq     RSS     AIC
+ t_hp               1    37.938  88.303 -1692.2
+ t_attack           1    32.829  93.412 -1648.2
+ t_defense          1    31.580  94.662 -1637.8
+ t_cp               1    30.273  95.968 -1627.1
+ t_sd               1    23.189 103.053 -1571.4
+ t_bes              1    14.592 111.649 -1508.8
+ t_sa               1    13.539 112.702 -1501.4
+ experience_growth  1     7.984 118.257 -1463.8
<none>                           126.241 -1419.4

Step:  AIC=-1692.23
t_weight ~ t_hp

                    Df Sum of Sq    RSS     AIC
+ t_defense          1   15.3635 72.940 -1835.0
+ t_attack           1   10.5074 77.796 -1784.6
+ t_cp               1    7.7939 80.509 -1757.8
+ t_sd               1    5.6529 82.650 -1737.3
+ t_bes              1    4.0980 84.205 -1722.7
+ experience_growth  1    2.1236 86.180 -1704.6
+ t_sa               1    1.2940 87.009 -1697.1
<none>                           88.303 -1692.2

Step:  AIC=-1835.02
t_weight ~ t_hp + t_defense

                    Df Sum of Sq    RSS     AIC
+ t_attack           1   2.73257 70.207 -1858.2
+ t_cp               1   1.71245 71.227 -1846.9
+ t_bes              1   1.63634 71.303 -1846.1
+ experience_growth  1   1.34547 71.594 -1842.9
<none>                           72.940 -1835.0
+ t_sd               1   0.25548 72.684 -1831.1
+ t_sa               1   0.12429 72.815 -1829.7

Step:  AIC=-1858.19
t_weight ~ t_hp + t_defense + t_attack

                    Df Sum of Sq    RSS     AIC
+ t_bes              1   1.11653 69.091 -1864.0
+ t_cp               1   0.97210 69.235 -1862.4
+ experience_growth  1   0.88692 69.320 -1861.4
<none>                           70.207 -1858.2
+ t_sd               1   0.53301 69.674 -1857.5
+ t_sa               1   0.00453 70.203 -1851.5

Step:  AIC=-1864.04
t_weight ~ t_hp + t_defense + t_attack + t_bes

                    Df Sum of Sq    RSS     AIC
<none>                           69.091 -1864.0
+ experience_growth  1   0.45888 68.632 -1862.6
+ t_cp               1   0.39669 68.694 -1861.8
+ t_sd               1   0.32795 68.763 -1861.1
+ t_sa               1   0.02015 69.070 -1857.6

e) Best Models

  • Backwards AIC: t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + t_cp + experience_growth
  • Backwards BIC: t_weight ~ t_bes + t_attack + t_defense + t_hp
  • Forwards AIC: t_weight ~ t_hp + t_defense + t_attack + t_bes + experience_growth + t_sd + t_sa + t_cp
  • Forwards BIC: t_weight ~ t_hp + t_defense + t_attack + t_bes

9. Final Model Selection

Candidate models:

  • p4 (reduced model)
  • t_pokemon_model (full model)

a) Summary Comparison

summary(t_pokemon_model)

Call:
lm(formula = t_weight ~ t_bes + t_attack + t_defense + t_hp + 
    t_sa + t_sd + t_cp + experience_growth)

Residuals:
     Min       1Q   Median       3Q      Max 
-1.29697 -0.14664  0.00619  0.17558  1.21196 

Coefficients:
                    Estimate Std. Error t value Pr(>|t|)    
(Intercept)       -7.153e-01  2.815e-01  -2.541   0.0112 *  
t_bes             -2.737e+01  1.470e+01  -1.861   0.0631 .  
t_attack           3.738e-02  7.684e-03   4.864 1.39e-06 ***
t_defense          1.587e-01  2.592e-02   6.122 1.47e-09 ***
t_hp               2.643e-01  2.725e-02   9.700  < 2e-16 ***
t_sa              -4.448e-02  2.299e-02  -1.934   0.0534 .  
t_sd               3.049e-01  1.403e-01   2.173   0.0301 *  
t_cp              -2.303e-02  1.280e-02  -1.799   0.0724 .  
experience_growth  1.793e-07  7.144e-08   2.510   0.0123 *  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 0.296 on 773 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.4637,    Adjusted R-squared:  0.4581 
F-statistic: 83.54 on 8 and 773 DF,  p-value: < 2.2e-16
summary(p4)

Call:
lm(formula = t_weight ~ t_bes + t_attack + t_defense + t_hp)

Residuals:
     Min       1Q   Median       3Q      Max 
-1.43294 -0.13876  0.00591  0.16792  1.30054 

Coefficients:
              Estimate Std. Error t value Pr(>|t|)    
(Intercept)  -0.420595   0.129951  -3.237 0.001261 ** 
t_bes       -46.879937  13.229734  -3.544 0.000418 ***
t_attack      0.036483   0.007313   4.988 7.51e-07 ***
t_defense     0.196196   0.022382   8.766  < 2e-16 ***
t_hp          0.291726   0.025198  11.577  < 2e-16 ***
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 0.2982 on 777 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.4527,    Adjusted R-squared:  0.4499 
F-statistic: 160.7 on 4 and 777 DF,  p-value: < 2.2e-16

b) ANOVA test

anova(p4, t_pokemon_model)
Analysis of Variance Table

Model 1: t_weight ~ t_bes + t_attack + t_defense + t_hp
Model 2: t_weight ~ t_bes + t_attack + t_defense + t_hp + t_sa + t_sd + 
    t_cp + experience_growth
  Res.Df    RSS Df Sum of Sq      F   Pr(>F)   
1    777 69.091                                
2    773 67.706  4    1.3843 3.9513 0.003502 **
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

c) Diagnostics Comparison

par(mfrow = c(2, 2))
plot(t_pokemon_model)

plot(p4)

d) Conclusion

  • Since the ANOVA p-value < 0.05, we reject \(H_0\), and there is sufficient evidence against the reduced model in favor of the full model.
  • The full model is also preferred as the reduced model does not have significantly better diagnostic plots.

10. Final Model

a) Summary Statistics

summary(t_pokemon_model)

Call:
lm(formula = t_weight ~ t_bes + t_attack + t_defense + t_hp + 
    t_sa + t_sd + t_cp + experience_growth)

Residuals:
     Min       1Q   Median       3Q      Max 
-1.29697 -0.14664  0.00619  0.17558  1.21196 

Coefficients:
                    Estimate Std. Error t value Pr(>|t|)    
(Intercept)       -7.153e-01  2.815e-01  -2.541   0.0112 *  
t_bes             -2.737e+01  1.470e+01  -1.861   0.0631 .  
t_attack           3.738e-02  7.684e-03   4.864 1.39e-06 ***
t_defense          1.587e-01  2.592e-02   6.122 1.47e-09 ***
t_hp               2.643e-01  2.725e-02   9.700  < 2e-16 ***
t_sa              -4.448e-02  2.299e-02  -1.934   0.0534 .  
t_sd               3.049e-01  1.403e-01   2.173   0.0301 *  
t_cp              -2.303e-02  1.280e-02  -1.799   0.0724 .  
experience_growth  1.793e-07  7.144e-08   2.510   0.0123 *  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 0.296 on 773 degrees of freedom
  (20 observations deleted due to missingness)
Multiple R-squared:  0.4637,    Adjusted R-squared:  0.4581 
F-statistic: 83.54 on 8 and 773 DF,  p-value: < 2.2e-16

b) Formula

pow <- summary(pokemon_full_model_pt)$result[, 2]
cof <- summary(t_pokemon_model)$coefficients

Final Model via Box-Cox:
\[\begin{aligned} \text{weight}^{0.16} &= -0.71529 -27.3651527 * \text{base egg steps}^{-0.67} + 0.0373754 * \text{attack}^{0.5} + 0.1586544 * \text{defense}^{0.33} \\ &+ 0.2643399 * \text{hp}^{0.33} -0.0444752 * \text{sp_attack}^{0.33} + 0.3048735 * \text{sp_defense}^{0.15} \\ &-0.0230343 * \text{capture_rate}^{0.33} + 1.7932379\times 10^{-7} * \text{experience_growth} \end{aligned}\]