Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Sep 7, 2024
2 parents 5b8e2c3 + 18eb7d5 commit 018096e
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 117 deletions.
9 changes: 5 additions & 4 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -929,12 +929,13 @@ export const Formats: import('../sim/dex-formats').FormatList = [
mod: 'gen9',
gameType: 'triples',
// searchShow: false,
ruleset: ['Standard Doubles'],
ruleset: ['Standard Doubles', 'Evasion Abilities Clause'],
banlist: [
'Annihilape', 'Arceus', 'Calyrex-Ice', 'Calyrex-Shadow', 'Darkrai', 'Deoxys-Attack', 'Dialga', 'Dialga-Origin', 'Eternatus', 'Flutter Mane',
'Giratina', 'Giratina-Origin', 'Groudon', 'Ho-Oh', 'Koraidon', 'Kyogre', 'Kyurem-Black', 'Kyurem-White', 'Lugia', 'Lunala', 'Magearna', 'Mewtwo',
'Miraidon', 'Necrozma-Dawn-Wings', 'Necrozma-Dusk-Mane', 'Palkia', 'Palkia-Origin', 'Rayquaza', 'Reshiram', 'Solgaleo', 'Terapagos', 'Urshifu',
'Urshifu-Rapid-Strike', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Shadow Tag',
'Urshifu-Rapid-Strike', 'Zacian', 'Zacian-Crowned', 'Zamazenta', 'Zamazenta-Crowned', 'Zekrom', 'Moody', 'Shadow Tag', 'Bright Powder', 'King\'s Rock',
'Razor Fang',
],
},
{
Expand Down Expand Up @@ -2761,8 +2762,8 @@ export const Formats: import('../sim/dex-formats').FormatList = [
column: 4,
},
{
name: "[Gen 9] Shared Power RandBats (Bring 12 Pick 6)",
desc: `[Gen 9] Random Battle with Team Preview, Bring 12 Pick 6, and Shared Power.`,
name: "[Gen 9] Random Battle (Shared Power, B12P6)",
desc: `[Gen 9] Random Battle with Shared Power, Team Preview, and Bring 12 Pick 6.`,
mod: 'sharedpower',
team: 'random',
ruleset: ['[Gen 9] Random Battle', 'Picked Team Size = 6', 'Max Team Size = 12', 'Team Preview'],
Expand Down
2 changes: 1 addition & 1 deletion data/random-battles/gen9/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export class RandomTeams {

// This space reserved for assorted hardcodes that otherwise make little sense out of context
if (species.id === 'barraskewda') {
this.incompatibleMoves(moves, movePool, ['psychicfangs', 'crunch'], ['poisonjab', 'crunch']);
this.incompatibleMoves(moves, movePool, ['psychicfangs', 'throatchop'], ['poisonjab', 'throatchop']);
}
if (species.id === 'cyclizar') this.incompatibleMoves(moves, movePool, 'taunt', 'knockoff');
if (species.id === 'mesprit') this.incompatibleMoves(moves, movePool, 'healingwish', 'uturn');
Expand Down
Loading

0 comments on commit 018096e

Please sign in to comment.