Advertisement
Lurantise

Purugly Script

Mar 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Purugly"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Purugly is that generic cat staring at you with an angry face through your neighbour's window.",
  4.     ["Species"] = "Tiger Cat Pokemon",
  5.     ["Height"] = "3'30\"",
  6.     ["Weight"] = 96.6,
  7.     ["Type"] = {"Normal"},
  8.     ["Stats"] = {
  9.         ["HP"] = 90,
  10.         ["Atk"] = 102,
  11.         ["Def"] = 64,
  12.         ["SpA"] = 64,
  13.         ["SpD"] = 59,
  14.         ["Speed"] = 115
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 25,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] = {"Shadow Claw"},
  21.             [99] = {"Water Pulse"},
  22.             [80] = {"Body Slam"},
  23.             [77] = {"Shock Wave"},
  24.             [65] = {"Knock Off"},
  25.             [62] = {"Iron Tail"},
  26.             [59] = {"Hyper Voice"},
  27.             [54] = {"Foul Play"},
  28.             [50] = {"Tail Whip"},
  29.             [46] = {"Sand Attack"},
  30.             [42] = {"Quick Attack"},
  31.             [37] = {"Play Rough"},
  32.             [33] = {"Slash"},
  33.             [31] = {"Charm"},
  34.             [19] = {"Fury Swipes"},
  35.             [11] = {"Faint Attack"},
  36.             [7] = {"Hypnosis"},
  37.             [5] =  {"Growl"},
  38.             [3] =  {"Fake Tears"},
  39.             [1] = {"Scratch","Bite"}
  40.             },
  41.     },
  42.     ["Sprites"] = {
  43.         ["Front"] = "http://www.roblox.com/asset/?id=702349964",
  44.         ["Back"] = "http://www.roblox.com/asset/?id=702349853",
  45.         ["Mini"] = "http://www.roblox.com/asset/?id=702350052",
  46.         ["SB"] = "http://www.roblox.com/asset/?id=702350122",
  47.         ["SF"] = "http://www.roblox.com/asset/?id=702350298"
  48.     },
  49.     ["ExpType"] = "Fast",
  50.     ["EVYield"] = {
  51.         ["Exp"] = 183,
  52.         ["Speed"] = 2
  53.     },
  54.     ["CatchRate"] = 75,
  55. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement