Skip to content

Commit b38ce79

Browse files
Update banlists (#22)
1 parent f4659f0 commit b38ce79

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

stats/src/reports.ts

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,27 @@ export const Reports = new class {
7070
UU: new Set([
7171
'baxcalibur', 'blaziken', 'ceruledge', 'espathra', 'garchomp', 'garganacl',
7272
'hoopaunbound', 'ironboulder', 'ironhands', 'kommoo', 'latias', 'moltresgalar',
73-
'okidogi', 'pelipper', 'quaquaval', 'ursaluna',
73+
'okidogi', 'pelipper', 'polteageist', 'quaquaval', 'rillaboom', 'ursaluna',
7474
]),
7575
RU: new Set([
7676
'blastoise', 'comfey', 'enamorustherian', 'hawlucha', 'haxorus', 'hoopaunbound',
77-
'hydreigon', 'ironjugulis', 'ironleaves', 'manaphy', 'moltresgalar', 'polteageist',
78-
'thundurus', 'thundurustherian', 'yanmega', 'zarude',
77+
'hydreigon', 'ironjugulis', 'ironleaves', 'manaphy', 'moltresgalar',
78+
'polteageist', 'oricoriopompom', 'thundurus', 'thundurustherian', 'yanmega',
79+
'zarude', 'zoroarkhisui',
7980
]),
8081
NU: new Set([
81-
'armarouge', 'cloyster', 'cresselia', 'deoxysdefense', 'feraligatr', 'gallade',
82-
'gyarados', 'ironthorns', 'lilliganthisui', 'lucario', 'lycanrocdusk', 'mew',
83-
'necrozma', 'oricoriopompom', 'regidrago', 'suicune',
82+
'armarouge', 'cetitan', 'cloyster', 'cresselia', 'deoxysdefense', 'feraligatr',
83+
'gallade', 'gyarados', 'ironthorns', 'lilliganthisui', 'lucario', 'lycanrocdusk',
84+
'mew', 'mienshao', 'necrozma', 'oricoriopompom', 'oricoriosensu', 'regidrago',
85+
'suicune',
8486
]),
8587
PU: new Set([
86-
'drednaw', 'duraludon', 'flamigo', 'indeedee', 'inteleon', 'oricoriopompom',
87-
'raikou', 'scyther',
88+
'dragalge', 'drednaw', 'duraludon', 'flamigo', 'indeedee', 'inteleon',
89+
'oricoriopompom', 'raikou', 'scyther', 'torterra',
8890
]),
8991
ZU: new Set([
9092
'alcremie', 'articunogalar', 'bruxish', 'delphox', 'dudunsparce', 'electrodehisui',
91-
'emboar', 'hariyama', 'kingdra', 'tornadus', 'uxie',
93+
'emboar', 'hariyama', 'kingdra', 'oricoriosensu', 'tornadus', 'uxie',
9294
]),
9395
};
9496

0 commit comments

Comments
 (0)