From cb2047fa1937e8eccac511b5b1a1dc7fd85f7f54 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Wed, 6 May 2026 17:00:13 -0400 Subject: [PATCH] update for umadump v2.0.0-beta.3 --- umadump-gametora.go | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/umadump-gametora.go b/umadump-gametora.go index e31d559..fcb105f 100644 --- a/umadump-gametora.go +++ b/umadump-gametora.go @@ -16,22 +16,16 @@ import ( ) type DumpCard struct { - ID int `json:"card_id"` - Level int `json:"talent_level"` - Rarity int `json:"rarity"` - CreateTime int `json:"create_time"` + ID int `json:"card_id"` + Rarity int `json:"rarity"` + // 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 {