Add Psychic as main psychic STAB for Hoopa on Random Battles

This commit is contained in:
Juanma Serrano 2014-11-26 16:47:55 +01:00
parent 457b6dccb6
commit c2f072cd3e

View File

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