Advertisement
Lurantise

Patrat Script

Mar 7th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Patrat"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Hakuna Matata",
  4.     ["Species"] = "Scout Pokemon",
  5.     ["Height"] = "1'08\"",
  6.     ["Weight"] = 25.6,
  7.     ["Type"] = {"Normal"},
  8.     ["Stats"] = {
  9.         ["HP"] = 45,
  10.         ["Atk"] = 55,
  11.         ["Def"] = 39,
  12.         ["SpA"] = 35,
  13.         ["SpD"] = 39,
  14.         ["Speed"] = 42
  15.         },
  16.     ["Evolution"] = {20,"Watchog"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Aqua Tail"},
  21.             [89] = {"Iron Tail"},
  22.             [46] = {"Gunk Shot"},
  23.             [42] = {"Seed Bomb"},
  24.             [37] = {"Shock Wave"},
  25.             [33] = {"Zen Headbutt"},
  26.             [25] = {"Hypnosis"},
  27.             [23] = {"Work Up"},
  28.             [19] = {"Nasty Plot"},
  29.             [15] = {"Slam"},
  30.             [12] = {"Crunch"},
  31.             [10] = {"Detect"},
  32.             [5] = {"Sand Attack"},
  33.             [4] = {"Detect"},
  34.             [3] =  {"Bite"},
  35.             [2] =  {"Low Kick"},
  36.             [1] = {"Tackle","Leer"}
  37.             },
  38.     },
  39.     ["Sprites"] = {
  40.         ["Front"] = "http://www.roblox.com/asset/?id=684911983",
  41.         ["Back"] = "http://www.roblox.com/asset/?id=684912206",
  42.         ["Mini"] = "http://www.roblox.com/asset/?id=684912129",
  43.         ["SB"] = "http://www.roblox.com/asset/?id=684912342",
  44.         ["SF"] = "http://www.roblox.com/asset/?id=684912470"
  45.     },
  46.     ["ExpType"] = "MedFast",
  47.     ["EVYield"] = {
  48.         ["Exp"] = 51,
  49.         ["Atk"] = 1
  50.     },
  51.     ["CatchRate"] = 255,
  52. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement