|
|
@ -38,8 +38,8 @@ type StarterEntry struct {
|
|
|
|
Moveset interface{} `json:"moveset"`
|
|
|
|
Moveset interface{} `json:"moveset"`
|
|
|
|
EggMoves int `json:"eggMoves"`
|
|
|
|
EggMoves int `json:"eggMoves"`
|
|
|
|
CandyCount int `json:"candyCount"`
|
|
|
|
CandyCount int `json:"candyCount"`
|
|
|
|
|
|
|
|
AbilityAttr int `json:"abilityAttr"`
|
|
|
|
PassiveAttr int `json:"passiveAttr"`
|
|
|
|
PassiveAttr int `json:"passiveAttr"`
|
|
|
|
VariantAttr int `json:"variantAttr"`
|
|
|
|
|
|
|
|
ValueReduction int `json:"valueReduction"`
|
|
|
|
ValueReduction int `json:"valueReduction"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|