Lurantise

Template Script

Mar 7th, 2017
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Pidove"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "It's a pigeon, what's more to say?",
  4.     ["Species"] = "Tiny Pigeon Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 4.6,
  7.     ["Type"] = {"Normal","Flying"},
  8.     ["Stats"] = {
  9.         ["HP"] = 50,
  10.         ["Atk"] = 55,
  11.         ["Def"] = 50,
  12.         ["SpA"] = 36,
  13.         ["SpD"] = 30,
  14.         ["Speed"] = 43
  15.         },
  16.     ["Evolution"] = {21,"Tranquill"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Heat Wave"},
  21.             [89] = {"Hypnosis"},
  22.             [46] = {"Night Slash"},
  23.             [42] = {"Steel Wing"},
  24.             [37] = {"Facade"},
  25.             [33] = {"Swagger"},
  26.             [31] = {"Air Slash"},
  27.             [19] = {"Detect"},
  28.             [11] = {"Roost"},
  29.             [7] = {"Air Cutter"},
  30.             [5] =  {"Quick Attack"},
  31.             [3] =  {"Leer"},
  32.             [1] = {"Gust","Growl"}
  33.             },
  34.     },
  35.     ["Sprites"] = {
  36.         ["Front"] = "http://www.roblox.com/asset/?id=684096271",
  37.         ["Back"] = "http://www.roblox.com/asset/?id=684096857",
  38.         ["Mini"] = "http://www.roblox.com/asset/?id=684096991",
  39.         ["SB"] = "http://www.roblox.com/asset/?id=684096706",
  40.         ["SF"] = "http://www.roblox.com/asset/?id=684096493"
  41.     },
  42.     ["ExpType"] = "MedSlow",
  43.     ["EVYield"] = {
  44.         ["Exp"] = 53,
  45.         ["Atk"] = 1
  46.     },
  47.     ["CatchRate"] = 255,
  48. },
Add Comment
Please, Sign In to add comment