Advertisement
Lurantise

comfey script

Mar 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Comfey"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "A pocket full of posies..",
  4.     ["Species"] = "Posy Picker Pokemon",
  5.     ["Height"] = "0'40\"",
  6.     ["Weight"] = 0.7,
  7.     ["Type"] = {"Fairy"},
  8.     ["Stats"] = {
  9.         ["HP"] = 60,
  10.         ["Atk"] = 52,
  11.         ["Def"] = 95,
  12.         ["SpA"] = 90,
  13.         ["SpD"] = 120,
  14.         ["Speed"] = 100
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [89] = {"Earth Power"},
  21.             [46] = {"Giga Drain"},
  22.             [42] = {"Amnesia"},
  23.             [37] = {"Thunder Wave"},
  24.             [33] = {"Play Rough"},
  25.             [31] = {"Psychic"},
  26.             [19] = {"Synthesis"},
  27.             [11] = {"Moonblast"},
  28.             [7] = {"Growth"},
  29.             [5] =  {"Magical Leaf"},
  30.             [3] =  {"Draining Kiss"},
  31.             [1] = {"Vine Whip","Leech Seed"}
  32.             },
  33.     },
  34.     ["Sprites"] = {
  35.         ["Front"] = "http://www.roblox.com/asset/?id=702348141",
  36.         ["Back"] = "http://www.roblox.com/asset/?id=702348037",
  37.         ["Mini"] = "http://www.roblox.com/asset/?id=702335275",
  38.         ["SB"] = "http://www.roblox.com/asset/?id=702348360",
  39.         ["SF"] = "http://www.roblox.com/asset/?id=702348518"
  40.     },
  41.     ["ExpType"] = "Fast",
  42.     ["EVYield"] = {
  43.         ["Exp"] = 170,
  44.         ["SpD"] = 2
  45.     },
  46.     ["CatchRate"] = 60,
  47. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement