Advertisement
Lurantise

tirtouga script

Apr 15th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Tirtouga"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "I like turtles.",
  4.     ["Species"] = "Prototurtle Pokemon",
  5.     ["Height"] = "2'40\"",
  6.     ["Weight"] = 36.4,
  7.     ["Type"] = {"Water","Rock"},
  8.     ["Stats"] = {
  9.         ["HP"] = 54,
  10.         ["Atk"] = 78,
  11.         ["Def"] = 103,
  12.         ["SpA"] = 53,
  13.         ["SpD"] = 47,
  14.         ["Speed"] = 22
  15.         },
  16.     ["Evolution"] = {37,"Carracosta"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Rock Throw"},
  21.             [89] = {"Knock Off"},
  22.             [55] = {"Water Pulse"},
  23.             [50] = {"Slam"},
  24.             [46] = {"Iron Defense"},
  25.             [42] = {"Body Slam"},
  26.             [37] = {"Hydro Pump"},
  27.             [33] = {"Rock Slide"},
  28.             [31] = {"Aqua Tail"},
  29.             [19] = {"Shell Smash"},
  30.             [11] = {"Curse"},
  31.             [7] = {"Crunch"},
  32.             [5] =  {"Aqua Jet"},
  33.             [3] =  {"Bite"},
  34.             [1] = {"Withdraw","Water Gun"}
  35.             },
  36.     },
  37.     ["Sprites"] = {
  38.         ["Front"] = "http://www.roblox.com/asset/?id=734118185",
  39.         ["Back"] = "http://www.roblox.com/asset/?id=734118116",
  40.         ["Mini"] = "http://www.roblox.com/asset/?id=734118361",
  41.         ["SB"] = "http://www.roblox.com/asset/?id=734118458",
  42.         ["SF"] = "http://www.roblox.com/asset/?id=734118522"
  43.     },
  44.     ["ExpType"] = "MedFast",
  45.     ["EVYield"] = {
  46.         ["Exp"] = 53,
  47.         ["Def"] = 1
  48.     },
  49.     ["CatchRate"] = 45,
  50. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement