Skip to content

Commit

Permalink
Fix item clause
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Aug 9, 2024
1 parent 8cd1ba2 commit eb49512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
gameType: 'freeforall',
rated: false,
tournamentShow: false,
ruleset: ['Standard NatDex', 'Item Clause'],
ruleset: ['Standard NatDex', 'Item Clause = 1'],
banlist: [
'Arceus', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chi-Yu', 'Dialga', 'Dialga-Origin', 'Flutter Mane', 'Giratina', 'Giratina-Origin', 'Groudon',
'Iron Bundle', 'Koraidon', 'Kyogre', 'Landorus-Base', 'Magearna', 'Mewtwo', 'Miraidon', 'Palafin', 'Palkia', 'Palkia-Origin', 'Rayquaza', 'Spectrier',
Expand All @@ -110,7 +110,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
gameType: 'freeforall',
rated: false,
tournamentShow: false,
ruleset: ['Standard', '!Evasion Items Clause', 'Item Clause'],
ruleset: ['Standard', '!Evasion Items Clause', 'Item Clause = 1'],
banlist: ['Toxic Debris', 'Regenerator>1'],
onValidateSet(set) {
if (set.moves.length !== 1 || this.dex.moves.get(set.moves[0]).id !== 'metronome') {
Expand Down

0 comments on commit eb49512

Please sign in to comment.