Skip to content

Commit

Permalink
Add Gen 4 Draft (#10765)
Browse files Browse the repository at this point in the history
* added gen 4 draft ruleset

* fixed typo in acupressure

* Update config/formats.ts

---------

Co-authored-by: Kris Johnson <[email protected]>
  • Loading branch information
Oldenmw and KrisXV authored Dec 20, 2024
1 parent 1fd47b4 commit cac933f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,13 @@ export const Formats: import('../sim/dex-formats').FormatList = [
ruleset: ['Standard Draft', 'Moody Clause', 'Swagger Clause'],
banlist: ['Soul Dew'],
},
{
name: "[Gen 4] Draft",
mod: 'gen4',
searchShow: false,
ruleset: ['Standard Draft', 'Swagger Clause', 'DryPass Clause', '!Team Preview', '!Evasion Abilities Clause'],
banlist: ['King\'s Rock', 'Quick Claw', 'Assist', 'Acupressure', 'Sand Stream ++ Sand Veil', 'Snow Warning ++ Snow Cloak'],
},
{
name: "[Gen 3] Draft",
mod: 'gen3',
Expand Down

0 comments on commit cac933f

Please sign in to comment.