Advertisement
Lurantise

kricketot script

Apr 1st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Kricketot"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "He looks like he's about to orchestrate and orchestra.",
  4.     ["Species"] = "Cricket Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 4.9,
  7.     ["Type"] = {"Bug"},
  8.     ["Stats"] = {
  9.         ["HP"] = 37,
  10.         ["Atk"] = 25,
  11.         ["Def"] = 41,
  12.         ["SpA"] = 25,
  13.         ["SpD"] = 41,
  14.         ["Speed"] = 25
  15.         },
  16.     ["Evolution"] = {10,"Kricketune"},
  17.     ["Gender"] = 50,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [5] =  {"Mud-Slap"},
  21.             [3] =  {"String Shot"},
  22.             [1] = {"Growl"}
  23.             },
  24.     },
  25.     ["Sprites"] = {
  26.         ["Front"] = "http://www.roblox.com/asset/?id=706169998",
  27.         ["Back"] = "http://www.roblox.com/asset/?id=706169854",
  28.         ["Mini"] = "http://www.roblox.com/asset/?id=706170086",
  29.         ["SB"] = "http://www.roblox.com/asset/?id=706170132",
  30.         ["SF"] = "http://www.roblox.com/asset/?id=706170194"
  31.     },
  32.     ["ExpType"] = "MedSlow",
  33.     ["EVYield"] = {
  34.         ["Exp"] = 54,
  35.         ["Def"] = 1
  36.     },
  37.     ["CatchRate"] = 255,
  38. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement