mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-27 19:44:50 -05:00
Unban NUBL stuff
This commit is contained in:
@@ -120,7 +120,7 @@ export const Formats: FormatList = [
|
||||
|
||||
mod: 'gen8',
|
||||
ruleset: ['[Gen 8] RU'],
|
||||
banlist: ['RU', 'NUBL', 'Drizzle', 'Drought'],
|
||||
banlist: ['RU', 'NUBL'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 8] PU",
|
||||
@@ -131,7 +131,7 @@ export const Formats: FormatList = [
|
||||
|
||||
mod: 'gen8',
|
||||
ruleset: ['[Gen 8] NU'],
|
||||
banlist: ['NU', 'PUBL', 'Heat Rock'],
|
||||
banlist: ['NU', 'PUBL', 'Drizzle', 'Drought', 'Heat Rock'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 8] LC",
|
||||
|
||||
@@ -999,7 +999,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
||||
randomBattleLevel: 84,
|
||||
randomDoubleBattleMoves: ["dracometeor", "hurricane", "hydropump", "icebeam", "muddywater", "raindance"],
|
||||
randomDoubleBattleLevel: 82,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "DUU",
|
||||
},
|
||||
goldeen: {
|
||||
@@ -4467,7 +4467,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
||||
randomBattleLevel: 84,
|
||||
randomDoubleBattleMoves: ["closecombat", "dragonclaw", "dragondance", "headsmash", "highhorsepower"],
|
||||
randomDoubleBattleLevel: 86,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "(DUU)",
|
||||
},
|
||||
amaura: {
|
||||
|
||||
Reference in New Issue
Block a user