CAP: Add Crescedion and update old gens

This commit is contained in:
Kris Johnson
2023-11-20 22:41:49 -07:00
parent 9db7516c87
commit e5dfd61d02
5 changed files with 289 additions and 227 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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,

View File

@@ -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,