Update Kalos starter Mega abilities (#11781)
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled

This commit is contained in:
Kris Johnson 2026-02-27 19:50:24 -07:00 committed by GitHub
parent c30261be77
commit 76eb3eb3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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