Advertisement
Lurantise

Poipole Script

Nov 14th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Poipole"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Almost looks too cute to be an Ultra Beast",
  4.     ["Species"] = "Poison Pin Pokemon",
  5.     ["Height"] = "2'00\"",
  6.     ["Weight"] = 4.0,
  7.     ["Type"] = {"Poison"},
  8.     ["Stats"] = {
  9.         ["HP"] = 67,
  10.         ["Atk"] = 73,
  11.         ["Def"] = 67,
  12.         ["SpA"] = 73,
  13.         ["SpD"] = 67,
  14.         ["Speed"] = 73
  15.         },
  16.     ["Evolution"] = {50,"Naganadel"},
  17.     ["Gender"] = Unknown,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Gunk Shot"},
  21.             [49] = {"Dragon Pulse"},
  22.             [46] = {"Toxic"},
  23.             [42] = {"Iron Tail"},
  24.             [37] = {"Nasty Plot"},
  25.             [33] = {"Poison Jab"},
  26.             [31] = {"Signal Beam"},
  27.             [19] = {"Sludge Bomb"},
  28.             [7] = {"Charm"},
  29.             [5] =  {"Fury Attack"},
  30.             [3] =  {"Peck"},
  31.             [1] = {"Acid","Growl"}
  32.             },
  33.     },
  34.     ["Sprites"] = {
  35.         ["Front"] = "http://www.roblox.com/asset/?id=1227710338",
  36.         ["Back"] = "http://www.roblox.com/asset/?id=1227710468",
  37.         ["Mini"] = "http://www.roblox.com/asset/?id=1227710566",
  38.         ["SB"] = "http://www.roblox.com/asset/?id=1227711036",
  39.         ["SF"] = "http://www.roblox.com/asset/?id=1227710992"
  40.     },
  41.     ["ExpType"] = "Slow",
  42.     ["EVYield"] = {
  43.         ["Exp"] = 53,
  44.         ["Speed"] = 1
  45.     },
  46.     ["CatchRate"] = 45,
  47. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement