Implement Swagger Clause in Ubers

This commit is contained in:
V4Victini 2014-06-22 18:59:59 -04:00
parent a6287a0bbc
commit bbeaba6b4e

View File

@ -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',