@Slicer
Is the pvp system done?
Por lucashgas, 10 de jan. de 2012 em Tópicos Sem Resposta
@Slicer
Is the pvp system done?
Editado Abril 28 por fstatk
info
Grupo: Campones
Registrado: 16/07/11
Posts: 90
Reputação: +7

[ spoiler]
[ /spoiler]
info
Grupo: Visconde
Registrado: 21/11/11
Posts: 323
Reputação: +17
Char no Tibia: Nao tenhu

@Slicer
[28/04/2012 14:07:16] [Error - CreatureScript Interface] [28/04/2012 14:07:16] data/creaturescripts/scripts/pokeexp.lua:onDeath [28/04/2012 14:07:16] Description: [28/04/2012 14:07:16] data/lib/level system.lua:31: attempt to perform arithmetic on local 'd' (a nil value) [28/04/2012 14:07:16] stack traceback: [28/04/2012 14:07:16] data/lib/level system.lua:31: in function 'getPokemonXMLOutfit' [28/04/2012 14:07:16] data/lib/level system.lua:53: in function 'doStartEvolution' [28/04/2012 14:07:16] data/lib/level system.lua:407: in function 'adjustPokemonLevel' [28/04/2012 14:07:16] data/lib/level system.lua:245: in function 'givePokemonExp' [28/04/2012 14:07:16] data/creaturescripts/scripts/pokeexp.lua:30: in function <data/creaturescripts/scripts/pokeexp.lua:10>
Como faço pra corrigir esse erro? se alguem me ajudar dou rep + hoje e amanha
info
Grupo: Campones
Registrado: 24/02/12
Posts: 46
Reputação: 0

Alguem me ajuda, tenho un error con algunas balls pintadas
los pokemons no suben lvl

info
Grupo: Artesão
Registrado: 19/08/11
Posts: 101
Reputação: +7
Char no Tibia: Seavell Frost

@Saiki
Quais Arquivos Você mexeu?
info
Grupo: Visconde
Registrado: 14/08/11
Posts: 320
Reputação: +34
Gênero: Masculino

Alguem me ajuda, tenho un error con algunas balls pintadas
los pokemons no suben lvl
Deve ser por que nesse script de rary candy que eu nunca vi tem que adicionar os ids das balls que podem usar o rary candy, ou é algum script que prescisa dos ids das novas ball pintadas para uparem, da uma olhada neles todos. catch go/back etc..
info
Grupo: Infante
Registrado: 27/08/11
Posts: 1.9k
Reputação: +85
Gênero: Masculino
Char no Tibia: Bruno Maciel

Galera Eu Presiso De Um Ajuda
Valendo Rep+
Meu sv os pokemon shinys tao fracos os normais tao mais forte se alguem pode manda um pasta do pokemons shinys configurado e forte
darei rep++ ^^
info
Grupo: Artesão
Registrado: 19/08/11
Posts: 101
Reputação: +7
Char no Tibia: Seavell Frost

Alguem me ajuda, tenho un error con algunas balls pintadaslos pokemons no suben lvl
Se viu no arquivo isPokeball? se coloco a tag da pokeball?
info
Grupo: Campones
Registrado: 24/02/12
Posts: 46
Reputação: 0

Alguem me ajuda, tenho un error con algunas balls pintadaslos pokemons no suben lvl
Se viu no arquivo isPokeball? se coloco a tag da pokeball?
puse- Configuration.lua/actions.xml/movements.xml/nurse/some functions/
Items.xml
</item> <item id="12760" article="a" name="Love ball"> <attribute key="weight" value="100" /> <attribute key="isPokeball" value="1" /> <attribute key="slotType" value="feet" /> </item> <item id="12761" article="a" name="Love ball being used"> <attribute key="weight" value="100" /> <attribute key="slotType" value="feet" /> </item> <item id="12762" article="a" name="discharged Love ball"> <attribute key="weight" value="100" /> <attribute key="slotType" value="feet" /> </item>
Editado Abril 28 por Saiki
info
Grupo: Campones
Registrado: 04/08/10
Posts: 58
Reputação: +2
Char no Tibia: Lost Specter

@Brunnoo vá no seu data/lib/configuration.lua e substitua os status (que sao offense, defense) por estes:
pokes = {
["Bulbasaur"] = {offense = 4.5, defense = 3.2, specialattack = 5.6, vitality = 5.7, agility = 0.1, exp = 54, level = 18, type = "grass", type2 = "poison"},
["EXP"] = {offense = 0.1, defense = 0.1, specialattack = 0.1, vitality = 0.1, agility = 0.1, exp = 999999, level = 1, type = "grass", type2 = "poison"},
["Ivysaur"] = {offense = 6.75, defense = 5.1, specialattack = 8.3, vitality = 10.85, agility = 0.22, exp = 152, level = 38, type = "grass", type2 = "poison"},
["Venusaur"] = {offense = 9.13, defense = 8.71, specialattack = 10.4, vitality = 21.84, agility = 0.39, exp = 376, level = 75, type = "grass", type2 = "poison"},
["Charmander"] = {offense = 5.4, defense = 2.8, specialattack = 3.98, vitality = 4.2, agility = 0.3, exp = 62, level = 18, type = "fire", type2 = "no type"},
["Charmeleon"] = {offense = 8.1, defense = 4.2, specialattack = 6.9, vitality = 8.4, agility = 0.4, exp = 157, level = 38, type = "fire", type2 = "no type"},
["Charizard"] = {offense = 10.15, defense = 6.99, specialattack = 9.33, vitality = 16.14, agility = 0.5, exp = 401, level = 75, type = "fire", type2 = "fly"},
["Squirtle"] = {offense = 4.2, defense = 4.3, specialattack = 4.78, vitality = 6.1, agility = 0.1, exp = 63, level = 18, type = "water", type2 = "no type"},
["Wartortle"] = {offense = 6.3, defense = 7.1, specialattack = 7.66, vitality = 12.4, agility = 0.27, exp = 155, level = 38, type = "water", type2 = "no type"},
["Blastoise"] = {offense = 9.51, defense = 13.19, specialattack = 9.84, vitality = 27.7, agility = 0.3, exp = 396, level = 75, type = "water", type2 = "no type"},
["Caterpie"] = {offense = 1.7, defense = 1.9, specialattack = 1.9, vitality = 1.6, agility = 0.11, exp = 9, level = 1, type = "bug", type2 = "no type"},
["Metapod"] = {offense = 2, defense = 6.79, specialattack = 3.3, vitality = 6.12, agility = 0.17, exp = 18, level = 12, type = "bug", type2 = "no type"},
["Butterfree"] = {offense = 3.9, defense = 3.84, specialattack = 7.91, vitality = 6.82, agility = 0.39, exp = 69, level = 33, type = "bug", type2 = "fly"},
["Weedle"] = {offense = 2.16, defense = 1.7, specialattack = 1.99, vitality = 2.1, agility = 0.13, exp = 10, level = 1, type = "bug", type2 = "poison"},
["Kakuna"] = {offense = 2.81, defense = 6.1, specialattack = 3.3, vitality = 6.55, agility = 0.17, exp = 19, level = 14, type = "bug", type2 = "poison"},
["Beedrill"] = {offense = 6.37, defense = 3.24, specialattack = 4.51, vitality = 7, agility = 0.51, exp = 69, level = 32, type = "bug", type2 = "poison"},
["Pidgey"] = {offense = 2.94, defense = 2.12, specialattack = 2.7, vitality = 3, agility = 0.3, exp = 21, level = 1, type = "fly", type2 = "normal"},
["Pidgeotto"] = {offense = 4.78, defense = 3.1, specialattack = 4.87, vitality = 6.88, agility = 0.48, exp = 49, level = 20, type = "fly", type2 = "normal"},
["Pidgeot"] = {offense = 7.49, defense = 5.81, specialattack = 9.27, vitality = 15.3, agility = 0.71, exp = 221, level = 60, type = "fly", type2 = "normal"},
["Rattata"] = {offense = 3.08, defense = 2.54, specialattack = 2.2, vitality = 4.5, agility = 0.3, exp = 19, level = 1, type = "normal", type2 = "no type"},
["Raticate"] = {offense = 4.97, defense = 4, specialattack = 4.2, vitality = 6.93, agility = 0.43, exp = 83, level = 20, type = "normal", type2 = "no type"},
["Spearow"] = {offense = 3.42, defense = 2.57, specialattack = 2.6, vitality = 4.2, agility = 0.24, exp = 27, level = 10, type = "fly", type2 = "normal"},
["Fearow"] = {offense = 6.72, defense = 5.72, specialattack = 8.31, vitality = 12.44, agility = 0.62, exp = 163, level = 50, type = "fly", type2 = "normal"},
["Ekans"] = {offense = 3.54, defense = 3.7, specialattack = 3.1, vitality = 5, agility = 0.33, exp = 38, level = 12, type = "poison", type2 = "no type"},
["Arbok"] = {offense = 6.12, defense = 4.82, specialattack = 6.92, vitality = 12.94, agility = 0.48, exp = 105, level = 30, type = "poison", type2 = "no type"},
["Pikachu"] = {offense = 4.28, defense = 3.52, specialattack = 5.45, vitality = 4.1, agility = 0.35, exp = 69, level = 20, type = "electric", type2 = "no type"},
["Raichu"] = {offense = 7.36, defense = 6.97, specialattack = 9.17, vitality = 8.37, agility = 0.55, exp = 167, level = 50, type = "electric", type2 = "no type"},
["Sandshrew"] = {offense = 4.01, defense = 3.97, specialattack = 2.4, vitality = 3.85, agility = 0.3, exp = 49, level = 18, type = "ground", type2 = "no type"},
["Sandslash"] = {offense = 8.74, defense = 8.71, specialattack = 5.37, vitality = 11.52, agility = 0.42, exp = 189, level = 55, type = "ground", type2 = "no type"},
["Nidoran Female"] = {offense = 3.11, defense = 3.87, specialattack = 3.14, vitality = 6, agility = 0.27, exp = 47, level = 10, type = "poison", type2 = "no type"},
["Nidorina"] = {offense = 6.53, defense = 6.92, specialattack = 6.17, vitality = 11.45, agility = 0.37, exp = 87, level = 25, type = "poison", type2 = "no type"},
["Nidoqueen"] = {offense = 9.94, defense = 10.42, specialattack = 11.7, vitality = 25.36, agility = 0.34, exp = 201, level = 65, type = "poison", type2 = "ground"},
["Nidoran Male"] = {offense = 4.19, defense = 3, specialattack = 3, vitality = 5, agility = 0.27, exp = 51, level = 10, type = "poison", type2 = "no type"},
["Nidorino"] = {offense = 7.84, defense = 5.81, specialattack = 6, vitality = 10, agility = 0.3, exp = 93, level = 25, type = "poison", type2 = "no type"},
["Nidoking"] = {offense = 11.94, defense = 8.12, specialattack = 9.83, vitality = 21, agility = 0.32, exp = 213, level = 65, type = "poison", type2 = "ground"},
["Clefairy"] = {offense = 2.72, defense = 3.45, specialattack = 3.12, vitality = 5, agility = 0.1, exp = 29, level = 10, type = "normal", type2 = "no type"},
["Clefable"] = {offense = 5.12, defense = 7.81, specialattack = 8.36, vitality = 13, agility = 0.2, exp = 72, level = 35, type = "normal", type2 = "no type"},
["Vulpix"] = {offense = 3.44, defense = 2.52, specialattack = 3.1, vitality = 4, agility = 0.38, exp = 37, level = 16, type = "fire", type2 = "no type"},
["Ninetales"] = {offense = 7.96, defense = 6.97, specialattack = 9.47, vitality = 14.5, agility = 0.71, exp = 174, level = 65, type = "fire", type2 = "no type"},
["Jigglypuff"] = {offense = 2.94, defense = 3.51, specialattack = 3.45, vitality = 5, agility = 0.1, exp = 29, level = 10, type = "normal", type2 = "no type"},
["Wigglytuff"] = {offense = 5.12, defense = 6.92, specialattack = 7.47, vitality = 13, agility = 0.2, exp = 89, level = 42, type = "normal", type2 = "no type"},
["Zubat"] = {offense = 2.72, defense = 2.12, specialattack = 3.37, vitality = 3, agility = 0.2, exp = 26, level = 5, type = "poison", type2 = "fly"},
["Golbat"] = {offense = 5.07, defense = 3.92, specialattack = 5.74, vitality = 9, agility = 0.38, exp = 71, level = 30, type = "poison", type2 = "fly"},
["Oddish"] = {offense = 1.72, defense = 2.07, specialattack = 4.01, vitality = 2.5, agility = 0.11, exp = 18, level = 5, type = "grass", type2 = "poison"},
["Gloom"] = {offense = 3.14, defense = 4.28, specialattack = 6.17, vitality = 7, agility = 0.19, exp = 47, level = 18, type = "grass", type2 = "poison"},
["Vileplume"] = {offense = 5.01, defense = 8.84, specialattack = 10.37, vitality = 15, agility = 0.24, exp = 143, level = 50, type = "grass", type2 = "poison"},
["Paras"] = {offense = 2.44, defense = 3.43, specialattack = 3.47, vitality = 4, agility = 0.1, exp = 17, level = 1, type = "bug", type2 = "grass"},
["Parasect"] = {offense = 5.94, defense = 6.12, specialattack = 7.47, vitality = 11, agility = 0.24, exp = 89, level = 40, type = "bug", type2 = "grass"},
["Venonat"] = {offense = 2.14, defense = 2.84, specialattack = 4.57, vitality = 3, agility = 0.1, exp = 32, level = 14, type = "bug", type2 = "poison"},
["Venomoth"] = {offense = 4.94, defense = 4.81, specialattack = 9.77, vitality = 9, agility = 0.33, exp = 98, level = 40, type = "bug", type2 = "poison"},
["Diglett"] = {offense = 3.28, defense = 3.12, specialattack = 3, vitality = 4, agility = 0.15, exp = 28, level = 5, type = "ground", type2 = "no type"},
["Dugtrio"] = {offense = 6.94, defense = 5.42, specialattack = 6.27, vitality = 12, agility = 0.25, exp = 94, level = 35, type = "ground", type2 = "no type"},
["Meowth"] = {offense = 3.46, defense = 2.87, specialattack = 2.94, vitality = 4, agility = 0.3, exp = 30, level = 12, type = "normal", type2 = "no type"},
["Persian"] = {offense = 7.12, defense = 5.81, specialattack = 6.12, vitality = 9, agility = 0.4, exp = 79, level = 28, type = "normal", type2 = "no type"},
["Psyduck"] = {offense = 2.04, defense = 2.81, specialattack = 4.37, vitality = 4, agility = 0.11, exp = 38, level = 12, type = "water", type2 = "no type"},
["Golduck"] = {offense = 6.97, defense = 7.81, specialattack = 11.7, vitality = 12, agility = 0.38, exp = 139, level = 55, type = "water", type2 = "no type"},
["Mankey"] = {offense = 3.99, defense = 3.81, specialattack = 2.4, vitality = 5, agility = 0.2, exp = 41, level = 10, type = "fight", type2 = "no type"},
["Primeape"] = {offense = 8.36, defense = 7.81, specialattack = 5.1, vitality = 16, agility = 0.35, exp = 121, level = 45, type = "fight", type2 = "no type"},
["Growlithe"] = {offense = 3.16, defense = 3.12, specialattack = 3.21, vitality = 4, agility = 0.4, exp = 37, level = 16, type = "fire", type2 = "no type"},
["Arcanine"] = {offense = 9.21, defense = 9.52, specialattack = 10.72, vitality = 16, agility = 1.1, exp = 211, level = 70, type = "fire", type2 = "no type"},
["Poliwag"] = {offense = 2.41, defense = 2.83, specialattack = 3.12, vitality = 3, agility = 0.1, exp = 20, level = 5, type = "water", type2 = "no type"},
["Poliwhirl"] = {offense = 5.39, defense = 5.83, specialattack = 5.12, vitality = 10, agility = 0.27, exp = 50, level = 20, type = "water", type2 = "no type"},
["Poliwrath"] = {offense = 10.41, defense = 9.43, specialattack = 9.44, vitality = 18.84, agility = 0.33, exp = 190, level = 60, type = "water", type2 = "fight"},
["Abra"] = {offense = 1.41, defense = 1.83, specialattack = 5.1, vitality = 2.27, agility = 0.07, exp = 33, level = 12, type = "psychic", type2 = "no type"},
["Kadabra"] = {offense = 4.41, defense = 2.83, specialattack = 9.12, vitality = 5.24, agility = 0.17, exp = 80, level = 40, type = "psychic", type2 = "no type"},
["Alakazam"] = {offense = 6.41, defense = 4.83, specialattack = 15.12, vitality = 11.24, agility = 0.2, exp = 219, level = 70, type = "psychic", type2 = "no type"},
["Machop"] = {offense = 3.71, defense = 3.83, specialattack = 2.12, vitality = 5, agility = 0.2, exp = 39, level = 16, type = "fight", type2 = "no type"},
["Machoke"] = {offense = 7.12, defense = 6.93, specialattack = 3.82, vitality = 11.05, agility = 0.29, exp = 78, level = 38, type = "fight", type2 = "no type"},
["Machamp"] = {offense = 11.41, defense = 9.93, specialattack = 6.1, vitality = 20.34, agility = 0.3, exp = 217, level = 70, type = "fight", type2 = "no type"},
["Bellsprout"] = {offense = 2.61, defense = 2.13, specialattack = 3.12, vitality = 3.74, agility = 0.2, exp = 25, level = 5, type = "grass", type2 = "poison"},
["Weepinbell"] = {offense = 4.82, defense = 4.13, specialattack = 6.81, vitality = 7.95, agility = 0.27, exp = 47, level = 18, type = "grass", type2 = "poison"},
["Victreebel"] = {offense = 9.13, defense = 7.08, specialattack = 9.11, vitality = 14.21, agility = 0.34, exp = 176, level = 50, type = "grass", type2 = "poison"},
["Tentacool"] = {offense = 2.99, defense = 2.99, specialattack = 3.41, vitality = 3.98, agility = 0.17, exp = 51, level = 12, type = "water", type2 = "poison"},
["Tentacruel"] = {offense = 9.46, defense = 8.89, specialattack = 9.81, vitality = 16.35, agility = 0.3, exp = 205, level = 60, type = "water", type2 = "poison"},
["Geodude"] = {offense = 3.44, defense = 3.61, specialattack = 2.4, vitality = 5.05, agility = 0.1, exp = 38, level = 15, type = "ground", type2 = "rock"},
["Graveler"] = {offense = 6.38, defense = 8.72, specialattack = 4.1, vitality = 12.1, agility = 0.19, exp = 101, level = 40, type = "ground", type2 = "rock"},
["Golem"] = {offense = 9.94, defense = 12.12, specialattack = 7.7, vitality = 18.06, agility = 0.3, exp = 227, level = 70, type = "ground", type2 = "rock"},
["Ponyta"] = {offense = 3.14, defense = 2.02, specialattack = 3.77, vitality = 4.16, agility = 0.3, exp = 35, level = 15, type = "fire", type2 = "no type"},
["Rapidash"] = {offense = 7.12, defense = 6.12, specialattack = 8.38, vitality = 13.24, agility = 0.67, exp = 134, level = 55, type = "fire", type2 = "no type"},
["Slowpoke"] = {offense = 2.44, defense = 2.71, specialattack = 4.6, vitality = 4.15, agility = 0.1, exp = 33, level = 12, type = "water", type2 = "psychic"},
["Slowbro"] = {offense = 6.93, defense = 7.81, specialattack = 10.91, vitality = 14.74, agility = 0.2, exp = 108, level = 45, type = "water", type2 = "psychic"},
["Magnemite"] = {offense = 2.94, defense = 4.73, specialattack = 4, vitality = 4.75, agility = 0.1, exp = 32, level = 15, type = "electric", type2 = "steel"},
["Magneton"] = {offense = 6.17, defense = 7.37, specialattack = 7.3, vitality = 12.54, agility = 0.2, exp = 89, level = 38, type = "electric", type2 = "steel"},
["Farfetch'd"] = {offense = 5.63, defense = 4.99, specialattack = 5.17, vitality = 9.62, agility = 0.3, exp = 72, level = 35, type = "fly", type2 = "normal"},
["Doduo"] = {offense = 3.37, defense = 2.12, specialattack = 2.7, vitality = 3.49, agility = 0.35, exp = 31, level = 12, type = "fly", type2 = "normal"},
["Dodrio"] = {offense = 7.72, defense = 6.21, specialattack = 6.12, vitality = 10.93, agility = 0.61, exp = 89, level = 42, type = "fly", type2 = "normal"},
["Seel"] = {offense = 2.94, defense = 3.21, specialattack = 3.48, vitality = 4.15, agility = 0.1, exp = 37, level = 14, type = "water", type2 = "no type"},
["Dewgong"] = {offense = 6.88, defense = 7.91, specialattack = 8.23, vitality = 14.79, agility = 0.3, exp = 117, level = 55, type = "water", type2 = "ice"},
["Grimer"] = {offense = 3.1, defense = 3.1, specialattack = 3.1, vitality = 4.2, agility = 0.1, exp = 42, level = 12, type = "poison", type2 = "no type"},
["Muk"] = {offense = 6.94, defense = 7.89, specialattack = 6.7, vitality = 11.83, agility = 0.1, exp = 93, level = 30, type = "poison", type2 = "no type"},
["Shellder"] = {offense = 1.82, defense = 3.66, specialattack = 3.25, vitality = 3.48, agility = 0.1, exp = 25, level = 10, type = "water", type2 = "no type"},
["Cloyster"] = {offense = 7.14, defense = 9.23, specialattack = 7.27, vitality = 15.37, agility = 0.2, exp = 121, level = 65, type = "water", type2 = "ice"},
["Gastly"] = {offense = 2.22, defense = 1.89, specialattack = 3.72, vitality = 3.11, agility = 0.2, exp = 40, level = 14, type = "ghost", type2 = "poison"},
["Haunter"] = {offense = 4.1, defense = 4.11, specialattack = 6.97, vitality = 6.21, agility = 0.3, exp = 83, level = 40, type = "ghost", type2 = "poison"},
["Gengar"] = {offense = 8.94, defense = 6.81, specialattack = 11.28, vitality = 12.75, agility = 0.3, exp = 244, level = 70, type = "ghost", type2 = "poison"},
["Onix"] = {offense = 7.17, defense = 8.25, specialattack = 5.7, vitality = 16.42, agility = 0.38, exp = 107, level = 50, type = "rock", type2 = "ground"},
["Drowzee"] = {offense = 3.12, defense = 4.85, specialattack = 6.11, vitality = 7.64, agility = 0.1, exp = 45, level = 18, type = "psychic", type2 = "no type"},
["Hypno"] = {offense = 5.83, defense = 7.21, specialattack = 9.87, vitality = 13.04, agility = 0.3, exp = 102, level = 50, type = "psychic", type2 = "no type"},
["Krabby"] = {offense = 2.78, defense = 3.44, specialattack = 2.7, vitality = 3.74, agility = 0.1, exp = 21, level = 5, type = "water", type2 = "no type"},
["Kingler"] = {offense = 6.17, defense = 7.93, specialattack = 5.2, vitality = 10.1, agility = 0.2, exp = 73, level = 35, type = "water", type2 = "no type"},
["Voltorb"] = {offense = 2.81, defense = 3.12, specialattack = 3.12, vitality = 4.95, agility = 0.2, exp = 34, level = 14, type = "electric", type2 = "no type"},
["Electrode"] = {offense = 5.93, defense = 6.81, specialattack = 6.75, vitality = 11.74, agility = 0.3, exp = 84, level = 38, type = "electric", type2 = "no type"},
["Exeggcute"] = {offense = 1.73, defense = 2, specialattack = 3.82, vitality = 2.73, agility = 0.1, exp = 27, level = 8, type = "psychic", type2 = "grass"},
["Exeggutor"] = {offense = 5.81, defense = 7.31, specialattack = 10, vitality = 10.12, agility = 0.3, exp = 134, level = 48, type = "psychic", type2 = "grass"},
["Cubone"] = {offense = 3.44, defense = 3, specialattack = 2.11, vitality = 4.44, agility = 0.2, exp = 42, level = 18, type = "ground", type2 = "no type"},
["Marowak"] = {offense = 6.99, defense = 7.12, specialattack = 6.47, vitality = 13.11, agility = 0.3, exp = 93, level = 45, type = "ground", type2 = "no type"},
["Hitmonlee"] = {offense = 10.13, defense = 8.24, specialattack = 5.91, vitality = 18.37, agility = 0.6, exp = 206, level = 60, type = "fight", type2 = "no type"},
["Hitmonchan"] = {offense = 8.87, defense = 8.24, specialattack = 9.97, vitality = 17.11, agility = 0.6, exp = 206, level = 60, type = "fight", type2 = "no type"},
["Lickitung"] = {offense = 5.72, defense = 7.1, specialattack = 6.45, vitality = 12.82, agility = 0.3, exp = 89, level = 45, type = "normal", type2 = "no type"},
["Koffing"] = {offense = 2.11, defense = 3.12, specialattack = 2.89, vitality = 4.23, agility = 0.18, exp = 42, level = 15, type = "poison", type2 = "no type"},
["Weezing"] = {offense = 4.81, defense = 6.87, specialattack = 6.1, vitality = 10.68, agility = 0.28, exp = 78, level = 30, type = "poison", type2 = "no type"},
["Rhyhorn"] = {offense = 5.11, defense = 6.3, specialattack = 3.87, vitality = 8.82, agility = 0.45, exp = 83, level = 35, type = "ground", type2 = "rock"},
["Rhydon"] = {offense = 9.98, defense = 9.85, specialattack = 7.90, vitality = 19.69, agility = 0.4, exp = 178, level = 65, type = "ground", type2 = "rock"},
["Chansey"] = {offense = 5.81, defense = 8.12, specialattack = 8.92, vitality = 13.93, agility = 0.2, exp = 134, level = 50, type = "normal", type2 = "no type"},
["Tangela"] = {offense = 4.36, defense = 4.82, specialattack = 5.31, vitality = 7.18, agility = 0.17, exp = 109, level = 40, type = "grass", type2 = "no type"},
["Kangaskhan"] = {offense = 10.81, defense = 8.54, specialattack = 7.68, vitality = 17.35, agility = 0.3, exp = 226, level = 65, type = "normal", type2 = "no type"},
["Horsea"] = {offense = 2.01, defense = 2, specialattack = 2.81, vitality = 3.01, agility = 0.2, exp = 41, level = 5, type = "water", type2 = "no type"},
["Seadra"] = {offense = 5.24, defense = 4.54, specialattack = 5.31, vitality = 10.78, agility = 0.37, exp = 107, level = 40, type = "water", type2 = "no type"},
["Goldeen"] = {offense = 2.81, defense = 2.79, specialattack = 2.87, vitality = 3.6, agility = 0.2, exp = 30, level = 10, type = "water", type2 = "no type"},
["Seaking"] = {offense = 4.99, defense = 4.67, specialattack = 5.68, vitality = 9.66, agility = 0.3, exp = 91, level = 25, type = "water", type2 = "no type"},
["Staryu"] = {offense = 2.37, defense = 3, specialattack = 3.57, vitality = 4.37, agility = 0.1, exp = 43, level = 15, type = "water", type2 = "no type"},
["Starmie"] = {offense = 5.35, defense = 7.1, specialattack = 7.38, vitality = 13.45, agility = 0.2, exp = 120, level = 38, type = "water", type2 = "psychic"},
["Mr. Mime"] = {offense = 5, defense = 4.98, specialattack = 10.38, vitality = 8.98, agility = 0.2, exp = 172, level = 45, type = "psychic", type2 = "no type"},
["Scyther"] = {offense = 9.14, defense = 6.97, specialattack = 8.76, vitality = 10.11, agility = 0.8, exp = 261, level = 60, type = "bug", type2 = "fly"},
["Jynx"] = {offense = 7.97, defense = 7.35, specialattack = 9.82, vitality = 10.32, agility = 0.2, exp = 243, level = 55, type = "psychic", type2 = "ice"},
["Electabuzz"] = {offense = 8.65, defense = 7.56, specialattack = 7.87, vitality = 12.21, agility = 0.4, exp = 271, level = 60, type = "electric", type2 = "no type"},
["Magmar"] = {offense = 9.29, defense = 8.38, specialattack = 9.1, vitality = 15.67, agility = 0.2, exp = 268, level = 60, type = "fire", type2 = "no type"},
["Pinsir"] = {offense = 6.72, defense = 7, specialattack = 5.97, vitality = 15.72, agility = 0.28, exp = 123, level = 42, type = "bug", type2 = "no type"},
["Tauros"] = {offense = 7.1, defense = 6.88, specialattack = 5.97, vitality = 17.98, agility = 0.57, exp = 119, level = 40, type = "normal", type2 = "no type"},
["Magikarp"] = {offense = 1, defense = 1.12, specialattack = 1, vitality = 1, agility = 0.1, exp = 11, level = 1, type = "water", type2 = "no type"},
["Gyarados"] = {offense = 12.81, defense = 7.98, specialattack = 9.58, vitality = 17, agility = 0.5, exp = 377, level = 75, type = "water", type2 = "fly"},
["Lapras"] = {offense = 7.68, defense = 9.24, specialattack = 9.81, vitality = 16.92, agility = 0.35, exp = 229, level = 65, type = "water", type2 = "ice"},
["Ditto"] = {offense = 4.5, defense = 4.5, specialattack = 4.5, vitality = 8, agility = 0.26, exp = 100, level = 40, type = "normal", type2 = "no type"},
["Eevee"] = {offense = 3.3, defense = 3.1, specialattack = 3.1, vitality = 5, agility = 0.33, exp = 68, level = 20, type = "normal", type2 = "no type"},
["Vaporeon"] = {offense = 6, defense = 6.5, specialattack = 7.2, vitality = 15, agility = 0.5, exp = 145, level = 55, type = "water", type2 = "no type"},
["Jolteon"] = {offense = 6.5, defense = 6.8, specialattack = 6.2, vitality = 11, agility = 0.65, exp = 145, level = 55, type = "electric", type2 = "no type"},
["Flareon"] = {offense = 7.2, defense = 6.8, specialattack = 6, vitality = 12, agility = 0.55, exp = 145, level = 55, type = "fire", type2 = "no type"},
["Porygon"] = {offense = 4.57, defense = 5.52, specialattack = 6.78, vitality = 8, agility = 0.24, exp = 128, level = 45, type = "normal", type2 = "no type"},
["Omanyte"] = {offense = 3.37, defense = 4.01, specialattack = 3, vitality = 5, agility = 0.17, exp = 62, level = 20, type = "rock", type2 = "water"},
["Omastar"] = {offense = 6.99, defense = 9.8, specialattack = 8.11, vitality = 17, agility = 0.28, exp = 183, level = 70, type = "rock", type2 = "water"},
["Kabuto"] = {offense = 3.72, defense = 3.74, specialattack = 2.81, vitality = 5, agility = 0.2, exp = 63, level = 20, type = "rock", type2 = "water"},
["Kabutops"] = {offense = 9.96, defense = 8.1, specialattack = 7.81, vitality = 15, agility = 0.35, exp = 211, level = 70, type = "rock", type2 = "water"},
["Aerodactyl"] = {offense = 9.1, defense = 8.5, specialattack = 9.81, vitality = 17, agility = 0.4, exp = 354, level = 85, type = "rock", type2 = "fly"},
["Snorlax"] = {offense = 16.42, defense = 9.82, specialattack = 8.81, vitality = 30.24, agility = 0.1, exp = 303, level = 85, type = "normal", type2 = "no type"},
["Articuno"] = {offense = 9.77, defense = 11.72, specialattack = 15.81, vitality = 21.49, agility = 0.5, exp = 1241, level = 100, type = "ice", type2 = "no type"},
["Zapdos"] = {offense = 10.01, defense = 10, specialattack = 14.22, vitality = 20.01, agility = 0.9, exp = 1282, level = 100, type = "electric", type2 = "fly"},
["Moltres"] = {offense = 12.01, defense = 9.4, specialattack = 13.87, vitality = 21.41, agility = 0.7, exp = 1311, level = 100, type = "fire", type2 = "fly"},
["Dratini"] = {offense = 3.01, defense = 3, specialattack = 2.81, vitality = 4, agility = 0.2, exp = 72, level = 15, type = "dragon", type2 = "no type"},
["Dragonair"] = {offense = 6.59, defense = 7.1, specialattack = 8.16, vitality = 14, agility = 0.4, exp = 168, level = 45, type = "dragon", type2 = "no type"},
["Dragonite"] = {offense = 11.17, defense = 10.5, specialattack = 10.81, vitality = 26.67, agility = 0.6, exp = 384, level = 85, type = "dragon", type2 = "fly"},
["Mewtwo"] = {offense = 28.01, defense = 40, specialattack = 65.81, vitality = 40.01, agility = 2.6, exp = 4879, level = 85, type = "psychic", type2 = "no type"},
["Mew"] = {offense = 22.2, defense = 30.2, specialattack = 50.81, vitality = 30.2, agility = 1.8, exp = 3000, level = 80, type = "psychic", type2 = "no type"},
-----------------------------------Stats Shiny-----------------------------------------------
["Shiny Bulbasaur"] = {offense = 9.0, defense = 6.4, specialattack = 11.2, vitality = 11.3, agility = 1.2, exp = 114, level = 18, type = "grass", type2 = "poison"},
["Shiny Ivysaur"] = {offense = 13.14, defense = 10.12, specialattack = 16.6, vitality = 21.4, agility = 2.4, exp = 304, level = 38, type = "grass", type2 = "poison"},
["Shiny Venusaur"] = {offense = 18.26, defense = 17.42, specialattack = 20.8, vitality = 43.68, agility = 3.5, exp = 680, level = 75, type = "grass", type2 = "poison"},
["Shiny Charmander"] = {offense = 10.8, defense = 5.4, specialattack = 7.2, vitality = 8.4, agility = 1.3, exp = 124, level = 18, type = "fire", type2 = "no type"},
["Shiny Charmeleon"] = {offense = 16.2, defense = 8.4, specialattack =13.8, vitality = 16.8, agility = 2.5, exp = 278, level = 38, type = "fire", type2 = "no type"},
["Shiny Charizard"] = {offense = 20.30, defense = 13.9, specialattack = 18.66, vitality = 32.22, agility = 3.7, exp = 802, level = 75, type = "fire", type2 = "fly"},
["Shiny Squirtle"] = {offense = 8.4, defense = 8.6, specialattack = 9.2, vitality = 12.2, agility = 1.1, exp = 124, level = 18, type = "water", type2 = "no type"},
["Shiny Wartortle"] = {offense = 12.5, defense = 14.2, specialattack = 15.1, vitality = 24.8, agility = 2.3, exp = 310, level = 38, type = "water", type2 = "no type"},
["Shiny Blastoise"] = {offense = 19.2, defense = 26.5, specialattack = 18.9, vitality = 52.8, agility = 2.9, exp = 700, level = 75, type = "water", type2 = "no type"},
["Shiny Caterpie"] = {offense = 2.4, defense = 3.0, specialattack = 3.1, vitality = 3.2, agility = 0.22, exp = 18, level = 1, type = "bug", type2 = "no type"},
["Shiny Metapod"] = {offense = 4, defense = 12.9, specialattack = 6.9, vitality = 12.24, agility = 1.2, exp = 36, level = 12, type = "bug", type2 = "no type"},
["Shiny Butterfree"] = {offense = 7.1, defense = 7.2, specialattack = 14.12, vitality = 13.1, agility = 2.3, exp = 140, level = 33, type = "bug", type2 = "fly"},
["Shiny Weedle"] = {offense = 3.8, defense = 2.4, specialattack = 3.1, vitality = 4.2, agility = 1.26, exp = 20, level = 1, type = "bug", type2 = "poison"},
["Shiny Kakuna"] = {offense = 4.92, defense = 12.2, specialattack = 12.6, vitality = 12.9, agility = 1.2, exp = 28, level = 14, type = "bug", type2 = "poison"},
["Shiny Beedrill"] = {offense = 12.78, defense = 6.12, specialattack = 8.9, vitality = 14, agility = 2.5, exp = 140, level = 32, type = "bug", type2 = "poison"},
["Shiny Pidgey"] = {offense = 4.5, defense = 4.8, specialattack = 4.2, vitality = 6, agility = 1.2, exp = 42, level = 1, type = "fly", type2 = "normal"},
["Shiny Pidgeotto"] = {offense = 9.1, defense = 6.2, specialattack = 8.9, vitality = 9.5, agility = 1.2, exp = 90, level = 20, type = "fly", type2 = "normal"},
["Shiny Pidgeot"] = {offense = 14.5, defense = 10.5, specialattack = 18.5, vitality = 30.6, agility = 2.1, exp = 450, level = 60, type = "fly", type2 = "normal"},
["Shiny Rattata"] = {offense = 6.9, defense = 4.5, specialattack = 4.4, vitality = 8.5, agility = 1.2, exp = 28, level = 1, type = "normal", type2 = "no type"},
["Shiny Raticate"] = {offense = 9.2, defense = 16, specialattack = 19.5, vitality = 24.7, agility = 2.4, exp = 340, level = 20, type = "normal", type2 = "no type"},
["Shiny Spearow"] = {offense = 6.7, defense = 4.25, specialattack = 4.8, vitality = 8.5, agility = 1.2, exp = 35, level = 10, type = "fly", type2 = "normal"},
["Shiny Fearow"] = {offense = 12.5, defense = 10.25, specialattack = 18.35, vitality = 24.88, agility = 1.9, exp = 264, level = 50, type = "fly", type2 = "normal"},
["Shiny Ekans"] = {offense = 7.2, defense = 6.8, specialattack = 6.2, vitality = 10, agility = 1.3, exp = 72, level = 12, type = "poison", type2 = "no type"},
["Shiny Arbok"] = {offense = 12.24, defense = 8.2, specialattack = 12.7, vitality = 24.36, agility = 1.2, exp = 210, level = 30, type = "poison", type2 = "no type"},
["Shiny Pikachu"] = {offense = 8.5, defense = 6.7, specialattack = 10.2, vitality = 8.2, agility = 1.2, exp = 130, level = 20, type = "electric", type2 = "no type"},
["Shiny Raichu"] = {offense = 14.3, defense = 12.6, specialattack = 18.6, vitality = 18.6, agility =1.3, exp = 390, level = 50, type = "electric", type2 = "no type"},
["Shiny Sandshrew"] = {offense = 8.3, defense = 6.87, specialattack = 4.8, vitality = 6.9, agility = 0.90, exp = 110, level = 18, type = "ground", type2 = "no type"},
["Shiny Sandslash"] = {offense = 18.23, defense = 9.4, specialattack = 10.68, vitality = 22.36, agility = 1.3, exp = 290, level = 55, type = "ground", type2 = "no type"},
["Shiny Nidoran Female"] = {offense = 6.12, defense = 6.8, specialattack = 6.9, vitality = 12, agility = 1.1, exp = 92, level = 10, type = "poison", type2 = "no type"},
["Shiny Nidorina"] = {offense = 12.3, defense = 18.6, specialattack = 12.8, vitality = 22.54, agility = 1.2, exp = 180, level = 25, type = "poison", type2 = "no type"},
["Shiny Nidoqueen"] = {offense = 18.3, defense = 20.3, specialattack = 22.3, vitality = 60, agility = 1.3, exp = 402, level = 65, type = "poison", type2 = "ground"},
["Shiny Nidoran Male"] = {offense = 8.9, defense = 6, specialattack = 6, vitality = 10, agility = 1.1, exp = 110, level = 10, type = "poison", type2 = "no type"},
["Shiny Nidorino"] = {offense = 14.9, defense = 10.8, specialattack = 12, vitality = 20, agility = 1.5, exp = 190, level = 25, type = "poison", type2 = "no type"},
["Shiny Nidoking"] = {offense = 22.9, defense = 16.8, specialattack = 18.5, vitality = 42, agility = 1.9, exp = 480, level = 65, type = "poison", type2 = "ground"},
["Shiny Clefairy"] = {offense = 4.52, defense = 6.7, specialattack = 6.3, vitality = 10, agility = 1.6, exp = 60, level = 10, type = "normal", type2 = "no type"},
["Shiny Clefable"] = {offense = 10.6, defense = 14.9, specialattack = 18.6, vitality = 26, agility = 0.9, exp = 142, level = 35, type = "normal", type2 = "no type"},
["Shiny Vulpix"] = {offense = 6.8, defense = 4.6, specialattack = 6.2, vitality = 8, agility = 1.2, exp = 120, level = 16, type = "fire", type2 = "no type"},
["Shiny Ninetales"] = {offense = 15.2, defense = 12.6, specialattack = 18.6, vitality = 28.6, agility = 1.2, exp = 320, level = 65, type = "fire", type2 = "no type"},
["Shiny Jigglypuff"] = {offense = 5.2, defense = 6.9, specialattack = 6.9, vitality = 10, agility = 1.2, exp = 60, level = 10, type = "normal", type2 = "no type"},
["Shiny Wigglytuff"] = {offense = 10.20, defense = 12.5, specialattack = 14.5, vitality = 26, agility = 1.9, exp = 180, level = 42, type = "normal", type2 = "no type"},
["Shiny Zubat"] = {offense = 4.9, defense = 4.8, specialattack = 6.9, vitality = 6, agility = 0.8, exp = 60, level = 5, type = "poison", type2 = "fly"},
["Shiny Golbat"] = {offense = 10.9, defense = 6.9, specialattack = 10.8, vitality = 18, agility = 0.98, exp = 140, level = 30, type = "poison", type2 = "fly"},
["Shiny Oddish"] = {offense = 2.5, defense = 4.5, specialattack = 8.6, vitality = 4.9, agility = 0.11, exp = 30, level = 5, type = "grass", type2 = "poison"},
["Shiny Gloom"] = {offense = 6.5, defense = 8.52, specialattack = 12.5, vitality = 14, agility = 0.80, exp = 100, level = 18, type = "grass", type2 = "poison"},
["Shiny Vileplume"] = {offense = 10.2, defense = 16.3, specialattack = 20.5, vitality = 30, agility = 0.80, exp = 320, level = 50, type = "grass", type2 = "poison"},
["Shiny Paras"] = {offense = 4.3, defense = 6.9, specialattack = 6.9, vitality = 8, agility = 0.8, exp = 35, level = 1, type = "bug", type2 = "grass"},
["Shiny Parasect"] = {offense = 10.9, defense = 12.6, specialattack = 14.6, vitality = 22, agility = 0.40, exp = 89, level = 40, type = "bug", type2 = "grass"},
["Shiny Venonat"] = {offense = 4.6, defense = 4.9, specialattack = 8.6, vitality = 6, agility = 0.9, exp = 64, level = 14, type = "bug", type2 = "poison"},
["Shiny Venomoth"] = {offense = 8.9, defense = 8.9, specialattack = 18.9, vitality = 18, agility = 1.1, exp = 200, level = 40, type = "bug", type2 = "poison"},
["Shiny Diglett"] = {offense = 6.9, defense = 6.8, specialattack = 6, vitality = 8, agility = 0.60, exp = 52, level = 5, type = "ground", type2 = "no type"},
["Shiny Dugtrio"] = {offense = 12.9, defense = 10.6, specialattack = 12.9, vitality = 24, agility = 1.3, exp = 120, level = 35, type = "ground", type2 = "no type"},
["Shiny Meowth"] = {offense = 6.9, defense = 4.2, specialattack = 4.9, vitality = 8, agility =0.9, exp = 60, level = 12, type = "normal", type2 = "no type"},
["Shiny Persian"] = {offense = 14.12, defense = 10.5, specialattack = 12.9, vitality = 18, agility = 0.8, exp = 160, level = 28, type = "normal", type2 = "no type"},
["Shiny Psyduck"] = {offense = 4.4, defense = 4.81, specialattack = 8.37, vitality = 8, agility = 1.11, exp = 72, level = 12, type = "water", type2 = "no type"},
["Shiny Golduck"] = {offense = 12.97, defense = 14.81, specialattack = 22.7, vitality = 24, agility = 1.38, exp = 300, level = 55, type = "water", type2 = "no type"},
["Shiny Mankey"] = {offense = 6.99, defense = 4.81, specialattack = 4.4, vitality = 10, agility = 1.2, exp = 82, level = 10, type = "fight", type2 = "no type"},
["Shiny Primeape"] = {offense = 16.36, defense = 14.81, specialattack = 10.1, vitality = 32, agility = 1.35, exp = 222, level = 45, type = "fight", type2 = "no type"},
["Shiny Growlithe"] = {offense = 6.16, defense = 6.12, specialattack = 6.21, vitality = 8, agility = 1.4, exp = 68, level = 16, type = "fire", type2 = "no type"},
["Shiny Arcanine"] = {offense = 18.21, defense = 18.52, specialattack = 20.72, vitality = 34, agility = 2.1, exp = 420, level = 70, type = "fire", type2 = "no type"},
["Shiny Poliwag"] = {offense = 4.41, defense = 4.83, specialattack = 6.12, vitality = 6, agility = 1.1, exp = 40, level = 5, type = "water", type2 = "no type"},
["Shiny Poliwhirl"] = {offense = 10.39, defense = 10.83, specialattack = 10.12, vitality = 20, agility = 1.27, exp = 100, level = 20, type = "water", type2 = "no type"},
["Shiny Poliwrath"] = {offense = 20.41, defense = 18.43, specialattack = 18.44, vitality = 28.84, agility = 1.33, exp = 310, level = 60, type = "water", type2 = "fight"},
["Shiny Abra"] = {offense = 2.41, defense = 2.83, specialattack = 10.1, vitality = 4.27, agility = 1.07, exp = 69, level = 12, type = "psychic", type2 = "no type"},
["Shiny Kadabra"] = {offense = 8.41, defense = 4.83, specialattack = 18.12, vitality = 10.24, agility = 1.17, exp = 190, level = 40, type = "psychic", type2 = "no type"},
["Shiny Alakazam"] = {offense = 12.41, defense = 8.83, specialattack = 30.12, vitality = 22.24, agility = 1.2, exp = 510, level = 70, type = "psychic", type2 = "no type"},
["Shiny Machop"] = {offense = 6.71, defense = 6.83, specialattack = 4.12, vitality = 10, agility = 1.2, exp = 80, level = 16, type = "fight", type2 = "no type"},
["Shiny Machoke"] = {offense = 14.12, defense = 12.93, specialattack = 4.82, vitality = 2.05, agility = 1.29, exp = 156, level = 38, type = "fight", type2 = "no type"},
["Shiny Machamp"] = {offense = 2.41, defense = 18.93, specialattack = 12.1, vitality = 40.34, agility = 1.3, exp = 420, level = 70, type = "fight", type2 = "no type"},
["Shiny Bellsprout"] = {offense = 4.61, defense = 4.13, specialattack = 6.12, vitality = 6.74, agility = 1.2, exp = 50, level = 5, type = "grass", type2 = "poison"},
["Shiny Weepinbell"] = {offense = 8.82, defense = 8.13, specialattack = 12.81, vitality = 14.95, agility = 1.27, exp = 87, level = 18, type = "grass", type2 = "poison"},
["Shiny Victreebel"] = {offense = 9.13, defense = 14.08, specialattack = 18.11, vitality = 28.21, agility = 1.34, exp = 265, level = 50, type = "grass", type2 = "poison"},
["Shiny Tentacool"] = {offense = 4.99, defense = 4.99, specialattack = 6.41, vitality = 6.98, agility = 1.17, exp = 120, level = 12, type = "water", type2 = "poison"},
["Shiny Tentacruel"] = {offense = 18.46, defense = 16.89, specialattack = 18.81, vitality = 38.35, agility = 1.3, exp = 410, level = 60, type = "water", type2 = "poison"},
["Shiny Geodude"] = {offense = 6.44, defense = 6.61, specialattack = 4.4, vitality = 10.05, agility = 1.1, exp = 72, level = 15, type = "ground", type2 = "rock"},
["Shiny Graveler"] = {offense = 12.38, defense = 16.72, specialattack = 8.1, vitality = 24.1, agility = 1.19, exp = 204, level = 40, type = "ground", type2 = "rock"},
["Shiny Golem"] = {offense = 18.94, defense = 24.12, specialattack =14.7, vitality = 36.06, agility = 1.3, exp = 260, level = 70, type = "ground", type2 = "rock"},
["Shiny Ponyta"] = {offense = 6.14, defense = 4.02, specialattack = 6.77, vitality = 8.16, agility = 1.3, exp = 80, level = 15, type = "fire", type2 = "no type"},
["Shiny Rapidash"] = {offense = 14.12, defense = 12.12, specialattack = 16.38, vitality = 27.24, agility = 1.67, exp = 275, level = 55, type = "fire", type2 = "no type"},
["Shiny Slowpoke"] = {offense = 4.44, defense = 4.71, specialattack = 8.6, vitality = 8.15, agility = 1.1, exp = 66, level = 12, type = "water", type2 = "psychic"},
["Shiny Slowbro"] = {offense = 12.93, defense = 14.81, specialattack = 20.91, vitality = 28.74, agility = 1.2, exp = 204, level = 45, type = "water", type2 = "psychic"},
["Shiny Magnemite"] = {offense = 4.94, defense = 8.73, specialattack = 8, vitality = 8.75, agility = 1.1, exp = 64, level = 15, type = "electric", type2 = "steel"},
["Shiny Magneton"] = {offense = 12.17, defense = 14.37, specialattack = 14.3, vitality = 24.54, agility = 1.2, exp = 120, level = 38, type = "electric", type2 = "steel"},
["Shiny Farfetch'd"] = {offense = 10.63, defense = 8.99, specialattack = 10.17, vitality = 18.62, agility = 1.3, exp = 120, level = 35, type = "fly", type2 = "normal"},
["Shiny Doduo"] = {offense = 6.37, defense = 4.12, specialattack = 4.7, vitality = 6.49, agility = 1.35, exp = 62, level = 12, type = "fly", type2 = "normal"},
["Shiny Dodrio"] = {offense = 14.72, defense = 12.21, specialattack = 12.12, vitality = 20.93, agility = 1.61, exp = 120, level = 42, type = "fly", type2 = "normal"},
["Shiny Seel"] = {offense = 4.94, defense = 6.21, specialattack = 6.48, vitality = 8.15, agility = 1.1, exp = 68, level = 14, type = "water", type2 = "no type"},
["Shiny Dewgong"] = {offense = 12.88, defense = 14.91, specialattack = 16.23, vitality = 28.79, agility = 1.3, exp = 228, level = 55, type = "water", type2 = "ice"},
["Shiny Grimer"] = {offense = 6.1, defense = 6.1, specialattack = 6.1, vitality = 8.2, agility = 1.1, exp = 84, level = 12, type = "poison", type2 = "no type"},
["Shiny Muk"] = {offense = 12.94, defense = 14.89, specialattack = 12.7, vitality = 22.83, agility = 1.1, exp = 120, level = 30, type = "poison", type2 = "no type"},
["Shiny Shellder"] = {offense = 2.82, defense = 6.66, specialattack = 6.25, vitality = 6.48, agility = 1.1, exp = 50, level = 10, type = "water", type2 = "no type"},
["Shiny Cloyster"] = {offense = 14.14, defense = 18.23, specialattack = 14.27, vitality = 30.37, agility = 1.2, exp = 222, level = 65, type = "water", type2 = "ice"},
["Shiny Gastly"] = {offense = 4.22, defense = 2.89, specialattack = 6.72, vitality = 6.11, agility = 1.2, exp = 80, level = 14, type = "ghost", type2 = "poison"},
["Shiny Haunter"] = {offense = 8.1, defense = 8.11, specialattack = 12.97, vitality = 12.21, agility = 1.3, exp = 120, level = 40, type = "ghost", type2 = "poison"},
["Shiny Gengar"] = {offense = 16.94, defense = 12.81, specialattack = 22.28, vitality = 24.75, agility = 1.3, exp = 488, level = 70, type = "ghost", type2 = "poison"},
["Shiny Onix"] = {offense = 14.17, defense = 16.25, specialattack = 10.7, vitality = 32.42, agility = 1.38, exp = 214, level = 50, type = "rock", type2 = "ground"},
["Shiny Drowzee"] = {offense = 6.12, defense = 8.85, specialattack = 12.11, vitality = 14.64, agility = 1.1, exp = 90, level = 18, type = "psychic", type2 = "no type"},
["Shiny Hypno"] = {offense = 10.83, defense = 14.21, specialattack = 18.87, vitality = 26.04, agility = 1.3, exp = 204, level = 50, type = "psychic", type2 = "no type"},
["Shiny Krabby"] = {offense = 4.78, defense = 6.44, specialattack = 4.7, vitality = 6.74, agility = 1.1, exp = 42, level = 5, type = "water", type2 = "no type"},
["Shiny Kingler"] = {offense = 12.17, defense = 14.93, specialattack = 10.2, vitality = 20.1, agility = 1.2, exp = 150, level = 35, type = "water", type2 = "no type"},
["Shiny Voltorb"] = {offense = 4.81, defense = 6.12, specialattack = 6.12, vitality = 8.95, agility = 1.2, exp = 64, level = 14, type = "electric", type2 = "no type"},
["Shiny Electrode"] = {offense = 10.93, defense = 12.81, specialattack = 12.75, vitality = 22.74, agility = 1.3, exp = 120, level = 38, type = "electric", type2 = "no type"},
["Shiny Exeggcute"] = {offense = 2.73, defense = 4, specialattack = 6.82, vitality = 4.73, agility = 1.1, exp = 42, level = 8, type = "psychic", type2 = "grass"},
["Shiny Exeggutor"] = {offense = 10.81, defense = 14.31, specialattack = 20, vitality = 20.12, agility = 1.3, exp = 260, level = 48, type = "psychic", type2 = "grass"},
["Shiny Cubone"] = {offense = 6.44, defense = 6, specialattack = 6.11, vitality = 8.44, agility = 1.2, exp = 84, level = 18, type = "ground", type2 = "no type"},
["Shiny Marowak"] = {offense = 12.99, defense = 14.12, specialattack = 12.47, vitality = 26.11, agility = 1.3, exp = 190, level = 45, type = "ground", type2 = "no type"},
["Shiny Hitmonlee"] = {offense = 20.13, defense = 16.24, specialattack = 10.91, vitality = 36.37, agility = 1.6, exp = 412, level = 60, type = "fight", type2 = "no type"},
["Shiny Hitmonchan"] = {offense = 16.87, defense = 16.24, specialattack = 18.97, vitality = 33.11, agility = 1.6, exp = 405, level = 60, type = "fight", type2 = "no type"},
["Shiny Lickitung"] = {offense = 20.72, defense = 28.1, specialattack = 24.45, vitality = 48.82, agility = 2.3, exp = 180, level = 45, type = "normal", type2 = "no type"},
["Shiny Koffing"] = {offense = 4.11, defense = 6.12, specialattack = 4.89, vitality = 8.23, agility = 1.18, exp = 84, level = 15, type = "poison", type2 = "no type"},
["Shiny Weezing"] = {offense = 8.81, defense = 12.87, specialattack = 12.1, vitality = 20.68, agility = 1.28, exp = 145, level = 30, type = "poison", type2 = "no type"},
["Shiny Rhyhorn"] = {offense = 10.11, defense = 12.3, specialattack = 6.87, vitality = 16.82, agility = 1.45, exp = 190, level = 35, type = "ground", type2 = "rock"},
["Shiny Rhydon"] = {offense = 81.98, defense = 18.85, specialattack = 14.90, vitality = 39.69, agility = 1.4, exp = 240, level = 65, type = "ground", type2 = "rock"},
["Shiny Chansey"] = {offense = 10.81, defense = 16.12, specialattack = 16.92, vitality = 26.93, agility = 1.2, exp = 264, level = 50, type = "normal", type2 = "no type"},
["Shiny Tangela"] = {offense = 8.36, defense = 8.82, specialattack =10.31, vitality = 14.18, agility = 1.17, exp = 201, level = 40, type = "grass", type2 = "no type"},
["Shiny Kangaskhan"] = {offense = 20.81, defense = 16.54, specialattack = 14.68, vitality = 35.35, agility = 1.3, exp = 452, level = 65, type = "normal", type2 = "no type"},
["Shiny Horsea"] = {offense = 4.01, defense = 4, specialattack = 4.81, vitality = 6.01, agility = 1.2, exp = 82, level = 5, type = "water", type2 = "no type"},
["Shiny Seadra"] = {offense = 10.24, defense = 8.54, specialattack = 10.31, vitality = 20.78, agility = 1.37, exp = 208, level = 40, type = "water", type2 = "no type"},
["Shiny Goldeen"] = {offense = 4.81, defense = 4.79, specialattack = 4.87, vitality = 6.6, agility = 1.2, exp = 60, level = 10, type = "water", type2 = "no type"},
["Shiny Seaking"] = {offense = 8.99, defense = 8.67, specialattack = 10.68, vitality = 18.66, agility = 1.3, exp = 182, level = 25, type = "water", type2 = "no type"},
["Shiny Staryu"] = {offense = 4.37, defense = 6, specialattack = 6.57, vitality = 8.37, agility = 1.1, exp = 82, level = 15, type = "water", type2 = "no type"},
["Shiny Starmie"] = {offense = 10.35, defense = 14.1, specialattack = 14.38, vitality = 26.45, agility = 10.2, exp = 240, level = 38, type = "water", type2 = "psychic"},
["Shiny Mr. Mime"] = {offense = 10, defense = 8.98, specialattack = 20.38, vitality = 18.98, agility = 1.2, exp = 320, level = 45, type = "psychic", type2 = "no type"},
["Shiny Scyther"] = {offense = 18.14, defense = 12.97, specialattack = 16.76, vitality = 20.11, agility = 1.8, exp = 462, level = 60, type = "bug", type2 = "fly"},
["Shiny Jynx"] = {offense = 14.97, defense = 14.35, specialattack = 18.82, vitality = 20.32, agility = 1.2, exp = 435, level = 55, type = "psychic", type2 = "ice"},
["Shiny Electabuzz"] = {offense = 16.65, defense = 14.56, specialattack = 14.87, vitality = 24.21, agility = 1.4, exp = 481, level = 60, type = "electric", type2 = "no type"},
["Electivire"] = {offense = 23.65, defense = 23.56, specialattack = 21.87, vitality = 30.21, agility = 1.7, exp = 481, level = 60, type = "electric", type2 = "no type"},
["Shiny Electivire"] = {offense = 27.65, defense = 26.56, specialattack = 24.87, vitality = 38.21, agility = 2.0, exp = 481, level = 60, type = "electric", type2 = "no type"},
["Shiny Magmar"] = {offense = 18.29, defense = 16.38, specialattack = 18.1, vitality = 30.67, agility = 1.2, exp = 450, level = 60, type = "fire", type2 = "no type"},
["Shiny Magmortar"] = {offense = 30.29, defense = 30.38, specialattack = 30.1, vitality = 45.67, agility = 1.6, exp = 450, level = 60, type = "fire", type2 = "no type"},
["Magmortar"] = {offense = 23.29, defense = 23.38, specialattack = 21.1, vitality = 35.67, agility = 1.5, exp = 450, level = 60, type = "fire", type2 = "no type"},
["Shiny Pinsir"] = {offense = 12.72, defense = 14, specialattack = 10.97, vitality = 30.72, agility = 1.28, exp = 320, level = 42, type = "bug", type2 = "no type"},
["Shiny Tauros"] = {offense = 14.1, defense = 12.88, specialattack = 10.97, vitality = 28.98, agility = 1.57, exp = 220, level = 40, type = "normal", type2 = "no type"},
["Shiny Magikarp"] = {offense = 2, defense = 2.12, specialattack = 2, vitality = 2, agility = 1.1, exp = 22, level = 1, type = "water", type2 = "no type"},
["Shiny Gyarados"] = {offense = 24.81, defense = 14.98, specialattack = 18.58, vitality = 25, agility = 1.5, exp = 420, level = 75, type = "water", type2 = "fly"},
["Shiny Lapras"] = {offense = 14.68, defense = 18.24, specialattack = 18.81, vitality = 32.92, agility = 1.35, exp = 550, level = 65, type = "water", type2 = "ice"},
["Shiny Ditto"] = {offense = 8.5, defense = 8.5, specialattack = 8.5, vitality = 16, agility = 1.26, exp = 200, level = 40, type = "normal", type2 = "no type"},
["Shiny Eevee"] = {offense = 6.3, defense = 6.1, specialattack = 6.1, vitality = 10, agility = 1.33, exp = 120, level = 20, type = "normal", type2 = "no type"},
["Shiny Vaporeon"] = {offense = 12, defense = 12.5, specialattack = 14.2, vitality = 30, agility = 1.5, exp = 250, level = 55, type = "water", type2 = "no type"},
["Shiny Jolteon"] = {offense = 12.5, defense = 12.8, specialattack = 12.2, vitality = 22, agility = 1.65, exp = 250, level = 55, type = "electric", type2 = "no type"},
["Shiny Flareon"] = {offense = 14.2, defense = 12.8, specialattack = 12, vitality = 24, agility = 1.55, exp = 350, level = 55, type = "fire", type2 = "no type"},
["Shiny Porygon"] = {offense = 8.57, defense = 5.52, specialattack = 6.78, vitality = 8, agility = 0.24, exp = 128, level = 45, type = "normal", type2 = "no type"},
["Shiny Omanyte"] = {offense = 6.37, defense = 8.01, specialattack = 6, vitality = 10, agility = 1.17, exp = 124, level = 20, type = "rock", type2 = "water"},
["Shiny Omastar"] = {offense = 12.99, defense = 18.8, specialattack = 16.11, vitality = 36, agility = 1.28, exp = 230, level = 70, type = "rock", type2 = "water"},
["Shiny Kabuto"] = {offense = 6.72, defense = 6.74, specialattack = 5.81, vitality = 10, agility = 1.2, exp = 126, level = 20, type = "rock", type2 = "water"},
["Shiny Kabutops"] = {offense = 18.96, defense = 16.1, specialattack = 14.81, vitality = 30, agility = 1.35, exp = 422, level = 70, type = "rock", type2 = "water"},
["Shiny Aerodactyl"] = {offense = 18.1, defense = 18.5, specialattack = 18.81, vitality = 35, agility = 1.4, exp = 650, level = 85, type = "rock", type2 = "fly"},
["Shiny Snorlax"] = {offense = 18.1, defense = 18.5, specialattack = 17.81, vitality = 38, agility = 1.1, exp = 7700, level = 85, type = "rock", type2 = "fly"},
["Shiny Articuno"] = {offense = 18.77, defense = 22.72, specialattack = 30.81, vitality = 42.49, agility = 1.5, exp = 2500, level = 100, type = "ice", type2 = "no type"},
["Shiny Zapdos"] = {offense = 20.01, defense = 20, specialattack = 28.22, vitality = 40.01, agility = 1.9, exp = 2400, level = 100, type = "electric", type2 = "fly"},
["Shiny Moltres"] = {offense = 24.01, defense = 18.4, specialattack = 26.87, vitality = 42.41, agility = 1.7, exp = 2600, level = 100, type = "fire", type2 = "fly"},
["Shiny Dratini"] = {offense = 6.01, defense = 6, specialattack =4.81, vitality = 8, agility = 1.2, exp = 140, level = 15, type = "dragon", type2 = "no type"},
["Shiny Dragonair"] = {offense = 12.59, defense = 14.1, specialattack = 16.16, vitality = 28, agility = 1.4, exp = 320, level = 45, type = "dragon", type2 = "no type"},
["Shiny Dragonite"] = {offense = 22.17, defense = 20.5, specialattack = 20.81, vitality = 52.67, agility = 1.6, exp = 680, level = 85, type = "dragon", type2 = "fly"},
["Shiny Mewtwo"] = {offense = 40.01, defense = 75, specialattack = 90.81, vitality = 70.01, agility = 4.0, exp = 7700, level = 100, type = "psychic", type2 = "no type"},
["Shiny Mew"] = {offense = 30.2, defense = 50.2, specialattack = 80.81, vitality = 50.2, agility = 3.2, exp = 5000, level = 95, type = "psychic", type2 = "no type"},
----------------------------------Stats Johyto------------------------------------------------
["Chikorita"] = {offense = 5.5, defense = 4.2, specialattack = 6.9, vitality = 6.7, agility = 3.1, exp = 84, level = 16, type = "grass", type2 = "no type"},
["Bayleef"] = {offense = 9.75, defense = 8.1, specialattack = 10.3, vitality = 13.85, agility = 4.22, exp = 552, level = 36, type = "grass", type2 = "no type"},
["Meganium"] = {offense = 14.13, defense = 13.71, specialattack = 15.4, vitality = 24.84, agility = 4.5, exp = 576, level = 65, type = "grass", type2 = "no type"},
["Cyndaquil"] = {offense = 5.8, defense = 3.3, specialattack = 5.0, vitality = 5.0, agility = 0.9, exp = 62, level = 18, type = "fire", type2 = "no type"},
["Quilava"] = {offense =8.0 , defense =8.7 , specialattack =9.6 , vitality =14.5 , agility =4.42 , exp =634 , level =36 , type = "fire", type2 = "no type"},
["Typhlosion"] = {offense =14.78 , defense =14.24 , specialattack =16.4 , vitality =25.72 , agility =5.0 , exp =685 , level =65 , type = "fire", type2 = "no type"},
["Totodile"] = {offense =5.3 , defense =4.0 , specialattack =6.87 , vitality =6.9 , agility =4.1 , exp =184 , level =16 , type = "water", type2 = "no type"},
["Croconaw"] = {offense =9.6 , defense =8.0 , specialattack =10.2 , vitality =15.1 , agility =5.0 , exp =2126 , level =36 , type = "water", type2 = "no type"},
["Feraligatr"] = {offense =15.2 , defense =8.5 , specialattack =15.47 , vitality =26 , agility =5.0 , exp =3257 , level =65 , type = "water", type2 = "no type"},
["Sentret"] = {offense = 4.6, defense = 3.4, specialattack = 3.5, vitality = 3.5, agility = 0.1, exp = 57, level = 3, type = "normal", type2 = "no type"},
["Furret"] = {offense = 7.6, defense = 6.4, specialattack = 4.5, vitality = 8.5, agility = 0.2, exp = 116, level = 28, type = "normal", type2 = "no type"},
["Hoothoot"] = {offense = 3, defense = 3, specialattack = 3.6, vitality = 6, agility = 0.1, exp = 58, level = 3, type = "normal", type2 = "flying"},
["Noctowl"] = {offense = 5, defense = 5, specialattack = 7.6, vitality = 10, agility = 0.2, exp = 162, level = 38, type = "normal", type2 = "flying"},
["Ledyba"] = {offense = 2, defense = 3, specialattack = 4, vitality = 4, agility = 0.1, exp = 54, level = 12, type = "bug", type2 = "flying"},
["Ledian"] = {offense = 3.5, defense = 5.0, specialattack = 5.5, vitality = 5.5, agility = 0.2, exp = 134, level = 30, type = "bug", type2 = "flying"},
["Spinarak"] = {offense = 6, defense = 4, specialattack = 4, vitality = 4, agility = 0.1, exp = 54, level = 15, type = "bug", type2 = "poison"},
["Ariados"] = {offense = 9, defense = 7, specialattack = 6, vitality = 7, agility = 0.2, exp = 134, level = 42, type = "bug", type2 = "poison"},
["Crobat"] = {offense = 9, defense = 8, specialattack = 7, vitality = 8.5, agility = 0.3, exp = 204, level = 70, type = "poison", type2 = "flying"},
["Chinchou"] = {offense = 3.8, defense = 3.8, specialattack = 5.6, vitality = 7.5, agility = 0.1, exp = 90, level = 14, type = "water", type2 = "electric"},
["Lanturn"] = {offense = 5.8, defense = 5.8, specialattack = 7.6, vitality = 12.5, agility = 0.2, exp = 156, level = 38, type = "water", type2 = "electric"},
["Pichu"] = {offense = 4, defense = 1.5, specialattack = 3.5, vitality = 2, agility = 0.1, exp = 42, level = 3, type = "electric", type2 = "no type"},
["Cleffa"] = {offense = 2.5, defense = 2.8, specialattack = 4.5, vitality = 5, agility = 0.1, exp = 37, level = 3, type = "normal", type2 = "no type"},
["Igglybuff"] = {offense = 3, defense = 1.5, specialattack = 4, vitality = 9, agility = 0.1, exp = 39, level = 3, type = "normal", type2 = "no type"},
["Togepi"] = {offense = 2, defense = 6.5, specialattack = 4, vitality = 3.5, agility = 0.1, exp = 74, level = 10, type = "normal", type2 = "no type"},
["Togetic"] = {offense = 4, defense = 8.5, specialattack = 8, vitality = 5.5, agility = 0.2, exp = 114, level = 45, type = "normal", type2 = "flying"},
["Natu"] = {offense = 5, defense = 4.5, specialattack = 7, vitality = 4, agility = 0.1, exp = 73, level = 15, type = "psychic", type2 = "flying"},
["Xatu"] = {offense = 7.5, defense = 7, specialattack = 9.5, vitality = 6.5, agility = 0.2, exp = 171, level = 45, type = "psychic", type2 = "flying"},
["Mareep"] = {offense = 4, defense = 4, specialattack = 6.5, vitality = 5.5, agility = 0.1, exp = 59, level = 12, type = "electric", type2 = "no type"},
["Flaaffy"] = {offense = 5.5, defense = 5.5, specialattack = 8, vitality = 7, agility = 0.2, exp = 117, level = 30, type = "electric", type2 = "no type"},
["Ampharos"] = {offense = 7.5, defense = 7.5, specialattack = 11.5, vitality = 9, agility = 0.3, exp = 194, level = 65, type = "electric", type2 = "no type"},
["Bellossom"] = {offense = 8, defense = 8.5, specialattack = 9, vitality = 7.5, agility = 0.3, exp = 184, level = 50, type = "grass", type2 = "no type"},
["Marill"] = {offense = 2, defense = 5, specialattack = 2, vitality = 7, agility = 0.1, exp = 58, level = 14, type = "water", type2 = "no type"},
["Azumarill"] ={offense = 5, defense = 8, specialattack = 5, vitality = 10, agility = 0.2, exp = 153, level = 28, type = "water", type2 = "no type"},
["Sudowoodo"] = {offense = 10, defense = 11.5, specialattack = 3, vitality = 7, agility = 0.3, exp = 135, level = 46, type = "rock", type2 = "no type"},
["Politoed"] = {offense = 7.5, defense = 7.5, specialattack = 9, vitality = 9, agility = 0.3, exp = 185, level = 60, type = "water", type2 = "no type"},
["Hoppip"] = {offense = 3.5, defense = 4, specialattack = 3.5, vitality = 3.5, agility = 0.1, exp = 74, level = 10, type = "grass", type2 = "flying"},
["Skiploom"] = {offense = 4.5, defense = 5, specialattack = 4.5, vitality = 5.5, agility = 0.2, exp = 136, level = 20, type = "grass", type2 = "flying"},
["Jumpluff"] = {offense = 5.5, defense = 7, specialattack = 5.5, vitality = 7.5, agility = 0.3, exp = 176, level = 30, type = "grass", type2 = "flying"},
["Aipom"] = {offense = 7, defense = 5.5, specialattack = 4, vitality = 5.5, agility = 0.1, exp = 94, level = 10, type = "normal", type2 = "no type"},
["Sunkern"] = {offense = 3, defense = 3, specialattack = 3, vitality = 3, agility = 0.1, exp = 52, level = 3, type = "grass", type2 = "no type"},
["Sunflora"] = {offense = 7.5, defense = 5.5, specialattack = 10.5, vitality = 7.5, agility = 0.2, exp = 146, level = 50, type = "grass", type2 = "no type"},
["Yanma"] = {offense = 6.5, defense = 4.5, specialattack = 7.5, vitality = 6.5, agility = 0.2, exp = 147, level = 32, type = "bug", type2 = "flying"},
["Wooper"] = {offense = 4.5, defense = 4.5, specialattack = 2.5, vitality = 5.5, agility = 0.1, exp = 52, level = 18, type = "water", type2 = "ground"},
["Quagsire"] = {offense = 8.5, defense = 8.5, specialattack = 6.5, vitality = 9.5, agility = 0.2, exp = 137, level = 55, type = "water", type2 = "ground"},
["Espeon"] = {offense = 6.5, defense = 6, specialattack = 13, vitality = 6.5, agility = 0.3, exp = 197, level = 55, type = "psychic", type2 = "no type"},
["Umbreon"] = {offense = 6.5, defense = 11, specialattack = 6, vitality = 9.5, agility = 0.3, exp = 197, level = 55, type = "dark", type2 = "no type"},
["Murkrow"] = {offense = 8.5, defense = 4.2, specialattack = 8.5, vitality = 6, agility = 0.1, exp = 107, level = 35, type = "dark", type2 = "flying"},
["Slowking"] = {offense = 7.5, defense = 8, specialattack = 10, vitality = 9.5, agility = 0.3, exp = 164, level = 60, type = "water", type2 = "psychic"},
["Misdreavus"] = {offense = 6, defense = 6, specialattack = 8.5, vitality = 6, agility = 0.1, exp = 147, level = 47, type = "ghost", type2 = "no type"},
["Unown"] = {offense = 7.2, defense = 4.8, specialattack = 7.2, vitality = 4.8, agility = 0.1, exp = 61, level = 15, type = "psychic", type2 = "no type"},
["Wobbuffet"] = {offense = 3.3, defense = 5.8, specialattack = 3.3, vitality = 19, agility = 0.2, exp = 177, level = 42, type = "psychic", type2 = "no type"},
["Girafarig"] = {offense = 8, defense = 6.5, specialattack = 9, vitality = 7, agility = 0.3, exp = 149, level = 42, type = "normal", type2 = "psychic"},
["Pineco"] = {offense = 6.5, defense = 9, specialattack = 3.5, vitality = 5, agility = 0.1, exp = 60, level = 18, type = "bug", type2 = "no type"},
["Forretress"] = {offense = 9, defense = 14, specialattack = 6, vitality = 7.5, agility = 0.2, exp = 118, level = 55, type = "bug", type2 = "steel"},
["Dunsparce"] = {offense = 7, defense = 7, specialattack = 6.5, vitality = 10, agility = 0.1, exp = 125, level = 35, type = "normal", type2 = "no type"},
["Gligar"] = {offense = 7.5, defense = 10.5, specialattack = 3.5, vitality = 6.5, agility = 0.1, exp = 108, level = 30, type = "ground", type2 = "flying"},
["Steelix"] = {offense = 8.5, defense = 20, specialattack = 5.5, vitality = 7.5, agility = 0.3, exp = 196, level = 75, type = "steel", type2 = "ground"},
["Snubbull"] = {offense = 8, defense = 5, specialattack = 4, vitality = 6, agility = 0.1, exp = 63, level = 20, type = "normal", type2 = "no type"},
["Granbull"] = {offense = 12, defense = 7.5, specialattack = 6, vitality = 9, agility = 0.2, exp = 178, level = 42, type = "normal", type2 = "no type"},
["Qwilfish"] = {offense = 9.5, defense = 8.5, specialattack = 5.5, vitality = 6.5, agility = 0.1, exp = 100, level = 16, type = "water", type2 = "poison"},
["Scizor"] = {offense = 13, defense = 10, specialattack = 5.5, vitality = 7, agility = 0.3, exp = 200, level = 75, type = "bug", type2 = "steel"},
["Shuckle"] = {offense = 1, defense = 23, specialattack = 1, vitality = 2, agility = 0.2, exp = 80, level = 10, type = "bug", type2 = "rock"},
["Heracross"] = {offense = 12.5, defense = 7.5, specialattack = 4, vitality = 8, agility = 0.2, exp = 200, level = 60, type = "bug", type2 = "fighting"},
["Sneasel"] = {offense = 9.5, defense = 5.5, specialattack = 3.5, vitality = 5.5, agility = 0.2, exp = 132, level = 50, type = "dark", type2 = "ice"},
["Teddiursa"] = {offense = 8, defense = 5, specialattack = 5, vitality = 6, agility = 0.1, exp = 124, level = 20, type = "normal", type2 = "no type"},
["Ursaring"] = {offense = 13, defense = 7.5, specialattack = 7.5, vitality = 9, agility = 0.2, exp = 189, level = 70, type = "normal", type2 = "no type"},
["Slugma"] = {offense = 4, defense = 4, specialattack = 7, vitality = 4, agility = 0.1, exp = 38, level = 78, type = "fire", type2 = "no type"},
["Magcargo"] = {offense = 5, defense = 12, specialattack = 8, vitality = 5, agility = 0.2, exp = 154, level = 40, type = "fire", type2 = "rock"},
["Swinub"] = {offense = 5, defense = 4, specialattack = 3, vitality = 5, agility = 0.1, exp = 78, level = 12, type = "ice", type2 = "ground"},
["Piloswine"] = {offense = 10, defense = 8, specialattack = 6, vitality = 10, agility = 0.2, exp = 160, level = 70, type = "ice", type2 = "ground"},
["Corsola"] = {offense = 5.5, defense = 8.5, specialattack = 6.5, vitality = 5.5, agility = 0.1, exp = 113, level = 42, type = "water", type2 = "rock"},
["Remoraid"] = {offense = 6.5, defense = 3.5, specialattack = 6.5, vitality = 3.5, agility = 0.1, exp = 78, level = 14, type = "water", type2 = "no type"},
["Octillery"] = {offense = 10.5, defense = 7.5, specialattack = 10.5, vitality = 7.5, agility = 0.2, exp = 164, level = 38, type = "water", type2 = "no type"},
["Delibird"] = {offense = 5.5, defense = 4.5, specialattack = 6.5, vitality = 4.5, agility = 0.1, exp = 183, level = 25, type = "ice", type2 = "flying"},
["Mantine"] = {offense = 4, defense = 7, specialattack = 8, vitality = 6.5, agility = 0.1, exp = 168, level = 50, type = "water", type2 = "flying"},
["Skarmory"] = {offense = 8, defense = 14, specialattack = 4, vitality = 6.5, agility = 0.2, exp = 168, level = 70, type = "steel", type2 = "flying"},
["Houndour"] = {offense = 6, defense = 3, specialattack = 8, vitality = 4.5, agility = 0.1, exp = 114, level = 18, type = "dark", type2 = "fire"},
["Houndoom"] = {offense = 9, defense = 5, specialattack = 11, vitality = 7.5, agility = 0.2, exp = 204, level = 70, type = "dark", type2 = "fire"},
["Kingdra"] = {offense = 9.5, defense = 9.5, specialattack = 9.5, vitality = 7.5, agility = 0.3, exp = 207, level = 75, type = "water", type2 = "dragon"},
["Phanpy"] = {offense = 6, defense = 6, specialattack = 4, vitality = 9, agility = 0.1, exp = 124, level = 12, type = "ground", type2 = "no type"},
["Donphan"] = {offense = 12, defense = 12, specialattack = 6, vitality = 9, agility = 0.2, exp = 189, level = 45, type = "ground", type2 = "no type"},
["Porygon2"] = {offense = 8, defense = 9, specialattack = 10.5, vitality = 8.5, agility = 0.3, exp = 180, level = 60, type = "normal", type2 = "no type"},
["Stantler"] = {9.5, defense = 6.2, specialattack = 8.5, vitality = 7.3, agility = 0.2, exp = 165, level = 35, type = "normal", type2 = "no type"},
["Smeargle"] = {offense = 2, defense = 3.5, specialattack = 2, vitality = 5.5, agility = 0.1, exp = 106, level = 28, type = "normal", type2 = "no type"},
["Tyrogue"] = {offense = 3.5, defense = 3.5, specialattack = 3.5, vitality = 3.5, agility = 0.1, exp = 91, level = 15, type = "fighting", type2 = "no type"},
["Hitmontop"] = {offense = 9.5, defense = 9.5, specialattack = 3.5, vitality = 5, agility = 0.3, exp = 138, level = 60, type = "fighting", type2 = "no type"},
["Smoochum"] = {offense = 3, defense = 1.5, specialattack = 8.5, vitality = 4.5, agility = 0.1, exp = 87, level = 3, type = "ice", type2 = "psychic"},
["Elekid"] = {offense = 6.3, defense = 3.7, specialattack = 6.5, vitality = 4.5, agility = 0.1, exp = 106, level = 3, type = "electric", type2 = "no type"},
["Magby"] = {offense = 7.5, defense = 3.7, specialattack = 7, vitality = 4.5, agility = 0.1, exp = 117, level = 3, type = "fire", type2 = "no type"},
["Miltank"] = {offense = 8, defense = 10.5, specialattack = 4, vitality = 9.5, agility = 0.3, exp = 200, level = 32, type = "normal", type2 = "no type"},
["Blissey"] = {offense = 1, defense = 1, specialattack = 7.5, vitality = 25.5, agility = 0.3, exp = 255, level = 70, type = "normal", type2 = "no type"},
["Raikou"] = {offense =13 , defense =10 , specialattack =16 , vitality =16 , agility =0.3 , exp =1200 , level =130 , type = "electric", type2 = "no type"},
["Entei"] = {offense =13 , defense =10 , specialattack =16 , vitality =16 , agility =0.3 , exp =1200 , level =130 , type = "fire", type2 = "no type"},
["Suicune"] = {offense =13 , defense =10 , specialattack =16 , vitality =16 , agility =0.3 , exp =1200 , level =130 , type = "water", type2 = "no type"},
["Larvitar"] = {offense =5.89 , defense =6.78 , specialattack =5 , vitality =17.15 , agility =0.1 , exp =90 , level =30 , type = "ground", type2 = "no type"},
["Pupitar"] = {offense =10.52 , defense =8 , specialattack =7.56 , vitality =19.78 , agility =0.2 , exp =154 , level =40 , type = "ground", type2 = "dark"},
["Tyranitar"] = {offense =12 , defense =10.5 , specialattack =10.78 , vitality =15 , agility =0.5 , exp =3450 , level =60 , type = "ground", type2 = "dark"},
["Lugia"] = {offense =12 , defense =13 , specialattack =13 , vitality =10.77 , agility =0.1 , exp =1200 , level =130 , type = "water", type2 = "flying"},
["Ho-oh"] = {offense =13 , defense =12 , specialattack =13 , vitality =10.77 , agility =0.1 , exp =1200 , level =130 , type = "fire", type2 = "flying"},
["Celebi"] = {offense =10.4 , defense =10 , specialattack =18.7 , vitality =10 , agility =0.3 , exp =1000 , level =120 , type = "grass", type2 = "psychic"},
["Turtwig"] = {offense = 5.39, defense = 5.39, specialattack = 7.2, vitality = 5.3, agility = 1.2, exp = 114, level = 18, type = "grass", type2 = "poison"},
["Snover"] = {offense = 4.0, defense = 6.4, specialattack = 8.2, vitality = 3.3, agility = 1.2, exp = 114, level = 18, type = "grass", type2 = "poison"},
["Grotle"] = {offense = 6.14, defense = 6.12, specialattack = 8.6, vitality = 6.4, agility = 2.4, exp = 304, level = 38, type = "grass", type2 = "poison"},
["Torterra"] = {offense = 18.30, defense = 12.9, specialattack = 15.66, vitality = 27.22, agility = 1.9, exp = 802, level = 75, type = "grass", type2 = "poison"},
["Chimchar"] = {offense = 5.8, defense = 5.4, specialattack = 4.2, vitality = 4.4, agility = 1.3, exp = 124, level = 18, type = "fire", type2 = "no type"},
["Monferno"] = {offense = 6.2, defense = 6.4, specialattack =6.8, vitality = 7.8, agility = 1.5, exp = 278, level = 38, type = "fire", type2 = "fight"},
["Infernape"] = {offense = 18.30, defense = 12.9, specialattack = 15.66, vitality = 27.22, agility = 1.9, exp = 802, level = 75, type = "fire", type2 = "fight"},
["Piplup"] = {offense = 5.4, defense = 6.6, specialattack = 5.2, vitality = 4.2, agility = 1.1, exp = 124, level = 18, type = "water", type2 = "no type"},
["Prinplup"] = {offense = 6.5, defense = 7.2, specialattack = 7.1, vitality = 7.8, agility = 2.3, exp = 310, level = 38, type = "water", type2 = "no type"},
["Empoleon"] = {offense = 18.30, defense = 12.9, specialattack = 15.66, vitality = 27.22, agility = 1.9, exp = 802, level = 75, type = "water", type2 = "no type"},
}
Sorry pelos sinnohs mas apenas remova eles ai sao poucos
info
Grupo: Infante
Registrado: 27/08/11
Posts: 1.9k
Reputação: +85
Gênero: Masculino
Char no Tibia: Bruno Maciel

@Fernandinhobeiramar
Vol Testa Se der certo rep ++ ;D
@Fernandinhobeiramar
Vlw Rep+++ Pra tu ^^
info
Grupo: Visconde
Registrado: 22/09/10
Posts: 474
Reputação: +47

Boas pessoal, achei isso no client,
VALUE "Comments", "Criandores Do Projeto Cooldoown Bar Poketibia, ZerefShirou e Otal2012."
![]()
para quem tava atras dos criadores, não sei se é verdade mais achei no client
info
Grupo: Visconde
Registrado: 10/02/11
Posts: 377
Reputação: +78

alguem aqui sabe como colocar
pra quando o ditto copiar outro poke
os atks ficar na cdbar?
info
Grupo: Príncipe
Registrado: 19/08/10
Posts: 4k
Reputação: +1.1k
Gênero: Masculino
@eduardobean
sim eu sei eu vejo o manga e o anime '-' tava soh zuando.. mas q o kishi eh loko ele eh o/
@tonynamoral
ele usa o sistema de VIP do mock... premium days n adianta ^^
@eduardobean
algu me diz q o script da .dll q ta errado '-' dai fuuuuuuuuuuuuu