Advertisement
Lurantise

carracosta script

Apr 15th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Carracosta"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Surf's up dudes.",
  4.     ["Species"] = "Prototurtle Pokemon",
  5.     ["Height"] = "3'11\"",
  6.     ["Weight"] = 178.6,
  7.     ["Type"] = {"Water","Rock"},
  8.     ["Stats"] = {
  9.         ["HP"] = 74,
  10.         ["Atk"] = 108,
  11.         ["Def"] = 133,
  12.         ["SpA"] = 83,
  13.         ["SpD"] = 67,
  14.         ["Speed"] = 32
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [90] = {"Rock Throw"},
  21.             [89] = {"Knock Off"},
  22.             [77] = {"Low Kick"},
  23.             [70] = {"Superpower"},
  24.             [68] = {"Iron Head"},
  25.             [65] = {"Zen Headbutt"},
  26.             [62] = {"Iron Tail"},
  27.             [60] = {"Icy Wind"},
  28.             [57] = {"Earth Power"},
  29.             [55] = {"Water Pulse"},
  30.             [50] = {"Slam"},
  31.             [46] = {"Iron Defense"},
  32.             [42] = {"Body Slam"},
  33.             [37] = {"Hydro Pump"},
  34.             [33] = {"Rock Slide"},
  35.             [31] = {"Aqua Tail"},
  36.             [19] = {"Shell Smash"},
  37.             [11] = {"Curse"},
  38.             [7] = {"Crunch"},
  39.             [5] =  {"Aqua Jet"},
  40.             [3] =  {"Bite"},
  41.             [1] = {"Withdraw","Water Gun"}
  42.             },
  43.     },
  44.     ["Sprites"] = {
  45.         ["Front"] = "http://www.roblox.com/asset/?id=734112396",
  46.         ["Back"] = "http://www.roblox.com/asset/?id=734112460",
  47.         ["Mini"] = "http://www.roblox.com/asset/?id=734112490",
  48.         ["SB"] = "http://www.roblox.com/asset/?id=734112524",
  49.         ["SF"] = "http://www.roblox.com/asset/?id=734112576"
  50.     },
  51.     ["ExpType"] = "MedFast",
  52.     ["EVYield"] = {
  53.         ["Exp"] = 173,
  54.         ["Def"] = 2
  55.     },
  56.     ["CatchRate"] = 45,
  57. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement