progression

package
v0.0.0-...-b7eb296 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlayerProgress

type PlayerProgress struct {
	EepTrack            Progress   `json:"eepTrack"`
	IsEepTrackActive    bool       `json:"isEepTrackActive"`
	ActiveBattlePass    Progress   `json:"activeBattlePass"`
	ExpiredBattlePasses []Progress `json:"expiredBattlePasses"`
}

type Progress

type Progress struct {
	TrackName              string `json:"trackName"`
	CurrentLevel           int    `json:"currentLevel"`
	CurrentExp             int    `json:"currentExp"`
	CurrentTier            int    `json:"currentTier"`
	CurrentOrbCount        int    `json:"currentOrbCount"`
	UnlockedNodeIds        []int  `json:"unlockedNodeIds"`
	AvailableNodesToUnlock []int  `json:"availableNodesToUnlock"`
}

type Track

type Track struct {
	Name        string `json:"name"`
	TrackLevels []struct {
		XpToComplete  int  `json:"xpToComplete"`
		IsPageStarter bool `json:"isPageStarter"`
		IsTentpole    bool `json:"isTentpole"`
	} `json:"trackLevels"`
	TrackRewardTiers [][]struct {
		Chest        incoming.Description `json:"chest"`
		OrbsRewarded int                  `json:"orbsRewarded"`
	} `json:"trackRewardTiers"`
	RewardWeb struct {
		AllNodes []struct {
			Id                int                  `json:"id"`
			UnlockQuestMetric interface{}          `json:"unlockQuestMetric"`
			UnlockMetricCount int                  `json:"unlockMetricCount"`
			Chest             incoming.Description `json:"chest"`
			UpgradePacket     struct {
				TargetDeckDescription string `json:"targetDeckDescription"`
				CardsAdded            []int  `json:"cardsAdded"`
			} `json:"upgradePacket"`
			ChildIds []int `json:"childIds"`
		} `json:"allNodes"`
		TopLevelNodeIds []int `json:"topLevelNodeIds"`
		Enabled         bool  `json:"enabled"`
	} `json:"rewardWeb"`
	Enabled bool `json:"enabled"`
}

Jump to

Keyboard shortcuts

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