mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Correct Hisuian Decidueye's HA
This commit is contained in:
parent
9473e7fd39
commit
6fed8728d1
|
|
@ -55,7 +55,7 @@ export const Pokedex: {[k: string]: ModdedSpeciesData} = {
|
|||
},
|
||||
decidueyehisui: {
|
||||
inherit: true,
|
||||
abilities: {0: "Overgrow", H: "Scrappy"},
|
||||
abilities: {0: "Overgrow", H: "Long Reach"},
|
||||
},
|
||||
zacian: {
|
||||
inherit: true,
|
||||
|
|
|
|||
|
|
@ -12892,7 +12892,7 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
|
|||
types: ["Grass", "Fighting"],
|
||||
genderRatio: {M: 0.875, F: 0.125},
|
||||
baseStats: {hp: 88, atk: 112, def: 80, spa: 95, spd: 95, spe: 60},
|
||||
abilities: {0: "Overgrow", H: "Long Reach"},
|
||||
abilities: {0: "Overgrow", H: "Scrappy"},
|
||||
heightm: 1.6,
|
||||
weightkg: 37,
|
||||
color: "Brown",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user