Advertisement
Lurantise

surskit script

Mar 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Surskit"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Surskit are sworn enemies of Dewpider.",
  4.     ["Species"] = "Pond Skater Pokemon",
  5.     ["Height"] = "1'80\"",
  6.     ["Weight"] = 3.7,
  7.     ["Type"] = {"Bug","Water"},
  8.     ["Stats"] = {
  9.         ["HP"] = 40,
  10.         ["Atk"] = 30,
  11.         ["Def"] = 32,
  12.         ["SpA"] = 50,
  13.         ["SpD"] = 52,
  14.         ["Speed"] = 65
  15.         },
  16.     ["Evolution"] = {22,"Masquerain"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Water Pulse"},
  21.             [89] = {"Giga Drain"},
  22.             [46] = {"Icy Wind"},
  23.             [42] = {"Signal Beam"},
  24.             [37] = {"Psybeam"},
  25.             [33] = {"Mud Shot"},
  26.             [31] = {"Hydro Pump"},
  27.             [19] = {"Aqua Jet"},
  28.             [11] = {"Haze"},
  29.             [7] = {"Agility"},
  30.             [5] =  {"Bubblebeam"},
  31.             [3] =  {"Sweet Scent"},
  32.             [1] = {"Bubble","Quick Attack"}
  33.             },
  34.     },
  35.     ["Sprites"] = {
  36.         ["Front"] = "http://www.roblox.com/asset/?id=705387639",
  37.         ["Back"] = "http://www.roblox.com/asset/?id=705387746",
  38.         ["Mini"] = "http://www.roblox.com/asset/?id=705387828",
  39.         ["SB"] = "http://www.roblox.com/asset/?id=705387900",
  40.         ["SF"] = "http://www.roblox.com/asset/?id=705387994"
  41.     },
  42.     ["ExpType"] = "MedFast",
  43.     ["EVYield"] = {
  44.         ["Exp"] = 63,
  45.         ["Speed"] = 1
  46.     },
  47.     ["CatchRate"] = 200,
  48. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement