Mark Alolan formes as Unreleased (#6034)

This commit is contained in:
Kris Johnson 2019-11-20 02:28:20 -07:00 committed by Guangcong Luo
parent 930540d04b
commit de147756d7
2 changed files with 22 additions and 11 deletions

View File

@ -531,8 +531,8 @@ let BattleFormatsData = {
},
raichualola: {
randomBattleMoves: ["focusblast", "nastyplot", "psychic", "surf", "thunderbolt", "voltswitch"],
tier: "New",
doublesTier: "New",
isUnreleased: true,
tier: "Unreleased",
},
sandshrew: {
eventPokemon: [
@ -634,7 +634,8 @@ let BattleFormatsData = {
{"generation": 7, "level": 10, "isHidden": false, "moves": ["celebrate", "tailwhip", "babydolleyes", "iceshard"], "pokeball": "cherishball"},
{"generation": 7, "level": 10, "gender": "F", "nature": "Modest", "isHidden": false, "moves": ["powdersnow"], "pokeball": "cherishball"},
],
tier: "LC",
isUnreleased: true,
tier: "Unreleased",
},
ninetales: {
randomBattleMoves: ["fireblast", "nastyplot", "solarbeam", "substitute", "willowisp"],
@ -646,8 +647,8 @@ let BattleFormatsData = {
},
ninetalesalola: {
randomBattleMoves: ["auroraveil", "blizzard", "freezedry", "moonblast", "nastyplot", "substitute"],
tier: "New",
doublesTier: "New",
isUnreleased: true,
tier: "Unreleased",
},
igglybuff: {
eventPokemon: [
@ -779,7 +780,8 @@ let BattleFormatsData = {
eventPokemon: [
{"generation": 7, "level": 10, "isHidden": false, "abilities": ["tanglinghair"], "moves": ["mudslap", "astonish", "growl", "metalclaw"], "pokeball": "cherishball"},
],
tier: "LC",
isUnreleased: true,
tier: "Unreleased",
},
dugtrio: {
randomBattleMoves: ["earthquake", "memento", "reversal", "stealthrock", "stoneedge", "substitute"],
@ -796,8 +798,8 @@ let BattleFormatsData = {
},
dugtrioalola: {
randomBattleMoves: ["earthquake", "ironhead", "stoneedge", "substitute", "suckerpunch"],
tier: "New",
doublesTier: "New",
isUnreleased: true,
tier: "Unreleased",
},
meowth: {
eventPokemon: [
@ -817,7 +819,8 @@ let BattleFormatsData = {
tier: "LC",
},
meowthalola: {
tier: "LC",
isUnreleased: true,
tier: "Unreleased",
},
meowthgalar: {
tier: "LC",
@ -842,8 +845,8 @@ let BattleFormatsData = {
},
persianalola: {
randomBattleMoves: ["darkpulse", "hypnosis", "nastyplot", "powergem", "thunderbolt"],
tier: "New",
doublesTier: "New",
isUnreleased: true,
tier: "Unreleased",
},
perrserker: {
randomBattleMoves: ["closecombat", "crunch", "gunkshot", "ironhead", "playrough", "swordsdance", "uturn"],

View File

@ -258,6 +258,7 @@ let BattleFormatsData = {
raichualola: {
randomBattleMoves: ["nastyplot", "thunderbolt", "psyshock", "focusblast", "voltswitch", "surf"],
randomDoubleBattleMoves: ["thunderbolt", "fakeout", "encore", "psychic", "protect", "voltswitch"],
isUnreleased: false,
tier: "PU",
doublesTier: "(DUU)",
},
@ -282,6 +283,7 @@ let BattleFormatsData = {
sandslashalola: {
randomBattleMoves: ["swordsdance", "iciclecrash", "ironhead", "earthquake", "rapidspin", "stealthrock", "knockoff"],
randomDoubleBattleMoves: ["protect", "swordsdance", "iciclecrash", "ironhead", "earthquake", "rockslide"],
isNonstandard: null,
tier: "PU",
doublesTier: "(DUU)",
},
@ -341,6 +343,7 @@ let BattleFormatsData = {
},
vulpixalola: {
inherit: true,
isUnreleased: false,
tier: "LC",
},
ninetales: {
@ -353,6 +356,7 @@ let BattleFormatsData = {
ninetalesalola: {
randomBattleMoves: ["nastyplot", "blizzard", "moonblast", "substitute", "hiddenpowerfire", "freezedry", "auroraveil"],
randomDoubleBattleMoves: ["blizzard", "moonblast", "protect", "hiddenpowerfire", "freezedry", "auroraveil", "encore"],
isUnreleased: false,
tier: "UUBL",
doublesTier: "DOU",
},
@ -445,6 +449,7 @@ let BattleFormatsData = {
},
diglettalola: {
inherit: true,
isUnreleased: false,
tier: "LC",
},
dugtrio: {
@ -457,6 +462,7 @@ let BattleFormatsData = {
dugtrioalola: {
randomBattleMoves: ["earthquake", "ironhead", "substitute", "toxic", "stoneedge", "suckerpunch", "stealthrock"],
randomDoubleBattleMoves: ["earthquake", "ironhead", "protect", "rockslide", "stoneedge", "suckerpunch"],
isUnreleased: false,
tier: "PU",
doublesTier: "(DUU)",
},
@ -465,6 +471,7 @@ let BattleFormatsData = {
tier: "LC",
},
meowthalola: {
isUnreleased: false,
tier: "LC",
},
persian: {
@ -477,6 +484,7 @@ let BattleFormatsData = {
persianalola: {
randomBattleMoves: ["nastyplot", "darkpulse", "powergem", "hypnosis", "hiddenpowerfighting"],
randomDoubleBattleMoves: ["fakeout", "foulplay", "darkpulse", "powergem", "snarl", "hiddenpowerfighting", "partingshot", "protect"],
isUnreleased: false,
tier: "PU",
doublesTier: "(DUU)",
},