Advertisement
Lurantise

Forretress script

Mar 20th, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Forretress"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "I still think Forretress should have a castle on its shell..",
  4.     ["Species"] = "Bagworm Pokemon",
  5.     ["Height"] = "3'11\"",
  6.     ["Weight"] = 277.3,
  7.     ["Type"] = {"Bug","Steel"},
  8.     ["Stats"] = {
  9.         ["HP"] = 80,
  10.         ["Atk"] = 90,
  11.         ["Def"] = 150,
  12.         ["SpA"] = 90,
  13.         ["SpD"] = 70,
  14.         ["Speed"] = 30
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] = {"Self-Destruct"},
  21.             [99] = {"Take Down"},
  22.             [80] = {"Zap Cannon"},
  23.             [77] = {"Explosion"},
  24.             [65] = {"Double-Edge"},
  25.             [62] = {"Iron Defense"},
  26.             [59] = {"Gyro Ball"},
  27.             [54] = {"Foul Play"},
  28.             [50] = {"Knock Off"},
  29.             [46] = {"Pin Missile"},
  30.             [42] = {"Toxic Spikes"},
  31.             [37] = {"Giga Drain"},
  32.             [33] = {"Defense Curl"},
  33.             [31] = {"Pain Split"},
  34.             [19] = {"Drill Run"},
  35.             [11] = {"Swift"},
  36.             [7] = {"Leech Seed"},
  37.             [1] = {"Protect","Tackle"}
  38.             },
  39.     },
  40.     ["Sprites"] = {
  41.         ["Front"] = "http://www.roblox.com/asset/?id=704013130",
  42.         ["Back"] = "http://www.roblox.com/asset/?id=704013165",
  43.         ["Mini"] = "http://www.roblox.com/asset/?id=704013227",
  44.         ["SB"] = "http://www.roblox.com/asset/?id=704013249",
  45.         ["SF"] = "http://www.roblox.com/asset/?id=704013289"
  46.     },
  47.     ["ExpType"] = "MedFast",
  48.     ["EVYield"] = {
  49.         ["Exp"] = 118,
  50.         ["Def"] = 2
  51.     },
  52.     ["CatchRate"] = 75,
  53. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement