localdex 0.1.20__py3-none-any.whl → 0.1.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.
Files changed (46) hide show
  1. localdex/__init__.py +0 -4
  2. localdex/core.py +2 -185
  3. localdex/data/pokemon/aegislash.json +88 -0
  4. localdex/data/pokemon/basculegion.json +86 -0
  5. localdex/data/pokemon/basculin.json +105 -0
  6. localdex/data/pokemon/darmanitan.json +117 -0
  7. localdex/data/pokemon/deoxys.json +144 -0
  8. localdex/data/pokemon/dudunsparce.json +117 -0
  9. localdex/data/pokemon/eiscue.json +80 -0
  10. localdex/data/pokemon/enamorus.json +77 -0
  11. localdex/data/pokemon/giratina.json +123 -0
  12. localdex/data/pokemon/gourgeist.json +109 -0
  13. localdex/data/pokemon/indeedee.json +89 -0
  14. localdex/data/pokemon/keldeo.json +107 -0
  15. localdex/data/pokemon/landorus.json +105 -0
  16. localdex/data/pokemon/lycanroc.json +107 -0
  17. localdex/data/pokemon/maushold.json +80 -0
  18. localdex/data/pokemon/meloetta.json +131 -0
  19. localdex/data/pokemon/meowstic.json +122 -0
  20. localdex/data/pokemon/mimikyu.json +113 -0
  21. localdex/data/pokemon/minior.json +90 -0
  22. localdex/data/pokemon/morpeko.json +100 -0
  23. localdex/data/pokemon/nidoran.json +109 -0
  24. localdex/data/pokemon/oinkologne.json +78 -0
  25. localdex/data/pokemon/oricorio.json +91 -0
  26. localdex/data/pokemon/palafin.json +90 -0
  27. localdex/data/pokemon/pumpkaboo.json +105 -0
  28. localdex/data/pokemon/shaymin.json +101 -0
  29. localdex/data/pokemon/squawkabilly.json +79 -0
  30. localdex/data/pokemon/tatsugiri.json +65 -0
  31. localdex/data/pokemon/thundurus.json +116 -0
  32. localdex/data/pokemon/tornadus.json +107 -0
  33. localdex/data/pokemon/toxtricity.json +112 -0
  34. localdex/data/pokemon/urshifu.json +101 -0
  35. localdex/data/pokemon/wishiwashi.json +77 -0
  36. localdex/data/pokemon/wormadam.json +93 -0
  37. localdex/data/pokemon/zygarde.json +93 -0
  38. localdex/download_data.py +62 -0
  39. localdex/models/pokemon.py +8 -11
  40. {localdex-0.1.20.dist-info → localdex-0.1.22.dist-info}/METADATA +2 -171
  41. {localdex-0.1.20.dist-info → localdex-0.1.22.dist-info}/RECORD +44 -11
  42. localdex/random_battles.py +0 -251
  43. localdex/sprite_downloader.py +0 -932
  44. {localdex-0.1.20.dist-info → localdex-0.1.22.dist-info}/WHEEL +0 -0
  45. {localdex-0.1.20.dist-info → localdex-0.1.22.dist-info}/entry_points.txt +0 -0
  46. {localdex-0.1.20.dist-info → localdex-0.1.22.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,89 @@
1
+ {
2
+ "id": 876,
3
+ "name": "indeedee",
4
+ "types": [
5
+ "psychic",
6
+ "normal"
7
+ ],
8
+ "baseStats": {
9
+ "hp": 60,
10
+ "attack": 65,
11
+ "defense": 55,
12
+ "special_attack": 105,
13
+ "special_defense": 95,
14
+ "speed": 95
15
+ },
16
+ "height": 0.9,
17
+ "weight": 28.0,
18
+ "abilities": {
19
+ "0": {
20
+ "name": "inner-focus"
21
+ },
22
+ "1": {
23
+ "name": "synchronize"
24
+ },
25
+ "H": {
26
+ "name": "psychic-surge"
27
+ }
28
+ },
29
+ "moves": [
30
+ "pay-day",
31
+ "body-slam",
32
+ "take-down",
33
+ "psybeam",
34
+ "psychic",
35
+ "metronome",
36
+ "swift",
37
+ "rest",
38
+ "tri-attack",
39
+ "substitute",
40
+ "snore",
41
+ "protect",
42
+ "endure",
43
+ "attract",
44
+ "sleep-talk",
45
+ "encore",
46
+ "psych-up",
47
+ "shadow-ball",
48
+ "future-sight",
49
+ "fake-out",
50
+ "facade",
51
+ "helping-hand",
52
+ "trick",
53
+ "skill-swap",
54
+ "imprison",
55
+ "hyper-voice",
56
+ "aromatherapy",
57
+ "extrasensory",
58
+ "magical-leaf",
59
+ "calm-mind",
60
+ "gravity",
61
+ "healing-wish",
62
+ "power-swap",
63
+ "last-resort",
64
+ "drain-punch",
65
+ "energy-ball",
66
+ "zen-headbutt",
67
+ "trick-room",
68
+ "power-split",
69
+ "wonder-room",
70
+ "psyshock",
71
+ "magic-room",
72
+ "after-you",
73
+ "round",
74
+ "stored-power",
75
+ "ally-switch",
76
+ "disarming-voice",
77
+ "draining-kiss",
78
+ "play-rough",
79
+ "play-nice",
80
+ "mystical-fire",
81
+ "dazzling-gleam",
82
+ "psychic-terrain",
83
+ "expanding-force",
84
+ "terrain-pulse",
85
+ "tera-blast",
86
+ "psychic-noise"
87
+ ],
88
+ "generation": 8
89
+ }
@@ -0,0 +1,107 @@
1
+ {
2
+ "id": 10024,
3
+ "name": "keldeo",
4
+ "types": [
5
+ "water",
6
+ "fighting"
7
+ ],
8
+ "baseStats": {
9
+ "hp": 91,
10
+ "attack": 72,
11
+ "defense": 90,
12
+ "special_attack": 129,
13
+ "special_defense": 90,
14
+ "speed": 108
15
+ },
16
+ "height": 1.4,
17
+ "weight": 48.5,
18
+ "abilities": {
19
+ "0": {
20
+ "name": "justified"
21
+ }
22
+ },
23
+ "moves": [
24
+ "swords-dance",
25
+ "cut",
26
+ "double-kick",
27
+ "take-down",
28
+ "double-edge",
29
+ "leer",
30
+ "roar",
31
+ "hydro-pump",
32
+ "surf",
33
+ "bubble-beam",
34
+ "hyper-beam",
35
+ "low-kick",
36
+ "strength",
37
+ "toxic",
38
+ "double-team",
39
+ "reflect",
40
+ "swift",
41
+ "rest",
42
+ "substitute",
43
+ "snore",
44
+ "reversal",
45
+ "protect",
46
+ "icy-wind",
47
+ "endure",
48
+ "false-swipe",
49
+ "swagger",
50
+ "sleep-talk",
51
+ "return",
52
+ "frustration",
53
+ "safeguard",
54
+ "pain-split",
55
+ "megahorn",
56
+ "baton-pass",
57
+ "hidden-power",
58
+ "rain-dance",
59
+ "sunny-day",
60
+ "psych-up",
61
+ "rock-smash",
62
+ "hail",
63
+ "facade",
64
+ "taunt",
65
+ "helping-hand",
66
+ "superpower",
67
+ "revenge",
68
+ "brick-break",
69
+ "endeavor",
70
+ "secret-power",
71
+ "muddy-water",
72
+ "aerial-ace",
73
+ "bounce",
74
+ "covet",
75
+ "calm-mind",
76
+ "water-pulse",
77
+ "close-combat",
78
+ "last-resort",
79
+ "aura-sphere",
80
+ "poison-jab",
81
+ "aqua-tail",
82
+ "air-slash",
83
+ "x-scissor",
84
+ "vacuum-wave",
85
+ "focus-blast",
86
+ "giga-impact",
87
+ "stone-edge",
88
+ "aqua-jet",
89
+ "round",
90
+ "quick-guard",
91
+ "scald",
92
+ "retaliate",
93
+ "work-up",
94
+ "sacred-sword",
95
+ "secret-sword",
96
+ "confide",
97
+ "smart-strike",
98
+ "liquidation",
99
+ "coaching",
100
+ "flip-turn",
101
+ "tera-blast",
102
+ "trailblaze",
103
+ "chilling-water",
104
+ "upper-hand"
105
+ ],
106
+ "generation": 9
107
+ }
@@ -0,0 +1,105 @@
1
+ {
2
+ "id": 10021,
3
+ "name": "landorus",
4
+ "types": [
5
+ "ground",
6
+ "flying"
7
+ ],
8
+ "baseStats": {
9
+ "hp": 89,
10
+ "attack": 145,
11
+ "defense": 90,
12
+ "special_attack": 105,
13
+ "special_defense": 80,
14
+ "speed": 91
15
+ },
16
+ "height": 1.3,
17
+ "weight": 68.0,
18
+ "abilities": {
19
+ "0": {
20
+ "name": "intimidate"
21
+ }
22
+ },
23
+ "moves": [
24
+ "swords-dance",
25
+ "fly",
26
+ "body-slam",
27
+ "take-down",
28
+ "leer",
29
+ "hyper-beam",
30
+ "strength",
31
+ "rock-throw",
32
+ "earthquake",
33
+ "fissure",
34
+ "dig",
35
+ "toxic",
36
+ "psychic",
37
+ "double-team",
38
+ "self-destruct",
39
+ "explosion",
40
+ "rest",
41
+ "rock-slide",
42
+ "substitute",
43
+ "snore",
44
+ "protect",
45
+ "scary-face",
46
+ "sludge-bomb",
47
+ "mud-slap",
48
+ "outrage",
49
+ "sandstorm",
50
+ "endure",
51
+ "swagger",
52
+ "attract",
53
+ "sleep-talk",
54
+ "return",
55
+ "frustration",
56
+ "iron-tail",
57
+ "hidden-power",
58
+ "rain-dance",
59
+ "sunny-day",
60
+ "crunch",
61
+ "rock-smash",
62
+ "facade",
63
+ "taunt",
64
+ "role-play",
65
+ "superpower",
66
+ "brick-break",
67
+ "knock-off",
68
+ "imprison",
69
+ "secret-power",
70
+ "weather-ball",
71
+ "rock-tomb",
72
+ "extrasensory",
73
+ "sand-tomb",
74
+ "block",
75
+ "bulk-up",
76
+ "mud-shot",
77
+ "calm-mind",
78
+ "gravity",
79
+ "hammer-arm",
80
+ "u-turn",
81
+ "payback",
82
+ "fling",
83
+ "punishment",
84
+ "rock-polish",
85
+ "focus-blast",
86
+ "earth-power",
87
+ "giga-impact",
88
+ "nasty-plot",
89
+ "defog",
90
+ "stone-edge",
91
+ "stealth-rock",
92
+ "grass-knot",
93
+ "smack-down",
94
+ "sludge-wave",
95
+ "round",
96
+ "bulldoze",
97
+ "confide",
98
+ "brutal-swing",
99
+ "stomping-tantrum",
100
+ "scorching-sands",
101
+ "sandsear-storm",
102
+ "tera-blast"
103
+ ],
104
+ "generation": 9
105
+ }
@@ -0,0 +1,107 @@
1
+ {
2
+ "id": 745,
3
+ "name": "lycanroc",
4
+ "types": [
5
+ "rock"
6
+ ],
7
+ "baseStats": {
8
+ "hp": 75,
9
+ "attack": 115,
10
+ "defense": 65,
11
+ "special_attack": 55,
12
+ "special_defense": 65,
13
+ "speed": 112
14
+ },
15
+ "height": 0.8,
16
+ "weight": 25.0,
17
+ "abilities": {
18
+ "0": {
19
+ "name": "keen-eye"
20
+ },
21
+ "1": {
22
+ "name": "sand-rush"
23
+ },
24
+ "H": {
25
+ "name": "steadfast"
26
+ }
27
+ },
28
+ "moves": [
29
+ "swords-dance",
30
+ "sand-attack",
31
+ "tackle",
32
+ "body-slam",
33
+ "take-down",
34
+ "double-edge",
35
+ "leer",
36
+ "bite",
37
+ "roar",
38
+ "rock-throw",
39
+ "dig",
40
+ "toxic",
41
+ "agility",
42
+ "quick-attack",
43
+ "double-team",
44
+ "swift",
45
+ "rest",
46
+ "rock-slide",
47
+ "substitute",
48
+ "snore",
49
+ "protect",
50
+ "scary-face",
51
+ "mud-slap",
52
+ "sandstorm",
53
+ "endure",
54
+ "charm",
55
+ "swagger",
56
+ "attract",
57
+ "sleep-talk",
58
+ "return",
59
+ "frustration",
60
+ "iron-tail",
61
+ "hidden-power",
62
+ "sunny-day",
63
+ "crunch",
64
+ "facade",
65
+ "taunt",
66
+ "helping-hand",
67
+ "brick-break",
68
+ "endeavor",
69
+ "hyper-voice",
70
+ "odor-sleuth",
71
+ "rock-tomb",
72
+ "iron-defense",
73
+ "howl",
74
+ "bulk-up",
75
+ "covet",
76
+ "rock-blast",
77
+ "close-combat",
78
+ "assurance",
79
+ "last-resort",
80
+ "sucker-punch",
81
+ "rock-polish",
82
+ "earth-power",
83
+ "giga-impact",
84
+ "thunder-fang",
85
+ "fire-fang",
86
+ "zen-headbutt",
87
+ "rock-climb",
88
+ "iron-head",
89
+ "stone-edge",
90
+ "stealth-rock",
91
+ "round",
92
+ "echoed-voice",
93
+ "quick-guard",
94
+ "bulldoze",
95
+ "drill-run",
96
+ "tail-slap",
97
+ "snarl",
98
+ "play-rough",
99
+ "confide",
100
+ "psychic-fangs",
101
+ "stomping-tantrum",
102
+ "accelerock",
103
+ "tera-blast",
104
+ "trailblaze"
105
+ ],
106
+ "generation": 7
107
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "id": 10257,
3
+ "name": "maushold",
4
+ "types": [
5
+ "normal"
6
+ ],
7
+ "baseStats": {
8
+ "hp": 74,
9
+ "attack": 75,
10
+ "defense": 70,
11
+ "special_attack": 65,
12
+ "special_defense": 75,
13
+ "speed": 111
14
+ },
15
+ "height": 0.3,
16
+ "weight": 2.8,
17
+ "abilities": {
18
+ "0": {
19
+ "name": "friend-guard"
20
+ },
21
+ "1": {
22
+ "name": "cheek-pouch"
23
+ },
24
+ "H": {
25
+ "name": "technician"
26
+ }
27
+ },
28
+ "moves": [
29
+ "pound",
30
+ "take-down",
31
+ "double-edge",
32
+ "hyper-beam",
33
+ "low-kick",
34
+ "thunder-wave",
35
+ "dig",
36
+ "agility",
37
+ "swift",
38
+ "rest",
39
+ "super-fang",
40
+ "substitute",
41
+ "thief",
42
+ "protect",
43
+ "mud-slap",
44
+ "endure",
45
+ "charm",
46
+ "sleep-talk",
47
+ "encore",
48
+ "rain-dance",
49
+ "sunny-day",
50
+ "crunch",
51
+ "beat-up",
52
+ "facade",
53
+ "follow-me",
54
+ "taunt",
55
+ "helping-hand",
56
+ "hyper-voice",
57
+ "fake-tears",
58
+ "bullet-seed",
59
+ "aerial-ace",
60
+ "mud-shot",
61
+ "water-pulse",
62
+ "u-turn",
63
+ "copycat",
64
+ "seed-bomb",
65
+ "giga-impact",
66
+ "shadow-claw",
67
+ "grass-knot",
68
+ "double-hit",
69
+ "low-sweep",
70
+ "echoed-voice",
71
+ "play-rough",
72
+ "baby-doll-eyes",
73
+ "tera-blast",
74
+ "population-bomb",
75
+ "tidy-up",
76
+ "trailblaze",
77
+ "chilling-water"
78
+ ],
79
+ "generation": 9
80
+ }
@@ -0,0 +1,131 @@
1
+ {
2
+ "id": 648,
3
+ "name": "meloetta",
4
+ "types": [
5
+ "normal",
6
+ "psychic"
7
+ ],
8
+ "baseStats": {
9
+ "hp": 100,
10
+ "attack": 77,
11
+ "defense": 77,
12
+ "special_attack": 128,
13
+ "special_defense": 128,
14
+ "speed": 90
15
+ },
16
+ "height": 0.6,
17
+ "weight": 6.5,
18
+ "abilities": {
19
+ "0": {
20
+ "name": "serene-grace"
21
+ }
22
+ },
23
+ "moves": [
24
+ "fire-punch",
25
+ "ice-punch",
26
+ "thunder-punch",
27
+ "swords-dance",
28
+ "sing",
29
+ "psybeam",
30
+ "hyper-beam",
31
+ "low-kick",
32
+ "strength",
33
+ "thunderbolt",
34
+ "thunder-wave",
35
+ "thunder",
36
+ "toxic",
37
+ "confusion",
38
+ "psychic",
39
+ "quick-attack",
40
+ "double-team",
41
+ "light-screen",
42
+ "metronome",
43
+ "swift",
44
+ "dream-eater",
45
+ "flash",
46
+ "rest",
47
+ "substitute",
48
+ "snore",
49
+ "reversal",
50
+ "protect",
51
+ "perish-song",
52
+ "endure",
53
+ "charm",
54
+ "swagger",
55
+ "sleep-talk",
56
+ "heal-bell",
57
+ "return",
58
+ "frustration",
59
+ "safeguard",
60
+ "baton-pass",
61
+ "hidden-power",
62
+ "rain-dance",
63
+ "sunny-day",
64
+ "psych-up",
65
+ "shadow-ball",
66
+ "rock-smash",
67
+ "uproar",
68
+ "facade",
69
+ "focus-punch",
70
+ "helping-hand",
71
+ "trick",
72
+ "role-play",
73
+ "magic-coat",
74
+ "recycle",
75
+ "brick-break",
76
+ "knock-off",
77
+ "skill-swap",
78
+ "snatch",
79
+ "secret-power",
80
+ "teeter-dance",
81
+ "hyper-voice",
82
+ "fake-tears",
83
+ "signal-beam",
84
+ "covet",
85
+ "calm-mind",
86
+ "shock-wave",
87
+ "gravity",
88
+ "wake-up-slap",
89
+ "u-turn",
90
+ "close-combat",
91
+ "payback",
92
+ "embargo",
93
+ "fling",
94
+ "last-resort",
95
+ "drain-punch",
96
+ "focus-blast",
97
+ "energy-ball",
98
+ "giga-impact",
99
+ "shadow-claw",
100
+ "zen-headbutt",
101
+ "trick-room",
102
+ "stone-edge",
103
+ "grass-knot",
104
+ "charge-beam",
105
+ "hone-claws",
106
+ "wonder-room",
107
+ "psyshock",
108
+ "telekinesis",
109
+ "magic-room",
110
+ "low-sweep",
111
+ "round",
112
+ "echoed-voice",
113
+ "ally-switch",
114
+ "acrobatics",
115
+ "retaliate",
116
+ "work-up",
117
+ "dual-chop",
118
+ "relic-song",
119
+ "disarming-voice",
120
+ "play-rough",
121
+ "confide",
122
+ "dazzling-gleam",
123
+ "power-up-punch",
124
+ "laser-focus",
125
+ "coaching",
126
+ "triple-axel",
127
+ "tera-blast",
128
+ "alluring-voice"
129
+ ],
130
+ "generation": 5
131
+ }