Add friendship starter data field

oauth2
Flashfyre 2024-05-02 17:34:11 -04:00
parent c0a23079fa
commit 99e878b933
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ 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"`
Friendship int `json:"friendship"`
AbilityAttr int `json:"abilityAttr"` AbilityAttr int `json:"abilityAttr"`
PassiveAttr int `json:"passiveAttr"` PassiveAttr int `json:"passiveAttr"`
ValueReduction int `json:"valueReduction"` ValueReduction int `json:"valueReduction"`