mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-02-19 23:21:29 +08:00
Merge pull request #42 from XGSleepWalker/egg-data
Add additional fields to EggData struct (linked to #1833)
This commit is contained in:
commit
872c03d14b
@ -79,10 +79,17 @@ type VoucherUnlocks map[string]int
|
||||
type VoucherCounts map[string]int
|
||||
|
||||
type EggData struct {
|
||||
Id int `json:"id"`
|
||||
GachaType GachaType `json:"gachaType"`
|
||||
HatchWaves int `json:"hatchWaves"`
|
||||
Timestamp int `json:"timestamp"`
|
||||
Id int `json:"id"`
|
||||
GachaType GachaType `json:"gachaType"`
|
||||
HatchWaves int `json:"hatchWaves"`
|
||||
Timestamp int `json:"timestamp"`
|
||||
Tier int `json:"tier"`
|
||||
SourceType int `json:"sourceType"`
|
||||
VariantTier int `json:"variantTier"`
|
||||
IsShiny bool `json:"isShiny"`
|
||||
Species int `json:"species"`
|
||||
EggMoveIndex int `json:"eggMoveIndex"`
|
||||
OverrideHiddenAbility bool `json:"overrideHiddenAbility"`
|
||||
}
|
||||
|
||||
type GachaType int
|
||||
|
Loading…
x
Reference in New Issue
Block a user