Advertisement
Lurantise

minior core script

Apr 11th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.57 KB | None | 0 0
  1. ["Minior-Core"] = {
  2.     ["Pokedex"] = 519,
  3.     ["PokedexDesc"] = "Legend says that this Pokemon originated from the Kirby universe.",
  4.     ["Species"] = "Meteor Pokemon",
  5.     ["Height"] = "1'00\"",
  6.     ["Weight"] = 0.7,
  7.     ["Type"] = {"Rock","Flying"},
  8.     ["Stats"] = {
  9.         ["HP"] = 65,
  10.         ["Atk"] = 100,
  11.         ["Def"] = 60,
  12.         ["SpA"] = 100,
  13.         ["SpD"] = 60,
  14.         ["Speed"] = 120
  15.         },
  16.     ["Evolution"] = {},
  17.     ["Gender"] = Unknown,
  18.     ["Moves"] = {
  19.         ["LevelUp"] = {
  20.             [28] = {"Rock Tomb"},
  21.             [26] = {"Rock Slide"},
  22.             [24] = {"Acrobatics"},
  23.             [21] = {"Explosion"},
  24.             [19] = {"Double-Edge"},
  25.             [17] = {"Cosmic Power"}
  26.             [15] = {"Shell Smash"},
  27.             [12] = {"Take Down"},
  28.             [9] = {"Self-Destruct"}
  29.             [7] = {"Swift"},
  30.             [5] = {"Confuse Ray"},
  31.             [1] = {"Tackle","Defense Curl"}
  32.             },
  33.     },
  34.     ["Sprites"] = {
  35.         ["Front"] = "http://www.roblox.com/asset/?id=732869766",
  36.         ["Back"] = "http://www.roblox.com/asset/?id=732869809",
  37.         ["Mini"] = "http://www.roblox.com/asset/?id=732762211",
  38.         ["SB"] = "http://www.roblox.com/asset/?id=732869860",
  39.         ["SF"] = "http://www.roblox.com/asset/?id=732869944"
  40.     },
  41. ["FormSprites"] = {
  42.    ["Minior Yellow Core"] = {
  43.         ["Front"] = "http://www.roblox.com/asset/?id=732884970",
  44.         ["Back"] = "http://www.roblox.com/asset/?id=732885110",
  45.         ["Mini"] = "http://www.roblox.com/asset/?id=732762376",
  46.         ["SB"] = "http://www.roblox.com/asset/?id=732885272",
  47.         ["SF"] = "http://www.roblox.com/asset/?id=732885440"
  48.     },
  49.    ["Minior Green Core"] = {
  50.         ["Front"] = "http://www.roblox.com/asset/?id=732883011",
  51.         ["Back"] = "http://www.roblox.com/asset/?id=732883120",
  52.         ["Mini"] = "http://www.roblox.com/asset/?id=732762051",
  53.         ["SB"] = "http://www.roblox.com/asset/?id=732883266",
  54.         ["SF"] = "http://www.roblox.com/asset/?id=732883343"
  55.     },
  56. ["Minior Indigo Core"] = {
  57.         ["Front"] = "http://www.roblox.com/asset/?id=732882048",
  58.         ["Back"] = "http://www.roblox.com/asset/?id=732882169",
  59.         ["Mini"] = "http://www.roblox.com/asset/?id=732761878",
  60.         ["SB"] = "http://www.roblox.com/asset/?id=732882274",
  61.         ["SF"] = "http://www.roblox.com/asset/?id=732882370"
  62.     },
  63. ["Minior Violet Core"] = {
  64.         ["Front"] = "http://www.roblox.com/asset/?id=732883999",
  65.         ["Back"] = "http://www.roblox.com/asset/?id=732884076",
  66.         ["Mini"] = "http://www.roblox.com/asset/?id=732762292",
  67.         ["SB"] = "http://www.roblox.com/asset/?id=732884187",
  68.         ["SF"] = "http://www.roblox.com/asset/?id=732884313"
  69.     },
  70. ["Minior Blue Core"] = {
  71.         ["Front"] = "http://www.roblox.com/asset/?id=734048398",
  72.         ["Back"] = "http://www.roblox.com/asset/?id=734048506",
  73.         ["Mini"] = "http://www.roblox.com/asset/?id=732761940",
  74.         ["SB"] = "http://www.roblox.com/asset/?id=734048687",
  75.         ["SF"] = "http://www.roblox.com/asset/?id=732882881"
  76.     },
  77. ["Minior Orange Core"] = {
  78.         ["Front"] = "http://www.roblox.com/asset/?id=732883437",
  79.         ["Back"] = "http://www.roblox.com/asset/?id=732883542",
  80.         ["Mini"] = "http://www.roblox.com/asset/?id=732762155",
  81.         ["SB"] = "http://www.roblox.com/asset/?id=732883663",
  82.         ["SF"] = "http://www.roblox.com/asset/?id=732883795"
  83.     },
  84. },
  85.     ["ExpType"] = "MedSlow",
  86.     ["EVYield"] = {
  87.         ["Exp"] = 175,
  88.         ["SpA"] = 1
  89.         ["Atk"] = 1
  90.     },
  91.     ["CatchRate"] = 30,
  92. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement