mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Update Kalos starter Mega abilities (#11781)
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
This commit is contained in:
parent
c30261be77
commit
76eb3eb3bf
|
|
@ -12034,7 +12034,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
|
|||
types: ["Grass", "Fighting"],
|
||||
genderRatio: { M: 0.875, F: 0.125 },
|
||||
baseStats: { hp: 88, atk: 137, def: 172, spa: 74, spd: 115, spe: 44 },
|
||||
abilities: { 0: "Overgrow", H: "Bulletproof" },
|
||||
abilities: { 0: "Bulletproof" },
|
||||
heightm: 1.6,
|
||||
weightkg: 90,
|
||||
color: "Green",
|
||||
|
|
@ -12094,7 +12094,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
|
|||
types: ["Fire", "Psychic"],
|
||||
genderRatio: { M: 0.875, F: 0.125 },
|
||||
baseStats: { hp: 75, atk: 69, def: 72, spa: 159, spd: 125, spe: 134 },
|
||||
abilities: { 0: "Blaze", H: "Magician" },
|
||||
abilities: { 0: "Levitate" },
|
||||
heightm: 1.5,
|
||||
weightkg: 39,
|
||||
color: "Red",
|
||||
|
|
@ -12186,7 +12186,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
|
|||
types: ["Water", "Dark"],
|
||||
genderRatio: { M: 0.875, F: 0.125 },
|
||||
baseStats: { hp: 72, atk: 125, def: 77, spa: 133, spd: 81, spe: 142 },
|
||||
abilities: { 0: "Torrent", H: "Protean" },
|
||||
abilities: { 0: "Protean" },
|
||||
heightm: 1.5,
|
||||
weightkg: 40,
|
||||
color: "Blue",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user