Advertisement
Lurantise

Untitled

Jan 2nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Lileep"] = {
  2.     ["Pokedex"] = 345,
  3.     ["PokedexDesc"] = "What is this? It certainly doesn't look like a lily to me..",
  4.     ["Species"] = "Sea Lily Pokemon",
  5.     ["Height"] = "3'03\"",
  6.     ["Weight"] = 62.5,
  7.     ["Type"] = {"Rock","Grass"},
  8.     ["Stats"] = {
  9.         ["HP"] = 66,
  10.         ["Atk"] = 41,
  11.         ["Def"] = 77,
  12.         ["SpA"] = 61,
  13.         ["SpD"] = 87,
  14.         ["Speed"] = 23
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [80] = {"High Jump Kick"},
  21.             [50] = {"Roost"},
  22.             [40] = {"Drain Punch"},
  23.             [35] = {"Dual Chop"},
  24.             [25] = {"Aerial Ace",},
  25.             [20] = {"Detect"},
  26.             [5] =  {"Wing Attack"},
  27.             [1] = {"Tackle"}
  28.             },
  29.     },
  30.     ["Sprites"] = {
  31.         ["Front"] = "http://www.roblox.com/asset/?id=564619612",
  32.         ["Back"] = "http://www.roblox.com/asset/?id=564380214",
  33.         ["Mini"] = "http://www.roblox.com/asset/?id=565640226",
  34.         ["SB"] = "http://www.roblox.com/asset/?id=564380498",
  35.         ["SF"] = "http://www.roblox.com/asset/?id=564380015"
  36.     },
  37.     ["ExpType"] = "MedFast",
  38.     ["EVYield"] = {
  39.         ["Exp"] = 175,
  40.         ["Atk"] = 2
  41.     },
  42.     ["CatchRate"] = 100,
  43. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement