mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-24 08:46:26 -05:00
Implement Swagger Clause in Ubers
This commit is contained in:
parent
a6287a0bbc
commit
bbeaba6b4e
|
|
@ -18,7 +18,7 @@ exports.BattleFormats = {
|
|||
},
|
||||
standardubers: {
|
||||
effectType: 'Banlist',
|
||||
ruleset: ['Sleep Clause Mod', 'Species Clause', 'Moody Clause', 'OHKO Clause', 'Endless Battle Clause', 'HP Percentage Mod'],
|
||||
ruleset: ['Sleep Clause Mod', 'Species Clause', 'Moody Clause', 'Swagger Clause', 'OHKO Clause', 'Endless Battle Clause', 'HP Percentage Mod'],
|
||||
banlist: ['Unreleased', 'Illegal', 'Huntail + Shell Smash + Sucker Punch', 'Leavanny + Knock Off + Sticky Web', 'Sylveon + Hyper Voice + Heal Bell + Wish + Baton Pass']
|
||||
},
|
||||
standardgbu: {
|
||||
|
|
@ -429,6 +429,14 @@ exports.BattleFormats = {
|
|||
this.add('rule', 'Moody Clause: Moody is banned');
|
||||
}
|
||||
},
|
||||
swaggerclause: {
|
||||
effectType: 'Banlist',
|
||||
name: 'Swagger Clause',
|
||||
banlist: ['Swagger'],
|
||||
onStart: function () {
|
||||
this.add('rule', 'Swagger Clause: Swagger is banned');
|
||||
}
|
||||
},
|
||||
batonpassclause: {
|
||||
effectType: 'Banlist',
|
||||
name: 'Baton Pass Clause',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user