mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-28 03:56:35 -05:00
CAP: Nerf Equilibra (#7328)
This commit is contained in:
@@ -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"},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user