gamedata

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloneEventBasicInfo

type CloneEventBasicInfo struct {
	ZonePrefix string
	FromServer string
	ToServer   string
	StartTime  *time.Time
	EndTime    *time.Time
}

type DisplayDetailReward

type DisplayDetailReward struct {
	Id       string `json:"id"`
	DropType string `json:"dropType"`
	Type     string `json:"type"`
}

type NewEventBasicInfo

type NewEventBasicInfo struct {
	ArkZoneId    string
	ZoneName     string
	ZoneCategory string
	ZoneType     null.String
	Server       string
	StartTime    *time.Time
	EndTime      *time.Time
}

type RenderedObjects

type RenderedObjects struct {
	Zone         *models.Zone                  `json:"zone"`
	Stages       []*models.Stage               `json:"stages"`
	DropInfosMap map[string][]*models.DropInfo `json:"dropInfosMap"`
	TimeRange    *models.TimeRange             `json:"timeRange"`
	Activity     *models.Activity              `json:"activity"`
}

type RetroTable added in v1.0.4

type RetroTable struct {
	StageList map[string]*Stage `json:"stageList"`
}

type Stage

type Stage struct {
	StageID       string         `json:"stageId"`
	StageType     string         `json:"stageType"`
	ApCost        int            `json:"apCost"`
	Code          string         `json:"code"`
	ZoneID        string         `json:"zoneId"`
	StageDropInfo *StageDropInfo `json:"stageDropInfo"`
	DiffGroup     string         `json:"diffGroup"`
}

type StageDropInfo

type StageDropInfo struct {
	DisplayDetailRewards []*DisplayDetailReward `json:"displayDetailRewards"`
}

type StageTable

type StageTable struct {
	Stages map[string]*Stage `json:"stages"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL