The Card Game: Update bans (#9443)

This commit is contained in:
Kaen 2023-03-05 15:59:37 -03:00 committed by GitHub
parent cd000b3b76
commit ced8d3d5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1465,7 +1465,7 @@ export const Formats: FormatList = [
mod: 'thecardgame',
searchShow: false,
ruleset: ['Standard OMs', 'Sleep Moves Clause', 'Evasion Abilities Clause', 'Evasion Items Clause', 'Min Source Gen = 9'],
banlist: ['Annihilape', 'Espathra', 'Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'],
banlist: ['Annihilape', 'Cyclizar', 'Dragonite', 'Espathra', 'Houndstone', 'Koraidon', 'Miraidon', 'Noivern', 'Palafin', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'],
onBegin() {
for (const pokemon of this.getAllPokemon()) {
pokemon.hpType = pokemon.hpType.replace(/(Ghost|Fairy)/g, 'Psychic')