mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Haunter and Gurdurr are PU by usage (#4330)
This commit is contained in:
parent
519f803e37
commit
3053bce174
|
|
@ -998,7 +998,7 @@ exports.BattleFormatsData = {
|
|||
eventPokemon: [
|
||||
{"generation": 5, "level": 30, "moves": ["confuseray", "suckerpunch", "shadowpunch", "payback"], "pokeball": "cherishball"},
|
||||
],
|
||||
tier: "NFE",
|
||||
tier: "PU",
|
||||
},
|
||||
gengar: {
|
||||
randomBattleMoves: ["shadowball", "sludgewave", "focusblast", "substitute", "disable", "painsplit", "willowisp"],
|
||||
|
|
@ -4639,7 +4639,7 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
gurdurr: {
|
||||
randomBattleMoves: ["bulkup", "machpunch", "drainpunch", "icepunch", "knockoff"],
|
||||
tier: "NFE",
|
||||
tier: "PU",
|
||||
},
|
||||
conkeldurr: {
|
||||
randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "knockoff", "machpunch"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user