Skip to content

Commit

Permalink
Merge pull request jake-white#92 from ProfessorSidon/patch2-aegislash
Browse files Browse the repository at this point in the history
Fix Aegislash stat in Gen8
  • Loading branch information
jake-white authored Jan 4, 2020
2 parents 84d4530 + b7648c9 commit 5f1bdcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script_res/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -13851,8 +13851,9 @@ var POKEDEX_SS = $.extend(true, {}, POKEDEX_SM, {
},
"w": 950,
},
"Aegislash": { "bs": { "def": 140, "sd": 140 } },
"Aegislash-Blade": { "bs": { "atk": 140, "sa": 140 } },
"Aegislash": { "bs": { "df": 140, "sd": 140 } },
"Aegislash-Blade": { "bs": { "at": 140, "sa": 140 } },
"Aegislash-Shield": { "bs": { "df": 140, "sd": 140 } },

"Venusaur": { "formes": ["Venusaur"] },
"Charizard": { "formes": ["Charizard"] },
Expand Down

0 comments on commit 5f1bdcb

Please sign in to comment.