Update v5.7 data(WIP)

This commit is contained in:
Sakura Knoll
2022-04-25 22:31:24 +09:00 Unverified
parent 42bf7edf4c
commit 86c3ddd0f3
67 changed files with 1408 additions and 27 deletions
+4 -21
View File
@@ -3,32 +3,15 @@ export interface SupplyEventData {
verified: boolean
track: number
name: string
type: string
token: string
featured: {
type: string
id: string
}[]
extra: string[]
version: number
duration: [string, string]
guarantees: {
count: number
recurring: boolean
rewards: { type: string; id: string; amount: number | [number, number] }[]
}[]
mileages: {
count: number
rewardOptions: {
type: string
id: string
amount: number
}[]
}[]
drops: {
otherDrops: {
type: string
id: string
rate: number
amount: number | [number, number]
}[]
version: number
duration: [string, string]
note: string
}