Advertisement
Lurantise

Minccino Script

Mar 13th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["Minccino"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "This Pokemon's name in Japanese is Chillarmy. Just something to think about.",
  4.     ["Species"] = "Chincilla Pokemon",
  5.     ["Height"] = "1'04\"",
  6.     ["Weight"] = 12.8,
  7.     ["Type"] = {"Normal"},
  8.     ["Stats"] = {
  9.         ["HP"] = 55,
  10.         ["Atk"] = 50,
  11.         ["Def"] = 40,
  12.         ["SpA"] = 40,
  13.         ["SpD"] = 40,
  14.         ["Speed"] = 75
  15.         },
  16.     ["Evolution"] = {},
  17.     ["EvolutionStone"] = {["Friendship Ribbon"] = "Cinccino",}
  18.     ["Gender"] = 25,
  19.     ["Moves"] = {
  20.         ["LevelUp"] = {
  21.             [100] =  {"Shock Wave"},
  22.             [80] =  {"Gunk Shot"},
  23.             [77] =  {"Aqua Tail"},
  24.             [68] =  {"Mud-Slap"},
  25.             [64] =  {"Knock Off"},
  26.             [59] =  {"Iron Tail"},
  27.             [57] =  {"Fake Tears"},
  28.             [45] =  {"Work Up"},
  29.             [37] =  {"Hyper Voice"},
  30.             [31] =  {"Slam"},
  31.             [27] =  {"Charm"},
  32.             [20] = {"Sing"},
  33.             [15] = {"Swift"},
  34.             [10] =  {"Double Slap"},
  35.             [1] = {"Pound","Tickle","Tail Whip"}
  36.             },
  37.     },
  38.     ["Sprites"] = {
  39.         ["Front"] = "http://www.roblox.com/asset/?id=692421914",
  40.         ["Back"] = "http://www.roblox.com/asset/?id=692422014",
  41.         ["Mini"] = "http://www.roblox.com/asset/?id=692422131",
  42.         ["SB"] = "http://www.roblox.com/asset/?id=692422228",
  43.         ["SF"] = "http://www.roblox.com/asset/?id=692422381"
  44.     },
  45.     ["ExpType"] = "Fast",
  46.     ["EVYield"] = {
  47.         ["Exp"] = 60,
  48.         ["Speed"] = 1
  49.     },
  50.     ["CatchRate"] = 255,
  51. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement