CAP: Nerf Equilibra (#7328)

This commit is contained in:
Kris Johnson
2020-09-06 23:15:05 -06:00
committed by GitHub
parent 28c981b949
commit 43ec001996
2 changed files with 7 additions and 2 deletions

View File

@@ -155,4 +155,9 @@ export const Pokedex: {[k: string]: ModdedSpeciesData} = {
inherit: true,
abilities: {0: "Misty Surge"},
},
equilibra: {
inherit: true,
baseStats: {hp: 102, atk: 50, def: 96, spa: 133, spd: 118, spe: 60},
abilities: {0: "Levitate", 1: "Bulletproof", H: "Justified"},
},
};

View File

@@ -16512,8 +16512,8 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
name: "Equilibra",
types: ["Steel", "Ground"],
gender: "N",
baseStats: {hp: 102, atk: 50, def: 96, spa: 133, spd: 118, spe: 60},
abilities: {0: "Levitate", 1: "Bulletproof", H: "Justified"},
baseStats: {hp: 102, atk: 50, def: 96, spa: 121, spd: 118, spe: 60},
abilities: {0: "Levitate", H: "Justified"},
heightm: 0.8,
weightkg: 51.3,
color: "Brown",