Lurantise

sawsbuck script

Apr 14th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Sawsbuck"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "People rely on Sawsbuck to help them know what season it is; it's kinda silly if you think about it..",
  4.     ["Species"] = "Season Pokemon",
  5.     ["Height"] = "6'30\"",
  6.     ["Weight"] = 203.9,
  7.     ["Type"] = {"Normal","Grass"},
  8.     ["Stats"] = {
  9.         ["HP"] = 80,
  10.         ["Atk"] = 100,
  11.         ["Def"] = 73,
  12.         ["SpA"] = 60,
  13.         ["SpD"] = 73,
  14.         ["Speed"] = 95
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [50] = {"Horn Leech"},
  21.             [45] = {"Work Up"},
  22.             [40] = {"Seed Bomb"},
  23.             [36] = {"Giga Drain"},
  24.             [32] = {"Double-Edge"},
  25.             [28] = {"Charm"},
  26.             [26] = {"Energy Ball"},
  27.             [24] = {"High Jump Kick"},
  28.             [21] = {"Wild Charge"},
  29.             [19] = {"Synthesis"},
  30.             [17] = {"Fake Tears"}
  31.             [15] = {"Faint Attack"},
  32.             [12] = {"Leech Seed"},
  33.             [9] = {"Double Kick"}
  34.             [7] = {"Sand Attack"},
  35.             [5] = {"Growl"},
  36.             [1] = {"Tackle","Agility"}
  37.             },
  38.     },
  39.     ["Sprites"] = {
  40.         ["Front"] = "http://www.roblox.com/asset/?id=734115072",
  41.         ["Back"] = "http://www.roblox.com/asset/?id=734115006",
  42.         ["Mini"] = "http://www.roblox.com/asset/?id=734115117",
  43.         ["SB"] = "http://www.roblox.com/asset/?id=734115266",
  44.         ["SF"] = "http://www.roblox.com/asset/?id=738336970"
  45.     },
  46. ["FormSprites"] = {
  47.    ["Sawsbuck-Summer"] = {
  48.         ["Front"] = "http://www.roblox.com/asset/?id=734117150",
  49.         ["Back"] = "http://www.roblox.com/asset/?id=734117270",
  50.         ["Mini"] = "http://www.roblox.com/asset/?id=734117436",
  51.         ["SB"] = "http://www.roblox.com/asset/?id=734117473",
  52.         ["SF"] = "http://www.roblox.com/asset/?id=734117500"
  53.     },
  54.    ["Sawsbuck-Autumn"] = {
  55.         ["Front"] = "http://www.roblox.com/asset/?id=734114864",
  56.         ["Back"] = "http://www.roblox.com/asset/?id=734114822",
  57.         ["Mini"] = "http://www.roblox.com/asset/?id=734114890",
  58.         ["SB"] = "http://www.roblox.com/asset/?id=734114926",
  59.         ["SF"] = "http://www.roblox.com/asset/?id=734114959"
  60.     },
  61. ["Sawsbuck-Winter"] = {
  62.         ["Front"] = "http://www.roblox.com/asset/?id=734117691",
  63.         ["Back"] = "http://www.roblox.com/asset/?id=734117599",
  64.         ["Mini"] = "http://www.roblox.com/asset/?id=734117756",
  65.         ["SB"] = "http://www.roblox.com/asset/?id=734117829",
  66.         ["SF"] = "http://www.roblox.com/asset/?id=734117891"
  67.     },
  68. },
  69.     ["ExpType"] = "MedFast",
  70.     ["EVYield"] = {
  71.         ["Exp"] = 166,
  72.         ["Atk"] = 2
  73.     },
  74.     ["CatchRate"] = 75,
  75. },
Add Comment
Please, Sign In to add comment