Zen_it

Untitled

Dec 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.24 KB | None | 0 0
  1. ["Helioptile"] = {
  2.     ["Pokedex"] = 718,
  3.     ["PokedexDesc"] = "It uses sun as the source of it's energy",
  4.     ["Species"] = "Generator Pokemon",
  5.     ["Height"] = "1'08\"",
  6.     ["Weight"] = 13.2,
  7.     ["Type"] = {"Electric","Normal"},
  8.     ["Stats"] = {
  9.         ["HP"] = 44,
  10.         ["Atk"] = 38,
  11.         ["Def"] = 33,
  12.         ["SpA"] = 61,
  13.         ["SpD"] = 43,
  14.         ["Speed"] = 70
  15.         },
  16.     ["Evolution"] = {},
  17.     ["EvolutionStone"] = {["Thunder Stone"]} = "Heliolisk"},
  18.     ["Gender"] = 50,
  19.     ["Moves"] = {
  20.         ["LevelUp"] = {
  21.         [49] = {"Thunderbolt"},
  22.         [31] = {"Thunder Wave"},
  23.         [17] = {"Quick Attack"},
  24.         [13] = {"Mud Slap"},
  25.         [6] = {"Thunder Shock"},
  26.         [1] = {"Tail Whip","Pound"}
  27.          },
  28.     },
  29.     ["Sprites"] = {
  30.         ["Front"] = "http://www.roblox.com/asset/?id=564583916",
  31.         ["Back"] = "http://www.roblox.com/asset/?id=564584641",
  32.         ["Mini"] = "http://www.roblox.com/asset/?id=565640474",
  33.         ["SB"] = "http://www.roblox.com/asset/?id=564585170",
  34.         ["SF"] = "http://www.roblox.com/asset/?id=564584411"
  35.     },
  36.     ["ExpType"] = "MedFast",
  37.     ["EVYield"] = {
  38.         ["Exp"] = 58,
  39.         ["Speed"] = 1
  40.     },
  41.     ["CatchRate"] = 190,
  42. },
Add Comment
Please, Sign In to add comment