Advertisement
Lurantise

plusle script

Jun 25th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Plusle"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Plusle, the proton Pokemon.",
  4.     ["Species"] = "Cheering Pokemon",
  5.     ["Height"] = "1'04\"",
  6.     ["Weight"] = 9.3,
  7.     ["Type"] = {"Electric"},
  8.     ["Stats"] = {
  9.         ["HP"] = 60,
  10.         ["Atk"] = 55,
  11.         ["Def"] = 40,
  12.         ["SpA"] = 90,
  13.         ["SpD"] = 75,
  14.         ["Speed"] = 96
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Signal Beam"},
  21.             [89] = {"Shock Wave"},
  22.             [46] = {"Iron Tail"},
  23.             [42] = {"Sing"},
  24.             [37] = {"Nasty Plot"},
  25.             [33] = {"Thunder"},
  26.             [31] = {"Agility"},
  27.             [28] = {"Mega Punch"},
  28.             [24] = {"Seismic Toss"},
  29.             [19] = {"Discharge"},
  30.             [11] = {"Swift"},
  31.             [7] = {"Thunder Wave"},
  32.             [5] =  {"Quick Attack"},
  33.             [3] =  {"Fake Tears"},
  34.             [1] = {"Charm","Growl"}
  35.             },
  36.     },
  37.     ["Sprites"] = {
  38.         ["Front"] = "http://www.roblox.com/asset/?id=883068929",
  39.         ["Back"] = "http://www.roblox.com/asset/?id=883069066",
  40.         ["Mini"] = "http://www.roblox.com/asset/?id=883069197",
  41.         ["SB"] = "http://www.roblox.com/asset/?id=883069310",
  42.         ["SF"] = "http://www.roblox.com/asset/?id=883069379"
  43.     },
  44.     ["ExpType"] = "MedFast",
  45.     ["EVYield"] = {
  46.         ["Exp"] = 145,
  47.         ["Speed"] = 1
  48.     },
  49.     ["CatchRate"] = 200,
  50. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement