Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Oct 23, 2020
1 parent 1b5ea50 commit 7560900
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const Formats: FormatList = [

mod: 'gen8',
ruleset: ['Standard', 'Dynamax Clause'],
banlist: ['Uber', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'],
banlist: ['Uber', 'Arena Trap', 'Moody', 'Power Construct', 'Shadow Tag', 'Baton Pass'],
},
{
name: "[Gen 8] OU (Blitz)",
Expand Down Expand Up @@ -268,7 +268,7 @@ export const Formats: FormatList = [
mod: 'gen8',
gameType: 'doubles',
ruleset: ['Standard Doubles', 'Dynamax Clause'],
banlist: ['DUber', 'Beat Up'],
banlist: ['DUber', 'Power Construct'],
},
{
name: "[Gen 8] Doubles Ubers",
Expand Down
14 changes: 7 additions & 7 deletions data/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2620,7 +2620,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomDoubleBattleMoves: ["firepunch", "followme", "ironhead", "lifedew", "protect", "thunderwave"],
randomDoubleBattleLevel: 76,
tier: "OU",
doublesTier: "DUber",
doublesTier: "DOU",
},
deoxys: {
isNonstandard: "Past",
Expand Down Expand Up @@ -3933,7 +3933,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "heatwave", "hurricane", "protect", "quiverdance"],
randomDoubleBattleLevel: 80,
tier: "OU",
doublesTier: "DUber",
doublesTier: "DOU",
},
cobalion: {
randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
Expand Down Expand Up @@ -4025,7 +4025,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomDoubleBattleMoves: ["dragonclaw", "dragondance", "fusionbolt", "iciclespear", "protect", "roost"],
randomDoubleBattleLevel: 72,
tier: "OU",
doublesTier: "DUber",
doublesTier: "DOU",
},
kyuremwhite: {
randomBattleMoves: ["dracometeor", "earthpower", "freezedry", "fusionflare", "icebeam"],
Expand Down Expand Up @@ -5208,7 +5208,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomDoubleBattleMoves: ["closecombat", "protect", "rocktomb", "shadowsneak", "spectralthief"],
randomDoubleBattleLevel: 72,
tier: "Uber",
doublesTier: "DUber",
doublesTier: "DOU",
},
poipole: {
tier: "NFE",
Expand Down Expand Up @@ -5250,7 +5250,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomDoubleBattleLevel: 76,
gmaxUnreleased: true,
tier: "OU",
doublesTier: "DUber",
doublesTier: "DOU",
},
melmetalgmax: {
// isNonstandard: "Gigantamax",
Expand Down Expand Up @@ -5845,7 +5845,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "suckerpunch", "wickedblow"],
randomDoubleBattleLevel: 76,
tier: "OU",
doublesTier: "DUber",
doublesTier: "DOU",
},
urshifurapidstrike: {
randomBattleMoves: ["bulkup", "drainpunch", "substitute", "surgingstrikes"],
Expand All @@ -5860,7 +5860,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
randomBattleLevel: 80,
isNonstandard: "Gigantamax",
tier: "(Uber)",
doublesTier: "DUber",
doublesTier: "(DUber)",
},
urshifurapidstrikegmax: {
randomBattleMoves: ["bulkup", "closecombat", "surgingstrikes", "thunderpunch", "uturn"],
Expand Down

0 comments on commit 7560900

Please sign in to comment.