Skip to content

Commit

Permalink
Inverse: Update bans
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Oct 6, 2024
1 parent 9f43c82 commit bdd826f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,10 @@ export const Formats: import('../sim/dex-formats').FormatList = [
mod: 'gen9',
ruleset: ['Standard OMs', 'Sleep Moves Clause', 'Inverse Mod', 'Terastal Clause'],
banlist: [
'Arceus', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chien-Pao', 'Deoxys-Attack', 'Deoxys-Normal', 'Deoxys-Speed', 'Eternatus', 'Giratina-Origin', 'Groudon', 'Ho-Oh',
'Koraidon', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Lunala', 'Mewtwo', 'Miraidon', 'Necrozma-Dawn-Wings', 'Palkia', 'Palkia-Origin', 'Rayquaza',
'Regidrago', 'Regieleki', 'Reshiram', 'Rillaboom', 'Shaymin-Sky', 'Zacian', 'Zacian-Crowned', 'Zekrom', 'Arena Trap', 'Moody', 'Shadow Tag', 'King\'s Rock',
'Light Clay', 'Baton Pass', 'Shed Tail',
'Arceus', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chien-Pao', 'Deoxys-Attack', 'Deoxys-Normal', 'Deoxys-Speed', 'Espathra', 'Eternatus', 'Giratina-Origin', 'Groudon',
'Ho-Oh', 'Koraidon', 'Kyogre', 'Kyurem', 'Kyurem-Black', 'Kyurem-White', 'Lunala', 'Mewtwo', 'Miraidon', 'Necrozma-Dawn-Wings', 'Palkia', 'Palkia-Origin', 'Rayquaza',
'Regidrago', 'Regieleki', 'Reshiram', 'Rillaboom', 'Shaymin-Sky', 'Ursaluna', 'Ursaluna-Bloodmoon', 'Zacian', 'Zacian-Crowned', 'Zekrom', 'Arena Trap', 'Moody',

This comment has been minimized.

Copy link
@urkerab

urkerab Oct 6, 2024

Contributor

Sadly my recent PR doesn't help when the base forme doesn't have its own name, so you still need to use Ursaluna-Base if you only want to ban the base forme as Ursaluna will ban all formes. (Which does work here as there are only the two anyway.)

'Shadow Tag', 'King\'s Rock', 'Light Clay', 'Baton Pass', 'Shed Tail',
],
},
{
Expand Down

0 comments on commit bdd826f

Please sign in to comment.