Correct Hisuian Decidueye's HA

This commit is contained in:
Marty 2022-11-23 13:49:26 -05:00
parent 9473e7fd39
commit 6fed8728d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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