Advertisement
Lurantise

beautifly script

Mar 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Beautifly"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Beautifly are aggressive butterflies, oh dear.",
  4.     ["Species"] = "Butterfly Pokemon",
  5.     ["Height"] = "3'30\"",
  6.     ["Weight"] = 62.6,
  7.     ["Type"] = {"Bug","Flying"},
  8.     ["Stats"] = {
  9.         ["HP"] = 70,
  10.         ["Atk"] = 70,
  11.         ["Def"] = 60,
  12.         ["SpA"] = 120,
  13.         ["SpD"] = 60,
  14.         ["Speed"] = 95
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [45] = {"Signal Beam"},
  21.             [39] = {"Quiver Dance"},
  22.             [36] = {"Bug Buzz"},
  23.             [30] = {"Giga Drain"},
  24.             [25] = {"Mega Drain"},
  25.             [20] = {"Air Cutter"},
  26.             [18] = {"Stun Spore"},
  27.             [14] = {"Absorb"},
  28.             [11] = {"Gust"},
  29.             [10] = {"Iron Defense"},
  30.             [8] = {"Harden"},
  31.             [7] = {"Electroweb"},
  32.             [5] = {"Tackle"},
  33.             [1] = {"Poison Sting","String Shot"}
  34.             },
  35.     },
  36.     ["Sprites"] = {
  37.         ["Front"] = "http://www.roblox.com/asset/?id=705227204",
  38.         ["Back"] = "http://www.roblox.com/asset/?id=705227434",
  39.         ["Mini"] = "http://www.roblox.com/asset/?id=705227332",
  40.         ["SB"] = "http://www.roblox.com/asset/?id=705227379",
  41.         ["SF"] = "http://www.roblox.com/asset/?id=705227666"
  42.     },
  43.     ["ExpType"] = "MedFast",
  44.     ["EVYield"] = {
  45.         ["Exp"] = 161,
  46.         ["SpA"] = 3
  47.     },
  48.     ["CatchRate"] = 45,
  49. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement