🎨 change special to special attack

This commit is contained in:
Chase Manning 2023-09-17 14:40:34 +01:00
commit 670441fbab
3 changed files with 304 additions and 304 deletions

File diff suppressed because it is too large Load diff

View file

@ -43,7 +43,7 @@ const downloadData = async () => {
.base_stat,
defense: data.stats.filter((stat) => stat.stat.name === "defense")[0]
.base_stat,
special: data.stats.filter(
specialAttack: data.stats.filter(
(stat) => stat.stat.name === "special-attack"
)[0].base_stat,
specialDefense: data.stats.filter(

File diff suppressed because it is too large Load diff