Skip to content

Commit

Permalink
Update formats-data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Oct 23, 2020
1 parent 80270d7 commit e34b646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/mods/gen7/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2267,6 +2267,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
kyogreprimal: {
randomBattleMoves: ["calmmind", "originpulse", "scald", "thunder", "icebeam", "toxic", "rest", "sleeptalk"],
randomDoubleBattleMoves: ["originpulse", "thunder", "icebeam", "calmmind", "protect"],
tier: "Uber",
doublesTier: "DUber",
},
groudon: {
randomBattleMoves: ["dragonclaw", "earthquake", "firepunch", "lavaplume", "roar", "stealthrock", "stoneedge", "thunderwave"],
Expand All @@ -2277,6 +2279,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
groudonprimal: {
randomBattleMoves: ["firepunch", "lavaplume", "precipiceblades", "rockpolish", "stealthrock", "stoneedge", "swordsdance", "toxic"],
randomDoubleBattleMoves: ["precipiceblades", "rockslide", "stoneedge", "swordsdance", "rockpolish", "firepunch", "protect"],
tier: "Uber",
doublesTier: "DUber",
},
rayquaza: {
randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "extremespeed", "outrage", "vcreate"],
Expand Down

0 comments on commit e34b646

Please sign in to comment.