Création d'une API Pokédex avec Symfony
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

800 lines
110 KiB

INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (1,'Bulbasaur',10,14,45,49,49,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (2,'Ivysaur',10,14,60,62,63,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (3,'Venusaur',10,14,80,82,83,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (3,'VenusaurMega Venusaur',10,14,80,100,123,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (4,'Charmander',7,NULL,39,52,43,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (5,'Charmeleon',7,NULL,58,64,58,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (6,'Charizard',7,8,78,84,78,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (6,'CharizardMega Charizard X',7,3,78,130,111,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (6,'CharizardMega Charizard Y',7,8,78,104,78,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (7,'Squirtle',18,NULL,44,48,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (8,'Wartortle',18,NULL,59,63,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (9,'Blastoise',18,NULL,79,83,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (9,'BlastoiseMega Blastoise',18,NULL,79,103,120,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (10,'Caterpie',1,NULL,45,30,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (11,'Metapod',1,NULL,50,20,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (12,'Butterfree',1,8,60,45,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (13,'Weedle',1,14,40,35,30,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (14,'Kakuna',1,14,45,25,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (15,'Beedrill',1,14,65,90,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (15,'BeedrillMega Beedrill',1,14,65,150,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (16,'Pidgey',13,8,40,45,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (17,'Pidgeotto',13,8,63,60,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (18,'Pidgeot',13,8,83,80,75,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (18,'PidgeotMega Pidgeot',13,8,83,80,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (19,'Rattata',13,NULL,30,56,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (20,'Raticate',13,NULL,55,81,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (21,'Spearow',13,8,40,60,30,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (22,'Fearow',13,8,65,90,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (23,'Ekans',14,NULL,35,60,44,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (24,'Arbok',14,NULL,60,85,69,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (25,'Pikachu',4,NULL,35,55,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (26,'Raichu',4,NULL,60,90,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (27,'Sandshrew',11,NULL,50,75,85,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (28,'Sandslash',11,NULL,75,100,110,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (29,'Nidoran♀',14,NULL,55,47,52,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (30,'Nidorina',14,NULL,70,62,67,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (31,'Nidoqueen',14,11,90,92,87,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (32,'Nidoran♂',14,NULL,46,57,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (33,'Nidorino',14,NULL,61,72,57,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (34,'Nidoking',14,11,81,102,77,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (35,'Clefairy',5,NULL,70,45,48,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (36,'Clefable',5,NULL,95,70,73,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (37,'Vulpix',7,NULL,38,41,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (38,'Ninetales',7,NULL,73,76,75,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (39,'Jigglypuff',13,5,115,45,20,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (40,'Wigglytuff',13,5,140,70,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (41,'Zubat',14,8,40,45,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (42,'Golbat',14,8,75,80,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (43,'Oddish',10,14,45,50,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (44,'Gloom',10,14,60,65,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (45,'Vileplume',10,14,75,80,85,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (46,'Paras',1,10,35,70,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (47,'Parasect',1,10,60,95,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (48,'Venonat',1,14,60,55,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (49,'Venomoth',1,14,70,65,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (50,'Diglett',11,NULL,10,55,25,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (51,'Dugtrio',11,NULL,35,80,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (52,'Meowth',13,NULL,40,45,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (53,'Persian',13,NULL,65,70,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (54,'Psyduck',18,NULL,50,52,48,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (55,'Golduck',18,NULL,80,82,78,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (56,'Mankey',6,NULL,40,80,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (57,'Primeape',6,NULL,65,105,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (58,'Growlithe',7,NULL,55,70,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (59,'Arcanine',7,NULL,90,110,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (60,'Poliwag',18,NULL,40,50,40,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (61,'Poliwhirl',18,NULL,65,65,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (62,'Poliwrath',18,6,90,95,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (63,'Abra',15,NULL,25,20,15,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (64,'Kadabra',15,NULL,40,35,30,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (65,'Alakazam',15,NULL,55,50,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (65,'AlakazamMega Alakazam',15,NULL,55,50,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (66,'Machop',6,NULL,70,80,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (67,'Machoke',6,NULL,80,100,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (68,'Machamp',6,NULL,90,130,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (69,'Bellsprout',10,14,50,75,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (70,'Weepinbell',10,14,65,90,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (71,'Victreebel',10,14,80,105,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (72,'Tentacool',18,14,40,40,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (73,'Tentacruel',18,14,80,70,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (74,'Geodude',16,11,40,80,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (75,'Graveler',16,11,55,95,115,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (76,'Golem',16,11,80,120,130,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (77,'Ponyta',7,NULL,50,85,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (78,'Rapidash',7,NULL,65,100,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (79,'Slowpoke',18,15,90,65,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (80,'Slowbro',18,15,95,75,110,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (80,'SlowbroMega Slowbro',18,15,95,75,180,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (81,'Magnemite',4,17,25,35,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (82,'Magneton',4,17,50,60,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (83,'Farfetch''d',13,8,52,65,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (84,'Doduo',13,8,35,85,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (85,'Dodrio',13,8,60,110,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (86,'Seel',18,NULL,65,45,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (87,'Dewgong',18,12,90,70,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (88,'Grimer',14,NULL,80,80,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (89,'Muk',14,NULL,105,105,75,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (90,'Shellder',18,NULL,30,65,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (91,'Cloyster',18,12,50,95,180,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (92,'Gastly',9,14,30,35,30,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (93,'Haunter',9,14,45,50,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (94,'Gengar',9,14,60,65,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (94,'GengarMega Gengar',9,14,60,65,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (95,'Onix',16,11,35,45,160,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (96,'Drowzee',15,NULL,60,48,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (97,'Hypno',15,NULL,85,73,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (98,'Krabby',18,NULL,30,105,90,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (99,'Kingler',18,NULL,55,130,115,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (100,'Voltorb',4,NULL,40,30,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (101,'Electrode',4,NULL,60,50,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (102,'Exeggcute',10,15,60,40,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (103,'Exeggutor',10,15,95,95,85,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (104,'Cubone',11,NULL,50,50,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (105,'Marowak',11,NULL,60,80,110,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (106,'Hitmonlee',6,NULL,50,120,53,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (107,'Hitmonchan',6,NULL,50,105,79,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (108,'Lickitung',13,NULL,90,55,75,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (109,'Koffing',14,NULL,40,65,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (110,'Weezing',14,NULL,65,90,120,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (111,'Rhyhorn',11,16,80,85,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (112,'Rhydon',11,16,105,130,120,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (113,'Chansey',13,NULL,250,5,5,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (114,'Tangela',10,NULL,65,55,115,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (115,'Kangaskhan',13,NULL,105,95,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (115,'KangaskhanMega Kangaskhan',13,NULL,105,125,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (116,'Horsea',18,NULL,30,40,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (117,'Seadra',18,NULL,55,65,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (118,'Goldeen',18,NULL,45,67,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (119,'Seaking',18,NULL,80,92,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (120,'Staryu',18,NULL,30,45,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (121,'Starmie',18,15,60,75,85,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (122,'Mr. Mime',15,5,40,45,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (123,'Scyther',1,8,70,110,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (124,'Jynx',12,15,65,50,35,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (125,'Electabuzz',4,NULL,65,83,57,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (126,'Magmar',7,NULL,65,95,57,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (127,'Pinsir',1,NULL,65,125,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (127,'PinsirMega Pinsir',1,8,65,155,120,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (128,'Tauros',13,NULL,75,100,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (129,'Magikarp',18,NULL,20,10,55,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (130,'Gyarados',18,8,95,125,79,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (130,'GyaradosMega Gyarados',18,2,95,155,109,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (131,'Lapras',18,12,130,85,80,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (132,'Ditto',13,NULL,48,48,48,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (133,'Eevee',13,NULL,55,55,50,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (134,'Vaporeon',18,NULL,130,65,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (135,'Jolteon',4,NULL,65,65,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (136,'Flareon',7,NULL,65,130,60,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (137,'Porygon',13,NULL,65,60,70,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (138,'Omanyte',16,18,35,40,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (139,'Omastar',16,18,70,60,125,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (140,'Kabuto',16,18,30,80,90,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (141,'Kabutops',16,18,60,115,105,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (142,'Aerodactyl',16,8,80,105,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (142,'AerodactylMega Aerodactyl',16,8,80,135,85,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (143,'Snorlax',13,NULL,160,110,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (144,'Articuno',12,8,90,85,100,1,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (145,'Zapdos',4,8,90,90,85,1,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (146,'Moltres',7,8,90,100,90,1,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (147,'Dratini',3,NULL,41,64,45,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (148,'Dragonair',3,NULL,61,84,65,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (149,'Dragonite',3,8,91,134,95,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (150,'Mewtwo',15,NULL,106,110,90,1,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (150,'MewtwoMega Mewtwo X',15,6,106,190,100,1,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (150,'MewtwoMega Mewtwo Y',15,NULL,106,150,70,1,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (151,'Mew',15,NULL,100,100,100,1,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (152,'Chikorita',10,NULL,45,49,65,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (153,'Bayleef',10,NULL,60,62,80,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (154,'Meganium',10,NULL,80,82,100,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (155,'Cyndaquil',7,NULL,39,52,43,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (156,'Quilava',7,NULL,58,64,58,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (157,'Typhlosion',7,NULL,78,84,78,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (158,'Totodile',18,NULL,50,65,64,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (159,'Croconaw',18,NULL,65,80,80,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (160,'Feraligatr',18,NULL,85,105,100,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (161,'Sentret',13,NULL,35,46,34,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (162,'Furret',13,NULL,85,76,64,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (163,'Hoothoot',13,8,60,30,30,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (164,'Noctowl',13,8,100,50,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (165,'Ledyba',1,8,40,20,30,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (166,'Ledian',1,8,55,35,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (167,'Spinarak',1,14,40,60,40,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (168,'Ariados',1,14,70,90,70,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (169,'Crobat',14,8,85,90,80,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (170,'Chinchou',18,4,75,38,38,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (171,'Lanturn',18,4,125,58,58,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (172,'Pichu',4,NULL,20,40,15,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (173,'Cleffa',5,NULL,50,25,28,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (174,'Igglybuff',13,5,90,30,15,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (175,'Togepi',5,NULL,35,20,65,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (176,'Togetic',5,8,55,40,85,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (177,'Natu',15,8,40,50,45,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (178,'Xatu',15,8,65,75,70,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (179,'Mareep',4,NULL,55,40,40,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (180,'Flaaffy',4,NULL,70,55,55,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (181,'Ampharos',4,NULL,90,75,85,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (181,'AmpharosMega Ampharos',4,3,90,95,105,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (182,'Bellossom',10,NULL,75,80,95,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (183,'Marill',18,5,70,20,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (184,'Azumarill',18,5,100,50,80,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (185,'Sudowoodo',16,NULL,70,100,115,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (186,'Politoed',18,NULL,90,75,75,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (187,'Hoppip',10,8,35,35,40,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (188,'Skiploom',10,8,55,45,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (189,'Jumpluff',10,8,75,55,70,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (190,'Aipom',13,NULL,55,70,55,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (191,'Sunkern',10,NULL,30,30,30,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (192,'Sunflora',10,NULL,75,75,55,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (193,'Yanma',1,8,65,65,45,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (194,'Wooper',18,11,55,45,45,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (195,'Quagsire',18,11,95,85,85,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (196,'Espeon',15,NULL,65,65,60,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (197,'Umbreon',2,NULL,95,65,110,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (198,'Murkrow',2,8,60,85,42,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (199,'Slowking',18,15,95,75,80,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (200,'Misdreavus',9,NULL,60,60,60,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (201,'Unown',15,NULL,48,72,48,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (202,'Wobbuffet',15,NULL,190,33,58,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (203,'Girafarig',13,15,70,80,65,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (204,'Pineco',1,NULL,50,65,90,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (205,'Forretress',1,17,75,90,140,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (206,'Dunsparce',13,NULL,100,70,70,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (207,'Gligar',11,8,65,75,105,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (208,'Steelix',17,11,75,85,200,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (208,'SteelixMega Steelix',17,11,75,125,230,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (209,'Snubbull',5,NULL,60,80,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (210,'Granbull',5,NULL,90,120,75,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (211,'Qwilfish',18,14,65,95,75,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (212,'Scizor',1,17,70,130,100,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (212,'ScizorMega Scizor',1,17,70,150,140,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (213,'Shuckle',1,16,20,10,230,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (214,'Heracross',1,6,80,125,75,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (214,'HeracrossMega Heracross',1,6,80,185,115,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (215,'Sneasel',2,12,55,95,55,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (216,'Teddiursa',13,NULL,60,80,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (217,'Ursaring',13,NULL,90,130,75,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (218,'Slugma',7,NULL,40,40,40,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (219,'Magcargo',7,16,50,50,120,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (220,'Swinub',12,11,50,50,40,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (221,'Piloswine',12,11,100,100,80,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (222,'Corsola',18,16,55,55,85,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (223,'Remoraid',18,NULL,35,65,35,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (224,'Octillery',18,NULL,75,105,75,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (225,'Delibird',12,8,45,55,45,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (226,'Mantine',18,8,65,40,70,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (227,'Skarmory',17,8,65,80,140,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (228,'Houndour',2,7,45,60,30,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (229,'Houndoom',2,7,75,90,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (229,'HoundoomMega Houndoom',2,7,75,90,90,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (230,'Kingdra',18,3,75,95,95,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (231,'Phanpy',11,NULL,90,60,60,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (232,'Donphan',11,NULL,90,120,120,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (233,'Porygon2',13,NULL,85,80,90,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (234,'Stantler',13,NULL,73,95,62,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (235,'Smeargle',13,NULL,55,20,35,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (236,'Tyrogue',6,NULL,35,35,35,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (237,'Hitmontop',6,NULL,50,95,95,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (238,'Smoochum',12,15,45,30,15,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (239,'Elekid',4,NULL,45,63,37,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (240,'Magby',7,NULL,45,75,37,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (241,'Miltank',13,NULL,95,80,105,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (242,'Blissey',13,NULL,255,10,10,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (243,'Raikou',4,NULL,90,85,75,2,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (244,'Entei',7,NULL,115,115,85,2,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (245,'Suicune',18,NULL,100,75,115,2,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (246,'Larvitar',16,11,50,64,50,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (247,'Pupitar',16,11,70,84,70,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (248,'Tyranitar',16,2,100,134,110,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (248,'TyranitarMega Tyranitar',16,2,100,164,150,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (249,'Lugia',15,8,106,90,130,2,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (250,'Ho-oh',7,8,106,130,90,2,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (251,'Celebi',15,10,100,100,100,2,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (252,'Treecko',10,NULL,40,45,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (253,'Grovyle',10,NULL,50,65,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (254,'Sceptile',10,NULL,70,85,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (254,'SceptileMega Sceptile',10,3,70,110,75,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (255,'Torchic',7,NULL,45,60,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (256,'Combusken',7,6,60,85,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (257,'Blaziken',7,6,80,120,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (257,'BlazikenMega Blaziken',7,6,80,160,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (258,'Mudkip',18,NULL,50,70,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (259,'Marshtomp',18,11,70,85,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (260,'Swampert',18,11,100,110,90,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (260,'SwampertMega Swampert',18,11,100,150,110,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (261,'Poochyena',2,NULL,35,55,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (262,'Mightyena',2,NULL,70,90,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (263,'Zigzagoon',13,NULL,38,30,41,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (264,'Linoone',13,NULL,78,70,61,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (265,'Wurmple',1,NULL,45,45,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (266,'Silcoon',1,NULL,50,35,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (267,'Beautifly',1,8,60,70,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (268,'Cascoon',1,NULL,50,35,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (269,'Dustox',1,14,60,50,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (270,'Lotad',18,10,40,30,30,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (271,'Lombre',18,10,60,50,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (272,'Ludicolo',18,10,80,70,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (273,'Seedot',10,NULL,40,40,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (274,'Nuzleaf',10,2,70,70,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (275,'Shiftry',10,2,90,100,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (276,'Taillow',13,8,40,55,30,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (277,'Swellow',13,8,60,85,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (278,'Wingull',18,8,40,30,30,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (279,'Pelipper',18,8,60,50,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (280,'Ralts',15,5,28,25,25,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (281,'Kirlia',15,5,38,35,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (282,'Gardevoir',15,5,68,65,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (282,'GardevoirMega Gardevoir',15,5,68,85,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (283,'Surskit',1,18,40,30,32,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (284,'Masquerain',1,8,70,60,62,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (285,'Shroomish',10,NULL,60,40,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (286,'Breloom',10,6,60,130,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (287,'Slakoth',13,NULL,60,60,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (288,'Vigoroth',13,NULL,80,80,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (289,'Slaking',13,NULL,150,160,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (290,'Nincada',1,11,31,45,90,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (291,'Ninjask',1,8,61,90,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (292,'Shedinja',1,9,1,90,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (293,'Whismur',13,NULL,64,51,23,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (294,'Loudred',13,NULL,84,71,43,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (295,'Exploud',13,NULL,104,91,63,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (296,'Makuhita',6,NULL,72,60,30,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (297,'Hariyama',6,NULL,144,120,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (298,'Azurill',13,5,50,20,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (299,'Nosepass',16,NULL,30,45,135,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (300,'Skitty',13,NULL,50,45,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (301,'Delcatty',13,NULL,70,65,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (302,'Sableye',2,9,50,75,75,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (302,'SableyeMega Sableye',2,9,50,85,125,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (303,'Mawile',17,5,50,85,85,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (303,'MawileMega Mawile',17,5,50,105,125,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (304,'Aron',17,16,50,70,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (305,'Lairon',17,16,60,90,140,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (306,'Aggron',17,16,70,110,180,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (306,'AggronMega Aggron',17,NULL,70,140,230,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (307,'Meditite',6,15,30,40,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (308,'Medicham',6,15,60,60,75,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (308,'MedichamMega Medicham',6,15,60,100,85,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (309,'Electrike',4,NULL,40,45,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (310,'Manectric',4,NULL,70,75,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (310,'ManectricMega Manectric',4,NULL,70,75,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (311,'Plusle',4,NULL,60,50,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (312,'Minun',4,NULL,60,40,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (313,'Volbeat',1,NULL,65,73,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (314,'Illumise',1,NULL,65,47,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (315,'Roselia',10,14,50,60,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (316,'Gulpin',14,NULL,70,43,53,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (317,'Swalot',14,NULL,100,73,83,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (318,'Carvanha',18,2,45,90,20,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (319,'Sharpedo',18,2,70,120,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (319,'SharpedoMega Sharpedo',18,2,70,140,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (320,'Wailmer',18,NULL,130,70,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (321,'Wailord',18,NULL,170,90,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (322,'Numel',7,11,60,60,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (323,'Camerupt',7,11,70,100,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (323,'CameruptMega Camerupt',7,11,70,120,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (324,'Torkoal',7,NULL,70,85,140,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (325,'Spoink',15,NULL,60,25,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (326,'Grumpig',15,NULL,80,45,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (327,'Spinda',13,NULL,60,60,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (328,'Trapinch',11,NULL,45,100,45,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (329,'Vibrava',11,3,50,70,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (330,'Flygon',11,3,80,100,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (331,'Cacnea',10,NULL,50,85,40,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (332,'Cacturne',10,2,70,115,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (333,'Swablu',13,8,45,40,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (334,'Altaria',3,8,75,70,90,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (334,'AltariaMega Altaria',3,5,75,110,110,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (335,'Zangoose',13,NULL,73,115,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (336,'Seviper',14,NULL,73,100,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (337,'Lunatone',16,15,70,55,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (338,'Solrock',16,15,70,95,85,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (339,'Barboach',18,11,50,48,43,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (340,'Whiscash',18,11,110,78,73,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (341,'Corphish',18,NULL,43,80,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (342,'Crawdaunt',18,2,63,120,85,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (343,'Baltoy',11,15,40,40,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (344,'Claydol',11,15,60,70,105,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (345,'Lileep',16,10,66,41,77,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (346,'Cradily',16,10,86,81,97,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (347,'Anorith',16,1,45,95,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (348,'Armaldo',16,1,75,125,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (349,'Feebas',18,NULL,20,15,20,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (350,'Milotic',18,NULL,95,60,79,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (351,'Castform',13,NULL,70,70,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (352,'Kecleon',13,NULL,60,90,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (353,'Shuppet',9,NULL,44,75,35,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (354,'Banette',9,NULL,64,115,65,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (354,'BanetteMega Banette',9,NULL,64,165,75,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (355,'Duskull',9,NULL,20,40,90,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (356,'Dusclops',9,NULL,40,70,130,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (357,'Tropius',10,8,99,68,83,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (358,'Chimecho',15,NULL,65,50,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (359,'Absol',2,NULL,65,130,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (359,'AbsolMega Absol',2,NULL,65,150,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (360,'Wynaut',15,NULL,95,23,48,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (361,'Snorunt',12,NULL,50,50,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (362,'Glalie',12,NULL,80,80,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (362,'GlalieMega Glalie',12,NULL,80,120,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (363,'Spheal',12,18,70,40,50,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (364,'Sealeo',12,18,90,60,70,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (365,'Walrein',12,18,110,80,90,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (366,'Clamperl',18,NULL,35,64,85,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (367,'Huntail',18,NULL,55,104,105,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (368,'Gorebyss',18,NULL,55,84,105,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (369,'Relicanth',18,16,100,90,130,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (370,'Luvdisc',18,NULL,43,30,55,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (371,'Bagon',3,NULL,45,75,60,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (372,'Shelgon',3,NULL,65,95,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (373,'Salamence',3,8,95,135,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (373,'SalamenceMega Salamence',3,8,95,145,130,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (374,'Beldum',17,15,40,55,80,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (375,'Metang',17,15,60,75,100,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (376,'Metagross',17,15,80,135,130,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (376,'MetagrossMega Metagross',17,15,80,145,150,3,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (377,'Regirock',16,NULL,80,100,200,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (378,'Regice',12,NULL,80,50,100,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (379,'Registeel',17,NULL,80,75,150,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (380,'Latias',3,15,80,80,90,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (380,'LatiasMega Latias',3,15,80,100,120,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (381,'Latios',3,15,80,90,80,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (381,'LatiosMega Latios',3,15,80,130,100,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (382,'Kyogre',18,NULL,100,100,90,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (382,'KyogrePrimal Kyogre',18,NULL,100,150,90,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (383,'Groudon',11,NULL,100,150,140,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (383,'GroudonPrimal Groudon',11,7,100,180,160,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (384,'Rayquaza',3,8,105,150,90,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (384,'RayquazaMega Rayquaza',3,8,105,180,100,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (385,'Jirachi',17,15,100,100,100,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (386,'DeoxysNormal Forme',15,NULL,50,150,50,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (386,'DeoxysAttack Forme',15,NULL,50,180,20,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (386,'DeoxysDefense Forme',15,NULL,50,70,160,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (386,'DeoxysSpeed Forme',15,NULL,50,95,90,3,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (387,'Turtwig',10,NULL,55,68,64,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (388,'Grotle',10,NULL,75,89,85,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (389,'Torterra',10,11,95,109,105,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (390,'Chimchar',7,NULL,44,58,44,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (391,'Monferno',7,6,64,78,52,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (392,'Infernape',7,6,76,104,71,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (393,'Piplup',18,NULL,53,51,53,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (394,'Prinplup',18,NULL,64,66,68,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (395,'Empoleon',18,17,84,86,88,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (396,'Starly',13,8,40,55,30,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (397,'Staravia',13,8,55,75,50,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (398,'Staraptor',13,8,85,120,70,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (399,'Bidoof',13,NULL,59,45,40,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (400,'Bibarel',13,18,79,85,60,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (401,'Kricketot',1,NULL,37,25,41,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (402,'Kricketune',1,NULL,77,85,51,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (403,'Shinx',4,NULL,45,65,34,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (404,'Luxio',4,NULL,60,85,49,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (405,'Luxray',4,NULL,80,120,79,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (406,'Budew',10,14,40,30,35,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (407,'Roserade',10,14,60,70,65,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (408,'Cranidos',16,NULL,67,125,40,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (409,'Rampardos',16,NULL,97,165,60,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (410,'Shieldon',16,17,30,42,118,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (411,'Bastiodon',16,17,60,52,168,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (412,'Burmy',1,NULL,40,29,45,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (413,'WormadamPlant Cloak',1,10,60,59,85,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (413,'WormadamSandy Cloak',1,11,60,79,105,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (413,'WormadamTrash Cloak',1,17,60,69,95,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (414,'Mothim',1,8,70,94,50,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (415,'Combee',1,8,30,30,42,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (416,'Vespiquen',1,8,70,80,102,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (417,'Pachirisu',4,NULL,60,45,70,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (418,'Buizel',18,NULL,55,65,35,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (419,'Floatzel',18,NULL,85,105,55,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (420,'Cherubi',10,NULL,45,35,45,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (421,'Cherrim',10,NULL,70,60,70,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (422,'Shellos',18,NULL,76,48,48,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (423,'Gastrodon',18,11,111,83,68,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (424,'Ambipom',13,NULL,75,100,66,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (425,'Drifloon',9,8,90,50,34,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (426,'Drifblim',9,8,150,80,44,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (427,'Buneary',13,NULL,55,66,44,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (428,'Lopunny',13,NULL,65,76,84,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (428,'LopunnyMega Lopunny',13,6,65,136,94,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (429,'Mismagius',9,NULL,60,60,60,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (430,'Honchkrow',2,8,100,125,52,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (431,'Glameow',13,NULL,49,55,42,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (432,'Purugly',13,NULL,71,82,64,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (433,'Chingling',15,NULL,45,30,50,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (434,'Stunky',14,2,63,63,47,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (435,'Skuntank',14,2,103,93,67,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (436,'Bronzor',17,15,57,24,86,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (437,'Bronzong',17,15,67,89,116,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (438,'Bonsly',16,NULL,50,80,95,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (439,'Mime Jr.',15,5,20,25,45,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (440,'Happiny',13,NULL,100,5,5,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (441,'Chatot',13,8,76,65,45,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (442,'Spiritomb',9,2,50,92,108,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (443,'Gible',3,11,58,70,45,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (444,'Gabite',3,11,68,90,65,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (445,'Garchomp',3,11,108,130,95,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (445,'GarchompMega Garchomp',3,11,108,170,115,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (446,'Munchlax',13,NULL,135,85,40,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (447,'Riolu',6,NULL,40,70,40,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (448,'Lucario',6,17,70,110,70,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (448,'LucarioMega Lucario',6,17,70,145,88,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (449,'Hippopotas',11,NULL,68,72,78,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (450,'Hippowdon',11,NULL,108,112,118,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (451,'Skorupi',14,1,40,50,90,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (452,'Drapion',14,2,70,90,110,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (453,'Croagunk',14,6,48,61,40,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (454,'Toxicroak',14,6,83,106,65,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (455,'Carnivine',10,NULL,74,100,72,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (456,'Finneon',18,NULL,49,49,56,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (457,'Lumineon',18,NULL,69,69,76,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (458,'Mantyke',18,8,45,20,50,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (459,'Snover',10,12,60,62,50,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (460,'Abomasnow',10,12,90,92,75,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (460,'AbomasnowMega Abomasnow',10,12,90,132,105,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (461,'Weavile',2,12,70,120,65,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (462,'Magnezone',4,17,70,70,115,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (463,'Lickilicky',13,NULL,110,85,95,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (464,'Rhyperior',11,16,115,140,130,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (465,'Tangrowth',10,NULL,100,100,125,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (466,'Electivire',4,NULL,75,123,67,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (467,'Magmortar',7,NULL,75,95,67,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (468,'Togekiss',5,8,85,50,95,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (469,'Yanmega',1,8,86,76,86,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (470,'Leafeon',10,NULL,65,110,130,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (471,'Glaceon',12,NULL,65,60,110,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (472,'Gliscor',11,8,75,95,125,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (473,'Mamoswine',12,11,110,130,80,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (474,'Porygon-Z',13,NULL,85,80,70,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (475,'Gallade',15,6,68,125,65,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (475,'GalladeMega Gallade',15,6,68,165,95,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (476,'Probopass',16,17,60,55,145,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (477,'Dusknoir',9,NULL,45,100,135,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (478,'Froslass',12,9,70,80,70,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (479,'Rotom',4,9,50,50,77,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (479,'RotomHeat Rotom',4,7,50,65,107,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (479,'RotomWash Rotom',4,18,50,65,107,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (479,'RotomFrost Rotom',4,12,50,65,107,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (479,'RotomFan Rotom',4,8,50,65,107,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (479,'RotomMow Rotom',4,10,50,65,107,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (480,'Uxie',15,NULL,75,75,130,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (481,'Mesprit',15,NULL,80,105,105,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (482,'Azelf',15,NULL,75,125,70,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (483,'Dialga',17,3,100,120,120,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (484,'Palkia',18,3,90,120,100,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (485,'Heatran',7,17,91,90,106,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (486,'Regigigas',13,NULL,110,160,110,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (487,'GiratinaAltered Forme',9,3,150,100,120,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (487,'GiratinaOrigin Forme',9,3,150,120,100,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (488,'Cresselia',15,NULL,120,70,120,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (489,'Phione',18,NULL,80,80,80,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (490,'Manaphy',18,NULL,100,100,100,4,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (491,'Darkrai',2,NULL,70,90,90,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (492,'ShayminLand Forme',10,NULL,100,100,100,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (492,'ShayminSky Forme',10,8,100,103,75,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (493,'Arceus',13,NULL,120,120,120,4,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (494,'Victini',15,7,100,100,100,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (495,'Snivy',10,NULL,45,45,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (496,'Servine',10,NULL,60,60,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (497,'Serperior',10,NULL,75,75,95,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (498,'Tepig',7,NULL,65,63,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (499,'Pignite',7,6,90,93,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (500,'Emboar',7,6,110,123,65,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (501,'Oshawott',18,NULL,55,55,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (502,'Dewott',18,NULL,75,75,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (503,'Samurott',18,NULL,95,100,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (504,'Patrat',13,NULL,45,55,39,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (505,'Watchog',13,NULL,60,85,69,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (506,'Lillipup',13,NULL,45,60,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (507,'Herdier',13,NULL,65,80,65,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (508,'Stoutland',13,NULL,85,110,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (509,'Purrloin',2,NULL,41,50,37,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (510,'Liepard',2,NULL,64,88,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (511,'Pansage',10,NULL,50,53,48,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (512,'Simisage',10,NULL,75,98,63,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (513,'Pansear',7,NULL,50,53,48,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (514,'Simisear',7,NULL,75,98,63,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (515,'Panpour',18,NULL,50,53,48,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (516,'Simipour',18,NULL,75,98,63,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (517,'Munna',15,NULL,76,25,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (518,'Musharna',15,NULL,116,55,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (519,'Pidove',13,8,50,55,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (520,'Tranquill',13,8,62,77,62,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (521,'Unfezant',13,8,80,115,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (522,'Blitzle',4,NULL,45,60,32,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (523,'Zebstrika',4,NULL,75,100,63,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (524,'Roggenrola',16,NULL,55,75,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (525,'Boldore',16,NULL,70,105,105,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (526,'Gigalith',16,NULL,85,135,130,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (527,'Woobat',15,8,55,45,43,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (528,'Swoobat',15,8,67,57,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (529,'Drilbur',11,NULL,60,85,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (530,'Excadrill',11,17,110,135,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (531,'Audino',13,NULL,103,60,86,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (531,'AudinoMega Audino',13,5,103,60,126,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (532,'Timburr',6,NULL,75,80,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (533,'Gurdurr',6,NULL,85,105,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (534,'Conkeldurr',6,NULL,105,140,95,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (535,'Tympole',18,NULL,50,50,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (536,'Palpitoad',18,11,75,65,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (537,'Seismitoad',18,11,105,95,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (538,'Throh',6,NULL,120,100,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (539,'Sawk',6,NULL,75,125,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (540,'Sewaddle',1,10,45,53,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (541,'Swadloon',1,10,55,63,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (542,'Leavanny',1,10,75,103,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (543,'Venipede',1,14,30,45,59,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (544,'Whirlipede',1,14,40,55,99,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (545,'Scolipede',1,14,60,100,89,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (546,'Cottonee',10,5,40,27,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (547,'Whimsicott',10,5,60,67,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (548,'Petilil',10,NULL,45,35,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (549,'Lilligant',10,NULL,70,60,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (550,'Basculin',18,NULL,70,92,65,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (551,'Sandile',11,2,50,72,35,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (552,'Krokorok',11,2,60,82,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (553,'Krookodile',11,2,95,117,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (554,'Darumaka',7,NULL,70,90,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (555,'DarmanitanStandard Mode',7,NULL,105,140,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (555,'DarmanitanZen Mode',7,15,105,30,105,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (556,'Maractus',10,NULL,75,86,67,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (557,'Dwebble',1,16,50,65,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (558,'Crustle',1,16,70,95,125,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (559,'Scraggy',2,6,50,75,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (560,'Scrafty',2,6,65,90,115,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (561,'Sigilyph',15,8,72,58,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (562,'Yamask',9,NULL,38,30,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (563,'Cofagrigus',9,NULL,58,50,145,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (564,'Tirtouga',18,16,54,78,103,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (565,'Carracosta',18,16,74,108,133,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (566,'Archen',16,8,55,112,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (567,'Archeops',16,8,75,140,65,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (568,'Trubbish',14,NULL,50,50,62,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (569,'Garbodor',14,NULL,80,95,82,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (570,'Zorua',2,NULL,40,65,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (571,'Zoroark',2,NULL,60,105,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (572,'Minccino',13,NULL,55,50,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (573,'Cinccino',13,NULL,75,95,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (574,'Gothita',15,NULL,45,30,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (575,'Gothorita',15,NULL,60,45,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (576,'Gothitelle',15,NULL,70,55,95,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (577,'Solosis',15,NULL,45,30,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (578,'Duosion',15,NULL,65,40,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (579,'Reuniclus',15,NULL,110,65,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (580,'Ducklett',18,8,62,44,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (581,'Swanna',18,8,75,87,63,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (582,'Vanillite',12,NULL,36,50,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (583,'Vanillish',12,NULL,51,65,65,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (584,'Vanilluxe',12,NULL,71,95,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (585,'Deerling',13,10,60,60,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (586,'Sawsbuck',13,10,80,100,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (587,'Emolga',4,8,55,75,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (588,'Karrablast',1,NULL,50,75,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (589,'Escavalier',1,17,70,135,105,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (590,'Foongus',10,14,69,55,45,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (591,'Amoonguss',10,14,114,85,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (592,'Frillish',18,9,55,40,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (593,'Jellicent',18,9,100,60,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (594,'Alomomola',18,NULL,165,75,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (595,'Joltik',1,4,50,47,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (596,'Galvantula',1,4,70,77,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (597,'Ferroseed',10,17,44,50,91,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (598,'Ferrothorn',10,17,74,94,131,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (599,'Klink',17,NULL,40,55,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (600,'Klang',17,NULL,60,80,95,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (601,'Klinklang',17,NULL,60,100,115,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (602,'Tynamo',4,NULL,35,55,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (603,'Eelektrik',4,NULL,65,85,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (604,'Eelektross',4,NULL,85,115,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (605,'Elgyem',15,NULL,55,55,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (606,'Beheeyem',15,NULL,75,75,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (607,'Litwick',9,7,50,30,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (608,'Lampent',9,7,60,40,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (609,'Chandelure',9,7,60,55,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (610,'Axew',3,NULL,46,87,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (611,'Fraxure',3,NULL,66,117,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (612,'Haxorus',3,NULL,76,147,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (613,'Cubchoo',12,NULL,55,70,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (614,'Beartic',12,NULL,95,110,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (615,'Cryogonal',12,NULL,70,50,30,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (616,'Shelmet',1,NULL,50,40,85,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (617,'Accelgor',1,NULL,80,70,40,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (618,'Stunfisk',11,4,109,66,84,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (619,'Mienfoo',6,NULL,45,85,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (620,'Mienshao',6,NULL,65,125,60,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (621,'Druddigon',3,NULL,77,120,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (622,'Golett',11,9,59,74,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (623,'Golurk',11,9,89,124,80,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (624,'Pawniard',2,17,45,85,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (625,'Bisharp',2,17,65,125,100,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (626,'Bouffalant',13,NULL,95,110,95,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (627,'Rufflet',13,8,70,83,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (628,'Braviary',13,8,100,123,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (629,'Vullaby',2,8,70,55,75,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (630,'Mandibuzz',2,8,110,65,105,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (631,'Heatmor',7,NULL,85,97,66,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (632,'Durant',1,17,58,109,112,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (633,'Deino',2,3,52,65,50,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (634,'Zweilous',2,3,72,85,70,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (635,'Hydreigon',2,3,92,105,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (636,'Larvesta',1,7,55,85,55,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (637,'Volcarona',1,7,85,60,65,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (638,'Cobalion',17,6,91,90,129,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (639,'Terrakion',16,6,91,129,90,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (640,'Virizion',10,6,91,90,72,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (641,'TornadusIncarnate Forme',8,NULL,79,115,70,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (641,'TornadusTherian Forme',8,NULL,79,100,80,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (642,'ThundurusIncarnate Forme',4,8,79,115,70,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (642,'ThundurusTherian Forme',4,8,79,105,70,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (643,'Reshiram',3,7,100,120,100,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (644,'Zekrom',3,4,100,150,120,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (645,'LandorusIncarnate Forme',11,8,89,125,90,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (645,'LandorusTherian Forme',11,8,89,145,90,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (646,'Kyurem',3,12,125,130,90,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (646,'KyuremBlack Kyurem',3,12,125,170,100,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (646,'KyuremWhite Kyurem',3,12,125,120,90,5,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (647,'KeldeoOrdinary Forme',18,6,91,72,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (647,'KeldeoResolute Forme',18,6,91,72,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (648,'MeloettaAria Forme',13,15,100,77,77,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (648,'MeloettaPirouette Forme',13,6,100,128,90,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (649,'Genesect',1,17,71,120,95,5,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (650,'Chespin',10,NULL,56,61,65,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (651,'Quilladin',10,NULL,61,78,95,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (652,'Chesnaught',10,6,88,107,122,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (653,'Fennekin',7,NULL,40,45,40,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (654,'Braixen',7,NULL,59,59,58,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (655,'Delphox',7,15,75,69,72,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (656,'Froakie',18,NULL,41,56,40,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (657,'Frogadier',18,NULL,54,63,52,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (658,'Greninja',18,2,72,95,67,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (659,'Bunnelby',13,NULL,38,36,38,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (660,'Diggersby',13,11,85,56,77,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (661,'Fletchling',13,8,45,50,43,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (662,'Fletchinder',7,8,62,73,55,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (663,'Talonflame',7,8,78,81,71,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (664,'Scatterbug',1,NULL,38,35,40,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (665,'Spewpa',1,NULL,45,22,60,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (666,'Vivillon',1,8,80,52,50,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (667,'Litleo',7,13,62,50,58,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (668,'Pyroar',7,13,86,68,72,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (669,'Flabébé',5,NULL,44,38,39,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (670,'Floette',5,NULL,54,45,47,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (671,'Florges',5,NULL,78,65,68,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (672,'Skiddo',10,NULL,66,65,48,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (673,'Gogoat',10,NULL,123,100,62,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (674,'Pancham',6,NULL,67,82,62,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (675,'Pangoro',6,2,95,124,78,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (676,'Furfrou',13,NULL,75,80,60,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (677,'Espurr',15,NULL,62,48,54,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (678,'MeowsticMale',15,NULL,74,48,76,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (678,'MeowsticFemale',15,NULL,74,48,76,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (679,'Honedge',17,9,45,80,100,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (680,'Doublade',17,9,59,110,150,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (681,'AegislashBlade Forme',17,9,60,150,50,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (681,'AegislashShield Forme',17,9,60,50,150,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (682,'Spritzee',5,NULL,78,52,60,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (683,'Aromatisse',5,NULL,101,72,72,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (684,'Swirlix',5,NULL,62,48,66,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (685,'Slurpuff',5,NULL,82,80,86,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (686,'Inkay',2,15,53,54,53,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (687,'Malamar',2,15,86,92,88,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (688,'Binacle',16,18,42,52,67,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (689,'Barbaracle',16,18,72,105,115,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (690,'Skrelp',14,18,50,60,60,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (691,'Dragalge',14,3,65,75,90,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (692,'Clauncher',18,NULL,50,53,62,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (693,'Clawitzer',18,NULL,71,73,88,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (694,'Helioptile',4,13,44,38,33,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (695,'Heliolisk',4,13,62,55,52,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (696,'Tyrunt',16,3,58,89,77,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (697,'Tyrantrum',16,3,82,121,119,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (698,'Amaura',16,12,77,59,50,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (699,'Aurorus',16,12,123,77,72,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (700,'Sylveon',5,NULL,95,65,65,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (701,'Hawlucha',6,8,78,92,75,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (702,'Dedenne',4,5,67,58,57,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (703,'Carbink',16,5,50,50,150,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (704,'Goomy',3,NULL,45,50,35,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (705,'Sliggoo',3,NULL,68,75,53,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (706,'Goodra',3,NULL,90,100,70,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (707,'Klefki',17,5,57,80,91,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (708,'Phantump',9,10,43,70,48,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (709,'Trevenant',9,10,85,110,76,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (710,'PumpkabooAverage Size',9,10,49,66,70,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (710,'PumpkabooSmall Size',9,10,44,66,70,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (710,'PumpkabooLarge Size',9,10,54,66,70,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (710,'PumpkabooSuper Size',9,10,59,66,70,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (711,'GourgeistAverage Size',9,10,65,90,122,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (711,'GourgeistSmall Size',9,10,55,85,122,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (711,'GourgeistLarge Size',9,10,75,95,122,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (711,'GourgeistSuper Size',9,10,85,100,122,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (712,'Bergmite',12,NULL,55,69,85,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (713,'Avalugg',12,NULL,95,117,184,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (714,'Noibat',8,3,40,30,35,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (715,'Noivern',8,3,85,70,80,6,0);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (716,'Xerneas',5,NULL,126,131,95,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (717,'Yveltal',2,8,126,131,95,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (718,'Zygarde50% Forme',3,11,108,100,121,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (719,'Diancie',16,5,50,100,150,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (719,'DiancieMega Diancie',16,5,50,160,110,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (720,'HoopaHoopa Confined',15,9,80,110,60,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (720,'HoopaHoopa Unbound',15,2,80,160,60,6,1);
INSERT INTO pokemon(numero,nom,type1_id,type2_id,vie,attaque,defense,generation_id,legendaire) VALUES (721,'Volcanion',7,18,80,110,120,6,1);