structs

package
v0.0.0-...-b4fe549 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UnsetNames = iota
	ShowNames
	ShowSelf
	HideNames
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BuffGroup

type BuffGroup struct {
	Damage  int64            `json:"damage"`
	Percent string           `json:"percent"`
	Buffs   map[string]int64 `json:"buffs"`
}

type BuffGroupInfo

type BuffGroupInfo struct {
	Name  string   `json:"name"`
	Buffs []string `json:"buffs"`
}

type BuffInfo

type BuffInfo struct {
	Name        string     `json:"name"`
	Icon        string     `json:"icon"`
	Description string     `json:"description"`
	Category    string     `json:"category"`
	Set         string     `json:"set"`
	Skill       *BuffSkill `json:"skill"`
}

type BuffSkill

type BuffSkill struct {
	Class       int    `json:"class"`
	Description string `json:"description"`
	Name        string `json:"name"`
	Icon        string `json:"icon"`
	ID          int    `json:"id"`
}

type Buffs

type Buffs map[string]*BuffGroup

type EncounterData

type EncounterData struct {
	BuffCatalog  map[string]BuffInfo  `json:"buffCatalog"`
	SkillCatalog map[string]SkillInfo `json:"skillCatalog"`

	Synergies [][]BuffGroupInfo     `json:"synergies"`
	SelfBuffs []BuffGroupInfo       `json:"selfBuffs"`
	Players   map[string]PlayerData `json:"players"`

	BossHPLog meter.HPLog `json:"bossHPLog"`
}

type EncounterHeader

type EncounterHeader struct {
	Players map[string]PlayerHeader `json:"players"`
	Parties [][]string              `json:"parties"`
	Damage  int64                   `json:"damage"`
	Cleared bool                    `json:"cleared"`
}

type EncounterSettings

type EncounterSettings struct {
	Visibility []string `json:"visibility"`
}

type EncounterVisibility

type EncounterVisibility struct {
	Names int `json:"names"`
}

type EncounterVisibilitySettings

type EncounterVisibilitySettings struct {
	ShowNames *bool `json:"showNames"`
}

type IndexedPlayerData

type IndexedPlayerData struct {
	Damage int64 `json:"damage"`
	DPS    int64 `json:"dps"`
}

type PartyDamageRow

type PartyDamageRow []float64

type PlayerDamage

type PlayerDamage struct {
	Crit       string `json:"crit"`
	CritDamage string `json:"critDamage"`
	FA         string `json:"fa"`
	BA         string `json:"ba"`
	Buff       string `json:"buff"`
	Brand      string `json:"brand"`
	Casts      int32  `json:"casts"`
	CPM        string `json:"cpm"`
	Hits       int32  `json:"hits"`
	HPM        string `json:"hpm"`
}

type PlayerData

type PlayerData struct {
	Damage      PlayerDamage           `json:"damage"`
	SkillDamage map[string]SkillDamage `json:"skillDamage"`

	Synergy      Buffs            `json:"synergy"`
	SkillSynergy map[string]Buffs `json:"skillSynergy"`

	SelfBuff       Buffs            `json:"selfBuff"`
	SkillSelfBuffs []BuffGroupInfo  `json:"skillSelfBuffs"`
	SkillSelfBuff  map[string]Buffs `json:"skillSelfBuff"`

	DPSLog []int64 `json:"dpsLog"`
}

type PlayerHeader

type PlayerHeader struct {
	Name      string    `json:"name"`
	Class     string    `json:"class"`
	GearScore float64   `json:"gearScore"`
	Damage    int64     `json:"damage"`
	Percent   string    `json:"percent"`
	DPS       int64     `json:"dps"`
	Dead      bool      `json:"dead"`
	DeadFor   int64     `json:"deadFor"`
	Highlight []float64 `json:"highlight"`
}

type SkillDamage

type SkillDamage struct {
	Damage     int64  `json:"damage"`
	DPS        int64  `json:"dps"`
	Percent    string `json:"percent"`
	Crit       string `json:"crit"`
	CritDamage string `json:"critDamage"`
	FA         string `json:"fa"`
	BA         string `json:"ba"`
	Buff       string `json:"buff"`
	Brand      string `json:"brand"`
	APH        string `json:"aph"`
	APC        string `json:"apc"`
	Max        int64  `json:"max"`
	Casts      int32  `json:"casts"`
	CPM        string `json:"cpm"`
	Hits       int32  `json:"hits"`
	HPM        string `json:"hpm"`
}

type SkillInfo

type SkillInfo struct {
	Name string `json:"name"`
	Icon string `json:"icon"`
}

type UserSettings

type UserSettings struct {
	SkipLanding       bool   `json:"skip_landing"`
	ProfileVisibility string `json:"profile_visibility"`
	LogVisibility     string `json:"log_visibility"`
}

Jump to

Keyboard shortcuts

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