mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-09 09:45:44 -05:00
CAP: Add Crescedion and update old gens
This commit is contained in:
@@ -4145,7 +4145,7 @@ export const Formats: FormatList = [
|
||||
mod: 'gen5',
|
||||
searchShow: false,
|
||||
ruleset: ['[Gen 5] OU', '+CAP'],
|
||||
banlist: ['Aurumoth', 'Cawmodore'],
|
||||
banlist: ['Cawmodore'],
|
||||
},
|
||||
{
|
||||
name: "[Gen 5] GBU Singles",
|
||||
|
||||
@@ -6061,6 +6061,10 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
||||
isNonstandard: "CAP",
|
||||
tier: "CAP",
|
||||
},
|
||||
cresceidon: {
|
||||
isNonstandard: "CAP",
|
||||
tier: "CAP",
|
||||
},
|
||||
pokestarsmeargle: {
|
||||
isNonstandard: "Custom",
|
||||
tier: "Illegal",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -348,7 +348,7 @@ export const Pokedex: {[k: string]: ModdedSpeciesData} = {
|
||||
},
|
||||
revenankh: {
|
||||
inherit: true,
|
||||
abilities: {0: "Shed Skin", 1: "Air Lock"},
|
||||
abilities: {0: "Air Lock", H: "Shed Skin"},
|
||||
},
|
||||
pyroak: {
|
||||
inherit: true,
|
||||
|
||||
@@ -18347,7 +18347,7 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
|
||||
name: "Revenankh",
|
||||
types: ["Ghost", "Fighting"],
|
||||
baseStats: {hp: 90, atk: 105, def: 90, spa: 65, spd: 110, spe: 65},
|
||||
abilities: {0: "Shed Skin", 1: "Air Lock", H: "Triage"},
|
||||
abilities: {0: "Air Lock", 1: "Triage", H: "Shed Skin"},
|
||||
heightm: 1.8,
|
||||
weightkg: 44,
|
||||
color: "White",
|
||||
@@ -19345,6 +19345,18 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
|
||||
eggGroups: ["Monster", "Fairy"],
|
||||
gen: 9,
|
||||
},
|
||||
cresceidon: {
|
||||
num: -72,
|
||||
name: "Cresceidon",
|
||||
types: ["Water", "Fairy"],
|
||||
baseStats: {hp: 80, atk: 32, def: 111, spa: 88, spd: 99, spe: 125},
|
||||
abilities: {0: "Multiscale", 1: "Rough Skin"},
|
||||
heightm: 10,
|
||||
weightkg: 999.9,
|
||||
color: "Blue",
|
||||
eggGroups: ["Undiscovered"],
|
||||
gen: 9,
|
||||
},
|
||||
// NOTE: PokeStar "formes" are not actually formes and thus do not have a formeOrder
|
||||
pokestarsmeargle: {
|
||||
num: -5000,
|
||||
|
||||
Reference in New Issue
Block a user