View difference between Paste ID: Qi2MRetX and fgJ9zdSQ
SHOW: | | - or go back to the newest paste.
1
["Ferroseed"] = {
2
    ["Pokedex"] = 597,
3
    ["PokedexDesc"] = "Ferroseed looks sad :( It needs a hug.",
4
    ["Species"] = "Thorn Seed Pokemon",
5
    ["Height"] = "2'0"",
6
    ["Weight"] = 41.8,
7
    ["Type"] = {"Grass","Steel"},
8
    ["Stats"] = {
9
        ["HP"] = 44,
10
        ["Atk"] = 50,
11
        ["Def"] = 91,
12
        ["SpA"] = 24,
13
        ["SpD"] = 86,
14
        ["Speed"] = 10
15
        },
16
    ["Evolution"] = {40,"Ferrothorn"},
17
    ["Gender"] = 50,
18
    ["Moves"] = {
19
        ["LevelUp"] = {
20
            [55] = {"Explosion"},
21
            [52] = {"Flash Cannon"},
22-
            [43] = {"Iron Head},
22+
            [43] = {"Iron Head"},
23
            [38] = {"Self-Destruct"},
24
            [26] = {"Iron Defense"},
25
            [21] = {"Gyro Ball"},
26-
            [18] = {"Pin Missile",},
26+
            [18] = {"Pin Missile"},
27
            [14] =  {"Metal Claw"},
28
            [1] = {"Harden","Tackle"},
29
            },
30
    },
31-
    ["Sprites"] = {
31+
  ["Sprites"] = {
32-
        ["Front"] = "https://www.roblox.com/library/578590117/Ferroseed-Front",
32+
        ["Front"] = "http://www.roblox.com/asset/?id=881393898",
33-
        ["Back"] = "https://www.roblox.com/library/578590461/Ferroseed-Back",
33+
        ["Back"] = "http://www.roblox.com/asset/?id=881393982",
34-
        ["Mini"] = "https://www.roblox.com/library/578591287/Ferroseed-Icon",
34+
        ["Mini"] = "http://www.roblox.com/asset/?id=881394089",
35-
        ["SB"] = "https://www.roblox.com/library/578591076/Shiny-Ferroseed-Back",
35+
        ["SB"] = "http://www.roblox.com/asset/?id=881394253",
36-
        ["SF"] = "https://www.roblox.com/library/578590704/Shiny-Ferroseed-Front"
36+
        ["SF"] = "http://www.roblox.com/asset/?id=881394326"
37
    },
38
    ["ExpType"] = "MedFast",
39
    ["EVYield"] = {
40
        ["Exp"] = 61,
41
        ["Def"] = 1
42
    },
43
    ["CatchRate"] = 255,
44
},