Update pokemon-species.ts (#3368)
This commit is contained in:
parent
1711b6c7ae
commit
1aa2c219bb
|
@ -2765,7 +2765,7 @@ export const speciesStarters = {
|
||||||
[Species.SENTRET]: 1,
|
[Species.SENTRET]: 1,
|
||||||
[Species.HOOTHOOT]: 2,
|
[Species.HOOTHOOT]: 2,
|
||||||
[Species.LEDYBA]: 1,
|
[Species.LEDYBA]: 1,
|
||||||
[Species.SPINARAK]: 2,
|
[Species.SPINARAK]: 1,
|
||||||
[Species.CHINCHOU]: 2,
|
[Species.CHINCHOU]: 2,
|
||||||
[Species.PICHU]: 2,
|
[Species.PICHU]: 2,
|
||||||
[Species.CLEFFA]: 2,
|
[Species.CLEFFA]: 2,
|
||||||
|
@ -2819,7 +2819,7 @@ export const speciesStarters = {
|
||||||
[Species.CELEBI]: 6,
|
[Species.CELEBI]: 6,
|
||||||
|
|
||||||
[Species.TREECKO]: 3,
|
[Species.TREECKO]: 3,
|
||||||
[Species.TORCHIC]: 3,
|
[Species.TORCHIC]: 4,
|
||||||
[Species.MUDKIP]: 3,
|
[Species.MUDKIP]: 3,
|
||||||
[Species.POOCHYENA]: 2,
|
[Species.POOCHYENA]: 2,
|
||||||
[Species.ZIGZAGOON]: 2,
|
[Species.ZIGZAGOON]: 2,
|
||||||
|
@ -2986,7 +2986,7 @@ export const speciesStarters = {
|
||||||
[Species.ZORUA]: 3,
|
[Species.ZORUA]: 3,
|
||||||
[Species.MINCCINO]: 3,
|
[Species.MINCCINO]: 3,
|
||||||
[Species.GOTHITA]: 3,
|
[Species.GOTHITA]: 3,
|
||||||
[Species.SOLOSIS]: 4,
|
[Species.SOLOSIS]: 3,
|
||||||
[Species.DUCKLETT]: 2,
|
[Species.DUCKLETT]: 2,
|
||||||
[Species.VANILLITE]: 3,
|
[Species.VANILLITE]: 3,
|
||||||
[Species.DEERLING]: 2,
|
[Species.DEERLING]: 2,
|
||||||
|
@ -3205,7 +3205,7 @@ export const speciesStarters = {
|
||||||
[Species.LECHONK]: 2,
|
[Species.LECHONK]: 2,
|
||||||
[Species.TAROUNTULA]: 1,
|
[Species.TAROUNTULA]: 1,
|
||||||
[Species.NYMBLE]: 3,
|
[Species.NYMBLE]: 3,
|
||||||
[Species.PAWMI]: 4,
|
[Species.PAWMI]: 3,
|
||||||
[Species.TANDEMAUS]: 4,
|
[Species.TANDEMAUS]: 4,
|
||||||
[Species.FIDOUGH]: 2,
|
[Species.FIDOUGH]: 2,
|
||||||
[Species.SMOLIV]: 3,
|
[Species.SMOLIV]: 3,
|
||||||
|
|
Loading…
Reference in New Issue