getcompetitive 1.1.0 → 2.0.0
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.
- package/README.md +19 -15
- package/dist/threats.data.js +587 -0
- package/dist/threats.data.js.map +1 -0
- package/dist/threats.js +35 -324
- package/dist/threats.js.map +1 -1
- package/dist/tools/analyze.js +1 -1
- package/dist/tools/analyze.js.map +1 -1
- package/dist/tools/calc.js +8 -8
- package/dist/tools/calc.js.map +1 -1
- package/dist/tools/data.js +8 -8
- package/dist/tools/data.js.map +1 -1
- package/dist/tools/meta.js +82 -39
- package/dist/tools/meta.js.map +1 -1
- package/dist/tools/regulations.js +1 -1
- package/dist/tools/regulations.js.map +1 -1
- package/dist/tools/team.js +3 -3
- package/dist/tools/team.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ teams — including **Pokémon Champions / VGC** regulations.
|
|
|
12
12
|
|
|
13
13
|
## What it provides
|
|
14
14
|
|
|
15
|
-
- **25 tools** across five domains: data, team building, meta (
|
|
15
|
+
- **25 tools** across five domains: data, team building, meta (usage-derived), battle mechanics, and official regulation sets
|
|
16
16
|
- **Structured, agent-first definitions** — every tool declares MCP annotations and an output schema, returns `structuredContent` alongside JSON text, and documents all of its parameters; the deterministic half of the [TDQS](https://tdqs.dev) checklist is linted in CI
|
|
17
17
|
- Full **Pokémon Showdown** competitive dataset — species, alternate forms, stats, moves, items, abilities, natures, learnsets, types, tiers
|
|
18
18
|
- **Battle math** from Smogon's calculator — stat calculation and full damage calculation (weather, terrain, boosts, items, Tera)
|
|
@@ -29,14 +29,14 @@ Built on [`@pkmn/dex`](https://github.com/pkmn/EPOKe) (Showdown data) and
|
|
|
29
29
|
| --- | --- |
|
|
30
30
|
| `get_pokemon` | Types, base stats, BST, abilities, tiers, forms, weight, gender, evolutions |
|
|
31
31
|
| `list_forms` | All forms of a species (alternate, cosmetic, battle-only) |
|
|
32
|
-
| `
|
|
32
|
+
| `search_dex` | Fuzzy name search across species / moves / items / abilities / natures |
|
|
33
33
|
| `get_move` | Type, category, power, accuracy, PP, priority, target, secondary effects |
|
|
34
34
|
| `get_item` | Effect, flags, mega stone, Z-move, Fling, boosts |
|
|
35
35
|
| `get_ability` | Effect description, flags |
|
|
36
36
|
| `get_nature` | Boosts / lowers which stat |
|
|
37
37
|
| `get_learnset` | All learnable moves grouped by method (level-up, TM, egg, tutor, event) |
|
|
38
38
|
| `get_type` | Defensive weaknesses, resistances, immunities |
|
|
39
|
-
| `
|
|
39
|
+
| `get_type_matchup` | Matchup multiplier, offensive coverage, or defensive chart (defender can be a species) |
|
|
40
40
|
|
|
41
41
|
### Team building
|
|
42
42
|
| Tool | Purpose |
|
|
@@ -44,14 +44,14 @@ Built on [`@pkmn/dex`](https://github.com/pkmn/EPOKe) (Showdown data) and
|
|
|
44
44
|
| `list_archetypes` | Recognized archetypes (Hyper Offense, Rain, Stall, Trick Room, …) with roles + members |
|
|
45
45
|
| `get_archetype` | Full detail: description, roles, members, strengths, weaknesses, counters, tips |
|
|
46
46
|
| `list_tiers` | All legal Pokemon grouped by competitive tier (singles/doubles) |
|
|
47
|
-
| `
|
|
47
|
+
| `list_speed_tiers` | Speed of every Pokemon in a tier at common investment levels, sorted |
|
|
48
48
|
| `analyze_team` | Team synergy: stacked defensive weaknesses, offensive coverage gaps, speed placement, and a heuristic 0-100 score |
|
|
49
49
|
|
|
50
|
-
### Meta (
|
|
50
|
+
### Meta (usage-derived)
|
|
51
51
|
| Tool | Purpose |
|
|
52
52
|
| --- | --- |
|
|
53
|
-
| `list_threats` |
|
|
54
|
-
| `get_set` |
|
|
53
|
+
| `list_threats` | Most-used Pokemon of a regulation, ranked by measured usage (role, tier, usage share, standard set) with the sample and sources behind it |
|
|
54
|
+
| `get_set` | Most-played set for a species (item, ability, nature, EVs, 4 moves), with the Mega form and ability where relevant |
|
|
55
55
|
|
|
56
56
|
### Regulations (Pokémon Champions / VGC)
|
|
57
57
|
| Tool | Purpose |
|
|
@@ -65,11 +65,11 @@ Built on [`@pkmn/dex`](https://github.com/pkmn/EPOKe) (Showdown data) and
|
|
|
65
65
|
| --- | --- |
|
|
66
66
|
| `calculate_stats` | Final 6 stats at a level with EVs/IVs/nature (in-game formula) |
|
|
67
67
|
| `calculate_damage` | Full damage calc (sets, item, ability, boosts, weather, terrain, hazards) |
|
|
68
|
-
| `
|
|
69
|
-
| `
|
|
68
|
+
| `calculate_matchups` | Batch damage: one attacker vs many defenders — best move, damage range, KO chance, who moves first |
|
|
69
|
+
| `check_speed` | Final Speed (nature/EV/IV/boost/Scarf) vs a regulation roster's invested/uninvested speeds |
|
|
70
70
|
| `optimize_evs` | EV spread solver: min EVs to survive / outspeed / guarantee a KO, then maximize a stat |
|
|
71
71
|
|
|
72
|
-
> **Two taxonomies.** `list_tiers` / `
|
|
72
|
+
> **Two taxonomies.** `list_tiers` / `list_speed_tiers` use **Smogon fan tiers**
|
|
73
73
|
> (OU/UU/Uber — a community laddering system). The Regulation tools use the
|
|
74
74
|
> **official Pokémon Champions / VGC Regulation Sets** (seasonal legal rosters).
|
|
75
75
|
|
|
@@ -140,7 +140,7 @@ npm test # builds and drives every tool over real MCP stdio
|
|
|
140
140
|
## Example queries
|
|
141
141
|
|
|
142
142
|
- `get_pokemon` `{ "species": "Ogerpon-Wellspring" }`
|
|
143
|
-
- `
|
|
143
|
+
- `get_type_matchup` `{ "attacker": "Ice", "defender": "Garchomp" }` → 4x super effective
|
|
144
144
|
- `calculate_stats` `{ "species": "Garchomp", "level": 50, "nature": "Jolly", "evs": { "atk": 252, "spe": 252 } }`
|
|
145
145
|
- `calculate_damage` `{ "attacker": { "species": "Garchomp", "level": 50, "nature": "Jolly", "evs": { "atk": 252, "spe": 252 }, "item": "Choice Band" }, "defender": { "species": "Corviknight", "level": 50, "nature": "Impish", "evs": { "hp": 252, "def": 252 } }, "move": "Dragon Claw" }`
|
|
146
146
|
- `check_legality` `{ "regulation": "m-c", "team": [ { "species": "Garchomp", "item": "Choice Band" } ] }`
|
|
@@ -150,9 +150,10 @@ npm test # builds and drives every tool over real MCP stdio
|
|
|
150
150
|
|
|
151
151
|
The Showdown dataset and battle math track `@pkmn/dex` / `@smogon/calc`. Official
|
|
152
152
|
**Regulation Sets change seasonally**; the legal rosters are regenerated with
|
|
153
|
-
`node scripts/extract-regs.mjs`, and the
|
|
154
|
-
(`src/threats.ts`) are
|
|
155
|
-
`node scripts/
|
|
153
|
+
`node scripts/extract-regs.mjs`, and the **threat list / standard sets**
|
|
154
|
+
(`src/threats.ts`) are generated from live usage by
|
|
155
|
+
`node scripts/build-threats.mjs <regulation>`. Both generated data files are
|
|
156
|
+
committed, so the tools stay offline at runtime. See [CONTRIBUTING](CONTRIBUTING.md).
|
|
156
157
|
|
|
157
158
|
## Contributing
|
|
158
159
|
|
|
@@ -162,4 +163,7 @@ conventions, and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for community standards.
|
|
|
162
163
|
## License
|
|
163
164
|
|
|
164
165
|
[MIT](LICENSE). Data is sourced from the Pokémon Showdown ecosystem and
|
|
165
|
-
Bulbapedia;
|
|
166
|
+
Bulbapedia; usage statistics come from [Limitless TCG](https://play.limitlesstcg.com/)
|
|
167
|
+
tournaments and the in-game ranked ladder as aggregated by
|
|
168
|
+
[MunchStats](https://www.munchstats.com/), cross-checked against
|
|
169
|
+
[Pikalytics](https://www.pikalytics.com/). Pokémon is © Nintendo / Game Freak.
|
|
@@ -0,0 +1,587 @@
|
|
|
1
|
+
// Generated by scripts/build-threats.mjs — do not edit by hand.
|
|
2
|
+
// Usage-derived per regulation; regenerate when a new Regulation Set starts.
|
|
3
|
+
export default {
|
|
4
|
+
"m-c": {
|
|
5
|
+
"regulation": "m-c",
|
|
6
|
+
"name": "Regulation Set M-C",
|
|
7
|
+
"source": "usage",
|
|
8
|
+
"sourceAsOf": "2026-09-17",
|
|
9
|
+
"note": "Usage-derived, not editorial: species, items, abilities, natures, moves and the ordering come from 2994 tournament teams (Limitless VGC online events with at least 25 players, through 2026-09-17); EV spreads come from the in-game ranked ladder. Tera types are absent because Pokémon Champions has no Terastallization.",
|
|
10
|
+
"sample": {
|
|
11
|
+
"teams": 2994,
|
|
12
|
+
"tournaments": 38,
|
|
13
|
+
"minPlayers": 25,
|
|
14
|
+
"windowDays": 30,
|
|
15
|
+
"through": "2026-09-17"
|
|
16
|
+
},
|
|
17
|
+
"sources": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Data from Limitless TCG",
|
|
20
|
+
"url": "https://play.limitlesstcg.com/",
|
|
21
|
+
"scope": "usage, items, abilities, natures, moves"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "MunchStats in-game ranked ladder",
|
|
25
|
+
"url": "https://www.munchstats.com/champions/doubles",
|
|
26
|
+
"scope": "EV spreads"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"corroboration": {
|
|
30
|
+
"source": "Pikalytics",
|
|
31
|
+
"url": "https://www.pikalytics.com/pokedex/gen9championsvgc2026regmc",
|
|
32
|
+
"dataDate": "2026-05",
|
|
33
|
+
"top10Overlap": 9
|
|
34
|
+
},
|
|
35
|
+
"threats": [
|
|
36
|
+
{
|
|
37
|
+
"species": "Rillaboom",
|
|
38
|
+
"role": "Grassy Terrain setter",
|
|
39
|
+
"tier": "S",
|
|
40
|
+
"rank": 1,
|
|
41
|
+
"usage": 54.2,
|
|
42
|
+
"item": "Miracle Seed",
|
|
43
|
+
"ability": "Grassy Surge",
|
|
44
|
+
"nature": "Adamant",
|
|
45
|
+
"evs": {
|
|
46
|
+
"hp": 244,
|
|
47
|
+
"atk": 248,
|
|
48
|
+
"spd": 16
|
|
49
|
+
},
|
|
50
|
+
"moves": [
|
|
51
|
+
"Fake Out",
|
|
52
|
+
"Grassy Glide",
|
|
53
|
+
"Wood Hammer",
|
|
54
|
+
"U-turn"
|
|
55
|
+
],
|
|
56
|
+
"notes": "54.2% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Miracle Seed 59%, ability Grassy Surge 99%, nature Adamant 86.6%; spread 244 hp / 248 atk / 16 spd."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"species": "Sneasler",
|
|
60
|
+
"role": "Fake Out support",
|
|
61
|
+
"tier": "S",
|
|
62
|
+
"rank": 2,
|
|
63
|
+
"usage": 47.8,
|
|
64
|
+
"item": "Grassy Seed",
|
|
65
|
+
"ability": "Unburden",
|
|
66
|
+
"nature": "Adamant",
|
|
67
|
+
"evs": {
|
|
68
|
+
"hp": 16,
|
|
69
|
+
"atk": 244,
|
|
70
|
+
"spe": 248
|
|
71
|
+
},
|
|
72
|
+
"moves": [
|
|
73
|
+
"Close Combat",
|
|
74
|
+
"Dire Claw",
|
|
75
|
+
"Protect",
|
|
76
|
+
"Fake Out"
|
|
77
|
+
],
|
|
78
|
+
"notes": "47.8% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Grassy Seed 40.5%, ability Unburden 90.6%, nature Adamant 67.8%; spread 16 hp / 244 atk / 248 spe."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"species": "Salamence",
|
|
82
|
+
"megaForm": "Salamence-Mega",
|
|
83
|
+
"role": "Mega Tailwind setter",
|
|
84
|
+
"tier": "S",
|
|
85
|
+
"rank": 3,
|
|
86
|
+
"usage": 37.4,
|
|
87
|
+
"item": "Salamencite",
|
|
88
|
+
"ability": "Intimidate",
|
|
89
|
+
"megaAbility": "Aerilate",
|
|
90
|
+
"nature": "Timid",
|
|
91
|
+
"evs": {
|
|
92
|
+
"hp": 16,
|
|
93
|
+
"spa": 244,
|
|
94
|
+
"spe": 248
|
|
95
|
+
},
|
|
96
|
+
"moves": [
|
|
97
|
+
"Protect",
|
|
98
|
+
"Hyper Voice",
|
|
99
|
+
"Tailwind",
|
|
100
|
+
"Draco Meteor"
|
|
101
|
+
],
|
|
102
|
+
"notes": "37.4% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Salamencite 100%, ability Intimidate 95.1%, nature Timid 42.9%; spread 16 hp / 244 spa / 248 spe."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"species": "Incineroar",
|
|
106
|
+
"role": "Intimidate pivot",
|
|
107
|
+
"tier": "S",
|
|
108
|
+
"rank": 4,
|
|
109
|
+
"usage": 34.3,
|
|
110
|
+
"item": "Sitrus Berry",
|
|
111
|
+
"ability": "Intimidate",
|
|
112
|
+
"nature": "Careful",
|
|
113
|
+
"evs": {
|
|
114
|
+
"hp": 236,
|
|
115
|
+
"def": 112,
|
|
116
|
+
"spd": 160
|
|
117
|
+
},
|
|
118
|
+
"moves": [
|
|
119
|
+
"Fake Out",
|
|
120
|
+
"Flare Blitz",
|
|
121
|
+
"Parting Shot",
|
|
122
|
+
"Throat Chop"
|
|
123
|
+
],
|
|
124
|
+
"notes": "34.3% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Sitrus Berry 70%, ability Intimidate 98.8%, nature Careful 40.3%; spread 236 hp / 112 def / 160 spd."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"species": "Kingambit",
|
|
128
|
+
"role": "Physical attacker",
|
|
129
|
+
"tier": "S",
|
|
130
|
+
"rank": 5,
|
|
131
|
+
"usage": 29.6,
|
|
132
|
+
"item": "Chople Berry",
|
|
133
|
+
"ability": "Defiant",
|
|
134
|
+
"nature": "Adamant",
|
|
135
|
+
"evs": {
|
|
136
|
+
"hp": 244,
|
|
137
|
+
"atk": 248,
|
|
138
|
+
"spd": 16
|
|
139
|
+
},
|
|
140
|
+
"moves": [
|
|
141
|
+
"Kowtow Cleave",
|
|
142
|
+
"Sucker Punch",
|
|
143
|
+
"Iron Head",
|
|
144
|
+
"Protect"
|
|
145
|
+
],
|
|
146
|
+
"notes": "29.6% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Chople Berry 43.3%, ability Defiant 99.1%, nature Adamant 88.7%; spread 244 hp / 248 atk / 16 spd."
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"species": "Basculegion",
|
|
150
|
+
"role": "Physical attacker",
|
|
151
|
+
"tier": "A",
|
|
152
|
+
"rank": 6,
|
|
153
|
+
"usage": 26.1,
|
|
154
|
+
"item": "Life Orb",
|
|
155
|
+
"ability": "Adaptability",
|
|
156
|
+
"nature": "Adamant",
|
|
157
|
+
"evs": {
|
|
158
|
+
"hp": 16,
|
|
159
|
+
"atk": 244,
|
|
160
|
+
"spe": 248
|
|
161
|
+
},
|
|
162
|
+
"moves": [
|
|
163
|
+
"Last Respects",
|
|
164
|
+
"Wave Crash",
|
|
165
|
+
"Aqua Jet",
|
|
166
|
+
"Protect"
|
|
167
|
+
],
|
|
168
|
+
"notes": "26.1% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Life Orb 42.5%, ability Adaptability 94.8%, nature Adamant 61%; spread 16 hp / 244 atk / 248 spe."
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"species": "Indeedee",
|
|
172
|
+
"form": "Indeedee-F",
|
|
173
|
+
"role": "Psychic Terrain setter",
|
|
174
|
+
"tier": "A",
|
|
175
|
+
"rank": 7,
|
|
176
|
+
"usage": 24.6,
|
|
177
|
+
"item": "Colbur Berry",
|
|
178
|
+
"ability": "Psychic Surge",
|
|
179
|
+
"nature": "Relaxed",
|
|
180
|
+
"evs": {
|
|
181
|
+
"hp": 16,
|
|
182
|
+
"spa": 244,
|
|
183
|
+
"spe": 248
|
|
184
|
+
},
|
|
185
|
+
"moves": [
|
|
186
|
+
"Follow Me",
|
|
187
|
+
"Trick Room",
|
|
188
|
+
"Helping Hand",
|
|
189
|
+
"Psychic"
|
|
190
|
+
],
|
|
191
|
+
"notes": "24.6% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Colbur Berry 38.1%, ability Psychic Surge 98.9%, nature Relaxed 40.4%; spread 16 hp / 244 spa / 248 spe."
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"species": "Gholdengo",
|
|
195
|
+
"role": "Special setup sweeper",
|
|
196
|
+
"tier": "A",
|
|
197
|
+
"rank": 8,
|
|
198
|
+
"usage": 18.1,
|
|
199
|
+
"item": "Life Orb",
|
|
200
|
+
"ability": "Good as Gold",
|
|
201
|
+
"nature": "Modest",
|
|
202
|
+
"evs": {
|
|
203
|
+
"hp": 16,
|
|
204
|
+
"spa": 244,
|
|
205
|
+
"spe": 248
|
|
206
|
+
},
|
|
207
|
+
"moves": [
|
|
208
|
+
"Shadow Ball",
|
|
209
|
+
"Make It Rain",
|
|
210
|
+
"Protect",
|
|
211
|
+
"Nasty Plot"
|
|
212
|
+
],
|
|
213
|
+
"notes": "18.1% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Life Orb 75.5%, ability Good as Gold 100%, nature Modest 58.6%; spread 16 hp / 244 spa / 248 spe."
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"species": "Golisopod",
|
|
217
|
+
"megaForm": "Golisopod-Mega",
|
|
218
|
+
"role": "Mega Physical setup sweeper",
|
|
219
|
+
"tier": "A",
|
|
220
|
+
"rank": 9,
|
|
221
|
+
"usage": 16.7,
|
|
222
|
+
"item": "Golisopite",
|
|
223
|
+
"ability": "Emergency Exit",
|
|
224
|
+
"megaAbility": "Emergency Exit",
|
|
225
|
+
"nature": "Adamant",
|
|
226
|
+
"evs": {
|
|
227
|
+
"hp": 244,
|
|
228
|
+
"atk": 248,
|
|
229
|
+
"spd": 16
|
|
230
|
+
},
|
|
231
|
+
"moves": [
|
|
232
|
+
"Iron Head",
|
|
233
|
+
"Leech Life",
|
|
234
|
+
"Protect",
|
|
235
|
+
"Swords Dance"
|
|
236
|
+
],
|
|
237
|
+
"notes": "16.7% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Golisopite 100%, ability Emergency Exit 97.2%, nature Adamant 62.6%; spread 244 hp / 248 atk / 16 spd."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"species": "Farigiraf",
|
|
241
|
+
"role": "Trick Room setter",
|
|
242
|
+
"tier": "A",
|
|
243
|
+
"rank": 10,
|
|
244
|
+
"usage": 16.2,
|
|
245
|
+
"item": "Sitrus Berry",
|
|
246
|
+
"ability": "Armor Tail",
|
|
247
|
+
"nature": "Bold",
|
|
248
|
+
"evs": {
|
|
249
|
+
"hp": 196,
|
|
250
|
+
"def": 160,
|
|
251
|
+
"spd": 152
|
|
252
|
+
},
|
|
253
|
+
"moves": [
|
|
254
|
+
"Trick Room",
|
|
255
|
+
"Psychic",
|
|
256
|
+
"Protect",
|
|
257
|
+
"Helping Hand"
|
|
258
|
+
],
|
|
259
|
+
"notes": "16.2% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Sitrus Berry 59.9%, ability Armor Tail 98.8%, nature Bold 36.6%; spread 196 hp / 160 def / 152 spd."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"species": "Floette",
|
|
263
|
+
"megaForm": "Floette-Mega",
|
|
264
|
+
"role": "Mega Special setup sweeper",
|
|
265
|
+
"tier": "A",
|
|
266
|
+
"rank": 11,
|
|
267
|
+
"usage": 16,
|
|
268
|
+
"item": "Floettite",
|
|
269
|
+
"ability": "Flower Veil",
|
|
270
|
+
"megaAbility": "Fairy Aura",
|
|
271
|
+
"nature": "Modest",
|
|
272
|
+
"evs": {
|
|
273
|
+
"hp": 16,
|
|
274
|
+
"spa": 244,
|
|
275
|
+
"spe": 248
|
|
276
|
+
},
|
|
277
|
+
"moves": [
|
|
278
|
+
"Protect",
|
|
279
|
+
"Dazzling Gleam",
|
|
280
|
+
"Moonblast",
|
|
281
|
+
"Calm Mind"
|
|
282
|
+
],
|
|
283
|
+
"notes": "16% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Floettite 100%, ability Flower Veil 95%, nature Modest 61.4%; spread 16 hp / 244 spa / 248 spe."
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"species": "Arcanine",
|
|
287
|
+
"form": "Arcanine-Hisui",
|
|
288
|
+
"role": "Physical attacker",
|
|
289
|
+
"tier": "A",
|
|
290
|
+
"rank": 12,
|
|
291
|
+
"usage": 14.4,
|
|
292
|
+
"item": "Focus Sash",
|
|
293
|
+
"ability": "Rock Head",
|
|
294
|
+
"nature": "Jolly",
|
|
295
|
+
"evs": {
|
|
296
|
+
"hp": 228,
|
|
297
|
+
"atk": 24,
|
|
298
|
+
"def": 24,
|
|
299
|
+
"spd": 232
|
|
300
|
+
},
|
|
301
|
+
"moves": [
|
|
302
|
+
"Flare Blitz",
|
|
303
|
+
"Protect",
|
|
304
|
+
"Head Smash",
|
|
305
|
+
"Extreme Speed"
|
|
306
|
+
],
|
|
307
|
+
"notes": "14.4% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Focus Sash 95.8%, ability Rock Head 96.3%, nature Jolly 79.6%; spread 228 hp / 24 atk / 24 def / 232 spd."
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"species": "Garchomp",
|
|
311
|
+
"role": "Physical attacker",
|
|
312
|
+
"tier": "B",
|
|
313
|
+
"rank": 13,
|
|
314
|
+
"usage": 13.5,
|
|
315
|
+
"item": "Life Orb",
|
|
316
|
+
"ability": "Rough Skin",
|
|
317
|
+
"nature": "Jolly",
|
|
318
|
+
"evs": {
|
|
319
|
+
"hp": 16,
|
|
320
|
+
"atk": 244,
|
|
321
|
+
"spe": 248
|
|
322
|
+
},
|
|
323
|
+
"moves": [
|
|
324
|
+
"Dragon Claw",
|
|
325
|
+
"Rock Slide",
|
|
326
|
+
"Stomping Tantrum",
|
|
327
|
+
"Protect"
|
|
328
|
+
],
|
|
329
|
+
"notes": "13.5% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Life Orb 47.4%, ability Rough Skin 96.1%, nature Jolly 49.6%; spread 16 hp / 244 atk / 248 spe."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"species": "Pelipper",
|
|
333
|
+
"role": "Rain setter",
|
|
334
|
+
"tier": "B",
|
|
335
|
+
"rank": 14,
|
|
336
|
+
"usage": 13.2,
|
|
337
|
+
"item": "Focus Sash",
|
|
338
|
+
"ability": "Drizzle",
|
|
339
|
+
"nature": "Modest",
|
|
340
|
+
"evs": {
|
|
341
|
+
"hp": 16,
|
|
342
|
+
"spa": 244,
|
|
343
|
+
"spe": 248
|
|
344
|
+
},
|
|
345
|
+
"moves": [
|
|
346
|
+
"Hurricane",
|
|
347
|
+
"Weather Ball",
|
|
348
|
+
"Tailwind",
|
|
349
|
+
"Wide Guard"
|
|
350
|
+
],
|
|
351
|
+
"notes": "13.2% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Focus Sash 44.3%, ability Drizzle 97.2%, nature Modest 63.3%; spread 16 hp / 244 spa / 248 spe."
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"species": "Sylveon",
|
|
355
|
+
"role": "Special attacker",
|
|
356
|
+
"tier": "B",
|
|
357
|
+
"rank": 15,
|
|
358
|
+
"usage": 10.9,
|
|
359
|
+
"item": "Fairy Feather",
|
|
360
|
+
"ability": "Pixilate",
|
|
361
|
+
"nature": "Modest",
|
|
362
|
+
"evs": {
|
|
363
|
+
"hp": 244,
|
|
364
|
+
"def": 16,
|
|
365
|
+
"spa": 248
|
|
366
|
+
},
|
|
367
|
+
"moves": [
|
|
368
|
+
"Hyper Voice",
|
|
369
|
+
"Hyper Beam",
|
|
370
|
+
"Quick Attack",
|
|
371
|
+
"Detect"
|
|
372
|
+
],
|
|
373
|
+
"notes": "10.9% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Fairy Feather 92.3%, ability Pixilate 99.1%, nature Modest 92.3%; spread 244 hp / 16 def / 248 spa."
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"species": "Raichu",
|
|
377
|
+
"megaForm": "Raichu-Mega-Y",
|
|
378
|
+
"role": "Mega Fake Out support",
|
|
379
|
+
"tier": "B",
|
|
380
|
+
"rank": 16,
|
|
381
|
+
"usage": 10.8,
|
|
382
|
+
"item": "Raichunite Y",
|
|
383
|
+
"ability": "Lightning Rod",
|
|
384
|
+
"megaAbility": "No Guard",
|
|
385
|
+
"nature": "Timid",
|
|
386
|
+
"evs": {
|
|
387
|
+
"hp": 16,
|
|
388
|
+
"spa": 244,
|
|
389
|
+
"spe": 248
|
|
390
|
+
},
|
|
391
|
+
"moves": [
|
|
392
|
+
"Zap Cannon",
|
|
393
|
+
"Focus Blast",
|
|
394
|
+
"Protect",
|
|
395
|
+
"Fake Out"
|
|
396
|
+
],
|
|
397
|
+
"notes": "10.8% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Raichunite Y 100%, ability Lightning Rod 95.7%, nature Timid 95.1%; spread 16 hp / 244 spa / 248 spe."
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"species": "Archaludon",
|
|
401
|
+
"role": "Special attacker",
|
|
402
|
+
"tier": "B",
|
|
403
|
+
"rank": 17,
|
|
404
|
+
"usage": 10.4,
|
|
405
|
+
"item": "Leftovers",
|
|
406
|
+
"ability": "Stamina",
|
|
407
|
+
"nature": "Modest",
|
|
408
|
+
"evs": {
|
|
409
|
+
"hp": 236,
|
|
410
|
+
"spa": 8,
|
|
411
|
+
"spd": 232,
|
|
412
|
+
"spe": 32
|
|
413
|
+
},
|
|
414
|
+
"moves": [
|
|
415
|
+
"Electro Shot",
|
|
416
|
+
"Protect",
|
|
417
|
+
"Dragon Pulse",
|
|
418
|
+
"Flash Cannon"
|
|
419
|
+
],
|
|
420
|
+
"notes": "10.4% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Leftovers 90.7%, ability Stamina 96.5%, nature Modest 53.7%; spread 236 hp / 8 spa / 232 spd / 32 spe."
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"species": "Charizard",
|
|
424
|
+
"megaForm": "Charizard-Mega-Y",
|
|
425
|
+
"role": "Mega Sun setter",
|
|
426
|
+
"tier": "B",
|
|
427
|
+
"rank": 18,
|
|
428
|
+
"usage": 10.1,
|
|
429
|
+
"item": "Charizardite Y",
|
|
430
|
+
"ability": "Blaze",
|
|
431
|
+
"megaAbility": "Drought",
|
|
432
|
+
"nature": "Modest",
|
|
433
|
+
"evs": {
|
|
434
|
+
"hp": 16,
|
|
435
|
+
"spa": 244,
|
|
436
|
+
"spe": 248
|
|
437
|
+
},
|
|
438
|
+
"moves": [
|
|
439
|
+
"Heat Wave",
|
|
440
|
+
"Protect",
|
|
441
|
+
"Weather Ball",
|
|
442
|
+
"Ancient Power"
|
|
443
|
+
],
|
|
444
|
+
"notes": "10.1% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Charizardite Y 100%, ability Blaze 85.6%, nature Modest 68.5%; spread 16 hp / 244 spa / 248 spe."
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"species": "Milotic",
|
|
448
|
+
"role": "Special attacker",
|
|
449
|
+
"tier": "B",
|
|
450
|
+
"rank": 19,
|
|
451
|
+
"usage": 9.5,
|
|
452
|
+
"item": "Leftovers",
|
|
453
|
+
"ability": "Competitive",
|
|
454
|
+
"nature": "Calm",
|
|
455
|
+
"evs": {
|
|
456
|
+
"hp": 244,
|
|
457
|
+
"def": 248,
|
|
458
|
+
"spd": 16
|
|
459
|
+
},
|
|
460
|
+
"moves": [
|
|
461
|
+
"Protect",
|
|
462
|
+
"Scald",
|
|
463
|
+
"Ice Beam",
|
|
464
|
+
"Icy Wind"
|
|
465
|
+
],
|
|
466
|
+
"notes": "9.5% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Leftovers 63.4%, ability Competitive 100%, nature Calm 36.3%; spread 244 hp / 248 def / 16 spd."
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"species": "Gardevoir",
|
|
470
|
+
"megaForm": "Gardevoir-Mega",
|
|
471
|
+
"role": "Mega Trick Room setter",
|
|
472
|
+
"tier": "B",
|
|
473
|
+
"rank": 20,
|
|
474
|
+
"usage": 8.2,
|
|
475
|
+
"item": "Gardevoirite",
|
|
476
|
+
"ability": "Trace",
|
|
477
|
+
"megaAbility": "Pixilate",
|
|
478
|
+
"nature": "Modest",
|
|
479
|
+
"evs": {
|
|
480
|
+
"hp": 16,
|
|
481
|
+
"spa": 244,
|
|
482
|
+
"spe": 248
|
|
483
|
+
},
|
|
484
|
+
"moves": [
|
|
485
|
+
"Protect",
|
|
486
|
+
"Hyper Voice",
|
|
487
|
+
"Expanding Force",
|
|
488
|
+
"Trick Room"
|
|
489
|
+
],
|
|
490
|
+
"notes": "8.2% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Gardevoirite 100%, ability Trace 72.3%, nature Modest 79.3%; spread 16 hp / 244 spa / 248 spe."
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"species": "Tyranitar",
|
|
494
|
+
"megaForm": "Tyranitar-Mega",
|
|
495
|
+
"role": "Mega Sand setter",
|
|
496
|
+
"tier": "B",
|
|
497
|
+
"rank": 21,
|
|
498
|
+
"usage": 8,
|
|
499
|
+
"item": "Tyranitarite",
|
|
500
|
+
"ability": "Sand Stream",
|
|
501
|
+
"megaAbility": "Sand Stream",
|
|
502
|
+
"nature": "Adamant",
|
|
503
|
+
"evs": {
|
|
504
|
+
"hp": 16,
|
|
505
|
+
"atk": 244,
|
|
506
|
+
"spe": 248
|
|
507
|
+
},
|
|
508
|
+
"moves": [
|
|
509
|
+
"Rock Slide",
|
|
510
|
+
"Knock Off",
|
|
511
|
+
"Protect",
|
|
512
|
+
"Low Kick"
|
|
513
|
+
],
|
|
514
|
+
"notes": "8% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Tyranitarite 100%, ability Sand Stream 100%, nature Adamant 56.5%; spread 16 hp / 244 atk / 248 spe."
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"species": "Lucario",
|
|
518
|
+
"megaForm": "Lucario-Mega-Z",
|
|
519
|
+
"role": "Mega Special setup sweeper",
|
|
520
|
+
"tier": "B",
|
|
521
|
+
"rank": 22,
|
|
522
|
+
"usage": 7.1,
|
|
523
|
+
"item": "Lucarionite Z",
|
|
524
|
+
"ability": "Inner Focus",
|
|
525
|
+
"megaAbility": "Adaptability",
|
|
526
|
+
"nature": "Timid",
|
|
527
|
+
"evs": {
|
|
528
|
+
"hp": 16,
|
|
529
|
+
"spa": 244,
|
|
530
|
+
"spe": 248
|
|
531
|
+
},
|
|
532
|
+
"moves": [
|
|
533
|
+
"Aura Sphere",
|
|
534
|
+
"Flash Cannon",
|
|
535
|
+
"Protect",
|
|
536
|
+
"Calm Mind"
|
|
537
|
+
],
|
|
538
|
+
"notes": "7.1% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Lucarionite Z 100%, ability Inner Focus 85.8%, nature Timid 60.8%; spread 16 hp / 244 spa / 248 spe."
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"species": "Sinistcha",
|
|
542
|
+
"role": "Trick Room setter",
|
|
543
|
+
"tier": "B",
|
|
544
|
+
"rank": 23,
|
|
545
|
+
"usage": 6.8,
|
|
546
|
+
"item": "Sitrus Berry",
|
|
547
|
+
"ability": "Hospitality",
|
|
548
|
+
"nature": "Bold",
|
|
549
|
+
"evs": {
|
|
550
|
+
"hp": 236,
|
|
551
|
+
"def": 112,
|
|
552
|
+
"spd": 160
|
|
553
|
+
},
|
|
554
|
+
"moves": [
|
|
555
|
+
"Rage Powder",
|
|
556
|
+
"Matcha Gotcha",
|
|
557
|
+
"Trick Room",
|
|
558
|
+
"Protect"
|
|
559
|
+
],
|
|
560
|
+
"notes": "6.8% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Sitrus Berry 26.6%, ability Hospitality 99.5%, nature Bold 43.3%; spread 236 hp / 112 def / 160 spd."
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"species": "Whimsicott",
|
|
564
|
+
"role": "Prankster support",
|
|
565
|
+
"tier": "B",
|
|
566
|
+
"rank": 24,
|
|
567
|
+
"usage": 6.5,
|
|
568
|
+
"item": "Focus Sash",
|
|
569
|
+
"ability": "Prankster",
|
|
570
|
+
"nature": "Timid",
|
|
571
|
+
"evs": {
|
|
572
|
+
"hp": 16,
|
|
573
|
+
"spa": 244,
|
|
574
|
+
"spe": 248
|
|
575
|
+
},
|
|
576
|
+
"moves": [
|
|
577
|
+
"Tailwind",
|
|
578
|
+
"Moonblast",
|
|
579
|
+
"Encore",
|
|
580
|
+
"Protect"
|
|
581
|
+
],
|
|
582
|
+
"notes": "6.5% usage across 2,994 teams in 38 M-C tournaments (through 2026-09-17); item Focus Sash 86.2%, ability Prankster 100%, nature Timid 79.5%; spread 16 hp / 244 spa / 248 spe."
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
}
|
|
586
|
+
};
|
|
587
|
+
//# sourceMappingURL=threats.data.js.map
|