Lurantise

Makuhita script

Mar 19th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Makuhita"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Makuhita's never gonna give you up and he's never gonna let you down.",
  4.     ["Species"] = "Guts Pokemon",
  5.     ["Height"] = "3'30\"",
  6.     ["Weight"] = 190.5,
  7.     ["Type"] = {"Fighting"},
  8.     ["Stats"] = {
  9.         ["HP"] = 72,
  10.         ["Atk"] = 60,
  11.         ["Def"] = 30,
  12.         ["SpA"] = 20,
  13.         ["SpD"] = 30,
  14.         ["Speed"] = 25
  15.         },
  16.     ["Evolution"] = {24,"Hariyama"},
  17.     ["Gender"] = 80,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [80] = {"Power-Up Punch"},
  21.             [72] = {"Bulk Up"},
  22.             [65] = {"Superpower"},
  23.             [62] = {"Body Slam"},
  24.             [59] = {"Thunder Punch"},
  25.             [54] = {"Ice Punch"},
  26.             [50] = {"Fire Punch"},
  27.             [46] = {"Close Combat"},
  28.             [42] = {"Cross Chop"},
  29.             [37] = {"Bullet Punch"},
  30.             [33] = {"Mega Punch"},
  31.             [31] = {"Work Up"},
  32.             [19] = {"Vacuum Wave"},
  33.             [11] = {"Low Kick"},
  34.             [7] = {"Seismic Toss"},
  35.             [5] =  {"Knock Off"},
  36.             [3] =  {"Sand Attack"},
  37.             [1] = {"Focus Slam","Tackle"}
  38.             },
  39.     },
  40.     ["Sprites"] = {
  41.         ["Front"] = "http://www.roblox.com/asset/?id=701846397",
  42.         ["Back"] = "http://www.roblox.com/asset/?id=701846465",
  43.         ["Mini"] = "http://www.roblox.com/asset/?id=701846848",
  44.         ["SB"] = "http://www.roblox.com/asset/?id=701847201",
  45.         ["SF"] = "http://www.roblox.com/asset/?id=701847425"
  46.     },
  47.     ["ExpType"] = "Fluctuating",
  48.     ["EVYield"] = {
  49.         ["Exp"] = 97,
  50.         ["HP"] = 1
  51.     },
  52.     ["CatchRate"] = 180,
  53. },
Add Comment
Please, Sign In to add comment