Advertisement
Lurantise

Incineroar

Dec 12th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Incineroar"] = {
  2.     ["Pokedex"] = 727,
  3.     ["PokedexDesc"] = "Wait a minute.. is that another fire/fighting type? It's not? Hallelujah!",
  4.     ["Species"] = "Heel Pokemon",
  5.     ["Height"] = "5'11\"",
  6.     ["Weight"] = 183.0,
  7.     ["Type"] = {"Fire","Dark"},
  8.     ["Stats"] = {
  9.         ["HP"] = 95,
  10.         ["Atk"] = 115,
  11.         ["Def"] = 90,
  12.         ["SpA"] = 80,
  13.         ["SpD"] = 90,
  14.         ["Speed"] = 60
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = 88,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [45] = {"Flamethrower","Flare Blitz"},
  21.             [22] = {"Bite","Swagger"},
  22.             [15] = {"Fire Fang"},
  23.             [9] = {"Leer","Growl"},
  24.             [1] = {"Scratch","Ember","Lick","Darkest Lariat","Bulk Up"}
  25.             },
  26.     },
  27.     ["Sprites"] = {
  28.         ["Front"] = "http://www.roblox.com/asset/?id=565794519",
  29.         ["Back"] = "http://www.roblox.com/asset/?id=565794824",
  30.         ["Mini"] = "http://www.roblox.com/asset/?id=565785176",
  31.         ["SB"] = "http://www.roblox.com/asset/?id=565794925",
  32.         ["SF"] = "http://www.roblox.com/asset/?id=565794664"
  33.     },
  34.     ["ExpType"] = "MedSlow",
  35.     ["EVYield"] = {
  36.         ["Exp"] = 239,
  37.         ["Atk"] = 3
  38.     },
  39.     ["CatchRate"] = 45,
  40. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement