mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-13 11:45:40 -05:00
Inheritance: Add new bans
This commit is contained in:
@@ -390,7 +390,10 @@ exports.Formats = [
|
||||
|
||||
mod: 'gen7',
|
||||
ruleset: ['[Gen 7] OU'],
|
||||
banlist: ['Hoopa-Unbound', 'Kartana', 'Kyurem-Black', 'Regigigas', 'Shedinja', 'Slaking', 'Huge Power', 'Imposter', 'Pure Power', 'Speed Boost', 'Water Bubble', 'Gyaradosite', 'Assist', 'Chatter'],
|
||||
banlist: [
|
||||
'Hoopa-Unbound', 'Kartana', 'Kyurem-Black', 'Regigigas', 'Shedinja', 'Slaking', 'Gyaradosite',
|
||||
'Huge Power', 'Imposter', 'Innards Out', 'Pure Power', 'Speed Boost', 'Water Bubble', 'Assist', 'Chatter', 'Shell Smash',
|
||||
],
|
||||
noChangeForme: true,
|
||||
noChangeAbility: true,
|
||||
getEvoFamily: function (species) {
|
||||
|
||||
Reference in New Issue
Block a user