localdex 0.2.2__py3-none-any.whl → 0.2.22__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- localdex/__init__.py +0 -3
- localdex/core.py +1 -142
- localdex/data/pokemon/aegislash.json +88 -0
- localdex/data/pokemon/basculegion.json +86 -0
- localdex/data/pokemon/basculin.json +105 -0
- localdex/data/pokemon/darmanitan.json +117 -0
- localdex/data/pokemon/deoxys.json +144 -0
- localdex/data/pokemon/dudunsparce.json +117 -0
- localdex/data/pokemon/eiscue.json +80 -0
- localdex/data/pokemon/enamorus.json +77 -0
- localdex/data/pokemon/giratina.json +123 -0
- localdex/data/pokemon/gourgeist.json +109 -0
- localdex/data/pokemon/indeedee.json +89 -0
- localdex/data/pokemon/keldeo.json +107 -0
- localdex/data/pokemon/landorus.json +105 -0
- localdex/data/pokemon/lycanroc.json +107 -0
- localdex/data/pokemon/maushold.json +80 -0
- localdex/data/pokemon/meloetta.json +131 -0
- localdex/data/pokemon/meowstic.json +122 -0
- localdex/data/pokemon/mimikyu.json +113 -0
- localdex/data/pokemon/minior.json +90 -0
- localdex/data/pokemon/morpeko.json +100 -0
- localdex/data/pokemon/nidoran.json +109 -0
- localdex/data/pokemon/oinkologne.json +78 -0
- localdex/data/pokemon/oricorio.json +91 -0
- localdex/data/pokemon/palafin.json +90 -0
- localdex/data/pokemon/pumpkaboo.json +105 -0
- localdex/data/pokemon/shaymin.json +101 -0
- localdex/data/pokemon/squawkabilly.json +79 -0
- localdex/data/pokemon/tatsugiri.json +65 -0
- localdex/data/pokemon/thundurus.json +116 -0
- localdex/data/pokemon/tornadus.json +107 -0
- localdex/data/pokemon/toxtricity.json +112 -0
- localdex/data/pokemon/urshifu.json +101 -0
- localdex/data/pokemon/wishiwashi.json +77 -0
- localdex/data/pokemon/wormadam.json +93 -0
- localdex/data/pokemon/zygarde.json +93 -0
- localdex/download_data.py +62 -0
- localdex/models/pokemon.py +8 -11
- {localdex-0.2.2.dist-info → localdex-0.2.22.dist-info}/METADATA +2 -168
- {localdex-0.2.2.dist-info → localdex-0.2.22.dist-info}/RECORD +44 -10
- localdex/random_battles.py +0 -251
- {localdex-0.2.2.dist-info → localdex-0.2.22.dist-info}/WHEEL +0 -0
- {localdex-0.2.2.dist-info → localdex-0.2.22.dist-info}/entry_points.txt +0 -0
- {localdex-0.2.2.dist-info → localdex-0.2.22.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,144 @@
|
|
1
|
+
{
|
2
|
+
"id": 10003,
|
3
|
+
"name": "deoxys",
|
4
|
+
"types": [
|
5
|
+
"psychic"
|
6
|
+
],
|
7
|
+
"baseStats": {
|
8
|
+
"hp": 50,
|
9
|
+
"attack": 95,
|
10
|
+
"defense": 90,
|
11
|
+
"special_attack": 95,
|
12
|
+
"special_defense": 90,
|
13
|
+
"speed": 180
|
14
|
+
},
|
15
|
+
"height": 1.7,
|
16
|
+
"weight": 60.8,
|
17
|
+
"abilities": {
|
18
|
+
"0": {
|
19
|
+
"name": "pressure"
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"moves": [
|
23
|
+
"mega-punch",
|
24
|
+
"fire-punch",
|
25
|
+
"ice-punch",
|
26
|
+
"thunder-punch",
|
27
|
+
"cut",
|
28
|
+
"bind",
|
29
|
+
"mega-kick",
|
30
|
+
"headbutt",
|
31
|
+
"body-slam",
|
32
|
+
"wrap",
|
33
|
+
"take-down",
|
34
|
+
"double-edge",
|
35
|
+
"leer",
|
36
|
+
"ice-beam",
|
37
|
+
"psybeam",
|
38
|
+
"hyper-beam",
|
39
|
+
"low-kick",
|
40
|
+
"counter",
|
41
|
+
"seismic-toss",
|
42
|
+
"strength",
|
43
|
+
"solar-beam",
|
44
|
+
"thunderbolt",
|
45
|
+
"thunder-wave",
|
46
|
+
"thunder",
|
47
|
+
"toxic",
|
48
|
+
"psychic",
|
49
|
+
"agility",
|
50
|
+
"night-shade",
|
51
|
+
"mimic",
|
52
|
+
"double-team",
|
53
|
+
"recover",
|
54
|
+
"light-screen",
|
55
|
+
"reflect",
|
56
|
+
"swift",
|
57
|
+
"amnesia",
|
58
|
+
"dream-eater",
|
59
|
+
"flash",
|
60
|
+
"rest",
|
61
|
+
"rock-slide",
|
62
|
+
"substitute",
|
63
|
+
"snore",
|
64
|
+
"protect",
|
65
|
+
"scary-face",
|
66
|
+
"mud-slap",
|
67
|
+
"icy-wind",
|
68
|
+
"endure",
|
69
|
+
"swagger",
|
70
|
+
"sleep-talk",
|
71
|
+
"return",
|
72
|
+
"frustration",
|
73
|
+
"safeguard",
|
74
|
+
"pain-split",
|
75
|
+
"dynamic-punch",
|
76
|
+
"pursuit",
|
77
|
+
"hidden-power",
|
78
|
+
"rain-dance",
|
79
|
+
"sunny-day",
|
80
|
+
"psych-up",
|
81
|
+
"extreme-speed",
|
82
|
+
"shadow-ball",
|
83
|
+
"future-sight",
|
84
|
+
"rock-smash",
|
85
|
+
"torment",
|
86
|
+
"facade",
|
87
|
+
"focus-punch",
|
88
|
+
"taunt",
|
89
|
+
"trick",
|
90
|
+
"role-play",
|
91
|
+
"magic-coat",
|
92
|
+
"recycle",
|
93
|
+
"brick-break",
|
94
|
+
"knock-off",
|
95
|
+
"skill-swap",
|
96
|
+
"imprison",
|
97
|
+
"snatch",
|
98
|
+
"secret-power",
|
99
|
+
"rock-tomb",
|
100
|
+
"signal-beam",
|
101
|
+
"aerial-ace",
|
102
|
+
"calm-mind",
|
103
|
+
"shock-wave",
|
104
|
+
"water-pulse",
|
105
|
+
"psycho-boost",
|
106
|
+
"gravity",
|
107
|
+
"natural-gift",
|
108
|
+
"fling",
|
109
|
+
"psycho-shift",
|
110
|
+
"poison-jab",
|
111
|
+
"dark-pulse",
|
112
|
+
"drain-punch",
|
113
|
+
"focus-blast",
|
114
|
+
"energy-ball",
|
115
|
+
"giga-impact",
|
116
|
+
"nasty-plot",
|
117
|
+
"avalanche",
|
118
|
+
"zen-headbutt",
|
119
|
+
"flash-cannon",
|
120
|
+
"trick-room",
|
121
|
+
"stealth-rock",
|
122
|
+
"grass-knot",
|
123
|
+
"charge-beam",
|
124
|
+
"wonder-room",
|
125
|
+
"psyshock",
|
126
|
+
"telekinesis",
|
127
|
+
"low-sweep",
|
128
|
+
"round",
|
129
|
+
"stored-power",
|
130
|
+
"ally-switch",
|
131
|
+
"confide",
|
132
|
+
"power-up-punch",
|
133
|
+
"laser-focus",
|
134
|
+
"throat-chop",
|
135
|
+
"psychic-terrain",
|
136
|
+
"brutal-swing",
|
137
|
+
"stomping-tantrum",
|
138
|
+
"expanding-force",
|
139
|
+
"meteor-beam",
|
140
|
+
"tera-blast",
|
141
|
+
"psychic-noise"
|
142
|
+
],
|
143
|
+
"generation": 9
|
144
|
+
}
|
@@ -0,0 +1,117 @@
|
|
1
|
+
{
|
2
|
+
"id": 982,
|
3
|
+
"name": "dudunsparce",
|
4
|
+
"types": [
|
5
|
+
"normal"
|
6
|
+
],
|
7
|
+
"baseStats": {
|
8
|
+
"hp": 125,
|
9
|
+
"attack": 100,
|
10
|
+
"defense": 80,
|
11
|
+
"special_attack": 85,
|
12
|
+
"special_defense": 75,
|
13
|
+
"speed": 55
|
14
|
+
},
|
15
|
+
"height": 3.6,
|
16
|
+
"weight": 39.2,
|
17
|
+
"abilities": {
|
18
|
+
"0": {
|
19
|
+
"name": "serene-grace"
|
20
|
+
},
|
21
|
+
"1": {
|
22
|
+
"name": "run-away"
|
23
|
+
},
|
24
|
+
"H": {
|
25
|
+
"name": "rattled"
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"moves": [
|
29
|
+
"body-slam",
|
30
|
+
"take-down",
|
31
|
+
"double-edge",
|
32
|
+
"flamethrower",
|
33
|
+
"ice-beam",
|
34
|
+
"blizzard",
|
35
|
+
"hyper-beam",
|
36
|
+
"solar-beam",
|
37
|
+
"thunderbolt",
|
38
|
+
"thunder",
|
39
|
+
"earthquake",
|
40
|
+
"dig",
|
41
|
+
"toxic",
|
42
|
+
"agility",
|
43
|
+
"screech",
|
44
|
+
"defense-curl",
|
45
|
+
"fire-blast",
|
46
|
+
"amnesia",
|
47
|
+
"glare",
|
48
|
+
"rest",
|
49
|
+
"rock-slide",
|
50
|
+
"substitute",
|
51
|
+
"thief",
|
52
|
+
"curse",
|
53
|
+
"flail",
|
54
|
+
"spite",
|
55
|
+
"protect",
|
56
|
+
"scary-face",
|
57
|
+
"mud-slap",
|
58
|
+
"outrage",
|
59
|
+
"sandstorm",
|
60
|
+
"endure",
|
61
|
+
"rollout",
|
62
|
+
"sleep-talk",
|
63
|
+
"pain-split",
|
64
|
+
"baton-pass",
|
65
|
+
"rain-dance",
|
66
|
+
"sunny-day",
|
67
|
+
"psych-up",
|
68
|
+
"ancient-power",
|
69
|
+
"shadow-ball",
|
70
|
+
"uproar",
|
71
|
+
"facade",
|
72
|
+
"helping-hand",
|
73
|
+
"yawn",
|
74
|
+
"endeavor",
|
75
|
+
"hyper-voice",
|
76
|
+
"rock-tomb",
|
77
|
+
"mud-shot",
|
78
|
+
"poison-tail",
|
79
|
+
"calm-mind",
|
80
|
+
"roost",
|
81
|
+
"gyro-ball",
|
82
|
+
"tailwind",
|
83
|
+
"poison-jab",
|
84
|
+
"air-slash",
|
85
|
+
"dragon-rush",
|
86
|
+
"earth-power",
|
87
|
+
"giga-impact",
|
88
|
+
"zen-headbutt",
|
89
|
+
"stone-edge",
|
90
|
+
"stealth-rock",
|
91
|
+
"heavy-slam",
|
92
|
+
"coil",
|
93
|
+
"stored-power",
|
94
|
+
"hex",
|
95
|
+
"bulldoze",
|
96
|
+
"dragon-tail",
|
97
|
+
"wild-charge",
|
98
|
+
"drill-run",
|
99
|
+
"hurricane",
|
100
|
+
"boomburst",
|
101
|
+
"throat-chop",
|
102
|
+
"lunge",
|
103
|
+
"smart-strike",
|
104
|
+
"stomping-tantrum",
|
105
|
+
"body-press",
|
106
|
+
"breaking-swipe",
|
107
|
+
"scale-shot",
|
108
|
+
"skitter-smack",
|
109
|
+
"dual-wingbeat",
|
110
|
+
"tera-blast",
|
111
|
+
"ice-spinner",
|
112
|
+
"pounce",
|
113
|
+
"chilling-water",
|
114
|
+
"hyper-drill"
|
115
|
+
],
|
116
|
+
"generation": 9
|
117
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
{
|
2
|
+
"id": 875,
|
3
|
+
"name": "eiscue",
|
4
|
+
"types": [
|
5
|
+
"ice"
|
6
|
+
],
|
7
|
+
"baseStats": {
|
8
|
+
"hp": 75,
|
9
|
+
"attack": 80,
|
10
|
+
"defense": 110,
|
11
|
+
"special_attack": 65,
|
12
|
+
"special_defense": 90,
|
13
|
+
"speed": 50
|
14
|
+
},
|
15
|
+
"height": 1.4,
|
16
|
+
"weight": 89.0,
|
17
|
+
"abilities": {
|
18
|
+
"0": {
|
19
|
+
"name": "ice-face"
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"moves": [
|
23
|
+
"ice-punch",
|
24
|
+
"headbutt",
|
25
|
+
"tackle",
|
26
|
+
"body-slam",
|
27
|
+
"take-down",
|
28
|
+
"double-edge",
|
29
|
+
"mist",
|
30
|
+
"hydro-pump",
|
31
|
+
"surf",
|
32
|
+
"ice-beam",
|
33
|
+
"blizzard",
|
34
|
+
"hyper-beam",
|
35
|
+
"agility",
|
36
|
+
"reflect",
|
37
|
+
"waterfall",
|
38
|
+
"amnesia",
|
39
|
+
"rest",
|
40
|
+
"substitute",
|
41
|
+
"snore",
|
42
|
+
"reversal",
|
43
|
+
"powder-snow",
|
44
|
+
"protect",
|
45
|
+
"belly-drum",
|
46
|
+
"icy-wind",
|
47
|
+
"endure",
|
48
|
+
"attract",
|
49
|
+
"sleep-talk",
|
50
|
+
"rain-dance",
|
51
|
+
"whirlpool",
|
52
|
+
"hail",
|
53
|
+
"facade",
|
54
|
+
"dive",
|
55
|
+
"feather-dance",
|
56
|
+
"weather-ball",
|
57
|
+
"icicle-spear",
|
58
|
+
"iron-defense",
|
59
|
+
"water-pulse",
|
60
|
+
"brine",
|
61
|
+
"aqua-ring",
|
62
|
+
"giga-impact",
|
63
|
+
"avalanche",
|
64
|
+
"zen-headbutt",
|
65
|
+
"iron-head",
|
66
|
+
"head-smash",
|
67
|
+
"soak",
|
68
|
+
"round",
|
69
|
+
"icicle-crash",
|
70
|
+
"freeze-dry",
|
71
|
+
"aurora-veil",
|
72
|
+
"liquidation",
|
73
|
+
"flip-turn",
|
74
|
+
"tera-blast",
|
75
|
+
"ice-spinner",
|
76
|
+
"snowscape",
|
77
|
+
"chilling-water"
|
78
|
+
],
|
79
|
+
"generation": 8
|
80
|
+
}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
{
|
2
|
+
"id": 10249,
|
3
|
+
"name": "enamorus",
|
4
|
+
"types": [
|
5
|
+
"fairy",
|
6
|
+
"flying"
|
7
|
+
],
|
8
|
+
"baseStats": {
|
9
|
+
"hp": 74,
|
10
|
+
"attack": 115,
|
11
|
+
"defense": 110,
|
12
|
+
"special_attack": 135,
|
13
|
+
"special_defense": 100,
|
14
|
+
"speed": 46
|
15
|
+
},
|
16
|
+
"height": 1.6,
|
17
|
+
"weight": 48.0,
|
18
|
+
"abilities": {
|
19
|
+
"0": {
|
20
|
+
"name": "overcoat"
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"moves": [
|
24
|
+
"fly",
|
25
|
+
"body-slam",
|
26
|
+
"take-down",
|
27
|
+
"hyper-beam",
|
28
|
+
"psychic",
|
29
|
+
"agility",
|
30
|
+
"rest",
|
31
|
+
"substitute",
|
32
|
+
"protect",
|
33
|
+
"scary-face",
|
34
|
+
"sludge-bomb",
|
35
|
+
"outrage",
|
36
|
+
"endure",
|
37
|
+
"sleep-talk",
|
38
|
+
"twister",
|
39
|
+
"rain-dance",
|
40
|
+
"sunny-day",
|
41
|
+
"psych-up",
|
42
|
+
"uproar",
|
43
|
+
"torment",
|
44
|
+
"flatter",
|
45
|
+
"facade",
|
46
|
+
"taunt",
|
47
|
+
"superpower",
|
48
|
+
"imprison",
|
49
|
+
"astonish",
|
50
|
+
"weather-ball",
|
51
|
+
"extrasensory",
|
52
|
+
"iron-defense",
|
53
|
+
"calm-mind",
|
54
|
+
"healing-wish",
|
55
|
+
"tailwind",
|
56
|
+
"focus-blast",
|
57
|
+
"earth-power",
|
58
|
+
"giga-impact",
|
59
|
+
"zen-headbutt",
|
60
|
+
"iron-head",
|
61
|
+
"grass-knot",
|
62
|
+
"disarming-voice",
|
63
|
+
"draining-kiss",
|
64
|
+
"grassy-terrain",
|
65
|
+
"misty-terrain",
|
66
|
+
"play-rough",
|
67
|
+
"fairy-wind",
|
68
|
+
"moonblast",
|
69
|
+
"mystical-fire",
|
70
|
+
"dazzling-gleam",
|
71
|
+
"misty-explosion",
|
72
|
+
"springtide-storm",
|
73
|
+
"tera-blast",
|
74
|
+
"alluring-voice"
|
75
|
+
],
|
76
|
+
"generation": 9
|
77
|
+
}
|
@@ -0,0 +1,123 @@
|
|
1
|
+
{
|
2
|
+
"id": 10007,
|
3
|
+
"name": "giratina",
|
4
|
+
"types": [
|
5
|
+
"ghost",
|
6
|
+
"dragon"
|
7
|
+
],
|
8
|
+
"baseStats": {
|
9
|
+
"hp": 150,
|
10
|
+
"attack": 120,
|
11
|
+
"defense": 100,
|
12
|
+
"special_attack": 120,
|
13
|
+
"special_defense": 100,
|
14
|
+
"speed": 90
|
15
|
+
},
|
16
|
+
"height": 6.9,
|
17
|
+
"weight": 650.0,
|
18
|
+
"abilities": {
|
19
|
+
"0": {
|
20
|
+
"name": "levitate"
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"moves": [
|
24
|
+
"cut",
|
25
|
+
"fly",
|
26
|
+
"headbutt",
|
27
|
+
"body-slam",
|
28
|
+
"take-down",
|
29
|
+
"roar",
|
30
|
+
"hyper-beam",
|
31
|
+
"strength",
|
32
|
+
"thunderbolt",
|
33
|
+
"thunder-wave",
|
34
|
+
"thunder",
|
35
|
+
"earthquake",
|
36
|
+
"toxic",
|
37
|
+
"psychic",
|
38
|
+
"double-team",
|
39
|
+
"confuse-ray",
|
40
|
+
"swift",
|
41
|
+
"dream-eater",
|
42
|
+
"rest",
|
43
|
+
"slash",
|
44
|
+
"substitute",
|
45
|
+
"snore",
|
46
|
+
"curse",
|
47
|
+
"spite",
|
48
|
+
"protect",
|
49
|
+
"scary-face",
|
50
|
+
"mud-slap",
|
51
|
+
"destiny-bond",
|
52
|
+
"icy-wind",
|
53
|
+
"outrage",
|
54
|
+
"endure",
|
55
|
+
"swagger",
|
56
|
+
"fury-cutter",
|
57
|
+
"steel-wing",
|
58
|
+
"sleep-talk",
|
59
|
+
"return",
|
60
|
+
"frustration",
|
61
|
+
"safeguard",
|
62
|
+
"pain-split",
|
63
|
+
"dragon-breath",
|
64
|
+
"iron-tail",
|
65
|
+
"hidden-power",
|
66
|
+
"twister",
|
67
|
+
"rain-dance",
|
68
|
+
"sunny-day",
|
69
|
+
"psych-up",
|
70
|
+
"ancient-power",
|
71
|
+
"shadow-ball",
|
72
|
+
"rock-smash",
|
73
|
+
"will-o-wisp",
|
74
|
+
"facade",
|
75
|
+
"magic-coat",
|
76
|
+
"secret-power",
|
77
|
+
"hyper-voice",
|
78
|
+
"air-cutter",
|
79
|
+
"silver-wind",
|
80
|
+
"aerial-ace",
|
81
|
+
"dragon-claw",
|
82
|
+
"calm-mind",
|
83
|
+
"shock-wave",
|
84
|
+
"gravity",
|
85
|
+
"natural-gift",
|
86
|
+
"tailwind",
|
87
|
+
"payback",
|
88
|
+
"heal-block",
|
89
|
+
"aura-sphere",
|
90
|
+
"dark-pulse",
|
91
|
+
"aqua-tail",
|
92
|
+
"dragon-pulse",
|
93
|
+
"energy-ball",
|
94
|
+
"earth-power",
|
95
|
+
"giga-impact",
|
96
|
+
"shadow-claw",
|
97
|
+
"shadow-sneak",
|
98
|
+
"rock-climb",
|
99
|
+
"defog",
|
100
|
+
"draco-meteor",
|
101
|
+
"iron-head",
|
102
|
+
"stone-edge",
|
103
|
+
"charge-beam",
|
104
|
+
"ominous-wind",
|
105
|
+
"shadow-force",
|
106
|
+
"hone-claws",
|
107
|
+
"telekinesis",
|
108
|
+
"round",
|
109
|
+
"echoed-voice",
|
110
|
+
"hex",
|
111
|
+
"bulldoze",
|
112
|
+
"dragon-tail",
|
113
|
+
"phantom-force",
|
114
|
+
"confide",
|
115
|
+
"brutal-swing",
|
116
|
+
"breaking-swipe",
|
117
|
+
"skitter-smack",
|
118
|
+
"poltergeist",
|
119
|
+
"dual-wingbeat",
|
120
|
+
"tera-blast"
|
121
|
+
],
|
122
|
+
"generation": 9
|
123
|
+
}
|
@@ -0,0 +1,109 @@
|
|
1
|
+
{
|
2
|
+
"id": 711,
|
3
|
+
"name": "gourgeist",
|
4
|
+
"types": [
|
5
|
+
"ghost",
|
6
|
+
"grass"
|
7
|
+
],
|
8
|
+
"baseStats": {
|
9
|
+
"hp": 65,
|
10
|
+
"attack": 90,
|
11
|
+
"defense": 122,
|
12
|
+
"special_attack": 58,
|
13
|
+
"special_defense": 75,
|
14
|
+
"speed": 84
|
15
|
+
},
|
16
|
+
"height": 0.9,
|
17
|
+
"weight": 12.5,
|
18
|
+
"abilities": {
|
19
|
+
"0": {
|
20
|
+
"name": "pickup"
|
21
|
+
},
|
22
|
+
"1": {
|
23
|
+
"name": "frisk"
|
24
|
+
},
|
25
|
+
"H": {
|
26
|
+
"name": "insomnia"
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"moves": [
|
30
|
+
"flamethrower",
|
31
|
+
"hyper-beam",
|
32
|
+
"leech-seed",
|
33
|
+
"razor-leaf",
|
34
|
+
"solar-beam",
|
35
|
+
"toxic",
|
36
|
+
"psychic",
|
37
|
+
"double-team",
|
38
|
+
"confuse-ray",
|
39
|
+
"light-screen",
|
40
|
+
"fire-blast",
|
41
|
+
"dream-eater",
|
42
|
+
"flash",
|
43
|
+
"explosion",
|
44
|
+
"rest",
|
45
|
+
"rock-slide",
|
46
|
+
"substitute",
|
47
|
+
"thief",
|
48
|
+
"snore",
|
49
|
+
"spite",
|
50
|
+
"protect",
|
51
|
+
"scary-face",
|
52
|
+
"sludge-bomb",
|
53
|
+
"giga-drain",
|
54
|
+
"endure",
|
55
|
+
"swagger",
|
56
|
+
"attract",
|
57
|
+
"sleep-talk",
|
58
|
+
"return",
|
59
|
+
"frustration",
|
60
|
+
"safeguard",
|
61
|
+
"pain-split",
|
62
|
+
"synthesis",
|
63
|
+
"hidden-power",
|
64
|
+
"sunny-day",
|
65
|
+
"shadow-ball",
|
66
|
+
"rock-smash",
|
67
|
+
"will-o-wisp",
|
68
|
+
"facade",
|
69
|
+
"nature-power",
|
70
|
+
"trick",
|
71
|
+
"role-play",
|
72
|
+
"magic-coat",
|
73
|
+
"skill-swap",
|
74
|
+
"imprison",
|
75
|
+
"secret-power",
|
76
|
+
"astonish",
|
77
|
+
"bullet-seed",
|
78
|
+
"gyro-ball",
|
79
|
+
"worry-seed",
|
80
|
+
"dark-pulse",
|
81
|
+
"seed-bomb",
|
82
|
+
"focus-blast",
|
83
|
+
"energy-ball",
|
84
|
+
"giga-impact",
|
85
|
+
"nasty-plot",
|
86
|
+
"shadow-sneak",
|
87
|
+
"trick-room",
|
88
|
+
"power-whip",
|
89
|
+
"grass-knot",
|
90
|
+
"charge-beam",
|
91
|
+
"telekinesis",
|
92
|
+
"flame-charge",
|
93
|
+
"foul-play",
|
94
|
+
"round",
|
95
|
+
"ally-switch",
|
96
|
+
"hex",
|
97
|
+
"incinerate",
|
98
|
+
"phantom-force",
|
99
|
+
"trick-or-treat",
|
100
|
+
"moonblast",
|
101
|
+
"confide",
|
102
|
+
"mystical-fire",
|
103
|
+
"brutal-swing",
|
104
|
+
"grassy-glide",
|
105
|
+
"skitter-smack",
|
106
|
+
"poltergeist"
|
107
|
+
],
|
108
|
+
"generation": 6
|
109
|
+
}
|