Advertisement
Lurantise

Palpitoad Script

Mar 12th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Palpitoad"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "How can it be happy with no hands?",
  4.     ["Species"] = "Sound Pokemon",
  5.     ["Height"] = "2'07\"",
  6.     ["Weight"] = 37.5,
  7.     ["Type"] = {"Water","Ground"},
  8.     ["Stats"] = {
  9.         ["HP"] = 75,
  10.         ["Atk"] = 65,
  11.         ["Def"] = 55,
  12.         ["SpA"] = 65,
  13.         ["SpD"] = 55,
  14.         ["Speed"] = 69
  15.         },
  16.     ["Evolution"] = {36,"Seismitoad"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [68] =  {"Icy Wind"},
  21.             [64] =  {"Mud Bomb"},
  22.             [59] =  {"Water Pulse"},
  23.             [57] =  {"Earth Power"},
  24.             [45] =  {"Sludge Wave"},
  25.             [37] =  {"Hydro Pump"},
  26.             [31] =  {"Hyper Voice"},
  27.             [27] =  {"Muddy Water"},
  28.             [20] = {"Mud Shot"},
  29.             [15] = {"Bubblebeam"},
  30.             [10] =  {"Supersonic"},
  31.             [1] = {"Bubble","Growl"}
  32.             },
  33.     },
  34.     ["Sprites"] = {
  35.         ["Front"] = "http://www.roblox.com/asset/?id=692419919",
  36.         ["Back"] = "http://www.roblox.com/asset/?id=692420046",
  37.         ["Mini"] = "http://www.roblox.com/asset/?id=692420677",
  38.         ["SB"] = "http://www.roblox.com/asset/?id=692420933",
  39.         ["SF"] = "http://www.roblox.com/asset/?id=692421037"
  40.     },
  41.     ["ExpType"] = "MedSlow",
  42.     ["EVYield"] = {
  43.         ["Exp"] = 134,
  44.         ["HP"] = 2
  45.     },
  46.     ["CatchRate"] = 120,
  47. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement