mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
DPP UU: Ban Sleep moves (#11794)
https://www.smogon.com/forums/threads/sleep-in-dpp-uu.3777509/post-10893690
This commit is contained in:
parent
dd60398eac
commit
cf8cbd8f5d
|
|
@ -5004,7 +5004,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
name: "[Gen 4] UU",
|
||||
mod: 'gen4',
|
||||
searchShow: false,
|
||||
ruleset: ['[Gen 4] OU', '!Baton Pass Stat Trap Clause', '!Freeze Clause Mod', '!Sleep Moves Clause', 'Sleep Clause Mod'],
|
||||
ruleset: ['[Gen 4] OU', '!Baton Pass Stat Trap Clause', '!Freeze Clause Mod'],
|
||||
banlist: ['OU', 'UUBL', 'Baton Pass'],
|
||||
unbanlist: ['Arena Trap', 'Snow Cloak', 'Quick Claw', 'Swagger'],
|
||||
},
|
||||
|
|
@ -5012,7 +5012,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
name: "[Gen 4] NU",
|
||||
mod: 'gen4',
|
||||
searchShow: false,
|
||||
ruleset: ['[Gen 4] UU', 'Baton Pass Clause'],
|
||||
ruleset: ['[Gen 4] UU', 'Baton Pass Clause', '!Sleep Moves Clause', 'Sleep Clause Mod'],
|
||||
banlist: ['UU', 'NUBL'],
|
||||
unbanlist: ['Sand Veil', 'Baton Pass'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user