Advertisement
darkenfireice

Untitled

Jul 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.10 KB | None | 0 0
  1. ["Zorua"] = {
  2.     ["Pokedex"] = 1,
  3.     ["PokedexDesc"] = "Come here Foxy Foxy",
  4.     ["Species"] = "Tricky Fox Pokemon",
  5.     ["Height"] = "2'04\"",
  6.     ["Weight"] = 27.6,
  7.     ["Type"] = {"Dark"},
  8.     ["Stats"] = {
  9.         ["HP"] = 45,
  10.         ["Atk"] = 65,
  11.         ["Def"] = 40,
  12.         ["SpA"] = 36,
  13.         ["SpD"] = 40,
  14.         ["Speed"] = 65
  15.         },
  16.     ["Evolution"] = {30,"Zoroark"},
  17.     ["Gender"] = 87.5,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [46] = {"Gross Knot"},
  21.             [42] = {"Nasty Plot"},
  22.             [37] = {"Agility"},
  23.             [33] = {"Swords Dance"},
  24.             [29] = {"Foul Play"},
  25.             [21] = {"Scary Face"},
  26.             [19] = {"Protect"},
  27.             [13] = {"Fury Swipes"},
  28.             [7] = {"Fake Tears"},
  29.             [1] = {"Leer","Scratch"}
  30.             },
  31.     },
  32.     ["Sprites"] = {
  33.         ["Front"] = "",
  34.         ["Back"] = "",
  35.         ["Mini"] = "",
  36.         ["SB"] = "",
  37.         ["SF"] = ""
  38.     },
  39.     ["ExpType"] = "MedSlow",
  40.     ["EVYield"] = {
  41.         ["Exp"] = 66,
  42.         ["SpA"] = 1
  43.     },
  44.     ["CatchRate"] = 75,
  45. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement