mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-24 01:21:29 +08:00
Add friendship starter data field
This commit is contained in:
parent
c0a23079fa
commit
99e878b933
@ -55,6 +55,7 @@ type StarterEntry struct {
|
||||
Moveset interface{} `json:"moveset"`
|
||||
EggMoves int `json:"eggMoves"`
|
||||
CandyCount int `json:"candyCount"`
|
||||
Friendship int `json:"friendship"`
|
||||
AbilityAttr int `json:"abilityAttr"`
|
||||
PassiveAttr int `json:"passiveAttr"`
|
||||
ValueReduction int `json:"valueReduction"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user