mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 22:18:18 -05:00
Add Psychic as main psychic STAB for Hoopa on Random Battles
This commit is contained in:
parent
457b6dccb6
commit
c2f072cd3e
|
|
@ -5171,13 +5171,13 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
hoopa: {
|
||||
isUnreleased: true,
|
||||
randomBattleMoves: ["calmmind","shadowball","focusblast","thunderwave","energyball","thunderbolt"],
|
||||
randomBattleMoves: ["calmmind","psychic","shadowball","focusblast","thunderwave","energyball","thunderbolt"],
|
||||
randomDoubleBattleMoves: ["hyperspacehole","shadowball","focusblast","protect","thunderwave","energyball","thunderbolt"],
|
||||
tier: "Unreleased"
|
||||
},
|
||||
hoopaunbound: {
|
||||
isUnreleased: true,
|
||||
randomBattleMoves: ["calmmind","shadowball","focusblast","thunderwave","energyball","thunderbolt"],
|
||||
randomBattleMoves: ["calmmind","psychic","shadowball","focusblast","thunderwave","energyball","thunderbolt"],
|
||||
randomDoubleBattleMoves: ["hyperspacehole","shadowball","focusblast","protect","thunderwave","energyball","thunderbolt"],
|
||||
tier: "Unreleased"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user