Kris Johnson
2020-08-12 14:56:00 -06:00
committed by GitHub
parent fc99159589
commit f758bad2a7

View File

@@ -424,10 +424,15 @@ export const Formats: (FormatsData | {section: string, column?: number})[] = [
'Melmetal', 'Pelipper', 'Rillaboom', 'Scizor-Mega', 'Serperior', 'Slowbro-Base', 'Slowbro-Mega', 'Swampert-Mega', 'Tangrowth', 'Tapu Fini', 'Tapu Koko',
'Tapu Lele', 'Toxapex', 'Tyranitar', 'Tyranitar-Mega', 'Volcanion', 'Volcarona', 'Zapdos', 'Zarude-Base',
'nduubl', // National Dex UUBL
'Aegislash', 'Alakazam', 'Azumarill', 'Charizard-Mega-X', 'Deoxys-Defense', 'Dragonite', 'Gallade-Mega', 'Gengar', 'Grimmsnarl', 'Hawlucha', 'Heracross-Mega',
'Aegislash', 'Alakazam', 'Azumarill', 'Charizard-Mega-X', 'Deoxys-Defense', 'Dragonite', 'Gallade-Mega', 'Gengar', 'Hawlucha', 'Heracross-Mega',
'Hoopa-Unbound', 'Hydreigon', 'Kyurem', 'Latias-Mega', 'Latios', 'Latios-Mega', 'Manaphy', 'Mawile-Mega', 'Medicham-Mega', 'Mew', 'Pinsir-Mega', 'Scolipede',
'Staraptor', 'Thundurus', 'Thundurus-Therian', 'Victini', 'Drizzle', 'Drought', 'Aurora Veil',
],
onBegin() {
if (this.rated && this.format.id === 'gen8nationaldexuu') {
this.add('html', '<div class="broadcast-blue"><strong>National Dex UU is currently re-suspecting Grimmsnarl! For information on how to participate check out the <a href="https://www.smogon.com/forums/posts/8566347">suspect post</a>.</strong></div>');
}
},
},
{
name: "[Gen 8] National Dex AG",
@@ -790,6 +795,11 @@ export const Formats: (FormatsData | {section: string, column?: number})[] = [
'King\'s Rock', 'Moody', 'Shadow Tag', 'Baton Pass',
],
restricted: ['Acupressure', 'Belly Drum', 'Bolt Beak', 'Double Iron Bash', 'Electrify', 'Extreme Speed', 'Fishious Rend', 'Shell Smash', 'Shift Gear', 'Spore', 'Wicked Blow'],
onBegin() {
if (this.rated && this.format.id === 'gen8stabmons') {
this.add('html', '<div class="broadcast-blue"><strong>STABmons is currently suspecting V-create! For information on how to participate check out the <a href="https://www.smogon.com/forums/threads/3668395/">suspect thread</a>.</strong></div>');
}
},
},
{
name: "[Gen 8] NFE",