Skip to content

Commit

Permalink
Legends Pokemon Base Stat fixes, Volcarona spread fix
Browse files Browse the repository at this point in the history
- Base Stat fix for the following Pokemon: Arcanine-Hisui, Typhlosion-Hisui, Kleavor
- Spread fix for Sitrus Volcarona
- Inside joke added
  • Loading branch information
nerd-of-now committed Jun 30, 2023
1 parent f291e87 commit 70d78ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions script_res/pokedex.js
Original file line number Diff line number Diff line change
Expand Up @@ -15459,7 +15459,7 @@ var POKEDEX_LA = $.extend(true, {}, POKEDEX_SS_NATDEX, {
"t1": "Fire",
"t2": "Rock",
"bs": {
"hp": 96,
"hp": 95,
"at": 115,
"df": 80,
"sa": 95,
Expand Down Expand Up @@ -15503,7 +15503,7 @@ var POKEDEX_LA = $.extend(true, {}, POKEDEX_SS_NATDEX, {
"t2": "Ghost",
"bs": {
"hp": 73,
"at": 94,
"at": 84,
"df": 78,
"sa": 119,
"sd": 85,
Expand Down Expand Up @@ -15689,10 +15689,10 @@ var POKEDEX_LA = $.extend(true, {}, POKEDEX_SS_NATDEX, {
"t2": "Rock",
"bs": {
"hp": 70,
"at": 130,
"at": 135,
"df": 95,
"sa": 40,
"sd": 75,
"sa": 45,
"sd": 70,
"sp": 85,
},
"w": 89.0,
Expand Down
4 changes: 2 additions & 2 deletions script_res/setdex_ncp-g9.js
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,7 @@ var SETDEX_VGC2023 = {
"evs": {
"hp": 252,
"at": 0,
"df": 196,
"df": 84,
"sa": 4,
"sd": 4,
"sp": 164
Expand Down Expand Up @@ -4246,7 +4246,7 @@ var SETDEX_VGC2023 = {

//},
"Kingambit": {
"Black Glasses Set": {
"Black Glasses Set SUGGESTION BY ASHTONCOXGAZ": {
"level": 50,
"evs": {
"hp": 252,
Expand Down

0 comments on commit 70d78ec

Please sign in to comment.