Advertisement
Lurantise

spiky eared pichu

Apr 10th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Spiky-Eared Pichu"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "This odd variation of Pichu is only female and is the only one of her kind. This Pichu does not evolve either.",
  4.     ["Species"] = "Tiny Mouse Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 4.4,
  7.     ["Type"] = {"Electric"},
  8.     ["Stats"] = {
  9.         ["HP"] = 20,
  10.         ["Atk"] = 55,
  11.         ["Def"] = 15,
  12.         ["SpA"] = 50,
  13.         ["SpD"] = 35,
  14.         ["Speed"] = 65
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 0,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [100] = {"Volt Tackle"},
  21.             [95] = {"Double-Edge"},
  22.             [80] = {"Hyper Voice"},
  23.             [78] = {"Swift"},
  24.             [74] = {"Seismic Toss"},
  25.             [70] = {"Pain Split"},
  26.             [67] = {"Mega Punch"},
  27.             [65] = {"Headbutt"},
  28.             [63] = {"Defense Curl"},
  29.             [59] = {"Body Slam"},
  30.             [54] = {"Mud-Slap"},
  31.             [45] = {"Signal Beam"},
  32.             [36] = {"Shock Wave"},
  33.             [32] = {"Iron Tail"},
  34.             [27] = {"Tickle"},
  35.             [23] = {"Thunder Punch"},
  36.             [21] = {"Double Slap"},
  37.             [19] = {"Disarming Voice"},
  38.             [11] = {"Thunder Wave"},
  39.             [7] = {"Nasty Plot"},
  40.             [5] =  {"Tail Whip"},
  41.             [3] =  {"Thundershock"},
  42.             [1] = {"Charm","Present"}
  43.             },
  44.     },
  45.     ["Sprites"] = {
  46.         ["Front"] = "http://www.roblox.com/asset/?id=732643194",
  47.         ["Back"] = "http://www.roblox.com/asset/?id=732643313",
  48.         ["Mini"] = "http://www.roblox.com/asset/?id=732643429",
  49.         ["SB"] = "http://www.roblox.com/asset/?id=732643649",
  50.         ["SF"] = "http://www.roblox.com/asset/?id=732643784"
  51.     },
  52.     ["ExpType"] = "MedFast",
  53.     ["EVYield"] = {
  54.         ["Exp"] = 42,
  55.         ["Speed"] = 1
  56.     },
  57.     ["CatchRate"] = 190,
  58. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement