update for umadump v2.0.0-beta.3
This commit is contained in:
@@ -17,21 +17,15 @@ import (
|
||||
|
||||
type DumpCard struct {
|
||||
ID int `json:"card_id"`
|
||||
Level int `json:"talent_level"`
|
||||
Rarity int `json:"rarity"`
|
||||
CreateTime int `json:"create_time"`
|
||||
// Level int `json:"talent_level"`
|
||||
// CreateTime int `json:"create_time"`
|
||||
}
|
||||
|
||||
type DumpSupport struct {
|
||||
ID int `json:"supportCardId"`
|
||||
Level int `json:"level"`
|
||||
LB int `json:"limitBreakCount"`
|
||||
MaxLevel int `json:"maxLevel"`
|
||||
CreateTime int `json:"createTime"`
|
||||
Exp int `json:"exp"`
|
||||
Stock int `json:"stock"`
|
||||
Favorite bool `json:"isFavoriteLock"`
|
||||
BestTraining int `json:"bestTraining"`
|
||||
ID int `json:"support_card_id"`
|
||||
LB int `json:"limit_break_count"`
|
||||
// many other fields we don't need
|
||||
}
|
||||
|
||||
type Collection struct {
|
||||
|
||||
Reference in New Issue
Block a user