mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-07 00:35:29 -05:00
Add National Dex UU and STABmons suspect notices (#7205)
https://www.smogon.com/forums/threads/stabmons-v-create-suspect.3668395/ https://www.smogon.com/forums/threads/national-dex-uu-metagame-discussion-grimmsnarl-retest-160.3660920/page-7#post-8566347
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user