quest

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: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlayerQuest

type PlayerQuest struct {
	QuestId                string               `json:"questId"`
	Goal                   int                  `json:"goal"`
	LocKey                 string               `json:"locKey"`
	TileResourceId         string               `json:"tileResourceId"`
	TreasureResourceId     string               `json:"treasureResourceId"`
	QuestTrack             string               `json:"questTrack"`
	IsNewQuest             bool                 `json:"isNewQuest"`
	EndingProgress         int                  `json:"endingProgress"`
	StartingProgress       int                  `json:"startingProgress"`
	CanSwap                bool                 `json:"canSwap"`
	InventoryUpdate        string               `json:"inventoryUpdate"`
	ChestDescription       incoming.Description `json:"chestDescription"`
	HoursWaitAfterComplete int                  `json:"hoursWaitAfterComplete"`
}

type TrackDetail

type TrackDetail struct {
	ActiveQuestDetails    []string `json:"ActiveQuestDetails"`
	CompletedQuestDetails []struct {
		LocName    string `json:"LocName"`
		ChainName  string `json:"ChainName"`
		ChainIndex int    `json:"ChainIndex"`
		ChainMax   int    `json:"ChainMax"`
	} `json:"CompletedQuestDetails"`
	DontReplenishBeforeTime string `json:"DontReplenishBeforeTime"`
}

Jump to

Keyboard shortcuts

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