Haunter and Gurdurr are PU by usage (#4330)

This commit is contained in:
Kris Johnson 2018-01-10 16:02:17 -07:00 committed by Guangcong Luo
parent 519f803e37
commit 3053bce174

View File

@ -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"],