rohfagundes 78 Postado Março 29, 2012 Share Postado Março 29, 2012 (editado) como falei estava arrumando os pokemons para aguentar + pq estavam morrendo muito facil é só ir no configuration.lua é só substituir o original por esse pokes = { ------------------------------------------------------------------Statos Pokemon Kanto------------------------------------------------------------------ ["Bulbasaur"] = {offense = 4.9, defense = 4.9, specialattack = 6.5, vitality = 9, agility = 0.1, exp = 64, level = 18, type = "grass", type2 = "poison"}, ["Ivysaur"] = {offense = 6.2, defense = 6.3, specialattack = 8, vitality = 12, agility = 0.2, exp = 141, level = 38, type = "grass", type2 = "poison"}, ["Venusaur"] = {offense = 8.2, defense = 8.3, specialattack = 10, vitality = 16, agility = 0.3, exp = 208, level = 75, type = "grass", type2 = "poison"}, ["Charmander"] = {offense = 5.2, defense = 4.3, specialattack = 6, vitality = 7.8, agility = 0.1, exp = 65, level = 18, type = "fire", type2 = "no type"}, ["Charmeleon"] = {offense = 6.5, defense = 5.8, specialattack = 8.5, vitality = 11.6, agility = 0.2, exp = 142, level = 38, type = "fire", type2 = "no type"}, ["Charizard"] = {offense = 8.5, defense = 7.8, specialattack = 11, vitality = 15.6, agility = 0.3, exp = 209, level = 75, type = "fire", type2 = "flying"}, ["Squirtle"] = {offense = 4.8, defense = 6.5, specialattack = 5, vitality = 8.8, agility = 0.1, exp = 66, level = 18, type = "water", type2 = "no type"}, ["Wartortle"] = {offense = 6.3, defense = 8, specialattack = 6.5, vitality = 11.8, agility = 0.2, exp = 143, level = 38, type = "water", type2 = "no type"}, ["Blastoise"] = {offense = 8.3, defense = 10, specialattack = 8.5, vitality = 15.8, agility = 0.3, exp = 210, level = 75, type = "water", type2 = "no type"}, ["Caterpie"] = {offense = 3, defense = 3.5, specialattack = 2, vitality = 9, agility = 0.1, exp = 53, level = 3, type = "bug", type2 = "no type"}, ["Metapod"] = {offense = 2, defense = 5.5, specialattack = 2.5, vitality = 10, agility = 0.2, exp = 72, level = 10, type = "bug", type2 = "no type"}, ["Butterfree"] = {offense = 4.5, defense = 5, specialattack = 8, vitality = 12, agility = 0.3, exp = 160, level = 30, type = "bug", type2 = "flying"}, ["Weedle"] = {offense = 3.5, defense = 3, specialattack = 2, vitality = 8, agility = 0.1, exp = 52, level = 3, type = "bug", type2 = "poison"}, ["Kakuna"] = {offense = 2.5, defense = 5, specialattack = 2.5, vitality = 9, agility = 0.2, exp = 120, level = 10, type = "bug", type2 = "poison"}, ["Beedrill"] = {offense = 8, defense = 4, specialattack = 4.5, vitality = 13, agility = 0.3, exp = 159, level = 30, type = "bug", type2 = "poison"}, ["Pidgey"] = {offense = 4.5, defense = 4, specialattack = 3.5, vitality = 8, agility = 0.1, exp = 55, level = 5, type = "normal", type2 = "flying"}, ["Pidgeotto"] = {offense = 6, defense = 5.5, specialattack = 5, vitality = 12.6, agility = 0.2, exp = 113, level = 20, type = "normal", type2 = "flying"}, ["Pidgeot"] = {offense = 8, defense = 7.5, specialattack = 7, vitality = 16.3, agility = 0.3, exp = 172, level = 60, type = "normal", type2 = "flying"}, ["Rattata"] = {offense = 5.6, defense = 3.5, specialattack = 2.5, vitality = 6, agility = 0.1, exp = 57, level = 3, type = "normal", type2 = "no type"}, ["Raticate"] = {offense = 8.1, defense = 6, specialattack = 5, vitality = 11, agility = 0.2, exp = 116, level = 20, type = "normal", type2 = "no type"}, ["Spearow"] = {offense = 6, defense = 3, specialattack = 3.1, vitality = 8, agility = 0.1, exp = 58, level = 5, type = "normal", type2 = "flying"}, ["Fearow"] = {offense = 9, defense = 6.5, specialattack = 6.1, vitality = 13, agility = 0.2, exp = 162, level = 50, type = "normal", type2 = "flying"}, ["Ekans"] = {offense = 6, defense = 4.4, specialattack = 4, vitality = 7, agility = 0.1, exp = 62, level = 12, type = "poison", type2 = "no type"}, ["Arbok"] = {offense = 8.5, defense = 6.9, specialattack = 6.5, vitality = 12, agility = 0.2, exp = 147, level = 30, type = "poison", type2 = "no type"}, ["Pikachu"] = {offense = 5.5, defense = 3, specialattack = 5, vitality = 7, agility = 0.2, exp = 82, level = 20, type = "electric", type2 = "no type"}, ["Raichu"] = {offense = 9, defense = 5.5, specialattack = 9, vitality = 12, agility = 0.3, exp = 122, level = 50, type = "electric", type2 = "no type"}, ["Sandshrew"] = {offense = 7.5, defense = 8.5, specialattack = 2, vitality = 10, agility = 0.1, exp = 93, level = 18, type = "ground", type2 = "no type"}, ["Sandslash"] = {offense = 10, defense = 11, specialattack = 4.5, vitality = 15, agility = 0.2, exp = 163, level = 55, type = "ground", type2 = "no type"}, ["Nidoran Female"] = {offense = 4.7, defense = 5.2, specialattack = 4, vitality = 11, agility = 0.1, exp = 59, level = 10, type = "poison", type2 = "no type"}, ["Nidorina"] = {offense = 6.2, defense = 6.7, specialattack = 5.5, vitality = 14, agility = 0.2, exp = 59, level = 25, type = "poison", type2 = "no type"}, ["Nidoqueen"] = {offense = 8.2, defense = 8.7, specialattack = 7.5, vitality = 18, agility = 0.3, exp = 194, level = 65, type = "poison", type2 = "ground"}, ["Nidoran Male"] = {offense = 5.7, defense = 4, specialattack = 4, vitality = 9.2, agility = 0.1, exp = 60, level = 10, type = "poison", type2 = "no type"}, ["Nidorino"] = {offense = 7.2, defense = 5.7, specialattack = 5.5, vitality = 12.2, agility = 0.2, exp = 118, level = 25, type = "poison", type2 = "no type"}, ["Nidoking"] = {offense = 9.2, defense = 7.7, specialattack = 8.5, vitality = 16.2, agility = 0.3, exp = 195, level = 65, type = "poison", type2 = "ground"}, ["Clefairy"] = {offense = 4.5, defense = 4.8, specialattack = 6, vitality = 14, agility = 0.2, exp = 68, level = 10, type = "normal", type2 = "no type"}, ["Clefable"] = {offense = 7, defense = 7.3, specialattack = 8.5, vitality = 19, agility = 0.3, exp = 129, level = 35, type = "normal", type2 = "no type"}, ["Vulpix"] = {offense = 4.1, defense = 4, specialattack = 5, vitality = 7.6, agility = 0.1, exp = 63, level = 16, type = "fire", type2 = "no type"}, ["Ninetales"] = {offense = 7.6, defense = 7.5, specialattack = 8.1, vitality = 14.6, agility = 0.2, exp = 178, level = 65, type = "fire", type2 = "no type"}, ["Jigglypuff"] = {offense = 4.5, defense = 2, specialattack = 4.5, vitality = 23, agility = 0.2, exp = 76, level = 10, type = "normal", type2 = "no type"}, ["Wigglytuff"] = {offense = 7, defense = 4.5, specialattack = 7.5, vitality = 28, agility = 0.3, exp = 109, level = 42, type = "normal", type2 = "no type"}, ["Zubat"] = {offense = 4.5, defense = 3.5, specialattack = 3, vitality = 8, agility = 0.1, exp = 54, level = 5, type = "poison", type2 = "flying"}, ["Golbat"] = {offense = 8, defense = 7, specialattack = 6.5, vitality = 15, agility = 0.2, exp = 171, level = 30, type = "poison", type2 = "flying"}, ["Oddish"] = {offense = 5, defense = 5.5, specialattack = 7.5, vitality = 9, agility = 0.1, exp = 78, level = 5, type = "grass", type2 = "poison"}, ["Gloom"] = {offense = 6.5, defense = 7, specialattack = 8.5, vitality = 12, agility = 0.2, exp = 132, level = 18, type = "grass", type2 = "poison"}, ["Vileplume"] = {offense = 8, defense = 8.5, specialattack = 10, vitality = 15, agility = 0.3, exp = 184, level = 50, type = "grass", type2 = "poison"}, ["Paras"] = {offense = 7, defense = 5.5, specialattack = 4.5, vitality = 7, agility = 0.1, exp = 70, level = 5, type = "bug", type2 = "grass"}, ["Parasect"] = {offense = 9.5, defense = 8, specialattack = 6, vitality = 12, agility = 0.2, exp = 128, level = 40, type = "bug", type2 = "grass"}, ["Venonat"] = {offense = 5.5, defense = 5, specialattack = 4, vitality = 12, agility = 0.1, exp = 75, level = 14, type = "bug", type2 = "poison"}, ["Venomoth"] = {offense = 6.5, defense = 6, specialattack = 9, vitality = 13, agility = 0.2, exp = 138, level = 40, type = "bug", type2 = "poison"}, ["Diglett"] = {offense = 5.5, defense = 2.5, specialattack = 3.5, vitality = 3, agility = 0.1, exp = 81, level = 5, type = "ground", type2 = "no type"}, ["Dugtrio"] = {offense = 8, defense = 5, specialattack = 5, vitality = 8, agility = 0.2, exp = 153, level = 35, type = "ground", type2 = "no type"}, ["Meowth"] = {offense = 4.5, defense = 3.5, specialattack = 4, vitality = 8, agility = 0.1, exp = 69, level = 12, type = "normal", type2 = "no type"}, ["Persian"] = {offense = 7, defense = 6, specialattack = 6.5, vitality = 13, agility = 0.2, exp = 148, level = 25, type = "normal", type2 = "no type"}, ["Psyduck"] = {offense = 5.2, defense = 4.8, specialattack = 6.5, vitality = 10, agility = 0.1, exp = 80, level = 12, type = "water", type2 = "no type"}, ["Golduck"] = {offense = 8.2, defense = 7.8, specialattack = 9.5, vitality = 16, agility = 0.2, exp = 174, level = 55, type = "water", type2 = "no type"}, ["Mankey"] = {offense = 8, defense = 3.5, specialattack = 3.5, vitality = 8, agility = 0.1, exp = 74, level = 10, type = "fighting", type2 = "no type"}, ["Primeape"] = {offense = 10.5, defense = 6, specialattack = 6, vitality = 13, agility = 0.2, exp = 149, level = 45, type = "fighting", type2 = "no type"}, ["Growlithe"] = {offense = 7, defense = 4.5, specialattack = 7, vitality = 11, agility = 0.1, exp = 91, level = 16, type = "fire", type2 = "no type"}, ["Arcanine"] = {offense = 11, defense = 8, specialattack = 10, vitality = 18, agility = 0.2, exp = 213, level = 70, type = "fire", type2 = "no type"}, ["Poliwag"] = {offense = 5, defense = 4, specialattack = 4, vitality = 8, agility = 0.1, exp = 77, level = 5, type = "water", type2 = "no type"}, ["Poliwhirl"] = {offense = 6.5, defense = 6.5, specialattack = 5, vitality = 13, agility = 0.2, exp = 131, level = 20, type = "water", type2 = "no type"}, ["Poliwrath"] = {offense = 8.5, defense = 9.5, specialattack = 7, vitality = 18, agility = 0.3, exp = 185, level = 60, type = "water", type2 = "fighting"}, ["Abra"] = {offense = 2, defense = 1.5, specialattack = 10.5, vitality = 5, agility = 0.1, exp = 75, level = 12, type = "psychic", type2 = "no type"}, ["Kadabra"] = {offense = 3.5, defense = 3, specialattack = 12, vitality = 8, agility = 0.2, exp = 145, level = 40, type = "psychic", type2 = "no type"}, ["Alakazam"] = {offense = 5.5, defense = 4.5, specialattack = 13.5, vitality = 11, agility = 0.3, exp = 186, level = 70, type = "psychic", type2 = "no type"}, ["Machop"] = {offense = 8, defense = 5, specialattack = 3.5, vitality = 14, agility = 0.1, exp = 75, level = 16, type = "fighting", type2 = "no type"}, ["Machoke"] = {offense = 10, defense = 7, specialattack = 5, vitality = 16, agility = 0.2, exp = 146, level = 38, type = "fighting", type2 = "no type"}, ["Machamp"] = {offense = 13, defense = 8, specialattack = 6.5, vitality = 18, agility = 0.3, exp = 193, level = 70, type = "fighting", type2 = "no type"}, ["Bellsprout"] = {offense = 7.5, defense = 3.5, specialattack = 7, vitality = 10, agility = 0.1, exp = 84, level = 5, type = "grass", type2 = "poison"}, ["Weepinbell"] = {offense = 9, defense = 5, specialattack = 8.5, vitality = 13, agility = 0.2, exp = 151, level = 18, type = "grass", type2 = "poison"}, ["Victreebel"] = {offense = 10.5, defense = 6.5, specialattack = 10, vitality = 16, agility = 0.3, exp = 191, level = 50, type = "grass", type2 = "poison"}, ["Tentacool"] = {offense = 4, defense = 3.5, specialattack = 5, vitality = 8, agility = 0.1, exp = 105, level = 12, type = "water", type2 = "poison"}, ["Tentacruel"] = {offense = 7, defense = 6.5, specialattack = 8, vitality = 16, agility = 0.2, exp = 205, level = 70, type = "water", type2 = "poison"}, ["Geodude"] = {offense = 8, defense = 10, specialattack = 3, vitality = 8, agility = 0.1, exp = 73, level = 15, type = "rock", type2 = "ground"}, ["Graveler"] = {offense = 9.5, defense = 11.5, specialattack = 4.5, vitality = 11, agility = 0.2, exp = 134, level = 40, type = "rock", type2 = "ground"}, ["Golem"] = {offense = 11, defense = 13, specialattack = 5.5, vitality = 16, agility = 0.3, exp = 177, level = 70, type = "rock", type2 = "ground"}, ["Ponyta"] = {offense = 8.5, defense = 5.5, specialattack = 6.5, vitality = 10, agility = 0.1, exp = 152, level = 15, type = "fire", type2 = "no type"}, ["Rapidash"] = {offense = 10, defense = 7, specialattack = 8, vitality = 13, agility = 0.2, exp = 192, level = 55, type = "fire", type2 = "no type"}, ["Slowpoke"] = {offense = 6.5, defense = 6.5, specialattack = 4, vitality = 18, agility = 0.1, exp = 99, level = 12, type = "water", type2 = "psychic"}, ["Slowbro"] = {offense = 7.5, defense = 11, specialattack = 10, vitality = 19, agility = 0.2, exp = 164, level = 45, type = "water", type2 = "psychic"}, ["Magnemite"] = {offense = 3.5, defense = 7, specialattack = 9.5, vitality = 5, agility = 0.1, exp = 89, level = 15, type = "electric", type2 = "steel"}, ["Magneton"] = {offense = 6, defense = 9.5, specialattack = 12, vitality = 10, agility = 0.2, exp = 161, level = 38, type = "electric", type2 = "steel"}, ["Farfetch'd"] = {offense = 6.5, defense = 5.5, specialattack = 5.8, vitality = 10.4, agility = 0.1, exp = 94, level = 35, type = "normal", type2 = "flying"}, ["Doduo"] = {offense = 8.5, defense = 4.5, specialattack = 3.5, vitality = 7, agility = 0.1, exp = 96, level = 12, type = "normal", type2 = "flying"}, ["Dodrio"] = {offense = 11, defense = 7, specialattack = 6, vitality = 12, agility = 0.2, exp = 158, level = 42, type = "normal", type2 = "flying"}, ["Seel"] = {offense = 4.5, defense = 5.5, specialattack = 4.5, vitality = 13, agility = 0.1, exp = 100, level = 47, type = "water", type2 = "no type"}, ["Dewgong"] = {offense = 7, defense = 8, specialattack = 7, vitality = 18, agility = 0.2, exp = 176, level = 55, type = "water", type2 = "ice"}, ["Grimer"] = {offense = 8, defense = 5, specialattack = 4, vitality = 16, agility = 0.1, exp = 90, level = 12, type = "poison", type2 = "no type"}, ["Muk"] = {offense = 10.5, defense = 7.5, specialattack = 6.5, vitality = 21, agility = 0.2, exp = 157, level = 30, type = "poison", type2 = "no type"}, ["Shellder"] = {offense = 6.5, defense = 10, specialattack = 4.5, vitality = 6, agility = 0.1, exp = 97, level = 5, type = "water", type2 = "no type"}, ["Cloyster"] = {offense = 9.5, defense = 18, specialattack = 8.5, vitality = 10, agility = 0.2, exp = 203, level = 65, type = "water", type2 = "ice"}, ["Gastly"] = {offense = 3.5, defense = 3, specialattack = 10, vitality = 6, agility = 0.1, exp = 95, level = 14, type = "ghost", type2 = "poison"}, ["Haunter"] = {offense = 5, defense = 4.5, specialattack = 11.5, vitality = 9, agility = 0.2, exp = 126, level = 40, type = "ghost", type2 = "poison"}, ["Gengar"] = {offense = 6.5, defense = 6, specialattack = 13, vitality = 12, agility = 0.3, exp = 190, level = 70, type = "ghost", type2 = "poison"}, ["Onix"] = {offense = 4.5, defense = 16, specialattack = 3, vitality = 7, agility = 0.2, exp = 108, level = 50, type = "rock", type2 = "ground"}, ["Drowzee"] = {offense = 4.8, defense = 4.5, specialattack = 4.3, vitality = 12, agility = 0.1, exp = 102, level = 18, type = "psychic", type2 = "no type"}, ["Hypno"] = {offense = 7.3, defense = 7, specialattack = 7.3, vitality = 17, agility = 0.2, exp = 165, level = 50, type = "psychic", type2 = "no type"}, ["Krabby"] = {offense = 10.5, defense = 9, specialattack = 2.5, vitality = 6, agility = 0.1, exp = 115, level = 5, type = "water", type2 = "no type"}, ["Kingler"] = {offense = 13, defense = 11.5, specialattack = 5, vitality = 11, agility = 0.2, exp = 206, level = 35, type = "water", type2 = "no type"}, ["Voltorb"] = {offense = 3, defense = 5, specialattack = 5.5, vitality = 8, agility = 0.1, exp = 103, level = 14, type = "electric", type2 = "no type"}, ["Electrode"] = {offense = 5, defense = 7, specialattack = 8, vitality = 12, agility = 0.2, exp = 150, level = 38, type = "electric", type2 = "no type"}, ["Exeggcute"] = {offense = 4, defense = 8, specialattack = 6, vitality = 12, agility = 0.1, exp = 98, level = 8, type = "grass", type2 = "psychic"}, ["Exeggutor"] = {offense = 9.5, defense = 8.5, specialattack = 12.5, vitality = 19, agility = 0.2, exp = 212, level = 48, type = "grass", type2 = "psychic"}, ["Cubone"] = {offense = 5, defense = 9.5, specialattack = 4, vitality = 10, agility = 0.1, exp = 87, level = 18, type = "ground", type2 = "no type"}, ["Marowak"] = {offense = 8, defense = 11, specialattack = 5, vitality = 12, agility = 0.2, exp = 124, level = 45, type = "ground", type2 = "no type"}, ["Hitmonlee"] = {offense = 12, defense = 5.3, specialattack = 3.5, vitality = 10, agility = 0.3, exp = 139, level = 60, type = "fighting", type2 = "no type"}, ["Hitmonchan"] = {offense = 10.5, defense = 7.9, specialattack = 3.5, vitality = 10, agility = 0.3, exp = 140, level = 60, type = "fighting", type2 = "no type"}, ["Lickitung"] = {offense = 5.5, defense = 7.5, specialattack = 6, vitality = 18, agility = 0.2, exp = 127, level = 45, type = "normal", type2 = "no type"}, ["Koffing"] = {offense = 6.5, defense = 9.5, specialattack = 6, vitality = 8, agility = 0.1, exp = 114, level = 15, type = "poison", type2 = "no type"}, ["Weezing"] = {offense = 9, defense = 12, specialattack = 8.5, vitality = 13, agility = 0.2, exp = 173, level = 30, type = "poison", type2 = "no type"}, ["Rhyhorn"] = {offense = 8.5, defense = 9.5, specialattack = 3, vitality = 16, agility = 0.1, exp = 135, level = 35, type = "ground", type2 = "rock"}, ["Rhydon"] = {offense = 13, defense = 12, specialattack = 4.5, vitality = 21, agility = 0.2, exp = 204, level = 65, type = "ground", type2 = "rock"}, ["Chansey"] = {offense = 0.5, defense = 0.5, specialattack = 3.5, vitality = 50, agility = 0.2, exp = 255, level = 50, type = "normal", type2 = "no type"}, ["Tangela"] = {offense = 5.5, defense = 11.5, specialattack = 10, vitality = 13, agility = 0.1, exp = 166, level = 35, type = "grass", type2 = "no type"}, ["Kangaskhan"] = {offense = 9.5, defense = 8, specialattack = 4, vitality = 21, agility = 0.2, exp = 175, level = 65, type = "normal", type2 = "no type"}, ["Horsea"] = {offense = 4, defense = 7, specialattack = 7, vitality = 6, agility = 0.1, exp = 83, level = 5, type = "water", type2 = "no type"}, ["Seadra"] = {offense = 6.5, defense = 9.5, specialattack = 9.5, vitality = 11, agility = 0.2, exp = 155, level = 40, type = "water", type2 = "no type"}, ["Goldeen"] = {offense = 6.7, defense = 6, specialattack = 3.5, vitality = 9, agility = 0.1, exp = 111, level = 10, type = "water", type2 = "no type"}, ["Seaking"] = {offense = 9.2, defense = 6.5, specialattack = 6.5, vitality = 16, agility = 0.2, exp = 170, level = 25, type = "water", type2 = "no type"}, ["Staryu"] = {offense = 4.5, defense = 5.5, specialattack = 7, vitality = 6, agility = 0.1, exp = 106, level = 15, type = "water", type2 = "no type"}, ["Starmie"] = {offense = 7.5, defense = 8.5, specialattack = 10, vitality = 12, agility = 0.2, exp = 207, level = 38, type = "water", type2 = "psychic"}, ["Mr. Mime"] = {offense = 4.5, defense = 6.5, specialattack = 10, vitality = 8, agility = 0.3, exp = 136, level = 45, type = "psychic", type2 = "no type"}, ["Scyther"] = {offense = 11, defense = 8, specialattack = 5.5, vitality = 14, agility = 0.3, exp = 187, level = 60, type = "bug", type2 = "flying"}, ["Jynx"] = {offense = 5, defense = 3.5, specialattack = 11.5, vitality = 13, agility = 0.3, exp = 137, level = 55, type = "ice", type2 = "psychic"}, ["Electabuzz"] = {offense = 8.3, defense = 5.7, specialattack = 9.5, vitality = 13, agility = 0.3, exp = 156, level = 60, type = "electric", type2 = "no type"}, ["Magmar"] = {offense = 9.5, defense = 5.7, specialattack = 10, vitality = 13, agility = 0.3, exp = 167, level = 60, type = "fire", type2 = "no type"}, ["Pinsir"] = {offense = 12.5, defense = 10, specialattack = 5.5, vitality = 13, agility = 0.3, exp = 200, level = 42, type = "bug", type2 = "no type"}, ["Tauros"] = {offense = 10, defense = 9.5, specialattack = 4, vitality = 15, agility = 0.3, exp = 211, level = 40, type = "normal", type2 = "no type"}, ["Magikarp"] = {offense = 1, defense = 5.5, specialattack = 1.5, vitality = 4, agility = 0.1, exp = 20, level = 1, type = "water", type2 = "no type"}, ["Gyarados"] = {offense = 12.5, defense = 7.9, specialattack = 6, vitality = 19, agility = 0.3, exp = 214, level = 75, type = "water", type2 = "flying"}, ["Lapras"] = {offense = 8.5, defense = 8, specialattack = 8.5, vitality = 26, agility = 0.3, exp = 219, level = 65, type = "water", type2 = "ice"}, ["Ditto"] = {offense = 4.8, defense = 4.8, specialattack = 4.8, vitality = 9.6, agility = 0.3, exp = 61, level = 40, type = "normal", type2 = "no type"}, ["Eevee"] = {offense = 5.5, defense = 5, specialattack = 4.5, vitality = 11, agility = 0.1, exp = 92, level = 20, type = "normal", type2 = "no type"}, ["Vaporeon"] = {offense = 6.5, defense = 6, specialattack = 11, vitality = 26, agility = 0.3, exp = 196, level = 55, type = "water", type2 = "no type"}, ["Jolteon"] = {offense = 6.5, defense = 6, specialattack = 11, vitality = 13, agility = 0.3, exp = 197, level = 55, type = "electric", type2 = "no type"}, ["Flareon"] = {offense = 13, defense = 6, specialattack = 9.5, vitality = 13, agility = 0.3, exp = 198, level = 55, type = "fire", type2 = "no type"}, ["Porygon"] = {offense = 6, defense = 7, specialattack = 8.5, vitality = 13, agility = 0.1, exp = 130, level = 45, type = "normal", type2 = "no type"}, ["Omanyte"] = {offense = 4, defense = 10, specialattack = 9, vitality = 7, agility = 0.1, exp = 99, level = 20, type = "rock", type2 = "water"}, ["Omastar"] = {offense = 6, defense = 12.5, specialattack = 11.5, vitality = 14, agility = 0.2, exp = 199, level = 70, type = "rock", type2 = "water"}, ["Kabuto"] = {offense = 8, defense = 9, specialattack = 5.5, vitality = 6, agility = 0.1, exp = 99, level = 20, type = "rock", type2 = "water"}, ["Kabutops"] = {offense = 11.5, defense = 10.5, specialattack = 6.5, vitality = 12, agility = 0.2, exp = 199, level = 70, type = "rock", type2 = "water"}, ["Aerodactyl"] = {offense = 10.5, defense = 6.5, specialattack = 6, vitality = 16, agility = 0.3, exp = 202, level = 85, type = "rock", type2 = "Flying"}, ["Snorlax"] = {offense = 11, defense = 6.5, specialattack = 6.5, vitality = 32, agility = 0.3, exp = 154, level = 85, type = "normal", type2 = "no type"}, ["Articuno"] = {offense = 8.5, defense = 10, specialattack = 9.5, vitality = 18, agility = 0.3, exp = 215, level = 100, type = "ice", type2 = "flying"}, ["Zapdos"] = {offense = 9, defense = 8.5, specialattack = 12.5, vitality = 18, agility = 0.3, exp = 216, level = 100, type = "electric", type2 = "flying"}, ["Moltres"] = {offense = 10, defense = 9, specialattack = 12.5, vitality = 18, agility = 0.3, exp = 217, level = 100, type = "fire", type2 = "flying"}, ["Dratini"] = {offense = 6.5, defense = 4.5, specialattack = 5, vitality = 8.2, agility = 0.1, exp = 67, level = 15, type = "dragon", type2 = "no type"}, ["Dragonair"] = {offense = 8.4, defense = 6.5, specialattack = 7, vitality = 12.2, agility = 0.2, exp = 144, level = 45, type = "dragon", type2 = "no type"}, ["Dragonite"] = {offense = 13.4, defense = 9.5, specialattack = 10, vitality = 18.2, agility = 0.3, exp = 218, level = 85, type = "dragon", type2 = "flying"}, ["Mewtwo"] = {offense = 11, defense = 9, specialattack = 15.4, vitality = 21.2, agility = 0.3, exp = 220, level = 100, type = "psychic", type2 = "no type"}, ["Mew"] = {offense = 10, defense = 10, specialattack = 10, vitality = 20, agility = 0.3, exp = 64, level = 100, type = "psychic", type2 = "no type"}, -------------------------------------------------------------Statos Pokemon Shiny Kanto------------------------------------------------------------- ["Shiny Bulbasaur"] = {offense = 5.39, defense = 5.39, specialattack = 7.15, vitality = 9.9, agility = 0.11, exp = 70.4, level = 18, type = "grass", type2 = "poison"}, ["Shiny Ivysaur"] = {offense = 6.82, defense = 6.93, specialattack = 8.8, vitality = 13.2, agility = 0.22, exp = 155.1, level = 38, type = "grass", type2 = "poison"}, ["Shiny Venusaur"] = {offense = 9.02, defense = 9.13, specialattack = 11, vitality = 17.6, agility = 0.33, exp = 228.8, level = 75, type = "grass", type2 = "poison"}, ["Shiny Charmander"] = {offense = 5.72, defense = 4.73, specialattack = 6.6, vitality = 8.58, agility = 0.11, exp = 71.5, level = 18, type = "fire", type2 = "no type"}, ["Shiny Charmeleon"] = {offense = 7.15, defense = 6.38, specialattack = 9.35, vitality = 12.76, agility = 0.22, exp = 156.2, level = 38, type = "fire", type2 = "no type"}, ["Shiny Charizard"] = {offense = 9.35, defense = 8.58, specialattack = 12.1, vitality = 17.16, agility = 0.33, exp = 229.9, level = 75, type = "fire", type2 = "flying"}, ["Shiny Squirtle"] = {offense = 5.28, defense = 7.15, specialattack = 5.5, vitality = 9.68, agility = 0.11, exp = 72.6, level = 18, type = "water", type2 = "no type"}, ["Shiny Wartortle"] = {offense = 6.93, defense = 8.8, specialattack = 7.15, vitality = 12.98, agility = 0.22, exp = 157.3, level = 38, type = "water", type2 = "no type"}, ["Shiny Blastoise"] = {offense = 9.13, defense = 11, specialattack = 9.35, vitality = 17,38, agility = 0.33, exp = 231, level = 75, type = "water", type2 = "no type"}, ["Shiny Caterpie"] = {offense = 3.3, defense = 3.85, specialattack = 2.2, vitality = 9.9, agility = 0.11, exp = 58.3, level = 3, type = "bug", type2 = "no type"}, ["Shiny Metapod"] = {offense = 2.2, defense = 6.05, specialattack = 2.75, vitality = 11, agility = 0.22, exp = 79.2, level = 10, type = "bug", type2 = "no type"}, ["Shiny Butterfree"] = {offense = 4.95, defense = 5.5, specialattack = 8.8, vitality = 13.2, agility = 0.33, exp = 176, level = 30, type = "bug", type2 = "flying"}, ["Shiny Weedle"] = {offense = 3.85, defense = 3.3, specialattack = 2.2, vitality = 8.8, agility = 0.11, exp = 57.2, level = 3, type = "bug", type2 = "poison"}, ["Shiny Kakuna"] = {offense = 2.75, defense = 5.5, specialattack = 2.75, vitality = 9.9, agility = 0.22, exp = 132, level = 10, type = "bug", type2 = "poison"}, ["Shiny Beedrill"] = {offense = 8.8, defense = 4.4, specialattack = 4.95, vitality = 14.3, agility = 0.33, exp = 154.9, level = 30, type = "bug", type2 = "poison"}, ["Shiny Pidgey"] = {offense = 4.95, defense = 4.4, specialattack = 3.85, vitality = 8.8, agility = 0.11, exp = 60.5, level = 5, type = "normal", type2 = "flying"}, ["Shiny Pidgeotto"] = {offense = 6.6, defense = 6.05, specialattack = 5.5, vitality = 13.86, agility = 0.22, exp = 124.3, level = 20, type = "normal", type2 = "flying"}, ["Shiny Pidgeot"] = {offense = 8.8, defense = 8.25, specialattack = 7.7, vitality = 18.26, agility = 0.33, exp = 189.2, level = 60, type = "normal", type2 = "flying"}, ["Shiny Rattata"] = {offense = 6.16, defense = 3.85, specialattack = 2.75, vitality = 6.6, agility = 0.11, exp = 62.7, level = 3, type = "normal", type2 = "no type"}, ["Shiny Raticate"] = {offense = 8.91, defense = 6.6, specialattack = 5.5, vitality = 12.1, agility = 0.22, exp = 127.6, level = 20, type = "normal", type2 = "no type"}, ["Shiny Spearow"] = {offense = 6.6, defense = 3.3, specialattack = 3.41, vitality = 8.8, agility = 0.11, exp = 63.8, level = 5, type = "normal", type2 = "flying"}, ["Shiny Fearow"] = {offense = 9.9, defense = 7.15, specialattack = 6.71, vitality = 14.3, agility = 0.22, exp = 178.2, level = 50, type = "normal", type2 = "flying"}, ["Shiny Ekans"] = {offense = 6.6, defense = 4.84, specialattack = 4.4, vitality = 7.7, agility = 0.11, exp = 68.2, level = 12, type = "poison", type2 = "no type"}, ["Shiny Arbok"] = {offense = 9.35, defense = 7.59, specialattack = 7.15, vitality = 13.2, agility = 0.22, exp = 161.7, level = 30, type = "poison", type2 = "no type"}, ["Shiny Pikachu"] = {offense = 6.05, defense = 3.3, specialattack = 5.5, vitality = 7.7, agility = 0.22, exp = 90.2, level = 20, type = "electric", type2 = "no type"}, ["Shiny Raichu"] = {offense = 9.9, defense = 6.05, specialattack = 9.9, vitality = 13.2, agility = 0.33, exp = 134.2, level = 50, type = "electric", type2 = "no type"}, ["Shiny Sandshrew"] = {offense = 8.25, defense = 9.35, specialattack = 2.2, vitality = 11, agility = 0.11, exp = 102.3, level = 18, type = "ground", type2 = "no type"}, ["Shiny Sandslash"] = {offense = 11, defense = 12.1, specialattack = 4.95, vitality = 16.5, agility = 0.22, exp = 179.3, level = 55, type = "ground", type2 = "no type"}, ["Shiny Nidoran Female"] = {offense = 5.17, defense = 5.72, specialattack = 4.4, vitality = 12.1, agility = 0.11, exp = 64.9, level = 10, type = "poison", type2 = "no type"}, ["Shiny Nidorina"] = {offense = 6.82, defense = 7.37, specialattack = 6.05, vitality = 15.4, agility = 0.22, exp = 64.9, level = 25, type = "poison", type2 = "no type"}, ["Shiny Nidoqueen"] = {offense = 9.02, defense = 9.57, specialattack = 8.25, vitality = 19.8, agility = 0.33, exp = 213.4, level = 65, type = "poison", type2 = "ground"}, ["Shiny Nidoran Male"] = {offense = 6.27, defense = 4.4, specialattack = 4.4, vitality = 10.12, agility = 0.11, exp = 66, level = 10, type = "poison", type2 = "no type"}, ["Shiny Nidorino"] = {offense = 7.92, defense = 6.27, specialattack = 6.05, vitality = 13.42, agility = 0.22, exp = 129.8, level = 25, type = "poison", type2 = "no type"}, ["Shiny Nidoking"] = {offense = 10.12, defense = 8.47, specialattack = 9.35, vitality = 17.82, agility = 0.33, exp = 214.5, level = 65, type = "poison", type2 = "ground"}, ["Shiny Clefairy"] = {offense = 4.95, defense = 5.28, specialattack = 6.6, vitality = 15.4, agility = 0.22, exp = 74.8, level = 10, type = "normal", type2 = "no type"}, ["Shiny Clefable"] = {offense = 7.7, defense = 8.03, specialattack = 9.35, vitality = 20.9, agility = 0.33, exp = 141.9, level = 35, type = "normal", type2 = "no type"}, ["Shiny Vulpix"] = {offense = 4.51, defense = 4.4, specialattack = 5.5, vitality = 8.36, agility = 0.11, exp = 69.3, level = 16, type = "fire", type2 = "no type"}, ["Shiny Ninetales"] = {offense = 8.36, defense = 8.25, specialattack = 8.91, vitality = 16.06, agility = 0.22, exp = 195.8, level = 65, type = "fire", type2 = "no type"}, ["Shiny Jigglypuff"] = {offense = 4.95, defense = 2.2, specialattack = 4.95, vitality = 25.3, agility = 0.22, exp = 83.6, level = 10, type = "normal", type2 = "no type"}, ["Shiny Wigglytuff"] = {offense = 7.7, defense = 4.95, specialattack = 8.25, vitality = 30.8, agility = 0.33, exp = 119.9, level = 42, type = "normal", type2 = "no type"}, ["Shiny Zubat"] = {offense = 4.95, defense = 3.85, specialattack = 3.3, vitality = 8.8, agility = 0.11, exp = 59.4, level = 5, type = "poison", type2 = "flying"}, ["Shiny Golbat"] = {offense = 8.8, defense = 7.7, specialattack = 7.15, vitality = 16.5, agility = 0.22, exp = 188.1, level = 30, type = "poison", type2 = "flying"}, ["Shiny Oddish"] = {offense = 5.5, defense = 6.05, specialattack = 8.25, vitality = 9.9, agility = 0.11, exp = 85.8, level = 5, type = "grass", type2 = "poison"}, ["Shiny Gloom"] = {offense = 7.15, defense = 7.7, specialattack = 9.35, vitality = 13.2, agility = 0.22, exp = 145.2, level = 18, type = "grass", type2 = "poison"}, ["Shiny Vileplume"] = {offense = 8.8, defense = 9.35, specialattack = 11, vitality = 16.5, agility = 0.33, exp = 202.4, level = 50, type = "grass", type2 = "poison"}, ["Shiny Paras"] = {offense = 7.7, defense = 6.05, specialattack = 4.95, vitality = 7.7, agility = 0.11, exp = 77, level = 5, type = "bug", type2 = "grass"}, ["Shiny Parasect"] = {offense = 10.45, defense = 8.8, specialattack = 6.6, vitality = 13.2, agility = 0.22, exp = 140.8, level = 40, type = "bug", type2 = "grass"}, ["Shiny Venonat"] = {offense = 6.05, defense = 5.5, specialattack = 4.4, vitality = 13.2, agility = 0.11, exp = 82.5, level = 14, type = "bug", type2 = "poison"}, ["Shiny Venomoth"] = {offense = 7.15, defense = 6.6, specialattack = 9.9, vitality = 14.3, agility = 0.22, exp = 151.8, level = 40, type = "bug", type2 = "poison"}, ["Shiny Diglett"] = {offense = 6.05, defense = 2.75, specialattack = 3.85, vitality = 4, agility = 0.11, exp = 89.1, level = 5, type = "ground", type2 = "no type"}, ["Shiny Dugtrio"] = {offense = 8.8, defense = 5.5, specialattack = 5.5, vitality = 8, agility = 0.22, exp = 168.3, level = 35, type = "ground", type2 = "no type"}, ["Shiny Meowth"] = {offense = 4.95, defense = 3.85, specialattack = 4.4, vitality = 8.8, agility = 0.11, exp = 75.9, level = 12, type = "normal", type2 = "no type"}, ["Shiny Persian"] = {offense = 7.7, defense = 6.6, specialattack = 7.15, vitality = 14.3, agility = 0.22, exp = 162.8, level = 25, type = "normal", type2 = "no type"}, ["Shiny Psyduck"] = {offense = 5.72, defense = 5.28, specialattack = 7.15, vitality = 11, agility = 0.11, exp = 88, level = 12, type = "water", type2 = "no type"}, ["Shiny Golduck"] = {offense = 9.02, defense = 8.58, specialattack = 10.45, vitality = 17.6, agility = 0.22, exp = 191.4, level = 55, type = "water", type2 = "no type"}, ["Shiny Mankey"] = {offense = 8.8, defense = 3.85, specialattack = 3.85, vitality = 8.8, agility = 0.11, exp = 81.4, level = 10, type = "fighting", type2 = "no type"}, ["Shiny Primeape"] = {offense = 11.55, defense = 6.6, specialattack = 6.6, vitality = 14.3, agility = 0.22, exp = 163.9, level = 45, type = "fighting", type2 = "no type"}, ["Shiny Growlithe"] = {offense = 7.7, defense = 4.95, specialattack = 7.7, vitality = 12.1, agility = 0.11, exp = 100.1, level = 16, type = "fire", type2 = "no type"}, ["Shiny Arcanine"] = {offense = 12.1, defense = 8.8, specialattack = 11, vitality = 19.8, agility = 0.22, exp = 234.3, level = 70, type = "fire", type2 = "no type"}, ["Shiny Poliwag"] = {offense = 5.5, defense = 4.4, specialattack = 4.4, vitality = 8.8, agility = 0.11, exp = 84.7, level = 5, type = "water", type2 = "no type"}, ["Shiny Poliwhirl"] = {offense = 7.15, defense = 7.15, specialattack = 5.5, vitality = 14.3, agility = 0.22, exp = 144.1, level = 20, type = "water", type2 = "no type"}, ["Shiny Poliwrath"] = {offense = 9.35, defense = 10.45, specialattack = 7.7, vitality = 19.8, agility = 0.33, exp = 203.5, level = 60, type = "water", type2 = "fighting"}, ["Shiny Abra"] = {offense = 2.2, defense = 1.65, specialattack = 11.55, vitality = 5.5, agility = 0.11, exp = 82.5, level = 12, type = "psychic", type2 = "no type"}, ["Shiny Kadabra"] = {offense = 3.85, defense = 3.3, specialattack = 13.2, vitality = 8.8, agility = 0.22, exp = 159.5, level = 40, type = "psychic", type2 = "no type"}, ["Shiny Alakazam"] = {offense = 6.05, defense = 4.95, specialattack = 14.85, vitality = 12.1, agility = 0.33, exp = 204.6, level = 70, type = "psychic", type2 = "no type"}, ["Shiny Machop"] = {offense = 8.8, defense = 5.5, specialattack = 3.85, vitality = 15.4, agility = 0.11, exp = 82.5, level = 16, type = "fighting", type2 = "no type"}, ["Shiny Machoke"] = {offense = 11, defense = 7.7, specialattack = 5.5, vitality = 17.6, agility = 0.22, exp = 160.6, level = 38, type = "fighting", type2 = "no type"}, ["Shiny Machamp"] = {offense = 14.3, defense = 8.8, specialattack = 7.15, vitality = 19.8, agility = 0.33, exp = 212.3, level = 70, type = "fighting", type2 = "no type"}, ["Shiny Bellsprout"] = {offense = 8.25, defense = 3.85, specialattack = 7.7, vitality = 11, agility = 0.11, exp = 92.4, level = 5, type = "grass", type2 = "poison"}, ["Shiny Weepinbell"] = {offense = 9.9, defense = 5.5, specialattack = 9.35, vitality = 14.3, agility = 0.22, exp = 166.1, level = 18, type = "grass", type2 = "poison"}, ["Shiny Victreebel"] = {offense = 11.55, defense = 7.15, specialattack = 11, vitality = 17.6, agility = 0.33, exp = 210.1, level = 50, type = "grass", type2 = "poison"}, ["Shiny Tentacool"] = {offense = 4.4, defense = 3.85, specialattack = 5.5, vitality = 8.8, agility = 0.11, exp = 115.5, level = 12, type = "water", type2 = "poison"}, ["Shiny Tentacruel"] = {offense = 7.7, defense = 7.15, specialattack = 8.8, vitality = 17.6, agility = 0.22, exp = 225.5, level = 70, type = "water", type2 = "poison"}, ["Shiny Geodude"] = {offense = 8.8, defense = 11, specialattack = 3.3, vitality = 8.8, agility = 0.11, exp = 80.3, level = 15, type = "rock", type2 = "ground"}, ["Shiny Graveler"] = {offense = 10.45, defense = 12.65, specialattack = 4.95, vitality = 12.1, agility = 0.22, exp = 147.4, level = 40, type = "rock", type2 = "ground"}, ["Shiny Golem"] = {offense = 12.1, defense = 14.3, specialattack = 6.05, vitality = 17.6, agility = 0.33, exp = 194.7, level = 70, type = "rock", type2 = "ground"}, ["Shiny Ponyta"] = {offense = 9.35, defense = 6.05, specialattack = 7.15, vitality = 11, agility = 0.11, exp = 167.2, level = 15, type = "fire", type2 = "no type"}, ["Shiny Rapidash"] = {offense = 11, defense = 7.7, specialattack = 8.8, vitality = 14.3, agility = 0.22, exp = 211.2, level = 55, type = "fire", type2 = "no type"}, ["Shiny Slowpoke"] = {offense = 7.15, defense = 7.15, specialattack = 4.4, vitality = 19.8, agility = 0.11, exp = 108.9, level = 12, type = "water", type2 = "psychic"}, ["Shiny Slowbro"] = {offense = 8.25, defense = 12.1, specialattack = 11, vitality = 20.9, agility = 0.22, exp = 180.4, level = 45, type = "water", type2 = "psychic"}, ["Shiny Magnemite"] = {offense = 3.85, defense = 7.7, specialattack = 10.45, vitality = 5.5, agility = 0.11, exp = 97.9, level = 15, type = "electric", type2 = "steel"}, ["Shiny Magneton"] = {offense = 6.6, defense = 10.45, specialattack = 13.2, vitality = 11, agility = 0.22, exp = 177.1, level = 38, type = "electric", type2 = "steel"}, ["Shiny Farfetch'd"] = {offense = 7.15, defense = 6.05, specialattack = 6.38, vitality = 11.44, agility = 0.11, exp = 103.4, level = 35, type = "normal", type2 = "flying"}, ["Shiny Doduo"] = {offense = 9.35, defense = 4.95, specialattack = 3.85, vitality = 7.7, agility = 0.11, exp = 105.6, level = 12, type = "normal", type2 = "flying"}, ["Shiny Dodrio"] = {offense = 12.1, defense = 7.7, specialattack = 6.6, vitality = 13.2, agility = 0.22, exp = 173.8, level = 42, type = "normal", type2 = "flying"}, ["Shiny Seel"] = {offense = 4.95, defense = 6.05, specialattack = 4.95, vitality = 14.3, agility = 0.11, exp = 110, level = 47, type = "water", type2 = "no type"}, ["Shiny Dewgong"] = {offense = 7.7, defense = 8.8, specialattack = 7.7, vitality = 19.8, agility = 0.22, exp = 193.6, level = 55, type = "water", type2 = "ice"}, ["Shiny Grimer"] = {offense = 8.8, defense = 5.5, specialattack = 4.4, vitality = 17.6, agility = 0.11, exp = 99, level = 12, type = "poison", type2 = "no type"}, ["Shiny Muk"] = {offense = 11.55, defense = 8.25, specialattack = 7.15, vitality = 23.1, agility = 0.22, exp = 172.7, level = 30, type = "poison", type2 = "no type"}, ["Shiny Shellder"] = {offense = 7.15, defense = 11, specialattack = 4.95, vitality = 6.6, agility = 0.11, exp = 106.7, level = 5, type = "water", type2 = "no type"}, ["Shiny Cloyster"] = {offense = 10.45, defense = 19.8, specialattack = 9.35, vitality = 11, agility = 0.22, exp = 223.3, level = 65, type = "water", type2 = "ice"}, ["Shiny Gastly"] = {offense = 3.85, defense = 3.3, specialattack = 11, vitality = 6.6, agility = 0.11, exp = 104.5, level = 14, type = "ghost", type2 = "poison"}, ["Shiny Haunter"] = {offense = 5.5, defense = 4.95, specialattack = 12.65, vitality = 9.9, agility = 0.22, exp = 138.6, level = 40, type = "ghost", type2 = "poison"}, ["Shiny Gengar"] = {offense = 7.15, defense = 6.6, specialattack = 14.3, vitality = 13.2, agility = 0.33, exp = 209, level = 70, type = "ghost", type2 = "poison"}, ["Shiny Onix"] = {offense = 4.95, defense = 17.6, specialattack = 3.3, vitality = 7.7, agility = 0.22, exp = 118.8, level = 50, type = "rock", type2 = "ground"}, ["Shiny Drowzee"] = {offense = 5.28, defense = 4.95, specialattack = 4.73, vitality = 13.2, agility = 0.11, exp = 112.2, level = 18, type = "psychic", type2 = "no type"}, ["Shiny Hypno"] = {offense = 8.03, defense = 7.7, specialattack = 8.03, vitality = 18.7, agility = 0.22, exp = 181.5, level = 50, type = "psychic", type2 = "no type"}, ["Shiny Krabby"] = {offense = 11.55, defense = 9.9, specialattack = 2.75, vitality = 6.6, agility = 0.11, exp = 126.5, level = 5, type = "water", type2 = "no type"}, ["Shiny Kingler"] = {offense = 14.3, defense = 12.65, specialattack = 5.5, vitality = 12.1, agility = 0.22, exp = 226.6, level = 35, type = "water", type2 = "no type"}, ["Shiny Voltorb"] = {offense = 3.3, defense = 5.5, specialattack = 6.05, vitality = 8.8, agility = 0.11, exp = 113.3, level = 14, type = "electric", type2 = "no type"}, ["Shiny Electrode"] = {offense = 5.5, defense = 7.7, specialattack = 8.8, vitality = 13.2, agility = 0.22, exp = 165, level = 38, type = "electric", type2 = "no type"}, ["Shiny Exeggcute"] = {offense = 4.4, defense = 8.8, specialattack = 6.6, vitality = 13.2, agility = 0.11, exp = 107.8, level = 8, type = "grass", type2 = "psychic"}, ["Shiny Exeggutor"] = {offense = 10.45, defense = 9.35, specialattack = 13.75, vitality = 20.9, agility = 0.22, exp = 233.2, level = 48, type = "grass", type2 = "psychic"}, ["Shiny Cubone"] = {offense = 5.5, defense = 10.45, specialattack = 4.4, vitality = 11, agility = 0.11, exp = 95.7, level = 18, type = "ground", type2 = "no type"}, ["Shiny Marowak"] = {offense = 8.8, defense = 12.1, specialattack = 5.5, vitality = 13.2, agility = 0.22, exp = 136.4, level = 45, type = "ground", type2 = "no type"}, ["Shiny Hitmonlee"] = {offense = 13.2, defense = 5.83, specialattack = 3.85, vitality = 11, agility = 0.33, exp = 152.9, level = 60, type = "fighting", type2 = "no type"}, ["Shiny Hitmonchan"] = {offense = 11.55, defense = 8.69, specialattack = 3.85, vitality = 11, agility = 0.33, exp = 154, level = 60, type = "fighting", type2 = "no type"}, ["Shiny Lickitung"] = {offense = 6.05, defense = 8.25, specialattack = 6.6, vitality = 19.8, agility = 0.22, exp = 139.7, level = 45, type = "normal", type2 = "no type"}, ["Shiny Koffing"] = {offense = 7.15, defense = 10.45, specialattack = 6.6, vitality = 8.8, agility = 0.11, exp = 125.4, level = 15, type = "poison", type2 = "no type"}, ["Shiny Weezing"] = {offense = 9.9, defense = 13.2, specialattack = 9.35, vitality = 14.3, agility = 0.22, exp = 190.3, level = 30, type = "poison", type2 = "no type"}, ["Shiny Rhyhorn"] = {offense = 9.35, defense = 10.45, specialattack = 3.3, vitality = 17.6, agility = 0.11, exp = 148.5, level = 35, type = "ground", type2 = "rock"}, ["Shiny Rhydon"] = {offense = 14.3, defense = 13.2, specialattack = 4.95, vitality = 23.1, agility = 0.22, exp = 224.4, level = 65, type = "ground", type2 = "rock"}, ["Shiny Chansey"] = {offense = 0.55, defense = 0.55, specialattack = 3.85, vitality = 55, agility = 0.22, exp = 280.5, level = 50, type = "normal", type2 = "no type"}, ["Shiny Tangela"] = {offense = 6.05, defense = 12.65, specialattack = 11, vitality = 14.3, agility = 0.11, exp = 182.6, level = 35, type = "grass", type2 = "no type"}, ["Shiny Kangaskhan"] = {offense = 10.45, defense = 8.8, specialattack = 4.4, vitality = 23.1, agility = 0.22, exp = 192.5, level = 65, type = "normal", type2 = "no type"}, ["Shiny Horsea"] = {offense = 4.4, defense = 7.7, specialattack = 7.7, vitality = 6.6, agility = 0.11, exp = 91.3, level = 5, type = "water", type2 = "no type"}, ["Shiny Seadra"] = {offense = 7.15, defense = 10.45, specialattack = 10.45, vitality = 12.1, agility = 0.22, exp = 170.5, level = 40, type = "water", type2 = "no type"}, ["Shiny Goldeen"] = {offense = 7.37, defense = 6.6, specialattack = 3.85, vitality = 9.9, agility = 0.11, exp = 122.1, level = 10, type = "water", type2 = "no type"}, ["Shiny Seaking"] = {offense = 10.12, defense = 7.15, specialattack = 7.15, vitality = 17.6, agility = 0.22, exp = 187, level = 25, type = "water", type2 = "no type"}, ["Shiny Staryu"] = {offense = 4.95, defense = 6.05, specialattack = 7.7, vitality = 6.6, agility = 0.11, exp = 116.6, level = 15, type = "water", type2 = "no type"}, ["Shiny Starmie"] = {offense = 8.25, defense = 9.35, specialattack = 11, vitality = 13.2, agility = 0.22, exp = 227.7, level = 38, type = "water", type2 = "psychic"}, ["Shiny Mr. Mime"] = {offense = 4.95, defense = 7.15, specialattack = 11, vitality = 8.8, agility = 0.33, exp = 149.6, level = 45, type = "psychic", type2 = "no type"}, ["Shiny Scyther"] = {offense = 12.1, defense = 8.8, specialattack = 6.05, vitality = 15.4, agility = 0.33, exp = 205.7, level = 60, type = "bug", type2 = "flying"}, ["Shiny Jynx"] = {offense = 5.5, defense = 3.85, specialattack = 12.65, vitality = 14.3, agility = 0.33, exp = 150.7, level = 55, type = "ice", type2 = "psychic"}, ["Shiny Electabuzz"] = {offense = 9.13, defense = 6.27, specialattack = 10.45, vitality = 14.3, agility = 0.33, exp = 171.6, level = 60, type = "electric", type2 = "no type"}, ["Shiny Magmar"] = {offense = 10.45, defense = 6.27, specialattack = 11, vitality = 14.3, agility = 0.33, exp = 183.7, level = 60, type = "fire", type2 = "no type"}, ["Shiny Pinsir"] = {offense = 13.75, defense = 11, specialattack = 6.05, vitality = 14.3, agility = 0.33, exp = 220, level = 42, type = "bug", type2 = "no type"}, ["Shiny Tauros"] = {offense = 11, defense = 10.45, specialattack = 4.4, vitality = 16.5, agility = 0.33, exp = 232.1, level = 40, type = "normal", type2 = "no type"}, ["Shiny Magikarp"] = {offense = 1.1, defense = 6.05, specialattack = 1.65, vitality = 4.4, agility = 0.11, exp = 22, level = 1, type = "water", type2 = "no type"}, ["Shiny Gyarados"] = {offense = 13.75, defense = 8.69, specialattack = 6.6, vitality = 20.9, agility = 0.33, exp = 235.4, level = 75, type = "water", type2 = "flying"}, ["Shiny Lapras"] = {offense = 9.35, defense = 8.8, specialattack = 9.35, vitality = 28.6, agility = 0.33, exp = 240.9, level = 65, type = "water", type2 = "ice"}, ["Shiny Ditto"] = {offense = 5.28, defense = 5.28, specialattack = 5.28, vitality = 10.56, agility = 0.33, exp = 67.1, level = 40, type = "normal", type2 = "no type"}, ["Shiny Eevee"] = {offense = 6.05, defense = 5.5, specialattack = 4.95, vitality = 12.3, agility = 0.11, exp = 101.2, level = 20, type = "normal", type2 = "no type"}, ["Shiny Vaporeon"] = {offense = 7.15, defense = 6.6, specialattack = 12.1, vitality = 28.6, agility = 0.33, exp = 215.6, level = 55, type = "water", type2 = "no type"}, ["Shiny Jolteon"] = {offense = 7.15, defense = 6.6, specialattack = 12.1, vitality = 14.3, agility = 0.33, exp = 216.7, level = 55, type = "electric", type2 = "no type"}, ["Shiny Flareon"] = {offense = 14.3, defense = 6.6, specialattack = 10.45, vitality = 14.3, agility = 0.33, exp = 217.8, level = 55, type = "fire", type2 = "no type"}, ["Shiny Porygon"] = {offense = 6.6, defense = 7.7, specialattack = 9.35, vitality = 14.3, agility = 0.11, exp = 143, level = 45, type = "normal", type2 = "no type"}, ["Shiny Omanyte"] = {offense = 4.4, defense = 11, specialattack = 9.9, vitality = 7.7, agility = 0.11, exp = 108.9, level = 20, type = "rock", type2 = "water"}, ["Shiny Omastar"] = {offense = 6.6, defense = 13.75, specialattack = 12.65, vitality = 15.4, agility = 0.22, exp = 218.9, level = 70, type = "rock", type2 = "water"}, ["Shiny Kabuto"] = {offense = 8.8, defense = 9.9, specialattack = 6.05, vitality = 6.6, agility = 0.11, exp = 108.9, level = 20, type = "rock", type2 = "water"}, ["Shiny Kabutops"] = {offense = 12.65, defense = 11.55, specialattack = 7.15, vitality = 13.2, agility = 0.22, exp = 218.9, level = 70, type = "rock", type2 = "water"}, ["Shiny Aerodactyl"] = {offense = 11.55, defense = 7.15, specialattack = 6.6, vitality = 17.6, agility = 0.33, exp = 222.2, level = 85, type = "rock", type2 = "Flying"}, ["Shiny Snorlax"] = {offense = 12.1, defense = 7.15, specialattack = 7.15, vitality = 35.2, agility = 0.33, exp = 169.4, level = 85, type = "normal", type2 = "no type"}, ["Shiny Articuno"] = {offense = 9.35, defense = 11, specialattack = 10.45, vitality = 19.8, agility = 0.33, exp = 236.5, level = 100, type = "ice", type2 = "flying"}, ["Shiny Zapdos"] = {offense = 9.9, defense = 9.35, specialattack = 13.75, vitality = 19.8, agility = 0.33, exp = 237.6, level = 100, type = "electric", type2 = "flying"}, ["Shiny Moltres"] = {offense = 11, defense = 9.9, specialattack = 13.75, vitality = 19.8, agility = 0.33, exp = 238.7, level = 100, type = "fire", type2 = "flying"}, ["Shiny Dratini"] = {offense = 7.15, defense = 4.95, specialattack = 5.5, vitality = 9.02, agility = 0.11, exp = 73.7, level = 15, type = "dragon", type2 = "no type"}, ["Shiny Dragonair"] = {offense = 9.24, defense = 7.15, specialattack = 7.7, vitality = 13.42, agility = 0.22, exp = 158.4, level = 45, type = "dragon", type2 = "no type"}, ["Shiny Dragonite"] = {offense = 14.74, defense = 10.45, specialattack = 11, vitality = 20.02, agility = 0.33, exp = 239.8, level = 85, type = "dragon", type2 = "flying"}, ["Shiny Mewtwo"] = {offense = 12.1, defense = 9.9, specialattack = 16.94, vitality = 23.32, agility = 0.33, exp = 242, level = 100, type = "psychic", type2 = "no type"}, ["Shiny Mew"] = {offense = 11, defense = 11, specialattack = 11, vitality = 22, agility = 0.33, exp = 70.4, level = 100, type = "psychic", type2 = "no type"}, -----------------------------------------------------------Startos Pokemon Johto----------------------------------------------------------- ["Chikorita"] = {offense = 4.9, defense = 6.5, specialattack = 4.9, vitality = 9, agility = 0.1, exp = 64, level = 18, type = "grass", type2 = "no type"}, ["Bayleef"] = {offense = 6.2, defense = 8, specialattack = 6.3, vitality = 12, agility = 0.2, exp = 141, level = 38, type = "grass", type2 = "no type"}, ["Meganium"] = {offense = 8.2, defense = 10, specialattack = 8.3, vitality = 16, agility = 0.3, exp = 208, level = 75, type = "grass", type2 = "no type"}, ["Cyndaquil"] = {offense = 5, defense = 4.3, specialattack = 6, vitality = 8, agility = 0.1, exp = 65, level = 18, type = "fire", type2 = "no type"}, ["Quilava"] = {offense = 6.4, defense = 5.8, specialattack = 8.5, vitality = 12, agility = 0.2, exp = 142, level = 38, type = "fire", type2 = "no type"}, ["Typhlosion"] = {offense = 8.4, defense = 7.8, specialattack = 11, vitality = 16, agility = 0.3, exp = 209, level = 75, type = "fire", type2 = "no type"}, ["Totodile"] = {offense = 6.5, defense = 6.4, specialattack = 4.4, vitality = 10, agility = 0.1, exp = 66, level = 18, type = "water", type2 = "no type"}, ["Croconaw"] = {offense = 8, defense = 8, specialattack = 5.9, vitality = 13, agility = 0.2, exp = 141, level = 38, type = "water", type2 = "no type"}, ["Feraligatr"] = {offense = 10.5, defense = 10, specialattack = 7.9, vitality = 17, agility = 0.3, exp = 142, level = 75, type = "water", type2 = "no type"}, ["Sentret"] = {offense = 4.6, defense = 3.4, specialattack = 3.5, vitality = 7, agility = 0.1, exp = 57, level = 3, type = "normal", type2 = "no type"}, ["Furret"] = {offense = 7.6, defense = 6.4, specialattack = 4.5, vitality = 17, agility = 0.2, exp = 116, level = 28, type = "normal", type2 = "no type"}, ["Hoothoot"] = {offense = 3, defense = 3, specialattack = 3.6, vitality = 12, agility = 0.1, exp = 58, level = 3, type = "normal", type2 = "flying"}, ["Noctowl"] = {offense = 5, defense = 5, specialattack = 7.6, vitality = 20, agility = 0.2, exp = 162, level = 38, type = "normal", type2 = "flying"}, ["Ledyba"] = {offense = 2, defense = 3, specialattack = 4, vitality = 8, agility = 0.1, exp = 54, level = 12, type = "bug", type2 = "flying"}, ["Ledian"] = {offense = 3.5, defense = 5.0, specialattack = 5.5, vitality = 11, agility = 0.2, exp = 134, level = 30, type = "bug", type2 = "flying"}, ["Spinarak"] = {offense = 6, defense = 4, specialattack = 4, vitality = 8, agility = 0.1, exp = 54, level = 15, type = "bug", type2 = "poison"}, ["Ariados"] = {offense = 9, defense = 7, specialattack = 6, vitality = 14, agility = 0.2, exp = 134, level = 42, type = "bug", type2 = "poison"}, ["Crobat"] = {offense = 9, defense = 8, specialattack = 7, vitality = 17, agility = 0.3, exp = 204, level = 70, type = "poison", type2 = "flying"}, ["Chinchou"] = {offense = 3.8, defense = 3.8, specialattack = 5.6, vitality = 15, agility = 0.1, exp = 90, level = 14, type = "water", type2 = "electric"}, ["Lanturn"] = {offense = 5.8, defense = 5.8, specialattack = 7.6, vitality = 25, agility = 0.2, exp = 156, level = 38, type = "water", type2 = "electric"}, ["Pichu"] = {offense = 4, defense = 1.5, specialattack = 3.5, vitality = 4, agility = 0.1, exp = 42, level = 3, type = "electric", type2 = "no type"}, ["Cleffa"] = {offense = 2.5, defense = 2.8, specialattack = 4.5, vitality = 10, agility = 0.1, exp = 37, level = 3, type = "normal", type2 = "no type"}, ["Igglybuff"] = {offense = 3, defense = 1.5, specialattack = 4, vitality = 18, agility = 0.1, exp = 39, level = 3, type = "normal", type2 = "no type"}, ["Togepi"] = {offense = 2, defense = 6.5, specialattack = 4, vitality = 7, agility = 0.1, exp = 74, level = 10, type = "normal", type2 = "no type"}, ["Togetic"] = {offense = 4, defense = 8.5, specialattack = 8, vitality = 11, agility = 0.2, exp = 114, level = 45, type = "normal", type2 = "flying"}, ["Natu"] = {offense = 5, defense = 4.5, specialattack = 7, vitality = 8, agility = 0.1, exp = 73, level = 15, type = "psychic", type2 = "flying"}, ["Xatu"] = {offense = 7.5, defense = 7, specialattack = 9.5, vitality = 13, agility = 0.2, exp = 171, level = 45, type = "psychic", type2 = "flying"}, ["Mareep"] = {offense = 4, defense = 4, specialattack = 6.5, vitality = 11, agility = 0.1, exp = 59, level = 12, type = "electric", type2 = "no type"}, ["Flaaffy"] = {offense = 5.5, defense = 5.5, specialattack = 8, vitality = 14, agility = 0.2, exp = 117, level = 30, type = "electric", type2 = "no type"}, ["Ampharos"] = {offense = 7.5, defense = 7.5, specialattack = 11.5, vitality = 18, agility = 0.3, exp = 194, level = 65, type = "electric", type2 = "no type"}, ["Bellossom"] = {offense = 8, defense = 8.5, specialattack = 9, vitality = 15, agility = 0.3, exp = 184, level = 50, type = "grass", type2 = "no type"}, ["Marill"] = {offense = 2, defense = 5, specialattack = 2, vitality = 14, agility = 0.1, exp = 58, level = 14, type = "water", type2 = "no type"}, ["Azumarill"] ={offense = 5, defense = 8, specialattack = 5, vitality = 20, agility = 0.2, exp = 153, level = 28, type = "water", type2 = "no type"}, ["Sudowoodo"] = {offense = 10, defense = 11.5, specialattack = 3, vitality = 14, agility = 0.3, exp = 135, level = 46, type = "rock", type2 = "no type"}, ["Politoed"] = {offense = 7.5, defense = 7.5, specialattack = 9, vitality = 18, agility = 0.3, exp = 185, level = 60, type = "water", type2 = "no type"}, ["Hoppip"] = {offense = 3.5, defense = 4, specialattack = 3.5, vitality = 7, agility = 0.1, exp = 74, level = 10, type = "grass", type2 = "flying"}, ["Skiploom"] = {offense = 4.5, defense = 5, specialattack = 4.5, vitality = 11, agility = 0.2, exp = 136, level = 20, type = "grass", type2 = "flying"}, ["Jumpluff"] = {offense = 5.5, defense = 7, specialattack = 5.5, vitality = 15, agility = 0.3, exp = 176, level = 30, type = "grass", type2 = "flying"}, ["Aipom"] = {offense = 7, defense = 5.5, specialattack = 4, vitality = 11, agility = 0.1, exp = 94, level = 10, type = "normal", type2 = "no type"}, ["Sunkern"] = {offense = 3, defense = 3, specialattack = 3, vitality = 6, agility = 0.1, exp = 52, level = 3, type = "grass", type2 = "no type"}, ["Sunflora"] = {offense = 7.5, defense = 5.5, specialattack = 10.5, vitality = 15, agility = 0.2, exp = 146, level = 50, type = "grass", type2 = "no type"}, ["Yanma"] = {offense = 6.5, defense = 4.5, specialattack = 7.5, vitality = 13, agility = 0.2, exp = 147, level = 32, type = "bug", type2 = "flying"}, ["Wooper"] = {offense = 4.5, defense = 4.5, specialattack = 2.5, vitality = 11, agility = 0.1, exp = 52, level = 18, type = "water", type2 = "ground"}, ["Quagsire"] = {offense = 8.5, defense = 8.5, specialattack = 6.5, vitality = 19, agility = 0.2, exp = 137, level = 55, type = "water", type2 = "ground"}, ["Espeon"] = {offense = 6.5, defense = 6, specialattack = 13, vitality = 13, agility = 0.3, exp = 197, level = 55, type = "psychic", type2 = "no type"}, ["Umbreon"] = {offense = 6.5, defense = 11, specialattack = 6, vitality = 19, agility = 0.3, exp = 197, level = 55, type = "dark", type2 = "no type"}, ["Murkrow"] = {offense = 8.5, defense = 4.2, specialattack = 8.5, vitality = 12, agility = 0.1, exp = 107, level = 35, type = "dark", type2 = "flying"}, ["Slowking"] = {offense = 7.5, defense = 8, specialattack = 10, vitality = 19, agility = 0.3, exp = 164, level = 60, type = "water", type2 = "psychic"}, ["Misdreavus"] = {offense = 6, defense = 6, specialattack = 8.5, vitality = 12, agility = 0.1, exp = 147, level = 47, type = "ghost", type2 = "no type"}, ["Unown"] = {offense = 7.2, defense = 4.8, specialattack = 7.2, vitality = 9.6, agility = 0.1, exp = 61, level = 15, type = "psychic", type2 = "no type"}, ["Wobbuffet"] = {offense = 3.3, defense = 5.8, specialattack = 3.3, vitality = 38, agility = 0.2, exp = 177, level = 42, type = "psychic", type2 = "no type"}, ["Girafarig"] = {offense = 8, defense = 6.5, specialattack = 9, vitality = 14, agility = 0.3, exp = 149, level = 42, type = "normal", type2 = "psychic"}, ["Pineco"] = {offense = 6.5, defense = 9, specialattack = 3.5, vitality = 10, agility = 0.1, exp = 60, level = 18, type = "bug", type2 = "no type"}, ["Forretress"] = {offense = 9, defense = 14, specialattack = 6, vitality = 15, agility = 0.2, exp = 118, level = 55, type = "bug", type2 = "steel"}, ["Dunsparce"] = {offense = 7, defense = 7, specialattack = 6.5, vitality = 20, agility = 0.1, exp = 125, level = 35, type = "normal", type2 = "no type"}, ["Gligar"] = {offense = 7.5, defense = 10.5, specialattack = 3.5, vitality = 13, agility = 0.1, exp = 108, level = 30, type = "ground", type2 = "flying"}, ["Steelix"] = {offense = 8.5, defense = 20, specialattack = 5.5, vitality = 15, agility = 0.3, exp = 196, level = 75, type = "steel", type2 = "ground"}, ["Snubbull"] = {offense = 8, defense = 5, specialattack = 4, vitality = 12, agility = 0.1, exp = 63, level = 20, type = "normal", type2 = "no type"}, ["Granbull"] = {offense = 12, defense = 7.5, specialattack = 6, vitality = 18, agility = 0.2, exp = 178, level = 42, type = "normal", type2 = "no type"}, ["Qwilfish"] = {offense = 9.5, defense = 8.5, specialattack = 5.5, vitality = 13, agility = 0.1, exp = 100, level = 16, type = "water", type2 = "poison"}, ["Scizor"] = {offense = 13, defense = 10, specialattack = 5.5, vitality = 14, agility = 0.3, exp = 200, level = 75, type = "bug", type2 = "steel"}, ["Shuckle"] = {offense = 1, defense = 23, specialattack = 1, vitality = 4, agility = 0.2, exp = 80, level = 10, type = "bug", type2 = "rock"}, ["Heracross"] = {offense = 12.5, defense = 7.5, specialattack = 4, vitality = 16, agility = 0.2, exp = 200, level = 60, type = "bug", type2 = "fighting"}, ["Sneasel"] = {offense = 9.5, defense = 5.5, specialattack = 3.5, vitality = 11, agility = 0.2, exp = 132, level = 50, type = "dark", type2 = "ice"}, ["Teddiursa"] = {offense = 8, defense = 5, specialattack = 5, vitality = 12, agility = 0.1, exp = 124, level = 20, type = "normal", type2 = "no type"}, ["Ursaring"] = {offense = 13, defense = 7.5, specialattack = 7.5, vitality = 18, agility = 0.2, exp = 189, level = 70, type = "normal", type2 = "no type"}, ["Slugma"] = {offense = 4, defense = 4, specialattack = 7, vitality = 8, agility = 0.1, exp = 38, level = 78, type = "fire", type2 = "no type"}, ["Magcargo"] = {offense = 5, defense = 12, specialattack = 8, vitality = 10, agility = 0.2, exp = 154, level = 40, type = "fire", type2 = "rock"}, ["Swinub"] = {offense = 5, defense = 4, specialattack = 3, vitality = 10, agility = 0.1, exp = 78, level = 12, type = "ice", type2 = "ground"}, ["Piloswine"] = {offense = 10, defense = 8, specialattack = 6, vitality = 20, agility = 0.2, exp = 160, level = 70, type = "ice", type2 = "ground"}, ["Corsola"] = {offense = 5.5, defense = 8.5, specialattack = 6.5, vitality = 11, agility = 0.1, exp = 113, level = 42, type = "water", type2 = "rock"}, ["Remoraid"] = {offense = 6.5, defense = 3.5, specialattack = 6.5, vitality = 7, agility = 0.1, exp = 78, level = 14, type = "water", type2 = "no type"}, ["Octillery"] = {offense = 10.5, defense = 7.5, specialattack = 10.5, vitality = 15, agility = 0.2, exp = 164, level = 38, type = "water", type2 = "no type"}, ["Delibird"] = {offense = 5.5, defense = 4.5, specialattack = 6.5, vitality = 9, agility = 0.1, exp = 183, level = 25, type = "ice", type2 = "flying"}, ["Mantine"] = {offense = 4, defense = 7, specialattack = 8, vitality = 13, agility = 0.1, exp = 168, level = 50, type = "water", type2 = "flying"}, ["Skarmory"] = {offense = 8, defense = 14, specialattack = 4, vitality = 13, agility = 0.2, exp = 168, level = 70, type = "steel", type2 = "flying"}, ["Houndour"] = {offense = 6, defense = 3, specialattack = 8, vitality = 9, agility = 0.1, exp = 114, level = 18, type = "dark", type2 = "fire"}, ["Houndoom"] = {offense = 9, defense = 5, specialattack = 11, vitality = 15, agility = 0.2, exp = 204, level = 70, type = "dark", type2 = "fire"}, ["Kingdra"] = {offense = 9.5, defense = 9.5, specialattack = 9.5, vitality = 15, agility = 0.3, exp = 207, level = 75, type = "water", type2 = "dragon"}, ["Phanpy"] = {offense = 6, defense = 6, specialattack = 4, vitality = 18, agility = 0.1, exp = 124, level = 12, type = "ground", type2 = "no type"}, ["Donphan"] = {offense = 12, defense = 12, specialattack = 6, vitality = 18, agility = 0.2, exp = 189, level = 45, type = "ground", type2 = "no type"}, ["Porygon2"] = {offense = 8, defense = 9, specialattack = 10.5, vitality = 17, agility = 0.3, exp = 180, level = 60, type = "normal", type2 = "no type"}, ["Stantler"] = {9.5, defense = 6.2, specialattack = 8.5, vitality = 14.6, agility = 0.2, exp = 165, level = 35, type = "normal", type2 = "no type"}, ["Smeargle"] = {offense = 2, defense = 3.5, specialattack = 2, vitality = 11, agility = 0.1, exp = 106, level = 28, type = "normal", type2 = "no type"}, ["Tyrogue"] = {offense = 3.5, defense = 3.5, specialattack = 3.5, vitality = 7, agility = 0.1, exp = 91, level = 15, type = "fighting", type2 = "no type"}, ["Hitmontop"] = {offense = 9.5, defense = 9.5, specialattack = 3.5, vitality = 10, agility = 0.3, exp = 138, level = 60, type = "fighting", type2 = "no type"}, ["Smoochum"] = {offense = 3, defense = 1.5, specialattack = 8.5, vitality = 9, agility = 0.1, exp = 87, level = 3, type = "ice", type2 = "psychic"}, ["Elekid"] = {offense = 6.3, defense = 3.7, specialattack = 6.5, vitality = 9, agility = 0.1, exp = 106, level = 3, type = "electric", type2 = "no type"}, ["Magby"] = {offense = 7.5, defense = 3.7, specialattack = 7, vitality = 9, agility = 0.1, exp = 117, level = 3, type = "fire", type2 = "no type"}, ["Miltank"] = {offense = 8, defense = 10.5, specialattack = 4, vitality = 19, agility = 0.3, exp = 200, level = 32, type = "normal", type2 = "no type"}, ["Blissey"] = {offense = 1, defense = 1, specialattack = 7.5, vitality = 51, agility = 0.3, exp = 255, level = 70, type = "normal", type2 = "no type"}, ["Raikou"] = {offense = 8.5, defense = 7.5, specialattack = 11.5, vitality = 18, agility = 0.3, exp = 216, level = 100, type = "electric", type2 = "no type"}, ["Entei"] = {offense = 11.5, defense = 8.5, specialattack = 9, vitality = 23, agility = 0.3, exp = 217, level = 100, type = "fire", type2 = "no type"}, ["Suicune"] = {offense = 7.5, defense = 11.5, specialattack = 9, vitality = 20, agility = 0.3, exp = 218, level = 100, type = "water", type2 = "no type"}, ["Larvitar"] = {offense = 6.4, defense = 5, specialattack = 4.5, vitality = 10, agility = 0.1, exp = 67, level = 10, type = "rock", type2 = "ground"}, ["Pupitar"] = {offense = 8.4, defense = 7, specialattack = 6.5, vitality = 14, agility = 0.2, exp = 144, level = 50, type = "rock", type2 = "ground"}, ["Tyranitar"] = {offense = 13.4, defense = 11, specialattack = 9.5, vitality = 20, agility = 0.3, exp = 218, level = 90, type = "rock", type2 = "dark"}, ["Lugia"] = {offense = 9, defense = 13, specialattack = 9, vitality = 21.2, agility = 0.3, exp = 220, level = 100, type = "psychic", type2 = "flying"}, ["Ho-oh"] = {offense = 13, defense = 9, specialattack = 11, vitality = 21.2, agility = 0.3, exp = 220, level = 100, type = "fire", type2 = "flying"}, ["Celebi"] = {offense = 10, defense = 10, specialattack = 10, vitality = 20, agility = 0.3, exp = 64, level = 100, type = "psychic", type2 = "grass"}, } Editado Março 29, 2012 por rohfagundes Link para o comentário Compartilhar em outros sites More sharing options...
Dudu08267 7 Postado Março 29, 2012 Share Postado Março 29, 2012 (editado) e tbm n sei pq n está funcionando. So foda msm ¬¬ oia oq fiz: 14:59 You see a pokeball. Contains a Meganium. sem stats sem gender ¬¬ e ta funcionando ¬¬¬¬¬¬¬. Alguem ai sabe como faz pra add novas pokeballs???aki EU AXO!! que coloquei em tudo! e as pokeballs pintadas ta nisso: 15:01 You see a love ball. It contains a Pikachu [level 21]. It is female. --- Status --- Offense: 33 Defense: 38 Agility: 4 Sp. Attack: 49 Vitality: 33 ¬¬. soq o poke n volta so da pra go . Editado Março 29, 2012 por Dudu08267 Link para o comentário Compartilhar em outros sites More sharing options...
rohfagundes 78 Postado Março 29, 2012 Share Postado Março 29, 2012 tenho uma duvida agility no jogo afeta só a velocidade do pokemon? ou tb a esquiva? se sim onde posso mexer pra aumentar a esquiva sem ter q aumentar a velocidade do pokemon? Link para o comentário Compartilhar em outros sites More sharing options...
vudi 17 Postado Março 29, 2012 Share Postado Março 29, 2012 @ALL ALGUEM AJUDA oque pode ter acontecido isso? [29/03/2012 15:32:39] [Error - CreatureScript Interface] [29/03/2012 15:32:39] data/creaturescripts/scripts/exp.lua:onStatsChange [29/03/2012 15:32:39] Description: [29/03/2012 15:32:39] data/creaturescripts/scripts/exp.lua:330: attempt to perform arithmetic on a nil value [29/03/2012 15:32:39] stack traceback: [29/03/2012 15:32:39] data/creaturescripts/scripts/exp.lua:330: in function <data/creaturescripts/scripts/exp.lua:129> Link para o comentário Compartilhar em outros sites More sharing options...
Slicer 1070 Postado Março 29, 2012 Share Postado Março 29, 2012 @rohfagundes sempre pensei q agility mexese soh na evasao do poke.. q alias o brun fez uma formula bem doida... ;x se aumentar a velo tb achu q n vai ter jeito se "separalos" ;x @vudi n adianta nd postar erros sem posta postar o script q tas usando.. ;x Link para o comentário Compartilhar em outros sites More sharing options...
Dudu08267 7 Postado Março 29, 2012 Share Postado Março 29, 2012 Alguem ai tem 1 npc q quando você captura seu primeiro poke(ou se o player pegar em 1 poke(se ele n tiver capturado nenhum!!)) ele seja teleportado pra tal lugar e fale com o npc pra ir pra alguma cidade e ser player de lá(o npc so deixa você ir para as cidades se tiver 1 poke catched). Link para o comentário Compartilhar em outros sites More sharing options...
rohfagundes 78 Postado Março 29, 2012 Share Postado Março 29, 2012 [29/03/2012 16:35:44] [Error - TalkAction Interface] [29/03/2012 16:35:44] data/talkactions/scripts/move1.lua:onSay [29/03/2012 16:35:44] Description: [29/03/2012 16:35:44] attempt to index a nil value [29/03/2012 16:35:44] stack traceback: [29/03/2012 16:35:44] [C]: in function 'doSetCreatureOutfit' [29/03/2012 16:35:44] data/lib/pokemon moves.lua:644: in function 'docastspell' [29/03/2012 16:35:44] data/talkactions/scripts/move1.lua:140: in function <data/talkactions/scripts/move1.lua:20> esta dando esse erro quando uso rollout com o shiny electrode como posso arrumar isso? Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Março 29, 2012 Share Postado Março 29, 2012 Alguem ai tem 1 npc q quando você captura seu primeiro poke(ou se o player pegar em 1 poke(se ele n tiver capturado nenhum!!)) ele seja teleportado pra tal lugar e fale com o npc pra ir pra alguma cidade e ser player de lá(o npc so deixa você ir para as cidades se tiver 1 poke catched). Seria legal se tivesse nér (Psoul) xD Link para o comentário Compartilhar em outros sites More sharing options...
Dudu08267 7 Postado Março 29, 2012 Share Postado Março 29, 2012 (editado) Psoul ?? nem sabia q tinha nisso Oo tinha no padventures soq eles tiraram infelizmente ¬¬ eu to construindo a begginer island. se alguem tiver o npc rep + ¬¬. Aqui os pokes com pbs pintadas estão doidos quando upam eles upam n aparece os stats q diviam aparecer tipo Offensive : 5 Defense : 8 S.P Attack 12 etc, n aparece e tbm tem q voltar com o poke pra pb pra poder aparecer o lvl do poke tipo Gloom[38] Upa fica Gloom[38] se voltar pra ball fica Gloom[39](se upar) alguem sabe pq isso? Editado Março 29, 2012 por Dudu08267 Link para o comentário Compartilhar em outros sites More sharing options...
luposlps 0 Postado Março 29, 2012 Share Postado Março 29, 2012 @Topic Eer. Tem um problema, quando pinta as balls, elas não contam nos 6 pokes que pode carregar, tem algum lugar que precise adcionar o id das balls pra contar? Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Março 29, 2012 Share Postado Março 29, 2012 Aee Olhem ae: Mais Uma Vez Créditos Ao Betinhoowz666 Link para o comentário Compartilhar em outros sites More sharing options...
vudi 17 Postado Março 29, 2012 Share Postado Março 29, 2012 @All Alguem tem boost machine completo com pokemons shiny e jhoto? Link para o comentário Compartilhar em outros sites More sharing options...
FlamesAdmin 261 Postado Março 29, 2012 Share Postado Março 29, 2012 @All Alguem tem boost machine completo com pokemons shiny e jhoto? Boost Shinys And Johtos: local ballslot = 12355 local ballslot_run = 12352 local stoneslot = 12354 local stoneslot_run = 12353 local button = 12356 local button_run = 12357 function isRunning(id) if isInArray({button_run, stoneslot_run, ballslot_run}, id) then return true end return false end boost_stones = { ["Bulbasaur"] = {leaf}, ["Ivysaur"] = {leaf}, ["Venusaur"] = {leaf}, ["Charmander"] = {fire}, ["Charmeleon"] = {fire}, ["Charizard"] = {fire}, ["Squirtle"] = {water}, ["Wartortle"] = {water}, ["Blastoise"] = {water}, ["Caterpie"] = {coccon}, ["Metapod"] = {coccon}, ["Butterfree"] = {coccon}, ["Weedle"] = {coccon}, ["Kakuna"] = {coccon}, ["Beedrill"] = {coccon}, ["Pidgey"] = {heart}, ["Pidgeotto"] = {heart}, ["Pidgeot"] = {heart}, ["Rattata"] = {heart}, ["Raticate"] = {heart}, ["Spearow"] = {heart}, ["Fearow"] = {heart}, ["Ekans"] = {venom}, ["Arbok"] = {venom}, ["Pikachu"] = {thunder}, ["Raichu"] = {thunder}, ["Sandshrew"] = {earth}, ["Sandslash"] = {earth}, ["Nidoran Female"] = {venom}, ["Nidorina"] = {venom}, ["Nidoqueen"] = {venom, earth}, ["Nidoran Male"] = {venom}, ["Nidorino"] = {venom}, ["Nidoking"] = {venom, earth}, ["Clefairy"] = {heart}, ["Clefable"] = {heart}, ["Vulpix"] = {fire}, ["Ninetales"] = {fire}, ["Jigglypuff"] = {heart}, ["Wigglytuff"] = {heart}, ["Zubat"] = {venom}, ["Golbat"] = {venom}, ["Oddish"] = {leaf, venom}, ["Gloom"] = {leaf, venom}, ["Vileplume"] = {leaf, venom}, ["Paras"] = {coccon, leaf}, ["Parasect"] = {coccon, leaf}, ["Venonat"] = {coccon, venom}, ["Venomoth"] = {coccon, venom}, ["Diglett"] = {earth}, ["Dugtrio"] = {earth}, ["Meowth"] = {heart}, ["Persian"] = {heart}, ["Psyduck"] = {water}, ["Golduck"] = {water, enigma}, ["Mankey"] = {punch}, ["Primeape"] = {punch}, ["Growlithe"] = {fire}, ["Arcanine"] = {fire}, ["Poliwag"] = {water}, ["Poliwhirl"] = {water}, ["Poliwrath"] = {water, punch}, ["Abra"] = {enigma}, ["Kadabra"] = {enigma}, ["Alakazam"] = {enigma}, ["Machop"] = {punch}, ["Machoke"] = {punch}, ["Machamp"] = {punch}, ["Bellsprout"] = {leaf, venom}, ["Weepinbell"] = {leaf, venom}, ["Victreebel"] = {leaf, venom}, ["Tentacool"] = {water, venom}, ["Tentacruel"] = {water, venom}, ["Geodude"] = {earth, rock}, ["Graveler"] = {earth, rock}, ["Golem"] = {earth, rock}, ["Ponyta"] = {fire}, ["Rapidash"] = {fire}, ["Slowpoke"] = {water, enigma}, ["Slowbro"] = {water, enigma}, ["Magnemite"] = {thunder, metal}, ["Magneton"] = {thunder, metal}, ["Farfetch'd"] = {heart}, ["Doduo"] = {heart}, ["Dodrio"] = {heart}, ["Seel"] = {water, ice}, ["Dewgong"] = {water, ice}, ["Grimer"] = {venom}, ["Muk"] = {venom}, ["Shellder"] = {water, ice}, ["Cloyster"] = {water, ice}, ["Gastly"] = {dark}, ["Haunter"] = {dark}, ["Gengar"] = {dark}, ["Onix"] = {rock, earth}, ["Drowzee"] = {enigma}, ["Hypno"] = {enigma}, ["Krabby"] = {water}, ["Kingler"] = {water}, ["Voltorb"] = {thunder}, ["Electrode"] = {thunder}, ["Exeggcute"] = {enigma, leaf}, ["Exeggutor"] = {enigma, leaf}, ["Cubone"] = {earth}, ["Marowak"] = {earth}, ["Hitmonlee"] = {punch}, ["Hitmonchan"] = {punch}, ["Lickitung"] = {heart}, ["Koffing"] = {venom}, ["Weezing"] = {venom}, ["Rhyhorn"] = {earth, rock}, ["Rhydon"] = {earth, rock}, ["Chansey"] = {heart}, ["Tangela"] = {leaf}, ["Kangaskhan"] = {heart}, ["Horsea"] = {water}, ["Seadra"] = {water}, ["Goldeen"] = {water}, ["Seaking"] = {water}, ["Staryu"] = {water}, ["Starmie"] = {water}, ["Mr. Mime"] = {enigma}, ["Scyther"] = {coccon}, ["Jynx"] = {enigma, ice}, ["Electabuzz"] = {thunder}, ["Magmar"] = {fire}, ["Pinsir"] = {coccon}, ["Tauros"] = {heart}, ["Magikarp"] = {water}, ["Gyarados"] = {water, crystal}, ["Lapras"] = {water, ice}, ["Ditto"] = {heart}, ["Eevee"] = {heart}, ["Vaporeon"] = {water}, ["Jolteon"] = {thunder}, ["Flareon"] = {fire}, ["Porygon"] = {heart, enigma}, ["Omanyte"] = {rock, water}, ["Omastar"] = {rock, water}, ["Kabuto"] = {rock, water}, ["Kabutops"] = {rock, water}, ["Aerodactyl"] = {rock}, ["Snorlax"] = {heart}, ["Articuno"] = {ice}, ["Zapdos"] = {thunder}, ["Moltres"] = {fire}, ["Dratini"] = {crystal}, ["Dragonair"] = {crystal}, ["Dragonite"] = {crystal}, ["Mewtwo"] = {enigma}, ["Mew"] = {enigma}, ["Shiny Bulbasaur"] = {leaf}, ["Shiny Ivysaur"] = {leaf}, ["Shiny Venusaur"] = {leaf}, ["Shiny Charmander"] = {fire}, ["Shiny Charmeleon"] = {fire}, ["Shiny Charizard"] = {fire}, ["Shiny Squirtle"] = {water}, ["Shiny Wartortle"] = {water}, ["Shiny Blastoise"] = {water}, ["Shiny Caterpie"] = {coccon}, ["Shiny Metapod"] = {coccon}, ["Shiny Butterfree"] = {coccon}, ["Shiny Weedle"] = {coccon}, ["Shiny Kakuna"] = {coccon}, ["Shiny Beedrill"] = {coccon}, ["Shiny Pidgey"] = {heart}, ["Shiny Pidgeotto"] = {heart}, ["Shiny Pidgeot"] = {heart}, ["Shiny Rattata"] = {heart}, ["Shiny Raticate"] = {heart}, ["Shiny Spearow"] = {heart}, ["Shiny Fearow"] = {heart}, ["Shiny Ekans"] = {venom}, ["Shiny Arbok"] = {venom}, ["Shiny Pikachu"] = {thunder}, ["Shiny Raichu"] = {thunder}, ["Shiny Sandshrew"] = {earth}, ["Shiny Sandslash"] = {earth}, ["Shiny Nidoran Female"] = {venom}, ["Shiny Nidorina"] = {venom}, ["Shiny Nidoqueen"] = {venom, earth}, ["Shiny Nidoran Male"] = {venom}, ["Shiny Nidorino"] = {venom}, ["Shiny Nidoking"] = {venom, earth}, ["Shiny Clefairy"] = {heart}, ["Shiny Clefable"] = {heart}, ["Shiny Vulpix"] = {fire}, ["Shiny Ninetales"] = {fire}, ["Shiny Jigglypuff"] = {heart}, ["Shiny Wigglytuff"] = {heart}, ["Shiny Zubat"] = {venom}, ["Shiny Golbat"] = {venom}, ["Shiny Oddish"] = {leaf, venom}, ["Shiny Gloom"] = {leaf, venom}, ["Shiny Vileplume"] = {leaf, venom}, ["Shiny Paras"] = {coccon, leaf}, ["Shiny Parasect"] = {coccon, leaf}, ["Shiny Venonat"] = {coccon, venom}, ["Shiny Venomoth"] = {coccon, venom}, ["Shiny Diglett"] = {earth}, ["Shiny Dugtrio"] = {earth}, ["Shiny Meowth"] = {heart}, ["Shiny Persian"] = {heart}, ["Shiny Psyduck"] = {water}, ["Shiny Golduck"] = {water, enigma}, ["Shiny Mankey"] = {punch}, ["Shiny Primeape"] = {punch}, ["Shiny Growlithe"] = {fire}, ["Shiny Arcanine"] = {fire}, ["Shiny Poliwag"] = {water}, ["Shiny Poliwhirl"] = {water}, ["Shiny Poliwrath"] = {water, punch}, ["Shiny Abra"] = {enigma}, ["Shiny Kadabra"] = {enigma}, ["Shiny Alakazam"] = {enigma}, ["Shiny Machop"] = {punch}, ["Shiny Machoke"] = {punch}, ["Shiny Machamp"] = {punch}, ["Shiny Bellsprout"] = {leaf, venom}, ["Shiny Weepinbell"] = {leaf, venom}, ["Shiny Victreebel"] = {leaf, venom}, ["Shiny Tentacool"] = {water, venom}, ["Shiny Tentacruel"] = {water, venom}, ["Shiny Geodude"] = {earth, rock}, ["Shiny Graveler"] = {earth, rock}, ["Shiny Golem"] = {earth, rock}, ["Shiny Ponyta"] = {fire}, ["Shiny Rapidash"] = {fire}, ["Shiny Slowpoke"] = {water, enigma}, ["Shiny Slowbro"] = {water, enigma}, ["Shiny Magnemite"] = {thunder, metal}, ["Shiny Magneton"] = {thunder, metal}, ["Shiny Farfetch'd"] = {heart}, ["Shiny Doduo"] = {heart}, ["Shiny Dodrio"] = {heart}, ["Shiny Seel"] = {water, ice}, ["Shiny Dewgong"] = {water, ice}, ["Shiny Grimer"] = {venom}, ["Shiny Muk"] = {venom}, ["Shiny Shellder"] = {water, ice}, ["Shiny Cloyster"] = {water, ice}, ["Shiny Gastly"] = {dark}, ["Shiny Haunter"] = {dark}, ["Shiny Gengar"] = {dark}, ["Shiny Onix"] = {rock, earth}, ["Shiny Drowzee"] = {enigma}, ["Shiny Hypno"] = {enigma}, ["Shiny Krabby"] = {water}, ["Shiny Kingler"] = {water}, ["Shiny Voltorb"] = {thunder}, ["Shiny Electrode"] = {thunder}, ["Shiny Exeggcute"] = {enigma, leaf}, ["Shiny Exeggutor"] = {enigma, leaf}, ["Shiny Cubone"] = {earth}, ["Shiny Marowak"] = {earth}, ["Shiny Hitmonlee"] = {punch}, ["Shiny Hitmonchan"] = {punch}, ["Shiny Lickitung"] = {heart}, ["Shiny Koffing"] = {venom}, ["Shiny Weezing"] = {venom}, ["Shiny Rhyhorn"] = {earth, rock}, ["Shiny Rhydon"] = {earth, rock}, ["Shiny Chansey"] = {heart}, ["Shiny Tangela"] = {leaf}, ["Shiny Kangaskhan"] = {heart}, ["Shiny Horsea"] = {water}, ["Shiny Seadra"] = {water}, ["Shiny Goldeen"] = {water}, ["Shiny Seaking"] = {water}, ["Shiny Staryu"] = {water}, ["Shiny Starmie"] = {water}, ["Shiny Mr. Mime"] = {enigma}, ["Shiny Scyther"] = {coccon}, ["Shiny Jynx"] = {enigma, ice}, ["Shiny Electabuzz"] = {thunder}, ["Shiny Magmar"] = {fire}, ["Shiny Pinsir"] = {coccon}, ["Shiny Tauros"] = {heart}, ["Shiny Magikarp"] = {water}, ["Shiny Gyarados"] = {water, crystal}, ["Shiny Lapras"] = {water, ice}, ["Shiny Ditto"] = {heart}, ["Shiny Eevee"] = {heart}, ["Shiny Vaporeon"] = {water}, ["Shiny Jolteon"] = {thunder}, ["Shiny Flareon"] = {fire}, ["Shiny Porygon"] = {heart, enigma}, ["Shiny Omanyte"] = {rock, water}, ["Shiny Omastar"] = {rock, water}, ["Shiny Kabuto"] = {rock, water}, ["Shiny Kabutops"] = {rock, water}, ["Shiny Aerodactyl"] = {rock}, ["Shiny Snorlax"] = {heart}, ["Shiny Articuno"] = {ice}, ["Shiny Zapdos"] = {thunder}, ["Shiny Moltres"] = {fire}, ["Shiny Dratini"] = {crystal}, ["Shiny Dragonair"] = {crystal}, ["Shiny Dragonite"] = {crystal}, ["Shiny Mewtwo"] = {enigma}, ["Shiny Mew"] = {enigma}, ["Chikorita"] = {leaf}, ["Bayleef"] = {leaf}, ["Meganium"] = {leaf}, ["Cyndaquil"] = {fire}, ["Quilava"] = {fire}, ["Typhlosion"] = {fire}, ["Totodile"] = {water}, ["Croconaw"] = {water}, ["Feraligatr"] = {water}, ["Sentret"] = {heart}, ["Furret"] = {heart}, ["Hoothoot"] = {heart, enigma}, ["Noctowl"] = {heart, enigma}, ["Ledyba"] = {coccon}, ["Ledian"] = {coccon}, ["Spinarak"] = {coccon, venom}, ["Ariados"] = {coccon, venom}, ["Crobat"] = {venom}, ["Chinchou"] = {water, thunder}, ["Lanturn"] = {water, thunder}, ["Pichu"] = {thunder}, ["Cleffa"] = {heart}, ["Iglybuff"] = {venom}, ["Natu"] = {enigma}, ["Xatu"] = {enigma}, ["Mareep"] = {thunder}, ["Flaaffy"] = {thunder}, ["Ampharos"] = {thunder}, ["Bellossom"] = {leaf}, ["Marill"] = {water}, ["Azulmarill"] = {water}, ["Sudowoodo"] = {rock, earth}, ["Politoed"] = {water, earth}, ["Hoppip"] = {leaf}, ["Skiploom"] = {leaf}, ["Jumpluff"] = {leaf}, ["Aipom"] = {heart}, ["Sunkern"] = {leaf}, ["Sunflora"] = {leaf}, ["Yanma"] = {venom, coccon}, ["Wooper"] = {water}, ["Quagsire"] = {water, earth}, ["Murkrow"] = {dark}, ["Slowking"] = {water,enigma}, ["Misdreavus"] = {dark}, ["Wobbuffet"] = {enigma}, ["Girafarig"] = {enigma}, ["Pineco"] = {coccon}, ["Forretress"] = {coccon}, ["Gligar"] = {dark, heart}, ["Steelix"] = {earth, rock}, ["Snubbull"] = {heart}, ["Granbull"] = {heart}, ["Qwilfish"] = {water}, ["Shuckle"] = {earth}, ["Heracross"] = {coccon}, ["Teddiursa"] = {heart}, ["Ursaring"] = {heart, dark}, ["Slugma"] = {fire}, ["Magcargo"] = {fire}, ["Swinub"] = {ice, earth}, ["Piloswine"] = {ice, earth}, ["Corsola"] = {water}, ["Remoraid"] = {water}, ["Octillery"] = {water}, ["Delibird"] = {ice, heart}, ["Mantine"] = {water}, ["Skarmory"] = {heart}, ["Houndour"] = {fire, dark}, ["Houndoom"] = {fire, dark}, ["Kingdra"] = {water, crystal}, ["Phanpy"] = {earth}, ["Donphan"] = {earth}, ["porygon2"] = {enigma}, ["Stantler"] = {heart}, ["Smeargle"] = {heart}, ["Tyrogue"] = {punch}, ["Hitmontop"] = {punch}, ["Smoochum"] = {ice, enigma}, ["Elekid"] = {thunder}, ["Magby"] = {fire}, ["Miltank"] = {heart}, ["Blissey"] = {heart}, ["Raikou"] = {thunder}, ["Entei"] = {fire}, ["Suicune"] = {water}, ["Larvitar"] = {earth, dark}, ["Pupitar"] = {earth, dark}, ["Tyranitar"] = {earth, dark}, ["Lugia"] = {enigma, water}, ["Ho-oh"] = {enigma, fire}, ["Celebi"] = {leaf, enigma}} function doRestoreBoostMachine(cid, b_pos, p_pos, s_pos, msg, msg2) doSendAnimatedText(b_pos, "DONE.", 215) if isCreature(cid) then doCreatureSetNoMove(cid, false) doPlayerSendTextMessage(cid, 27, msg) doPlayerSendTextMessage(cid, 27, msg2) end local ball_s = getTileItemById(p_pos, ballslot_run) doTransformItem(ball_s.uid, ballslot) local stne_s = getTileItemById(s_pos, stoneslot_run) doTransformItem(stne_s.uid, stoneslot) local butn_s = getTileItemById(b_pos, button_run) doTransformItem(butn_s.uid, button) end local stones_required = { -- custo base de stones para boostar [heart] = 1, [leaf] = 1, [water] = 1, [venom] = 1, [thunder] = 1, [rock] = 1, [punch] = 1, [fire] = 1, [coccon] = 1, [crystal] = 1, [dark] = 1, [earth] = 1, [enigma] = 1, [ice] = 1, } local stone_increase = { -- a cada quantos boosts irá aumentar o custo de stones [heart] = 3, [leaf] = 3, [water] = 3, [venom] = 4, [thunder] = 4, [rock] = 3, [punch] = 4, [fire] = 3, [coccon] = 2, [crystal] = 15, [dark] = 4, [earth] = 4, [enigma] = 4, [ice] = 4, } function onUse(cid, item, topos, item2, frompos) if isRunning(item.itemid) then doPlayerSendCancel(cid, "Wait until boosting finishes.") return true end if item.itemid == button then local pbpos = topos pbpos.x = pbpos.x + 1 local ball_slot = getTileItemById(pbpos, ballslot) local myball = getContainerItem(ball_slot.uid, 0) if myball.uid <= 0 or getItemWeight(myball.uid) == 0 then doPlayerSendCancel(cid, "You need to put a pokeball in the ball slot.") return true end local pokemon = getItemAttribute(myball.uid, "poke") local boost = getItemAttribute(myball.uid, "boost") or 0 if boost >= 100 then doPlayerSendCancel(cid, "Your pokemon is already at maximum boost.") return true end local stnpos = pbpos stnpos.x = stnpos.x - 2 local stone_slot = getTileItemById(stnpos, stoneslot) local stone = getContainerItem(stone_slot.uid, 0) if stone.uid <= 0 then doPlayerSendCancel(cid, "You need to put a stone in the stone slot.") return true end if not isStone(stone.itemid) then doPlayerSendCancel(cid, "Please, put only stones in the stone slot.") return true end if not isInArray(boost_stones[pokemon], stone.itemid) then local cancelstr = "Sorry, you are not using the correct stone." if #boost_stones[pokemon] > 1 then local stonesused = "" cancelstr = cancelstr.." This pokemon needs " for su = 1, #boost_stones[pokemon] do local n = doCorrectString(getItemNameById(boost_stones[pokemon][su])) if su == #boost_stones[pokemon] then stonesused = stonesused.." or "..getArticle(n).." "..n.."" elseif su == 1 then stonesused = stonesused..""..getArticle(n).." "..n.."" else stonesused = stonesused..", "..n.."" end end cancelstr = cancelstr..""..stonesused.." to be boosted." else cancelstr = cancelstr.." This pokemon needs a "..doCorrectString(getItemNameById(boost_stones[pokemon][1])).." to be boosted." end doPlayerSendCancel(cid, cancelstr) return true end local removeStones = 0 local extraStones = math.floor(boost / stone_increase[stone.itemid]) local required_stones = stones_required[stone.itemid] + extraStones local boosts = 0 for a = 0, getContainerSize(stone_slot.uid) - 1 do local it = getContainerItem(stone_slot.uid, a) if it.uid > 0 then if not isStone(it.itemid) then doPlayerSendCancel(cid, "Please, put only stones in the stone slot.") return true end if it.itemid ~= stone.itemid then doPlayerSendCancel(cid, "Please, put only one type of stone in the stone slot.") return true end if required_stones > 0 then required_stones = required_stones - 1 if required_stones <= 0 then boosts = boosts + 1 removeStones = removeStones + stones_required[stone.itemid] + extraStones if boost + boosts <= 49 then extraStones = math.floor((boost + boosts) / stone_increase[stone.itemid]) required_stones = stones_required[stone.itemid] + extraStones end end end end end if required_stones > 0 and boosts == 0 then doPlayerSendCancel(cid, "You need more stones to boost this pokemon.") return true end for b = 1, removeStones do doRemoveItem(getContainerItem(stone_slot.uid, 0).uid, 1) end local off = pokes[pokemon].offense * boost_rate * boosts local def = pokes[pokemon].defense * boost_rate * boosts local agi = pokes[pokemon].agility * boosts local spatk = pokes[pokemon].specialattack * boost_rate * boosts local vit = pokes[pokemon].vitality * boost_rate * boosts doSetItemAttribute(myball.uid, "boost", boost + boosts) doItemSetAttribute(myball.uid, "offense", getItemAttribute(myball.uid, "offense") + off) doItemSetAttribute(myball.uid, "defense", getItemAttribute(myball.uid, "defense") + def) doItemSetAttribute(myball.uid, "speed", getItemAttribute(myball.uid, "speed") + agi) doItemSetAttribute(myball.uid, "specialattack", getItemAttribute(myball.uid, "specialattack") + spatk) doItemSetAttribute(myball.uid, "vitality", getItemAttribute(myball.uid, "vitality") + vit) local msg = "Your "..getPokeballName(myball.uid).." ["..getItemAttribute(myball.uid, "level").."] has been boosted!" local msg2 = "• Boost: "..(boost + boosts).." (+"..boosts..") • Offense: +"..doMathDecimal(off).." • Defense: +"..doMathDecimal(def).." • Spc. Atk: +"..doMathDecimal(spatk).." • Agility: +"..doMathDecimal(agi).." • Vitality: +"..doMathDecimal(vit).."" local downpos = getThingPos(cid) downpos.y = downpos.y + 1 local mypos = getThingPos(cid) doTeleportThing(cid, downpos, false) doTeleportThing(cid, mypos, false) doTransformItem(ball_slot.uid, ballslot_run) doTransformItem(stone_slot.uid, stoneslot_run) doTransformItem(item.uid, button_run) doCreatureSetNoMove(cid, true) doCreatureAddCondition(cid, boostcondition) addEvent(doRestoreBoostMachine, 3000, cid, getThingPos(item.uid), getThingPos(ball_slot.uid), getThingPos(stone_slot.uid), msg, msg2) return true end end Rep+? Link para o comentário Compartilhar em outros sites More sharing options...
kledstonsk8 2 Postado Março 29, 2012 Share Postado Março 29, 2012 Pronto ja mudei o loocktype dos pokemons vivos , agora eu quero sabe como eu mudo o loocktype dele morto , tpw troca o loocktype do pidgeot novo , para o loockstype do pidgeot velho , ( LOOCKTYPE DO CORPSE) Link para o comentário Compartilhar em outros sites More sharing options...
Dudu08267 7 Postado Março 29, 2012 Share Postado Março 29, 2012 Pronto ja mudei o loocktype dos pokemons vivos , agora eu quero sabe como eu mudo o loocktype dele morto , tpw troca o loocktype do pidgeot novo , para o loockstype do pidgeot velho , ( LOOCKTYPE DO CORPSE) Mecha no dat do client e talvez spr Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados