[Balance] Starter Costs Adjustments (Hitmon family, Jynx family, Bidoof) (#3389)
This commit is contained in:
parent
da51d6ae12
commit
2bdfe9315c
|
@ -2725,8 +2725,8 @@ export const speciesStarters = {
|
|||
[Species.VOLTORB]: 2,
|
||||
[Species.EXEGGCUTE]: 3,
|
||||
[Species.CUBONE]: 3,
|
||||
[Species.HITMONLEE]: 4,
|
||||
[Species.HITMONCHAN]: 4,
|
||||
[Species.HITMONLEE]: 5,
|
||||
[Species.HITMONCHAN]: 5,
|
||||
[Species.LICKITUNG]: 3,
|
||||
[Species.KOFFING]: 2,
|
||||
[Species.RHYHORN]: 3,
|
||||
|
@ -2738,7 +2738,7 @@ export const speciesStarters = {
|
|||
[Species.STARYU]: 3,
|
||||
[Species.MR_MIME]: 3,
|
||||
[Species.SCYTHER]: 5,
|
||||
[Species.JYNX]: 3,
|
||||
[Species.JYNX]: 4,
|
||||
[Species.ELECTABUZZ]: 4,
|
||||
[Species.MAGMAR]: 4,
|
||||
[Species.PINSIR]: 4,
|
||||
|
@ -2805,8 +2805,8 @@ export const speciesStarters = {
|
|||
[Species.PHANPY]: 3,
|
||||
[Species.STANTLER]: 3,
|
||||
[Species.SMEARGLE]: 1,
|
||||
[Species.TYROGUE]: 2,
|
||||
[Species.SMOOCHUM]: 2,
|
||||
[Species.TYROGUE]: 3,
|
||||
[Species.SMOOCHUM]: 3,
|
||||
[Species.ELEKID]: 3,
|
||||
[Species.MAGBY]: 3,
|
||||
[Species.MILTANK]: 4,
|
||||
|
@ -2898,7 +2898,7 @@ export const speciesStarters = {
|
|||
[Species.CHIMCHAR]: 3,
|
||||
[Species.PIPLUP]: 3,
|
||||
[Species.STARLY]: 3,
|
||||
[Species.BIDOOF]: 3,
|
||||
[Species.BIDOOF]: 2,
|
||||
[Species.KRICKETOT]: 1,
|
||||
[Species.SHINX]: 2,
|
||||
[Species.BUDEW]: 3,
|
||||
|
|
Loading…
Reference in New Issue